| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed TAGS target to work when building in a separate output dir. | John Wiegley | 2009-01-26 | 1 | -1/+2 |
* | Handle the VERSION more gracefully, and uninstall the Python Egg file. | John Wiegley | 2009-01-26 | 1 | -20/+45 |
* | Pass $(srcdir) down to python/setup.py, so it can find pyledger.cc. | John Wiegley | 2009-01-26 | 1 | -4/+4 |
* | Fixed the way that python/setup.py was being invoked. | John Wiegley | 2009-01-26 | 1 | -6/+7 |
* | Removed references to non-existent unit test files. | John Wiegley | 2009-01-26 | 1 | -11/+4 |
* | Fixed the rsync command in release-distcheck, in case building in a separate | John Wiegley | 2009-01-26 | 1 | -14/+9 |
* | Shelling out to 'fullcheck' script needs to use a complete pathname. | John Wiegley | 2009-01-25 | 1 | -7/+7 |
* | Missed a -I needed for building in a separate output tree from the source. | John Wiegley | 2009-01-25 | 1 | -2/+3 |
* | Made 'make fullcheck' work for all the new unit tests. | John Wiegley | 2009-01-25 | 1 | -14/+8 |
* | Reorganized Ledger so that it builds as 7 separate libraries. This is mainly | John Wiegley | 2009-01-25 | 1 | -149/+259 |
* | Switched over to using irrxml for parsing XML, rather than expat. | John Wiegley | 2009-01-24 | 1 | -16/+6 |
* | Changed lib/ exclusions in Makefile when using release-distcheck target. | John Wiegley | 2009-01-23 | 1 | -1/+6 |
* | Added support for Unicode text in Ledger files, thanks to 'utfcpp', which can | John Wiegley | 2009-01-23 | 1 | -1/+2 |
* | Build with gdtoa by default again, for the sake of Python users who pass | John Wiegley | 2009-01-23 | 1 | -20/+55 |
* | Create a py_value module, for translating value_t objects to/from Python. | John Wiegley | 2009-01-23 | 1 | -4/+5 |
* | When Python support is present, use a session_t object which is derived from | John Wiegley | 2009-01-23 | 1 | -0/+6 |
* | Added support for "anonymizing" any report with --anon. | John Wiegley | 2009-01-20 | 1 | -1/+4 |
* | Can now determine the market value of balance pairs, even if stored within | John Wiegley | 2009-01-19 | 1 | -0/+1 |
* | Added --root option to Python install. This change from Levin. | John Wiegley | 2009-01-19 | 1 | -0/+5 |
* | Reverse build order of libamounts and libledger. | John Wiegley | 2009-01-19 | 1 | -1/+1 |
* | Factored common parts of entry_t and xact_t into new item_t | John Wiegley | 2008-09-19 | 1 | -1/+3 |
* | Reversed the link order of libamounts and libledger when building ledger.so. | John Wiegley | 2008-08-31 | 1 | -1/+1 |
* | Reverse the link order of libledger.la and libamounts.la. Apparently this | John Wiegley | 2008-08-31 | 1 | -1/+1 |
* | When a person does 'make libs', run git submodule update for them. | John Wiegley | 2008-08-26 | 1 | -0/+2 |
* | Added the use of autogen.sh from http://buildconf.brlcad.org/. 'acprep' still | John Wiegley | 2008-08-14 | 1 | -1/+1 |
* | A few corrections for the sake of 'make distcheck'. | John Wiegley | 2008-08-14 | 1 | -4/+6 |
* | Added a 'make report', which uses GCOV and LCOV to produce code coverage | John Wiegley | 2008-08-13 | 1 | -0/+14 |
* | The balance output now includes the final total. | John Wiegley | 2008-08-13 | 1 | -2/+1 |
* | Removed use of growlnotify. | John Wiegley | 2008-08-13 | 1 | -4/+1 |
* | Added a rule for building the 'lib' directory. | John Wiegley | 2008-08-13 | 1 | -0/+3 |
* | Moved some dependencies around for 'make distcheck'. | John Wiegley | 2008-08-11 | 1 | -6/+2 |
* | Several changes to autoconf and automake files: | John Wiegley | 2008-08-11 | 1 | -11/+21 |
* | Removed an erroneous @ symbol. | John Wiegley | 2008-08-10 | 1 | -1/+1 |
* | Don't fail if growlnotify isn't present. | John Wiegley | 2008-08-10 | 1 | -1/+1 |
* | When preparing a distribution, copy doc/README over the top-level README. | John Wiegley | 2008-08-10 | 1 | -1/+3 |
* | Use growlnotify on my system to signify the end of a build. This lets me know | John Wiegley | 2008-08-10 | 1 | -1/+4 |
* | Use $PYTHON to locate which Python interpretor to use during a build. | John Wiegley | 2008-08-10 | 1 | -2/+4 |
* | Added rule to build a TAGS file. | John Wiegley | 2008-08-10 | 1 | -0/+5 |
* | Moved sources which I did not write from src/ into lib/. | John Wiegley | 2008-08-09 | 1 | -4/+6 |
* | If the Makefile says that ledger.so is out of date, forcibly rebuild it. | John Wiegley | 2008-08-09 | 1 | -1/+1 |
* | 'make distcheck' now works with Python support enabled. | John Wiegley | 2008-08-09 | 1 | -89/+93 |
* | Added a pretty divider line. :) | John Wiegley | 2008-08-08 | 1 | -0/+2 |
* | Changes needed since all of the documentation files moved into 'doc'. | John Wiegley | 2008-08-08 | 1 | -2/+4 |
* | Fixes and optimizations to the 'make release' and 'make release-distcheck' | John Wiegley | 2008-08-08 | 1 | -4/+5 |
* | Removed the need for an external valgrind.sh script. Using autoconf instead. | John Wiegley | 2008-08-07 | 1 | -5/+15 |
* | Added a 'make fulltest' so that I can be sure everything works. | John Wiegley | 2008-08-07 | 1 | -0/+6 |
* | Fixed a bug that was causing RegressionTests not to run at all. | John Wiegley | 2008-08-07 | 1 | -4/+3 |
* | Removed 'release' rule and added a 'docs' rule for making the documentation. | John Wiegley | 2008-08-07 | 1 | -11/+1 |
* | Fix to 'make release', and also added the PackageMaker config file, for | John Wiegley | 2008-08-07 | 1 | -2/+1 |
* | The Python interface code is now building again and passes its unit tests. | John Wiegley | 2008-08-07 | 1 | -4/+5 |