summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added a missing plus (+) to lib/MakefileJohn Wiegley2011-03-291-1/+1
* Use g++ 4.6 by default locallyJohn Wiegley2011-03-281-1/+1
* Bump default Boost version to 1.46.1John Wiegley2011-03-231-2/+2
* Support Boost 1.46 and Boost.Filesystem v3John Wiegley2011-02-281-1/+1
* Don't build Boost/ICU by default in lib/MakefileJohn Wiegley2011-02-041-2/+2
* lib/Makefile now uses GCC_VERSION for buildingJohn Wiegley2011-02-041-24/+29
* Use Boost.Test instead of CppUnitJohn Wiegley2011-02-041-15/+1
* Fixed compiler warnings when building with ClangJohn Wiegley2011-02-041-0/+0
* Use boost-release when building ledger/libJohn Wiegley2011-01-041-2/+6
* Update to Boost 1.45John Wiegley2010-11-261-2/+5
* Added acprep support for building with ClangJohn Wiegley2010-10-071-9/+23
* Removed extraneous semicolons from utfcppJohn Wiegley2010-10-061-0/+0
* Moved up to Boost 1.44John Wiegley2010-08-241-1/+1
* Added lib-clean make rule to lib/MakefileJohn Wiegley2010-06-101-0/+4
* Moved up to g++ 4.5John Wiegley2010-06-071-39/+52
* Updated to Boost 1.43John Wiegley2010-05-271-1/+1
* FMoved up to Boost 1.42John Wiegley2010-02-041-1/+1
* Moved up to Boost 1.41John Wiegley2009-11-241-73/+35
* Don't configure doxygen or dot when building CppUnitJohn Wiegley2009-11-141-2/+4
* Improved lib/MakefileJohn Wiegley2009-11-081-16/+38
* Added support for Boost.Regex w/ ICUJohn Wiegley2009-11-071-8/+31
* Updated utfcpp submoduleJohn Wiegley2009-11-031-0/+0
* Removed -j16 from lib/MakefileJohn Wiegley2009-10-311-2/+2
* Build Boost before CPPUnit in lib/MakefileJohn Wiegley2009-10-251-1/+1
* Use boost::iostreams::file_descriptor_sinkJohn Wiegley2009-10-251-184/+0
* Added some missing casts, upgraded to Boost 1.40John Wiegley2009-10-091-5/+5
* Upgraded Boost version reference to 1.39John Wiegley2009-06-221-1/+1
* Added a buildlibs phase, for rebuilding BoostJohn Wiegley2009-03-111-11/+12
* Fixed more trivial warnings found by g++ 4.3John Wiegley2009-03-091-2/+2
* Pass CC/LD/CXX to CppUnit build in lib/MakefileJohn Wiegley2009-02-281-7/+7
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-282-9/+9
* Added support for using GNU gettextJohn Wiegley2009-02-211-0/+271
* Removed CppUnit submodule referenceJohn Wiegley2009-02-131-0/+0
* Updated the Boost version I'm building with on OS X to 1.38.John Wiegley2009-02-111-3/+3
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-032-0/+0
* Fixed some warnings caused by using g++ 4.3.John Wiegley2009-02-021-0/+0
* Removed all dependency on gdtoa.John Wiegley2009-01-301-0/+0
* Removed Boost submodule.John Wiegley2009-01-282-6/+8
* Updated gdtoa submodule.John Wiegley2009-01-261-0/+0
* Updated gdtoa submodule.John Wiegley2009-01-251-0/+0
* Removed an unused header file.John Wiegley2009-01-251-250/+0
* Removed useless make rule.John Wiegley2009-01-241-3/+0
* Switched over to using irrxml for parsing XML, rather than expat.John Wiegley2009-01-241-0/+0
* Added support for Unicode text in Ledger files, thanks to 'utfcpp', which canJohn Wiegley2009-01-231-0/+0
* Build with gdtoa by default again, for the sake of Python users who passJohn Wiegley2009-01-231-0/+0
* Removed gdtoa build from lib/Makefile. It's part of the overall system now.John Wiegley2009-01-231-11/+2
* Changed gdtoa module to be hosted on GitHub rather than newartisans.com.John Wiegley2009-01-231-0/+0
* Resolve outstanding stdin parsing issues by buffering the data.John Wiegley2009-01-212-0/+0
* Added support for "anonymizing" any report with --anon.John Wiegley2009-01-202-0/+678
* For cppunit builds, run autogen.sh before configure.John Wiegley2008-08-261-3/+3