0bd69403d7
Fixed translation numbers in scientific notation.
...
(grafted from ad76bd9f92578e8f4a6f9ae21ad569eec1abec8f)
--HG--
branch : develop
2019-10-30 11:34:01 +02:00
0966f536b8
Fixed issue #964 . Assign operator crashes math parser.
...
(grafted from 9fd845b77249b4edc1bdc0a42dc4b32fb5f036f6)
--HG--
branch : develop
2019-04-13 18:18:48 +03:00
6a7405b4d4
Refactoring. Use QString default constructor instead of empty string.
...
--HG--
branch : develop
2018-03-14 16:01:24 +02:00
1726b55339
GCC warnings.
...
--HG--
branch : develop
2017-07-05 19:35:34 +03:00
d355b4dce8
Cppcheck warnings.
...
--HG--
branch : develop
2017-04-06 15:50:15 +03:00
252e6a1368
Clang warning.
...
--HG--
branch : develop
2017-01-27 11:37:55 +02:00
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
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
5153e997d1
Fix warning "using-directive shall not be used.".
...
--HG--
branch : develop
2016-12-21 14:02:55 +02:00
e333c9bc08
QtDebug and QDebug lead to the same header. Leave only QtDebug.
...
--HG--
branch : develop
2016-08-16 20:35:21 +03:00
d66280033b
Fixed issue #546 . Compile error under Windows in current develop revision.
...
--HG--
branch : develop
2016-08-16 19:57:32 +03:00
80f00b361d
Use "Include What You Use" tool for optimizing #includes.
...
--HG--
branch : develop
2016-08-08 14:44:49 +03:00
64ebccd94b
Suppress cppcheck warning.
...
--HG--
branch : develop
2016-08-06 21:56:33 +03:00
c9cdd2cd8d
Using macros QT_WARNING_DISABLE_*.
...
--HG--
branch : develop
2016-08-06 21:42:40 +03:00
be7277eeba
Refactoring. Use more safe function VFuzzyComparePossibleNulls.
...
--HG--
branch : develop
2016-03-23 16:09:30 +02:00
a4bc4a75c0
Integrate QmuParserTests in main testing set.
...
--HG--
branch : develop
2015-10-28 19:57:34 +02:00
88324a11f2
Static Code Analysis.
...
--HG--
branch : develop
2015-10-28 16:22:36 +02:00
f1796eaf90
GCC warnings. Don't use PCH if use ccache.
...
--HG--
branch : develop
2015-10-26 12:04:20 +02:00
78f1e89f08
Cppcheck.
...
--HG--
branch : develop
2015-04-15 15:44:57 +03:00
aef39533c8
Bugfix for Bulkmode: Expressions with like "a=b, b*10" did not compute properly.
...
--HG--
branch : develop
2015-03-31 16:08:44 +03:00
bfbe2a5fc2
Fixed copyright notice for library qmuparser.
...
--HG--
branch : develop
2015-02-27 12:21:09 +02:00
8c0bdcc612
Make parser static locale variable local for each parser instance.
...
--HG--
branch : feature
2015-02-10 13:39:31 +02:00
e9124f4f71
added include to avoid compile error on ubuntu
...
--HG--
branch : develop
2014-10-23 20:03:42 +02:00
8e2f8f67eb
Fix for build on Mac.
...
--HG--
branch : develop
2014-10-04 22:23:37 +03:00
7e6cfe9f70
Change build dependence to Qt 5.0.2.
...
--HG--
branch : develop
2014-09-25 18:44:06 +03:00
8570c32774
Math parser test doesn't show result in release mode.
...
--HG--
branch : develop
2014-07-30 12:22:54 +03:00
7e3dc203dc
Use forward declaration.
...
--HG--
branch : feature
2014-06-08 21:10:57 +03:00
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
5adc0555ef
Save all variable in dynamic array.
...
--HG--
branch : feature
2014-05-21 16:51:47 +03:00
bd5fda320f
Use new math parser instead old.
...
--HG--
branch : feature
2014-05-21 11:51:16 +03:00
d65368bafb
Tests passed.
...
--HG--
branch : feature
2014-05-06 12:45:21 +03:00
60ba211f2a
Porting new change from muparser.
...
--HG--
branch : feature
2014-05-05 10:29:14 +03:00
79ef0e914e
CppCheck.
...
--HG--
branch : feature
2014-05-02 11:09:10 +03:00
362638066a
Vera++.
...
--HG--
branch : feature
2014-05-01 14:33:40 +03:00
37ecf9fd86
Fix gcc's warnings.
...
--HG--
branch : feature
2014-05-01 12:55:23 +03:00
f505234bbd
My surname like in my passport.
...
--HG--
branch : feature
2014-04-30 08:38:52 +03:00
2c77a73343
Apply project code style.
...
--HG--
branch : feature
2014-04-30 08:32:29 +03:00
0b49785255
First success build after all changes.
...
--HG--
branch : feature
2014-04-28 21:41:38 +03:00
5c3845ff00
QVector instead std::vector.
...
--HG--
branch : feature
2014-04-26 11:00:42 +03:00
541a5becbd
Use standard math constants in tests.
...
--HG--
branch : feature
2014-04-26 10:53:10 +03:00
148d2fb3f7
We don't need parser for integer value.
...
--HG--
branch : feature
2014-04-26 10:51:14 +03:00
21c38b446d
Use Qt math function.
...
--HG--
branch : feature
2014-04-26 10:23:50 +03:00
11f527143b
Used qreal for datatype. Deleted _T() macros.
...
--HG--
branch : feature
2014-04-25 18:01:23 +03:00
0b4d69f821
Successful build after adding muParser library.
...
--HG--
branch : feature
2014-04-25 15:58:14 +03:00