summaryrefslogtreecommitdiff
path: root/src/system.hh.in
Commit message (Expand)AuthorAgeFilesLines
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* Fix build under Cygwin.Ivan Vanyushkin2016-09-291-1/+1
* Fix build under msys32; add Appveyor continuous buildEvan Mallory2016-09-171-9/+9
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Add workaround for Boost.Python compile errorsAlexis Hildebrandt2015-09-151-0/+12
* [ledger] Remove --cache optionAlexis Hildebrandt2015-02-181-79/+0
* Add pre-release info to --version outputAlexis Hildebrandt2015-01-201-0/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* make --columns default to terminal width, as returned by ioctl()Stefano Zacchiroli2014-10-131-0/+5
* Library GMP is not yet ready for GCC 4.9, as described at bottom of pagethdox2014-05-111-0/+1
* Require the use of C++11John Wiegley2014-04-171-2/+0
* Replace sha1.cc with boost::uuid::details::sha1David Bremner2014-04-171-1/+0
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* fix ledger xml output, remove ledger json commandJohann Klähn2013-03-081-1/+0
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Removed an unnecessary #defineJohn Wiegley2012-05-201-1/+0
* A few more CMake-related fixesJohn Wiegley2012-05-201-1/+1
* Work around inclusion ordering bug with XpressiveJohn Wiegley2012-05-201-0/+3
* Work around collision between Format's put & GraphJohn Wiegley2012-05-201-11/+2
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-10/+53
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-0/+4
* Switch to using Boost.FormatJohn Wiegley2012-05-141-6/+11
* Allow serialization to be enabled againJohn Wiegley2012-03-291-3/+10
* Improved the behavior of -XJohn Wiegley2012-03-091-0/+2
* Use Boost.TupleJohn Wiegley2012-03-091-1/+4
* Implemented first cut at price conversion logicJohn Wiegley2012-03-051-1/+1
* Switched to using Boost.Graph for commodity pricingJohn Wiegley2012-03-051-0/+15
* Started writing Python unit testsJohn Wiegley2012-03-011-0/+2
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Remove unneeded guard macros from system.hh.inJohn Wiegley2012-02-111-5/+0
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
* Use Boost iterator_facade to create new iteratorsJohn Wiegley2011-07-191-0/+1
* Define BOOST_IOSTREAMS_USE_DEPRECATEDJohn Wiegley2011-02-041-0/+1
* Fixed a bug preventing g++ 4.6 from workingJohn Wiegley2011-02-041-1/+1
* Fixes for compilation as C++0x codeJohn Wiegley2011-02-041-0/+2
* Moved up to Boost 1.44John Wiegley2010-08-241-1/+5
* For value_t, use boost::any to refer to objectsJohn Wiegley2010-06-131-0/+1
* Include serialize_ptr_deque, for Boost.SerializationJohn Wiegley2010-06-121-1/+1
* Use ptr_deque for value_t::sequence_tJohn Wiegley2010-06-101-0/+1
* Added some preliminary code for convert CSV to LedgerJohn Wiegley2010-03-051-2/+1
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Value.to_sequence returns a valid Python sequenceJohn Wiegley2009-11-111-0/+1
* Python Unicode objects are now handledJohn Wiegley2009-11-101-0/+1
* Added support for Boost.Regex w/ ICUJohn Wiegley2009-11-071-0/+4
* Simplified usage of Boost.Python in several casesJohn Wiegley2009-11-051-6/+0
* Transactions, etc., are now accessed by iteratorsJohn Wiegley2009-11-051-0/+1
* Create a --cache option, for using a binary cacheJohn Wiegley2009-10-311-10/+4
* Added serialization methods for most typeJohn Wiegley2009-10-301-0/+74
* Change the value_t::POINTER type to value_t::SCOPEJohn Wiegley2009-10-301-1/+0
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-2/+2