summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | python_interpreter_t, so that Python can provide value expression definitions.
* 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
| | | | value_t objects.
* 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
| | | | Again, for Ubuntu 8.04.
* Reverse the link order of libledger.la and libamounts.la. Apparently thisJohn Wiegley2008-08-311-1/+1
| | | | matters to Ubuntu 8.04, but only when building 'make check'!
* 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
| | | | | remains useful (mostly to me), but now users can use this script if they expect to find it.
* 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
| | | | | | statistics after running 'make fullcheck'. In order to generate these reports, you need lcov installed and you must run acprep with the '--gcov' option.
* 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
|
* Moved some dependencies around for 'make distcheck'.John Wiegley2008-08-111-6/+2
|
* Several changes to autoconf and automake files:John Wiegley2008-08-111-11/+21
| | | | | | | - Always build with Python support, if it's available - Better rule for building the TAGS file (optional) - Basic reorganization - Don't run the RegressionTests if no Python interpretor is found
* Removed an erroneous @ symbol.John Wiegley2008-08-101-1/+1
|
* Don't fail if growlnotify isn't present.John Wiegley2008-08-101-1/+1
|
* When preparing a distribution, copy doc/README over the top-level README.John Wiegley2008-08-101-1/+3
| | | | That's typically where people expect to find it.
* Use growlnotify on my system to signify the end of a build. This lets me knowJohn Wiegley2008-08-101-1/+4
| | | | when I can hit "run" in gdb, without having to watch the build output.
* Use $PYTHON to locate which Python interpretor to use during a build.John Wiegley2008-08-101-2/+4
|
* Added rule to build a TAGS file.John Wiegley2008-08-101-0/+5
|
* Moved sources which I did not write from src/ into lib/.John Wiegley2008-08-091-4/+6
|
* If the Makefile says that ledger.so is out of date, forcibly rebuild it.John Wiegley2008-08-091-1/+1
|
* 'make distcheck' now works with Python support enabled.John Wiegley2008-08-091-89/+93
|
* Added a pretty divider line. :)John Wiegley2008-08-081-0/+2
|
* Changes needed since all of the documentation files moved into 'doc'.John Wiegley2008-08-081-2/+4
|
* Fixes and optimizations to the 'make release' and 'make release-distcheck'John Wiegley2008-08-081-4/+5
| | | | rules.
* Removed the need for an external valgrind.sh script. Using autoconf instead.John Wiegley2008-08-071-5/+15
|
* Added a 'make fulltest' so that I can be sure everything works.John Wiegley2008-08-071-0/+6
|
* Fixed a bug that was causing RegressionTests not to run at all.John Wiegley2008-08-071-4/+3
|
* Removed 'release' rule and added a 'docs' rule for making the documentation.John Wiegley2008-08-071-11/+1
|
* Fix to 'make release', and also added the PackageMaker config file, forJohn Wiegley2008-08-071-2/+1
| | | | building an installable Ledger package for OS X users.
* The Python interface code is now building again and passes its unit tests.John Wiegley2008-08-071-4/+5
|
* Added rules for building with Python support and also for building a universalJohn Wiegley2008-08-071-12/+44
| | | | binary when preparing a release for distribution.
* 'make distcheck' now works.John Wiegley2008-08-061-57/+53
|
* More changes toward getting 'make distcheck' to succeed.John Wiegley2008-08-051-14/+13
|
* ginstall $(srcdir)/doc/html/*, not $(top_builddir)/doc/html/.John Wiegley2008-08-051-1/+1
|
* The stub for RegressionTests returned the wrong exit code.John Wiegley2008-08-051-1/+1
|
* Added automake logic for building the Doxygen sources right before preparing aJohn Wiegley2008-08-051-18/+50
| | | | release tarball.
* Added support for generating Doxygen source documentation.John Wiegley2008-08-051-3/+3
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-129/+126
| | | | is in doc/, etc.
* Added infrastructure for running regression tests, since I would like to makeJohn Wiegley2008-08-051-1/+5
| | | | sure that nothing breaks again once a bug in closed.
* Removed unnecessary clean rules, since git-clean does the job very nicely.John Wiegley2008-08-041-79/+2
|
* Got pre-compiled headers working again, which are used if --devel is passed toJohn Wiegley2008-08-031-2/+1
| | | | acprep.
* Rearranged the code a bit, breaking walk.cc into several different files:John Wiegley2008-08-031-2/+11
| | | | | | | | | | compare compare_items<T> handler item_handler<T> iterators used to iterators sets of journal objects filters derived from item_handler, they morph the result set output derived from item_handler, these do the printing Also, created a new 'help' files which contains just Ledger's help text.
* A new binary_cache_t object has been creating to manage saving and restoring aJohn Wiegley2008-07-311-0/+2
| | | | | Ledger session from a cache file. It doesn't work at all yet, though at least the major structures are in place now.
* Fixed the clean targets in Makefile.am. Use 'all-clean' to wipe everythingJohn Wiegley2008-07-301-13/+17
| | | | generated.