Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reversed the link order of libamounts and libledger when building ledger.so. | John Wiegley | 2008-08-31 | 1 | -1/+1 | |
| | | | | Again, for Ubuntu 8.04. | |||||
* | Reverse the link order of libledger.la and libamounts.la. Apparently this | John Wiegley | 2008-08-31 | 1 | -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 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 | |
| | | | | | 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 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 | |
| | | | | | | 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 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 | |
| | | | | | | | - 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 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 | |
| | | | | That's typically where people expect to find it. | |||||
* | Use growlnotify on my system to signify the end of a build. This lets me know | John Wiegley | 2008-08-10 | 1 | -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 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 | |
| | | | | rules. | |||||
* | 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 | |
| | | | | building an installable Ledger package for OS X users. | |||||
* | The Python interface code is now building again and passes its unit tests. | John Wiegley | 2008-08-07 | 1 | -4/+5 | |
| | ||||||
* | Added rules for building with Python support and also for building a universal | John Wiegley | 2008-08-07 | 1 | -12/+44 | |
| | | | | binary when preparing a release for distribution. | |||||
* | 'make distcheck' now works. | John Wiegley | 2008-08-06 | 1 | -57/+53 | |
| | ||||||
* | More changes toward getting 'make distcheck' to succeed. | John Wiegley | 2008-08-05 | 1 | -14/+13 | |
| | ||||||
* | ginstall $(srcdir)/doc/html/*, not $(top_builddir)/doc/html/. | John Wiegley | 2008-08-05 | 1 | -1/+1 | |
| | ||||||
* | The stub for RegressionTests returned the wrong exit code. | John Wiegley | 2008-08-05 | 1 | -1/+1 | |
| | ||||||
* | Added automake logic for building the Doxygen sources right before preparing a | John Wiegley | 2008-08-05 | 1 | -18/+50 | |
| | | | | release tarball. | |||||
* | Added support for generating Doxygen source documentation. | John Wiegley | 2008-08-05 | 1 | -3/+3 | |
| | ||||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -129/+126 | |
| | | | | is in doc/, etc. | |||||
* | Added infrastructure for running regression tests, since I would like to make | John Wiegley | 2008-08-05 | 1 | -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 Wiegley | 2008-08-04 | 1 | -79/+2 | |
| | ||||||
* | Got pre-compiled headers working again, which are used if --devel is passed to | John Wiegley | 2008-08-03 | 1 | -2/+1 | |
| | | | | acprep. | |||||
* | Rearranged the code a bit, breaking walk.cc into several different files: | John Wiegley | 2008-08-03 | 1 | -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 a | John Wiegley | 2008-07-31 | 1 | -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 everything | John Wiegley | 2008-07-30 | 1 | -13/+17 | |
| | | | | generated. | |||||
* | Reorganized the ordering of filenames in Makefile.am, to better reflect | John Wiegley | 2008-07-30 | 1 | -28/+34 | |
| | | | | Ledger's internal architecture. | |||||
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -4/+33 | |
| | | | | the way that value expressions extract information from journal objects. | |||||
* | Move the value expression code into libamounts, since it really belongs with | John Wiegley | 2008-07-29 | 1 | -10/+10 | |
| | | | | value_t, rather than the rest of Ledger proper. | |||||
* | Value expression architecture is now rewritten, but the functionality of the | John Wiegley | 2008-07-29 | 1 | -28/+41 | |
| | | | | | | | old system (for example, the meaning of 'a') has yet to be restored. In the new scheme, this will be done by definition a function outside of the value expression logic, rather than the tight coupling between journal innards and value expressions that occurred in 2.x. | |||||
* | Added the skeleton for the upcoming value_expr unit tests. | John Wiegley | 2008-07-28 | 1 | -1/+2 | |
| | ||||||
* | A great deal of reorganization to restore the old parsing code (since the | John Wiegley | 2008-07-22 | 1 | -12/+7 | |
| | | | | newer XML stuff was pulled). | |||||
* | The new XPath parser has been integrated, although I have removed the | John Wiegley | 2008-07-20 | 1 | -0/+2 | |
| | | | | | | | XML-related bits -- I just wanted the better infrastructure that had been created during the rewrite. It doesn't work, but it compiles and links now. This means that all of the previous 3.0 code has been moved over, although there are still snippets of code in pending/old that need to be restored. |