Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. |