|
|
@9535
|
12 years |
landauf |
more tests
|
|
|
@9534
|
12 years |
landauf |
added more tests
|
|
|
@9533
|
12 years |
landauf |
added more tests
|
|
|
@9531
|
12 years |
landauf |
eol-style native
|
|
|
@9530
|
12 years |
landauf |
small refactoring in output system
|
|
|
@9529
|
12 years |
landauf |
started implementing unit tests for the output system
|
|
|
@9524
|
12 years |
landauf |
fixed build on linux
|
|
|
@9480
|
12 years |
landauf |
added cmake flag ENABLE_GCOV to enable code coverage analysis with gcov
|
|
|
@9479
|
12 years |
landauf |
consider different float to string conversions
|
|
|
@9478
|
12 years |
landauf |
generate xml report with gtest
|
|
|
@9477
|
12 years |
landauf |
make gtest build on unix
|
|
|
@9476
|
12 years |
landauf |
removed some lines that were accidentally copy-pasted
|
|
|
@9475
|
12 years |
landauf |
exclude gtest and gmock from default build target
|
|
|
@9474
|
12 years |
landauf |
moved settings for executables in visual studio to TargetUtilities to …
|
|
|
@9473
|
12 years |
landauf |
moved common cmake config for src/ and test/ to SourceConfig.cmake
|
|
|
@9356
|
12 years |
landauf |
details
|
|
|
@9226
|
13 years |
landauf |
changed hasDefaultValue() to lastConversionSuccessful() (inverted …
|
|
|
@9225
|
13 years |
landauf |
a lot of refactoring in the internals of MultiType
renamed set<T>() to …
|
|
|
@9224
|
13 years |
landauf |
renamed set and get functions in MultiType:
- setValue() → set()
- …
|
|
|
@9223
|
13 years |
landauf |
renamed setType<T>() to reset<T>()
|
|
|
@9222
|
13 years |
landauf |
renamed MT_Value as MultiType::Type and removed it from the public …
|
|
|
@9221
|
13 years |
landauf |
added tests for MultiType
added isType<void>() which is equivalent to …
|
|
|
@9115
|
13 years |
landauf |
removed sample tests
|
|
|
@9114
|
13 years |
landauf |
added tests for several classes and functions in util
|
|
|
@9078
|
13 years |
landauf |
small fix in google-test that seems to prevent a windows dialog from …
|
|
|
@9077
|
13 years |
landauf |
reverted changes of r9020 in LibraryConfig.cmake
fixed warning in …
|
|
|
@9076
|
13 years |
landauf |
small fixes and adjustments of code and documentation
|
|
|
@9047
|
13 years |
landauf |
made SubString more standard compliant
|
|
|
@9026
|
13 years |
landauf |
removed obsolete (and wrong for negative values) round() function …
|
|
|
@9025
|
13 years |
landauf |
- added CTestCustom.cmake to add dependencies to $PATH when executing …
|
|
|
@9022
|
13 years |
landauf |
sample tests with google test
|
|
|
@9021
|
13 years |
landauf |
added google test and google mock to external libraries
|
|
|
@9020
|
13 years |
landauf |
sample tests with boost test
|
|
|
@9017
|
13 years |
landauf |
sample tests with ctest
|
|
|
@9015
|
13 years |
landauf |
creating branch to experiment with testing frameworks
|
|
copied from code/trunk:
|
|
|
@8952
|
13 years |
dafrick |
Removing some unused variables and taking care of some other warnings …
|