| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -38/+38 |
* | Using ./acprep now builds statically by default | John Wiegley | 2009-03-03 | 1 | -2/+4 |
* | Added missing reference to LedgerHarness.py | John Wiegley | 2009-03-03 | 1 | -1/+1 |
* | Fixed a broken Makefile dependency | John Wiegley | 2009-03-01 | 1 | -2/+2 |
* | Move tools/autogen.sh to root of distribution | John Wiegley | 2009-03-01 | 1 | -2/+4 |
* | Filter debug info output by GuardMalloc | John Wiegley | 2009-02-28 | 1 | -5/+10 |
* | Added LedgerHarness.py, to simplify test creation | John Wiegley | 2009-02-28 | 1 | -11/+17 |
* | Removed custom rules relating to TAGS generation | John Wiegley | 2009-02-28 | 1 | -6/+0 |
* | Removed an extraneous addition to EXTRA_DIST | John Wiegley | 2009-02-27 | 1 | -2/+0 |
* | Added generate command, --seed, and GenerateTests | John Wiegley | 2009-02-27 | 1 | -1/+11 |
* | Fixed a bad option passed to rm in Makefile.am | John Wiegley | 2009-02-26 | 1 | -1/+1 |
* | The -B, -G, -V reports now show rounding amounts | John Wiegley | 2009-02-26 | 1 | -43/+51 |
* | Added rm -fr test/python to distclean-local hook | John Wiegley | 2009-02-25 | 1 | -0/+1 |
* | Made a dependency ref to UnitTest.py explicit | John Wiegley | 2009-02-25 | 1 | -1/+2 |
* | Removed reference to test/__init__.py | John Wiegley | 2009-02-25 | 1 | -1/+1 |
* | Created some new Python scripts under python/ | John Wiegley | 2009-02-24 | 1 | -1/+6 |
* | Moved python/*.cc files into src/ | John Wiegley | 2009-02-24 | 1 | -85/+85 |
* | Restored the use of Python unit tests | John Wiegley | 2009-02-24 | 1 | -10/+10 |
* | Build Python module using automake, not setup.py | John Wiegley | 2009-02-24 | 1 | -51/+7 |
* | Restored the py_amount and py_balance mappings | John Wiegley | 2009-02-24 | 1 | -0/+2 |
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -4/+4 |
* | Renamed acconf.h to config.h, for included gettext | John Wiegley | 2009-02-22 | 1 | -2/+2 |
* | Added support for using GNU gettext | John Wiegley | 2009-02-21 | 1 | -4/+7 |
* | Use a "format accumulator" for error strings | John Wiegley | 2009-02-21 | 1 | -0/+2 |
* | Create a new interactive_t helper class | John Wiegley | 2009-02-21 | 1 | -0/+2 |
* | The --help (-h, -H) options now visit the man page | John Wiegley | 2009-02-21 | 1 | -2/+0 |
* | Added an automake rule for installing the man page | John Wiegley | 2009-02-21 | 1 | -2/+3 |
* | Added feature baseline tests | John Wiegley | 2009-02-20 | 1 | -4/+12 |
* | Moved around some functions for clarity | John Wiegley | 2009-02-16 | 1 | -0/+1 |
* | Properly handle UTF-8 characters in commodity strings. | John Wiegley | 2009-02-12 | 1 | -0/+1 |
* | make clean should remove system.hh.gch from the source tree. | John Wiegley | 2009-02-12 | 1 | -1/+1 |
* | Wired up the "entry" command from 2.x, though it still needs to be ported. | John Wiegley | 2009-02-10 | 1 | -2/+0 |
* | Removed the balance_pair_t type, since it's now an unneeded abstraction. | John Wiegley | 2009-02-09 | 1 | -2/+0 |
* | Corrected libraries dependencies for some of the unit tests. | John Wiegley | 2009-02-09 | 1 | -2/+2 |
* | Attribute lookup on a Value object which is a Scope now searches the scope. | John Wiegley | 2009-02-08 | 1 | -0/+1 |
* | Temporarily stub out the Python unit tests. | John Wiegley | 2009-02-08 | 1 | -7/+7 |
* | Removed a great many unnecessary Boost.Python files. | John Wiegley | 2009-02-07 | 1 | -21/+3 |
* | Threw away the "multiple parser" infrastructure. | John Wiegley | 2009-02-07 | 1 | -2/+0 |
* | More revision to the way options are handled; reworked CSV command. | John Wiegley | 2009-02-07 | 1 | -36/+32 |
* | Removed an unnecessary variable setting in the Makefile. | John Wiegley | 2009-02-07 | 1 | -3/+0 |
* | Removed --reconcile and --reconcile-date. | John Wiegley | 2009-02-07 | 1 | -3/+0 |
* | Added stubs for all the Python integration classes. | John Wiegley | 2009-02-06 | 1 | -9/+41 |
* | Removed the now unused pushvar.h file. | John Wiegley | 2009-02-06 | 1 | -1/+0 |
* | Removed use of sudo in the Makefile. | John Wiegley | 2009-02-06 | 1 | -3/+3 |
* | Moved some files around. | John Wiegley | 2009-02-05 | 1 | -26/+6 |
* | Removed debugging code from the Makefile. | John Wiegley | 2009-02-05 | 1 | -3/+1 |
* | Moved work.cc and global_scope_t into a new global.cc file. | John Wiegley | 2009-02-05 | 1 | -2/+2 |
* | Quiet down the python module build. | John Wiegley | 2009-02-05 | 1 | -3/+4 |
* | Quiet the make output when rebuilding TAGS. | John Wiegley | 2009-02-05 | 1 | -3/+2 |
* | Moved ptristream into its own file. | John Wiegley | 2009-02-04 | 1 | -0/+1 |