| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Boost.Test instead of CppUnit | John Wiegley | 2011-02-04 | 1 | -15/+1 |
* | Fixed compiler warnings when building with Clang | John Wiegley | 2011-02-04 | 1 | -0/+0 |
* | Use boost-release when building ledger/lib | John Wiegley | 2011-01-04 | 1 | -2/+6 |
* | Update to Boost 1.45 | John Wiegley | 2010-11-26 | 1 | -2/+5 |
* | Added acprep support for building with Clang | John Wiegley | 2010-10-07 | 1 | -9/+23 |
* | Removed extraneous semicolons from utfcpp | John Wiegley | 2010-10-06 | 1 | -0/+0 |
* | Moved up to Boost 1.44 | John Wiegley | 2010-08-24 | 1 | -1/+1 |
* | Added lib-clean make rule to lib/Makefile | John Wiegley | 2010-06-10 | 1 | -0/+4 |
* | Moved up to g++ 4.5 | John Wiegley | 2010-06-07 | 1 | -39/+52 |
* | Updated to Boost 1.43 | John Wiegley | 2010-05-27 | 1 | -1/+1 |
* | FMoved up to Boost 1.42 | John Wiegley | 2010-02-04 | 1 | -1/+1 |
* | Moved up to Boost 1.41 | John Wiegley | 2009-11-24 | 1 | -73/+35 |
* | Don't configure doxygen or dot when building CppUnit | John Wiegley | 2009-11-14 | 1 | -2/+4 |
* | Improved lib/Makefile | John Wiegley | 2009-11-08 | 1 | -16/+38 |
* | Added support for Boost.Regex w/ ICU | John Wiegley | 2009-11-07 | 1 | -8/+31 |
* | Updated utfcpp submodule | John Wiegley | 2009-11-03 | 1 | -0/+0 |
* | Removed -j16 from lib/Makefile | John Wiegley | 2009-10-31 | 1 | -2/+2 |
* | Build Boost before CPPUnit in lib/Makefile | John Wiegley | 2009-10-25 | 1 | -1/+1 |
* | Use boost::iostreams::file_descriptor_sink | John Wiegley | 2009-10-25 | 1 | -184/+0 |
* | Added some missing casts, upgraded to Boost 1.40 | John Wiegley | 2009-10-09 | 1 | -5/+5 |
* | Upgraded Boost version reference to 1.39 | John Wiegley | 2009-06-22 | 1 | -1/+1 |
* | Added a buildlibs phase, for rebuilding Boost | John Wiegley | 2009-03-11 | 1 | -11/+12 |
* | Fixed more trivial warnings found by g++ 4.3 | John Wiegley | 2009-03-09 | 1 | -2/+2 |
* | Pass CC/LD/CXX to CppUnit build in lib/Makefile | John Wiegley | 2009-02-28 | 1 | -7/+7 |
* | Corrected warnings g++-4.3.3 was complaining about | John Wiegley | 2009-02-28 | 2 | -9/+9 |
* | Added support for using GNU gettext | John Wiegley | 2009-02-21 | 1 | -0/+271 |
* | Removed CppUnit submodule reference | John Wiegley | 2009-02-13 | 1 | -0/+0 |
* | Updated the Boost version I'm building with on OS X to 1.38. | John Wiegley | 2009-02-11 | 1 | -3/+3 |
* | Removed the binary caching code, and the XML, QIF and Gnucash parsers. | John Wiegley | 2009-02-03 | 2 | -0/+0 |
* | Fixed some warnings caused by using g++ 4.3. | John Wiegley | 2009-02-02 | 1 | -0/+0 |
* | Removed all dependency on gdtoa. | John Wiegley | 2009-01-30 | 1 | -0/+0 |
* | Removed Boost submodule. | John Wiegley | 2009-01-28 | 2 | -6/+8 |
* | Updated gdtoa submodule. | John Wiegley | 2009-01-26 | 1 | -0/+0 |
* | Updated gdtoa submodule. | John Wiegley | 2009-01-25 | 1 | -0/+0 |
* | Removed an unused header file. | John Wiegley | 2009-01-25 | 1 | -250/+0 |
* | Removed useless make rule. | John Wiegley | 2009-01-24 | 1 | -3/+0 |
* | Switched over to using irrxml for parsing XML, rather than expat. | John Wiegley | 2009-01-24 | 1 | -0/+0 |
* | Added support for Unicode text in Ledger files, thanks to 'utfcpp', which can | John Wiegley | 2009-01-23 | 1 | -0/+0 |
* | Build with gdtoa by default again, for the sake of Python users who pass | John Wiegley | 2009-01-23 | 1 | -0/+0 |
* | Removed gdtoa build from lib/Makefile. It's part of the overall system now. | John Wiegley | 2009-01-23 | 1 | -11/+2 |
* | Changed gdtoa module to be hosted on GitHub rather than newartisans.com. | John Wiegley | 2009-01-23 | 1 | -0/+0 |
* | Resolve outstanding stdin parsing issues by buffering the data. | John Wiegley | 2009-01-21 | 2 | -0/+0 |
* | Added support for "anonymizing" any report with --anon. | John Wiegley | 2009-01-20 | 2 | -0/+678 |
* | For cppunit builds, run autogen.sh before configure. | John Wiegley | 2008-08-26 | 1 | -3/+3 |
* | Don't build Boost with architecture=combined, since this excludes using | John Wiegley | 2008-08-13 | 1 | -2/+3 |
* | Added a missing --build-type=complete option. | John Wiegley | 2008-08-13 | 1 | -2/+3 |
* | Revert "Temporarily ignore members of lib/ that I've not yet decided about yet." | John Wiegley | 2008-08-12 | 1 | -11/+0 |
* | Fix up the build process in lib/Makefile. | John Wiegley | 2008-08-12 | 1 | -15/+30 |
* | Temporarily ignore members of lib/ that I've not yet decided about yet. | John Wiegley | 2008-08-10 | 1 | -0/+11 |
* | Moved sources which I did not write from src/ into lib/. | John Wiegley | 2008-08-09 | 2 | -0/+434 |