Reijo Tomperi
|
35d2a27b9c
|
Update copyright year in all source files
|
2010-04-13 22:23:17 +03:00 |
Martin Ettl
|
622663b8db
|
added a helper function to mathlib::isNullValue(), it checks wheter a string has a null representation or not and returns a boolian result; extended nullchecks in testmathlib.cpp
|
2010-04-02 22:41:54 +02:00 |
Martin Ettl
|
0f284b477d
|
coverage report fix: more testcases for mathlib::isInt() added in order to get a better coverage
|
2010-04-02 22:18:50 +02:00 |
Reijo Tomperi
|
a1d0defbc0
|
astyle fix
|
2010-04-02 21:42:06 +03:00 |
Martin Ettl
|
c391a03db6
|
added acos() check to ticket #1513; added testcases for MathLib::toDoubleNumber(), now double conversion of zeros is handled correctly; changed assertEquals() function of testsuite parameters from unsigned int to double. This is needed to avoid overflow of unsigned int by comparing negative floating point values.
|
2010-04-02 20:23:37 +02:00 |
Daniel Marjamäki
|
8b5aae9adb
|
astyle formatting
|
2010-04-02 07:32:03 +02:00 |
Daniel Marjamäki
|
0cad22314e
|
Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup.
|
2010-04-02 07:30:58 +02:00 |
Martin Ettl
|
193aa7d1d3
|
astyle fix
|
2010-04-02 02:21:53 +02:00 |
Martin Ettl
|
b5fb01c202
|
ticket #1513 new check: Detecting obviously wrong math call arguments passed to math functions)
|
2010-04-02 02:19:38 +02:00 |
Daniel Marjamäki
|
24c5f4d53c
|
astyle formatting
|
2009-12-27 17:46:24 +01:00 |
Martin Ettl
|
c3886a5803
|
added further testcases to testmathlib::convert(); now the conversion of +-[hexnumber|octalnumber] works correctly
|
2009-12-27 15:18:18 +01:00 |
Martin Ettl
|
f06adb18cd
|
added further testcases to testmathlib::isint()
|
2009-12-27 14:46:47 +01:00 |
Martin Ettl
|
c2b3cfccc9
|
extended testcases of mathlib; fixed zero conversion: +0 and -0 is converted to 0
|
2009-12-27 14:30:23 +01:00 |
Daniel Marjamäki
|
09859c1019
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
Reijo Tomperi
|
fdde2182b9
|
Fix GPL comments in all files. ">." was missing from the end.
|
2009-09-27 18:08:31 +03:00 |
Reijo Tomperi
|
ed1c9bed49
|
Fix ticket #632 (Mathlib isInt() identifies "330L" as not int)
http://sourceforge.net/apps/trac/cppcheck/ticket/632
|
2009-09-11 23:46:59 +03:00 |
Reijo Tomperi
|
8ab26e85cf
|
Don't warn about division by zero if zero if floating point number.
Fix bug from mathlib isInt() and add test case from which few are false positives
|
2009-09-01 22:06:46 +03:00 |
Daniel Marjamäki
|
52856fcbeb
|
ettlmartin: improved the MathLib::IsInt
|
2009-08-16 18:45:26 +02:00 |
Slava Semushin
|
e5c0383594
|
Strip redundant std::string usage from tests.
Done by command:
git grep -l ASSERT_EQUALS | xargs sed -i 's|ASSERT_EQUALS(std::string(\(".\+"\)),|ASSERT_EQUALS(\1,|'
Should be no functional change.
|
2009-06-01 02:50:25 +07:00 |
Reijo Tomperi
|
58eda6e978
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
http://apps.sourceforge.net/trac/cppcheck/ticket/325
|
2009-05-30 08:48:12 +03:00 |
Daniel Marjamäki
|
7803466079
|
testing mathlib: Test that conversion to numbers work
|
2009-05-02 11:12:49 +02:00 |
Daniel Marjamäki
|
7cddc52d8f
|
mathlib: Fixed todo 3/2=1
|
2009-04-16 22:06:17 +02:00 |
Daniel Marjamäki
|
9a086c118f
|
math lib: 3/2 should result in 1
|
2009-04-12 18:45:42 +02:00 |
Daniel Marjamäki
|
97f5380a2c
|
added testing for mathlib
|
2009-04-06 19:08:13 +02:00 |