Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build under Cygwin. | Ivan Vanyushkin | 2016-09-29 | 1 | -1/+1 |
| | |||||
* | Fix build under msys32; add Appveyor continuous build | Evan Mallory | 2016-09-17 | 1 | -0/+4 |
| | | | | | | | | | | | | * Appveyor is a continuous integration platform for Windows that is free for open source projects. See latest test build here: https://ci.appveyor.com/project/Evan/ledger/build/artifacts * Changed WIN32 to _WIN32 because this article http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system claims that it is defined by the greatest number of compilers. * Modified HAVE_ISATTY and other system defines so that system.hh compiles when cmake fails to find the relevant function. * Add missing include in test/unit/t_value.cc Almost all tests fail when you run them on msys32. I will address that in a future PR. | ||||
* | [tests] Fix MathTest failures on Mac OS X | Alexis Hildebrandt | 2015-08-08 | 1 | -15/+12 |
| | | | | due to timezone settings. | ||||
* | fix minor issues | tripun | 2014-08-18 | 1 | -5/+8 |
| | |||||
* | add additional tests for sequence_t and fix the old ones | tripun | 2014-08-18 | 1 | -22/+50 |
| | |||||
* | add test for sequenc_t in value_t | tripun | 2014-08-18 | 1 | -0/+32 |
| | |||||
* | add unit test Negation for value | tripun | 2014-08-18 | 1 | -0/+46 |
| | |||||
* | minor additions | tripun | 2014-08-18 | 1 | -0/+1 |
| | |||||
* | add test for zero for value | tripun | 2014-08-18 | 1 | -0/+57 |
| | |||||
* | check Type unit test for value | tripun | 2014-08-18 | 1 | -0/+50 |
| | |||||
* | add Division unit test for value | tripun | 2014-08-18 | 1 | -0/+63 |
| | |||||
* | remove some statements until sequence multiplication run-time error is fixed | tripun | 2014-08-18 | 1 | -11/+0 |
| | |||||
* | add Multiplication unit test for value | tripun | 2014-08-18 | 1 | -0/+79 |
| | |||||
* | add unit test subtraction for value | tripun | 2014-08-18 | 1 | -0/+93 |
| | |||||
* | add whitespaces | tripun | 2014-08-17 | 1 | -4/+4 |
| | |||||
* | add unit test Addition for value | tripun | 2014-08-17 | 1 | -0/+102 |
| | |||||
* | add unit test of equality for value | tripun | 2014-08-17 | 1 | -0/+64 |
| | |||||
* | add assignment unit test for value | tripun | 2014-08-17 | 1 | -0/+35 |
| | |||||
* | add constructors unit test for value | tripun | 2014-08-17 | 1 | -0/+35 |
| | |||||
* | initialize value fixture | tripun | 2014-08-16 | 1 | -0/+37 |
| | |||||
* | add t_value unit test | tripun | 2014-08-15 | 1 | -0/+0 |