Roman Telezhynskyi
d696af9a33
"static" members should be accessed statically.
...
--HG--
branch : develop
2017-03-23 10:25:46 +02:00
Roman Telezhynskyi
01612c4c7c
GCC warning.
...
--HG--
branch : develop
2017-02-26 12:17:58 +02:00
Roman Telezhynskyi
252e6a1368
Clang warning.
...
--HG--
branch : develop
2017-01-27 11:37:55 +02:00
Roman Telezhynskyi
40fce2dafa
Clang warning.
...
--HG--
branch : develop
2017-01-25 19:48:38 +02:00
Roman Telezhynskyi
da6cd92b22
Resolved issue #606 . Mac OS X. Can’t type in measurements due to digit count
...
limitation.
--HG--
branch : develop
2017-01-03 11:14:32 +02:00
Roman Telezhynskyi
dd3ec71c34
Original muparser doesn't support thousand separator for C locale because by
...
default used ',' as group separator.
In contrary we use ';' as gorup separator and should support C locale thousand
separator ','.
--HG--
branch : develop
2017-01-03 11:08:29 +02:00
Roman Telezhynskyi
e333c9bc08
QtDebug and QDebug lead to the same header. Leave only QtDebug.
...
--HG--
branch : develop
2016-08-16 20:35:21 +03:00
Roman Telezhynskyi
67614bcd0b
Cppcheck warnings.
...
--HG--
branch : develop
2016-08-08 15:07:26 +03:00
Roman Telezhynskyi
80f00b361d
Use "Include What You Use" tool for optimizing #includes.
...
--HG--
branch : develop
2016-08-08 14:44:49 +03:00
Roman Telezhynskyi
46c295b4b1
Suppress MSVC 2015 warning C4309.
...
--HG--
branch : develop
2016-08-06 22:43:09 +03:00
Roman Telezhynskyi
0cabe83e10
Fix for ParserTokenReader::ExtractOperatorToken incorrectly uses
...
ValidInfixOprtChars().
--HG--
branch : develop
2015-03-31 16:13:41 +03:00
Roman Telezhynskyi
22055ab684
Vera++.
...
--HG--
branch : release
2015-03-02 19:11:43 +02:00
Roman Telezhynskyi
bfbe2a5fc2
Fixed copyright notice for library qmuparser.
...
--HG--
branch : develop
2015-02-27 12:21:09 +02:00
Roman Telezhynskyi
8c0bdcc612
Make parser static locale variable local for each parser instance.
...
--HG--
branch : feature
2015-02-10 13:39:31 +02:00
dismine
14423990dc
Coverity warnings.
...
--HG--
branch : develop
2014-09-13 21:14:14 +03:00
dismine
2766628037
Clang warnings.
...
--HG--
branch : develop
2014-09-11 19:52:02 +03:00
dismine
ec44c57c34
Refactoring. Delete repetitive code.
...
--HG--
branch : feature
2014-06-18 15:58:57 +03:00
dismine
695b357c4a
Merge with DialogTools
...
--HG--
branch : develop
2014-06-10 12:05:21 +03:00
dismine
a40099da1f
Backport changeset 8a2e2ab97237.
...
--HG--
branch : develop
2014-06-03 15:15:17 +03:00
dismine
19c6386973
Build with Clang.
...
--HG--
branch : develop
2014-05-31 17:33:37 +03:00
dismine
42091c2611
Build doesn't work, if include this headers on Windows.
...
--HG--
branch : DialogTools
2014-05-31 13:00:19 +04:00
dismine
381adf0ba0
Dialog edit wrong formula (only for toolendline now).
...
--HG--
branch : feature
2014-05-30 11:32:40 +03:00
dismine
ccde48e3bf
Factory function for creating new parser variables. New methods what return
...
tokens and numbers.
--HG--
branch : feature
2014-05-22 15:11:14 +03:00
dismine
5adc0555ef
Save all variable in dynamic array.
...
--HG--
branch : feature
2014-05-21 16:51:47 +03:00
dismine
bd5fda320f
Use new math parser instead old.
...
--HG--
branch : feature
2014-05-21 11:51:16 +03:00
dismine
f17a12d147
Cppcheck.
...
--HG--
branch : develop
2014-05-11 21:15:32 +03:00
dismine
1c96269f90
Mark methods nothrow - Q_DECL_NOEXCEPT.
...
--HG--
branch : develop
2014-05-07 11:33:56 +03:00
dismine
6a8869bc1b
Made possible methods include.
...
--HG--
branch : develop
2014-05-06 17:36:42 +03:00
dismine
3c8338faae
Use nullptr instead NULL.
...
--HG--
branch : feature
2014-05-06 12:48:48 +03:00
dismine
d65368bafb
Tests passed.
...
--HG--
branch : feature
2014-05-06 12:45:21 +03:00
dismine
60ba211f2a
Porting new change from muparser.
...
--HG--
branch : feature
2014-05-05 10:29:14 +03:00
dismine
9ca9455c80
For nothrow methods set Q_DECL_NOEXCEPT.
...
--HG--
branch : feature
2014-05-02 11:43:02 +03:00
dismine
79ef0e914e
CppCheck.
...
--HG--
branch : feature
2014-05-02 11:09:10 +03:00
dismine
362638066a
Vera++.
...
--HG--
branch : feature
2014-05-01 14:33:40 +03:00
dismine
37ecf9fd86
Fix gcc's warnings.
...
--HG--
branch : feature
2014-05-01 12:55:23 +03:00
dismine
f505234bbd
My surname like in my passport.
...
--HG--
branch : feature
2014-04-30 08:38:52 +03:00
dismine
2c77a73343
Apply project code style.
...
--HG--
branch : feature
2014-04-30 08:32:29 +03:00
dismine
0b49785255
First success build after all changes.
...
--HG--
branch : feature
2014-04-28 21:41:38 +03:00
dismine
11f527143b
Used qreal for datatype. Deleted _T() macros.
...
--HG--
branch : feature
2014-04-25 18:01:23 +03:00
dismine
0b4d69f821
Successful build after adding muParser library.
...
--HG--
branch : feature
2014-04-25 15:58:14 +03:00