summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* 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
* Inspired by Omari Norman, I've rewritten main.cc so it's easy to approach.John Wiegley2009-01-311-1/+2
* Fixes for release-distcheck.John Wiegley2009-01-311-5/+6
* Removed unnecessary #ifdef block. pyinterp.h now guards itself.John Wiegley2009-01-311-7/+1
* Make the 'benchmark' target depend on 'release'.John Wiegley2009-01-311-4/+5
* Changes to get release-distcheck working on my machine again.John Wiegley2009-01-311-5/+3
* Added a tools/ subdirectory, with various maintainer related files.John Wiegley2009-01-311-0/+5
* Added a dependency on mpfr.John Wiegley2009-01-301-1/+1
* Removed all dependency on gdtoa.John Wiegley2009-01-301-46/+1
* Created a new stream.h file for dealing with output streaming.John Wiegley2009-01-301-0/+2
* Changed the way that etags is invoked for 'make TAGS'.John Wiegley2009-01-291-2/+3
* Refactored the timelog code into its own file.John Wiegley2009-01-291-0/+2
* Fixed the way that the Doxygen documentation is built.John Wiegley2009-01-291-5/+9
* Unit test for Python are now auto-generated from the C++ tests.John Wiegley2009-01-281-1/+35
* Fixed TAGS target to work when building in a separate output dir.John Wiegley2009-01-261-1/+2
* Handle the VERSION more gracefully, and uninstall the Python Egg file.John Wiegley2009-01-261-20/+45
* Pass $(srcdir) down to python/setup.py, so it can find pyledger.cc.John Wiegley2009-01-261-4/+4
* Fixed the way that python/setup.py was being invoked.John Wiegley2009-01-261-6/+7
* Removed references to non-existent unit test files.John Wiegley2009-01-261-11/+4
* Fixed the rsync command in release-distcheck, in case building in a separateJohn Wiegley2009-01-261-14/+9
* Shelling out to 'fullcheck' script needs to use a complete pathname.John Wiegley2009-01-251-7/+7
* Missed a -I needed for building in a separate output tree from the source.John Wiegley2009-01-251-2/+3
* Made 'make fullcheck' work for all the new unit tests.John Wiegley2009-01-251-14/+8
* Reorganized Ledger so that it builds as 7 separate libraries. This is mainlyJohn Wiegley2009-01-251-149/+259
* Switched over to using irrxml for parsing XML, rather than expat.John Wiegley2009-01-241-16/+6
* Changed lib/ exclusions in Makefile when using release-distcheck target.John Wiegley2009-01-231-1/+6
* Added support for Unicode text in Ledger files, thanks to 'utfcpp', which canJohn Wiegley2009-01-231-1/+2
* Build with gdtoa by default again, for the sake of Python users who passJohn Wiegley2009-01-231-20/+55
* Create a py_value module, for translating value_t objects to/from Python.John Wiegley2009-01-231-4/+5
* When Python support is present, use a session_t object which is derived fromJohn Wiegley2009-01-231-0/+6
* Added support for "anonymizing" any report with --anon.John Wiegley2009-01-201-1/+4
* Can now determine the market value of balance pairs, even if stored withinJohn Wiegley2009-01-191-0/+1
* Added --root option to Python install. This change from Levin.John Wiegley2009-01-191-0/+5
* Reverse build order of libamounts and libledger.John Wiegley2009-01-191-1/+1
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-1/+3
* Reversed the link order of libamounts and libledger when building ledger.so.John Wiegley2008-08-311-1/+1
* Reverse the link order of libledger.la and libamounts.la. Apparently thisJohn Wiegley2008-08-311-1/+1
* When a person does 'make libs', run git submodule update for them.John Wiegley2008-08-261-0/+2
* Added the use of autogen.sh from http://buildconf.brlcad.org/. 'acprep' stillJohn Wiegley2008-08-141-1/+1
* A few corrections for the sake of 'make distcheck'.John Wiegley2008-08-141-4/+6
* Added a 'make report', which uses GCOV and LCOV to produce code coverageJohn Wiegley2008-08-131-0/+14
* The balance output now includes the final total.John Wiegley2008-08-131-2/+1
* Removed use of growlnotify.John Wiegley2008-08-131-4/+1
* Added a rule for building the 'lib' directory.John Wiegley2008-08-131-0/+3