summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Redid the way temporaries are handled in filteringJohn Wiegley2009-10-271-0/+2
* Use boost::iostreams::file_descriptor_sinkJohn Wiegley2009-10-251-1/+0
* The --download option is now fully restoredJohn Wiegley2009-06-261-2/+2
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-0/+4
* Removed unneeded header files: ledger.h, pyledger.hJohn Wiegley2009-06-241-2/+0
* Added make rule to build mondo.datJohn Wiegley2009-03-101-0/+7
* Simplified Makefile.am somewhatJohn Wiegley2009-03-101-7/+6
* Fixed the 'acprep distcheck' buildJohn Wiegley2009-03-101-10/+8
* Rewrote acprep in Python and improved the buildJohn Wiegley2009-03-091-44/+23
* Disabled some tests, which were running too slowlyJohn Wiegley2009-03-081-2/+2
* Doxygen is no longer being usedJohn Wiegley2009-03-071-8/+30
* make release-distcheck works againJohn Wiegley2009-03-071-5/+4
* Don't remove ABOUT-NLS file during distriutionJohn Wiegley2009-03-061-1/+0
* Removed outdated reference to python/interp.pyJohn Wiegley2009-03-061-1/+0
* Revised the ways statistics are computedJohn Wiegley2009-03-061-0/+2
* In fullcheck, divide --verify and --gmallocJohn Wiegley2009-03-061-4/+8
* Restored Makefile.am ordering to be top-downJohn Wiegley2009-03-051-38/+38
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-38/+38
* Using ./acprep now builds statically by defaultJohn Wiegley2009-03-031-2/+4
* Added missing reference to LedgerHarness.pyJohn Wiegley2009-03-031-1/+1
* Fixed a broken Makefile dependencyJohn Wiegley2009-03-011-2/+2
* Move tools/autogen.sh to root of distributionJohn Wiegley2009-03-011-2/+4
* Filter debug info output by GuardMallocJohn Wiegley2009-02-281-5/+10
* Added LedgerHarness.py, to simplify test creationJohn Wiegley2009-02-281-11/+17
* Removed custom rules relating to TAGS generationJohn Wiegley2009-02-281-6/+0
* Removed an extraneous addition to EXTRA_DISTJohn Wiegley2009-02-271-2/+0
* Added generate command, --seed, and GenerateTestsJohn Wiegley2009-02-271-1/+11
* Fixed a bad option passed to rm in Makefile.amJohn Wiegley2009-02-261-1/+1
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-261-43/+51
* Added rm -fr test/python to distclean-local hookJohn Wiegley2009-02-251-0/+1
* Made a dependency ref to UnitTest.py explicitJohn Wiegley2009-02-251-1/+2
* Removed reference to test/__init__.pyJohn Wiegley2009-02-251-1/+1
* Created some new Python scripts under python/John Wiegley2009-02-241-1/+6
* Moved python/*.cc files into src/John Wiegley2009-02-241-85/+85
* Restored the use of Python unit testsJohn Wiegley2009-02-241-10/+10
* Build Python module using automake, not setup.pyJohn Wiegley2009-02-241-51/+7
* Restored the py_amount and py_balance mappingsJohn Wiegley2009-02-241-0/+2
* The Great Renaming, Part IIJohn Wiegley2009-02-231-4/+4
* Renamed acconf.h to config.h, for included gettextJohn Wiegley2009-02-221-2/+2
* Added support for using GNU gettextJohn Wiegley2009-02-211-4/+7
* Use a "format accumulator" for error stringsJohn Wiegley2009-02-211-0/+2
* Create a new interactive_t helper classJohn Wiegley2009-02-211-0/+2
* The --help (-h, -H) options now visit the man pageJohn Wiegley2009-02-211-2/+0
* Added an automake rule for installing the man pageJohn Wiegley2009-02-211-2/+3
* Added feature baseline testsJohn Wiegley2009-02-201-4/+12
* Moved around some functions for clarityJohn Wiegley2009-02-161-0/+1
* Properly handle UTF-8 characters in commodity strings.John Wiegley2009-02-121-0/+1
* make clean should remove system.hh.gch from the source tree.John Wiegley2009-02-121-1/+1
* Wired up the "entry" command from 2.x, though it still needs to be ported.John Wiegley2009-02-101-2/+0
* Removed the balance_pair_t type, since it's now an unneeded abstraction.John Wiegley2009-02-091-2/+0