summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | The advantage here is that it setups up the compiler path correctly.
* 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
| | | | | 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 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
| | | | be located at http://utfcpp.sourceforge.net.
* Build with gdtoa by default again, for the sake of Python users who passJohn Wiegley2009-01-231-0/+0
| | | | floating point arguments into the Ledger code.
* 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
|
* Don't build Boost with architecture=combined, since this excludes usingJohn Wiegley2008-08-131-2/+3
| | | | MacPort's Python (which I'm not able to build with +universal right now).
* Added a missing --build-type=complete option.John Wiegley2008-08-131-2/+3
|
* Revert "Temporarily ignore members of lib/ that I've not yet decided about yet."John Wiegley2008-08-121-11/+0
| | | | This reverts commit fe8bbd9f7f3cd3acf4a012ca9f827732726ba211.
* Fix up the build process in lib/Makefile.John Wiegley2008-08-121-15/+30
|
* Temporarily ignore members of lib/ that I've not yet decided about yet.John Wiegley2008-08-101-0/+11
|
* Moved sources which I did not write from src/ into lib/.John Wiegley2008-08-092-0/+434
|
* Added a simple Makefile for building some of Ledger's dependency libraries andJohn Wiegley2008-08-081-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'sJohn Wiegley2008-08-084-0/+0
dependencies. At the moment all it does is check them out for you at the same version that I'm using.