summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* 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
* Corrected libraries dependencies for some of the unit tests.John Wiegley2009-02-091-2/+2
* Attribute lookup on a Value object which is a Scope now searches the scope.John Wiegley2009-02-081-0/+1
* Temporarily stub out the Python unit tests.John Wiegley2009-02-081-7/+7
* Removed a great many unnecessary Boost.Python files.John Wiegley2009-02-071-21/+3
* Threw away the "multiple parser" infrastructure.John Wiegley2009-02-071-2/+0
* More revision to the way options are handled; reworked CSV command.John Wiegley2009-02-071-36/+32
* Removed an unnecessary variable setting in the Makefile.John Wiegley2009-02-071-3/+0
* Removed --reconcile and --reconcile-date.John Wiegley2009-02-071-3/+0
* Added stubs for all the Python integration classes.John Wiegley2009-02-061-9/+41
* Removed the now unused pushvar.h file.John Wiegley2009-02-061-1/+0
* Removed use of sudo in the Makefile.John Wiegley2009-02-061-3/+3
* Moved some files around.John Wiegley2009-02-051-26/+6
* Removed debugging code from the Makefile.John Wiegley2009-02-051-3/+1
* Moved work.cc and global_scope_t into a new global.cc file.John Wiegley2009-02-051-2/+2
* Quiet down the python module build.John Wiegley2009-02-051-3/+4
* Quiet the make output when rebuilding TAGS.John Wiegley2009-02-051-3/+2
* Moved ptristream into its own file.John Wiegley2009-02-041-0/+1
* Removed README.textile when building the distribution tarball.John Wiegley2009-02-031-1/+1
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-31/+3
* Removed explicit boost suffix from Makefile.am.John Wiegley2009-02-031-2/+2
* Another fix to the link order.John Wiegley2009-02-031-5/+5
* For systems without cppunit, make fullcheck just does a make check.John Wiegley2009-02-031-0/+5
* Moved libextra into libreport.John Wiegley2009-02-031-24/+5
* Made use of the all_files macros in Makefile.am.John Wiegley2009-02-021-4/+3
* Reversed link order of Ledger's own libraries.John Wiegley2009-02-021-15/+20
* Moved 'fullcheck' script into tools/ directory.John Wiegley2009-02-021-7/+9
* Added missing header file reference to Makefile.am.John Wiegley2009-02-021-0/+1
* Moved error code into error.h.John Wiegley2009-02-021-0/+1
* Whitespace fix.John Wiegley2009-02-011-8/+8
* Fixed an extraneous backslash.John Wiegley2009-02-011-3/+3
* Moved the pre-commands to their own file, and created new "args" command.John Wiegley2009-02-011-0/+1
* Whitespace changes.John Wiegley2009-02-011-55/+56
* Moved chain_xact_handlers into its own file, chain.h and chain.cc.John Wiegley2009-02-011-0/+2
* Added a 'sloc' build target, for showing total lines of code.John Wiegley2009-02-011-0/+3