| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed the binary caching code, and the XML, QIF and Gnucash parsers. | John Wiegley | 2009-02-03 | 1 | -31/+3 |
* | Removed explicit boost suffix from Makefile.am. | John Wiegley | 2009-02-03 | 1 | -2/+2 |
* | Another fix to the link order. | John Wiegley | 2009-02-03 | 1 | -5/+5 |
* | For systems without cppunit, make fullcheck just does a make check. | John Wiegley | 2009-02-03 | 1 | -0/+5 |
* | Moved libextra into libreport. | John Wiegley | 2009-02-03 | 1 | -24/+5 |
* | Made use of the all_files macros in Makefile.am. | John Wiegley | 2009-02-02 | 1 | -4/+3 |
* | Reversed link order of Ledger's own libraries. | John Wiegley | 2009-02-02 | 1 | -15/+20 |
* | Moved 'fullcheck' script into tools/ directory. | John Wiegley | 2009-02-02 | 1 | -7/+9 |
* | Added missing header file reference to Makefile.am. | John Wiegley | 2009-02-02 | 1 | -0/+1 |
* | Moved error code into error.h. | John Wiegley | 2009-02-02 | 1 | -0/+1 |
* | Whitespace fix. | John Wiegley | 2009-02-01 | 1 | -8/+8 |
* | Fixed an extraneous backslash. | John Wiegley | 2009-02-01 | 1 | -3/+3 |
* | Moved the pre-commands to their own file, and created new "args" command. | John Wiegley | 2009-02-01 | 1 | -0/+1 |
* | Whitespace changes. | John Wiegley | 2009-02-01 | 1 | -55/+56 |
* | Moved chain_xact_handlers into its own file, chain.h and chain.cc. | John Wiegley | 2009-02-01 | 1 | -0/+2 |
* | Added a 'sloc' build target, for showing total lines of code. | John Wiegley | 2009-02-01 | 1 | -0/+3 |
* | Inspired by Omari Norman, I've rewritten main.cc so it's easy to approach. | John Wiegley | 2009-01-31 | 1 | -1/+2 |
* | Fixes for release-distcheck. | John Wiegley | 2009-01-31 | 1 | -5/+6 |
* | Removed unnecessary #ifdef block. pyinterp.h now guards itself. | John Wiegley | 2009-01-31 | 1 | -7/+1 |
* | Make the 'benchmark' target depend on 'release'. | John Wiegley | 2009-01-31 | 1 | -4/+5 |
* | Changes to get release-distcheck working on my machine again. | John Wiegley | 2009-01-31 | 1 | -5/+3 |
* | Added a tools/ subdirectory, with various maintainer related files. | John Wiegley | 2009-01-31 | 1 | -0/+5 |
* | Added a dependency on mpfr. | John Wiegley | 2009-01-30 | 1 | -1/+1 |
* | Removed all dependency on gdtoa. | John Wiegley | 2009-01-30 | 1 | -46/+1 |
* | Created a new stream.h file for dealing with output streaming. | John Wiegley | 2009-01-30 | 1 | -0/+2 |
* | Changed the way that etags is invoked for 'make TAGS'. | John Wiegley | 2009-01-29 | 1 | -2/+3 |
* | Refactored the timelog code into its own file. | John Wiegley | 2009-01-29 | 1 | -0/+2 |
* | Fixed the way that the Doxygen documentation is built. | John Wiegley | 2009-01-29 | 1 | -5/+9 |
* | Unit test for Python are now auto-generated from the C++ tests. | John Wiegley | 2009-01-28 | 1 | -1/+35 |
* | Fixed TAGS target to work when building in a separate output dir. | John Wiegley | 2009-01-26 | 1 | -1/+2 |
* | Handle the VERSION more gracefully, and uninstall the Python Egg file. | John Wiegley | 2009-01-26 | 1 | -20/+45 |
* | Pass $(srcdir) down to python/setup.py, so it can find pyledger.cc. | John Wiegley | 2009-01-26 | 1 | -4/+4 |
* | Fixed the way that python/setup.py was being invoked. | John Wiegley | 2009-01-26 | 1 | -6/+7 |
* | Removed references to non-existent unit test files. | John Wiegley | 2009-01-26 | 1 | -11/+4 |
* | Fixed the rsync command in release-distcheck, in case building in a separate | John Wiegley | 2009-01-26 | 1 | -14/+9 |
* | Shelling out to 'fullcheck' script needs to use a complete pathname. | John Wiegley | 2009-01-25 | 1 | -7/+7 |
* | Missed a -I needed for building in a separate output tree from the source. | John Wiegley | 2009-01-25 | 1 | -2/+3 |
* | Made 'make fullcheck' work for all the new unit tests. | John Wiegley | 2009-01-25 | 1 | -14/+8 |
* | Reorganized Ledger so that it builds as 7 separate libraries. This is mainly | John Wiegley | 2009-01-25 | 1 | -149/+259 |
* | Switched over to using irrxml for parsing XML, rather than expat. | John Wiegley | 2009-01-24 | 1 | -16/+6 |
* | Changed lib/ exclusions in Makefile when using release-distcheck target. | John Wiegley | 2009-01-23 | 1 | -1/+6 |
* | Added support for Unicode text in Ledger files, thanks to 'utfcpp', which can | John Wiegley | 2009-01-23 | 1 | -1/+2 |
* | Build with gdtoa by default again, for the sake of Python users who pass | John Wiegley | 2009-01-23 | 1 | -20/+55 |
* | Create a py_value module, for translating value_t objects to/from Python. | John Wiegley | 2009-01-23 | 1 | -4/+5 |
* | When Python support is present, use a session_t object which is derived from | John Wiegley | 2009-01-23 | 1 | -0/+6 |
* | Added support for "anonymizing" any report with --anon. | John Wiegley | 2009-01-20 | 1 | -1/+4 |
* | Can now determine the market value of balance pairs, even if stored within | John Wiegley | 2009-01-19 | 1 | -0/+1 |
* | Added --root option to Python install. This change from Levin. | John Wiegley | 2009-01-19 | 1 | -0/+5 |
* | Reverse build order of libamounts and libledger. | John Wiegley | 2009-01-19 | 1 | -1/+1 |
* | Factored common parts of entry_t and xact_t into new item_t | John Wiegley | 2008-09-19 | 1 | -1/+3 |