Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | Brought in the final round of 3.0 code, although it does not compile yet: | John Wiegley | 2008-07-20 | 1 | -0/+1 | |
| | | | | report, session, parts of xpath, main, journal, option. | |||||
* | Merged in bug fixes from master (done for 2.6.1b) | John Wiegley | 2008-07-19 | 1 | -1/+1 | |
|\ | ||||||
| * | Updated the version number to 2.6.1. | John Wiegley | 2008-07-17 | 1 | -1/+1 | |
| | | ||||||
* | | Most things are building, but not the Python code | John Wiegley | 2008-05-12 | 1 | -34/+27 | |
| | | ||||||
* | | Got the unit tests compiling again (though not running yet). | John Wiegley | 2008-05-09 | 1 | -15/+15 | |
| | | ||||||
* | | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -7/+9 | |
| | | ||||||
* | | Migrated over both code and build environment from was-v3.0 branch. | John Wiegley | 2008-05-08 | 1 | -56/+174 | |
|/ | ||||||
* | Increased version to 2.6.0.90 and added documentation for this release. | John Wiegley | 2008-04-13 | 1 | -1/+1 | |
| | ||||||
* | changes | John Wiegley | 2008-04-13 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 | |
| | ||||||
* | Made separate modules for the csv command, since the prior method was | John Wiegley | 2008-04-13 | 1 | -2/+4 | |
| | | | | not fully correct. | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+35 | |
| | ||||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -3/+4 | |
| | ||||||
* | Several fixes to lot price handling. | John Wiegley | 2008-04-13 | 1 | -0/+2 | |
| | ||||||
* | Added --ansi and --ansi-invert options. | John Wiegley | 2008-04-13 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+0 | |
| | ||||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -0/+1 | |
| | ||||||
* | Added a DATETIME value type. | John Wiegley | 2008-04-13 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 | |
| | ||||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -4/+9 | |
| | ||||||
* | (read_binary_journal): Fixed a tiny memory leak when reading from a | John Wiegley | 2008-04-13 | 1 | -11/+31 | |
| | | | | binary cache. | |||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -7/+1 | |
| | ||||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+3 | |
| | ||||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+4 | |
| | ||||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+2 | |
| | ||||||
* | Added build logic for the Emacs file. | John Wiegley | 2008-04-13 | 1 | -0/+5 | |
| | ||||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -50/+2 | |
| | ||||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+2 | |
| | ||||||
* | Restructed the code that it can build and be used as a shared library. | John Wiegley | 2008-04-13 | 1 | -22/+25 | |
| | | | | | The command-line version is still statically bound in the build process by default (for the sake of speed). | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+15 | |
| | ||||||
* | (HAVE_LIBOFX_VALUE): Added LIBOFX support to the Python build. | John Wiegley | 2008-04-13 | 1 | -0/+7 | |
| | ||||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+2 | |
| | ||||||
* | Added an Emacs formatter, accessible with the new "emacs" command. | John Wiegley | 2008-04-13 | 1 | -0/+2 | |
| | ||||||
* | Added preliminary support for OFX, using libofx. Needs much | John Wiegley | 2008-04-13 | 1 | -0/+8 | |
| | | | | real-world testing. | |||||
* | Added framework for an auto-reconcile command. Useful primarily for | John Wiegley | 2008-04-13 | 1 | -0/+2 | |
| | | | | GUI developers. |