Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce ledger.hh | Alexis Hildebrandt | 2023-04-16 | 1 | -1/+1 |
| | |||||
* | Use #cmakedefine01 for system capability checks | Alexis Hildebrandt | 2023-04-15 | 1 | -3/+3 |
| | | | | and reply #ifdev HAVE_ with #if HAVE_ | ||||
* | Bump required Boost version to 1.72 | Alexis Hildebrandt | 2023-03-24 | 1 | -4/+0 |
| | |||||
* | Fix compiler warnings | Alexis Hildebrandt | 2023-02-20 | 1 | -0/+4 |
| | | | | minimizing use of deprecated API where possible. | ||||
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | 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. | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | Fix crash when using --trace 10 or above | Alexis Hildebrandt | 2014-12-23 | 1 | -1/+1 |
| | | | | | uint8_t is typedef'd to char, thus boost::lexical_cast treats it as such instead of a number. | ||||
* | Fix build for building with g++ 4.8 | John Wiegley | 2014-05-07 | 1 | -0/+8 |
| | |||||
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Resolve new compiler warnings from Clang | John Wiegley | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Don't use __has_feature in utils.cc | John Wiegley | 2012-08-02 | 1 | -4/+4 |
| | |||||
* | Guard some function definitions for ASan | John Wiegley | 2012-07-30 | 1 | -0/+8 |
| | |||||
* | Changed all ASSERTS_ON -> !NO_ASSERTS | John Wiegley | 2012-05-20 | 1 | -1/+1 |
| | |||||
* | Work around collision between Format's put & Graph | John Wiegley | 2012-05-20 | 1 | -40/+0 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -22/+20 |
| | |||||
* | Switch to using Boost.Format | John Wiegley | 2012-05-14 | 1 | -3/+3 |
| | |||||
* | Added support for building with Clang and libc++ in C++11 | John Wiegley | 2012-04-28 | 1 | -2/+2 |
| | |||||
* | Always call TRACE_CTOR at the end of constructors | John Wiegley | 2012-03-20 | 1 | -5/+7 |
| | |||||
* | Added --verify-memory and missing TRACE_[CD]TOR calls | John Wiegley | 2012-03-18 | 1 | -26/+84 |
| | |||||
* | Guarded against unreachable code warnings | John Wiegley | 2012-03-11 | 1 | -3/+0 |
| | |||||
* | Started writing Python unit tests | John Wiegley | 2012-03-01 | 1 | -2/+1 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Made the --debug option's argument a regex | John Wiegley | 2012-02-28 | 1 | -1/+6 |
| | |||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -2/+2 |
| | |||||
* | Do not evaluate strings as booleans | John Wiegley | 2012-02-11 | 1 | -1/+1 |
| | |||||
* | Fixed compiler warnings when building with Clang | John Wiegley | 2011-02-04 | 1 | -3/+1 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -49/+49 |
| | |||||
* | Corrections to the way error strings are generated | John Wiegley | 2010-06-10 | 1 | -0/+2 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Fixed some debug output | John Wiegley | 2009-11-13 | 1 | -0/+5 |
| | |||||
* | Use ledger::string only if VERIFY_ON or BOOST_PYTHON | John Wiegley | 2009-11-11 | 1 | -0/+4 |
| | |||||
* | All strings passed to Python are now Unicode objects | John Wiegley | 2009-11-10 | 1 | -11/+13 |
| | |||||
* | std::string now only intercepted if STRING_VERIFY_ON | John Wiegley | 2009-11-05 | 1 | -0/+4 |
| | |||||
* | Disabled a memory check when --verify is on | John Wiegley | 2009-10-28 | 1 | -0/+7 |
| | | | | The check is not complete enough to be trustworthy. | ||||
* | Added TRUE_CURRENT_TIME() macro | John Wiegley | 2009-10-28 | 1 | -6/+7 |
| | | | | Because CURRENT_TIME() can now be a past date if --now is used. | ||||
* | Improved argument parsing logic used by the REPL | John Wiegley | 2009-10-26 | 1 | -0/+53 |
| | | | | | It now handles quoted strings, although it doesn't understand escape sequences yet. | ||||
* | Fixed the memory tracing code (used by --verify) | John Wiegley | 2009-10-25 | 1 | -33/+56 |
| | |||||
* | Fixed many compiler warnings from g++ 4.4 | John Wiegley | 2009-10-25 | 1 | -8/+10 |
| | |||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -1/+3 |
| | |||||
* | Added a warning_() macro | John Wiegley | 2009-02-26 | 1 | -4/+2 |
| | |||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -1/+1 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | Fixed another memory bug in by_payee_xacts | John Wiegley | 2009-02-21 | 1 | -6/+12 |
| | |||||
* | Compilation verification code only with debugging | John Wiegley | 2009-02-16 | 1 | -0/+2 |
| | | | | | | Previously, --verify would work even if the sources were built with default options. However, in the interests of performance, --verify is now only available if --enable-debug was passed to configure. |