Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in comments | Martin Michlmayr | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | Compile strptime.cc only on Windows | Tim Landscheidt | 2019-01-16 | 1 | -3/+4 |
| | |||||
* | Fix MSVC build | Andrew Savinykh | 2016-11-17 | 1 | -0/+2 |
| | |||||
* | Merge pull request #470 from schmave/win-strptime | John Wiegley | 2016-10-03 | 1 | -8/+8 |
|\ | | | | | Fix Windows strptime | ||||
| * | Fix Windows strptime | Evan Mallory | 2016-10-02 | 1 | -8/+8 |
| | | | | | | | | This fixes the datetime-related tests in testAddition and testSubtraction in the LedgerMathTests | ||||
* | | Fix build under Cygwin. | Ivan Vanyushkin | 2016-09-29 | 1 | -2/+15 |
|/ | |||||
* | Fix build under msys32; add Appveyor continuous build | Evan Mallory | 2016-09-17 | 1 | -2/+2 |
| | | | | | | | | | | | | * 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. | ||||
* | Whitespace cleanup | John Wiegley | 2015-08-04 | 1 | -1/+1 |
| | |||||
* | Corrected filename for strptime.cc | Tim Crews | 2013-06-15 | 1 | -0/+189 |