Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | The advantage here is that it setups up the compiler path correctly. | |||||
* | 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 | |
| | | | | | This library is a dependency for running "make check", but it's not built as part of a Ledger build, and so doesn't belong as a submodule. | |||||
* | 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 | |
| | | | | be located at http://utfcpp.sourceforge.net. | |||||
* | Build with gdtoa by default again, for the sake of Python users who pass | John Wiegley | 2009-01-23 | 1 | -0/+0 | |
| | | | | floating point arguments into the Ledger code. | |||||
* | 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 | |
| | | | | MacPort's Python (which I'm not able to build with +universal right now). | |||||
* | 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 | |
| | | | | This reverts commit fe8bbd9f7f3cd3acf4a012ca9f827732726ba211. | |||||
* | 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 | |
| | ||||||
* | Added a simple Makefile for building some of Ledger's dependency libraries and | John Wiegley | 2008-08-08 | 1 | -0/+42 | |
| | | | | | installing them into /usr/local/stow. It will likely have to be run using 'sudo make'. | |||||
* | Added several submodules, to ease the pain of keeping track of Ledger's | John Wiegley | 2008-08-08 | 4 | -0/+0 | |
dependencies. At the moment all it does is check them out for you at the same version that I'm using. |