Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First iteration of the new date_interval_t rewrite | John Wiegley | 2009-03-15 | 8 | -273/+389 |
| | |||||
* | Added a missing * operation | John Wiegley | 2009-03-15 | 1 | -1/+1 |
| | |||||
* | Removed an unnecessary member variable | John Wiegley | 2009-03-15 | 1 | -1/+0 |
| | |||||
* | Started breaking up interval_t into range_t | John Wiegley | 2009-03-15 | 1 | -14/+43 |
| | |||||
* | Added two new regression tests | John Wiegley | 2009-03-15 | 2 | -0/+43 |
| | | | | These prove Simon's recent balance report bugs. | ||||
* | If 2+ child accounts are shown, show the parent | John Wiegley | 2009-03-15 | 10 | -14/+49 |
| | | | | | Also, also show a final balance if there are multiple accounts displayed, even if that final balance is zero. | ||||
* | If a balance report is multi-lined, print a total | John Wiegley | 2009-03-15 | 2 | -10/+4 |
| | |||||
* | Fixed a bug in the man page | John Wiegley | 2009-03-15 | 1 | -3/+3 |
| | |||||
* | Do not set ARCHFLAGS by default for Darwin | John Wiegley | 2009-03-11 | 1 | -5/+5 |
| | | | | | I'm not using these yet, since it's impossible to build a fully universal binary on my machine due to the way GMP is built by MacPorts. | ||||
* | Fixed the acprep distcheck build | John Wiegley | 2009-03-11 | 1 | -14/+7 |
| | |||||
* | Moved a variable initialization | John Wiegley | 2009-03-11 | 1 | -2/+2 |
| | |||||
* | Ensure that ledger-proof exists when needed | John Wiegley | 2009-03-11 | 1 | -9/+12 |
| | |||||
* | Added a buildlibs phase, for rebuilding Boost | John Wiegley | 2009-03-11 | 2 | -20/+73 |
| | | | | The advantage here is that it setups up the compiler path correctly. | ||||
* | Execution errors in acprep now stop the build | John Wiegley | 2009-03-10 | 1 | -7/+11 |
| | |||||
* | Added make rule to build mondo.dat | John Wiegley | 2009-03-10 | 2 | -7/+7 |
| | |||||
* | Fixed how the environment is setup in acprep | John Wiegley | 2009-03-10 | 1 | -5/+5 |
| | |||||
* | Re-enabled use of _GLIBCXX_DEBUG on my machine | John Wiegley | 2009-03-10 | 1 | -11/+10 |
| | |||||
* | Removed default optimization flag -march=native | John Wiegley | 2009-03-10 | 1 | -3/+0 |
| | |||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 71 | -27/+170 |
| | |||||
* | Refactored some code in acprep | John Wiegley | 2009-03-10 | 1 | -24/+43 |
| | |||||
* | Normalized some #ifdef's to #if defined | John Wiegley | 2009-03-10 | 1 | -3/+3 |
| | |||||
* | Simplified Makefile.am somewhat | John Wiegley | 2009-03-10 | 1 | -7/+6 |
| | | | | | I removed some extraneous macro expansions which owed to my lack of understanding of automake previously. | ||||
* | Fixed the 'acprep distcheck' build | John Wiegley | 2009-03-10 | 1 | -10/+8 |
| | |||||
* | Only clean if needed, not whenever acprep changes | John Wiegley | 2009-03-10 | 1 | -1/+2 |
| | |||||
* | Made -fpch-deps a default flag if PCH is enabled | John Wiegley | 2009-03-09 | 1 | -0/+1 |
| | | | | | This helps to build things correctly if a dependency like fdstream.h changes, or there is an external update to a package. | ||||
* | Disable use of _GLIBCXX_DEBUG by default | John Wiegley | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | Disabled warning on not finding ledger/__init__.py | John Wiegley | 2009-03-09 | 1 | -1/+4 |
| | | | | | This warning is completely harmless, and was downgraded to a debug message. | ||||
* | Fixed more trivial warnings found by g++ 4.3 | John Wiegley | 2009-03-09 | 1 | -2/+2 |
| | |||||
* | Rewrote acprep in Python and improved the build | John Wiegley | 2009-03-09 | 10 | -621/+1311 |
| | |||||
* | Avoid a race condition when making directories | John Wiegley | 2009-03-08 | 1 | -1/+2 |
| | | | | This can happen when doing a concurrent build with -jX. | ||||
* | Several improvements to how directories are chosen | John Wiegley | 2009-03-08 | 5 | -54/+60 |
| | |||||
* | Added support for "today" as a time period | John Wiegley | 2009-03-08 | 1 | -1/+11 |
| | |||||
* | Rewrote the balance report again, to fix --depth | John Wiegley | 2009-03-08 | 7 | -56/+196 |
| | |||||
* | Was missing an argument in RegressTests.py | John Wiegley | 2009-03-08 | 1 | -1/+1 |
| | |||||
* | Fixed a few minor cases of uninitialized variables | John Wiegley | 2009-03-08 | 4 | -6/+7 |
| | |||||
* | Modified the behavior of tools/proof | John Wiegley | 2009-03-08 | 1 | -21/+21 |
| | | | | | It now uses a copy of the source tree, so that I can keep working while proof is running. It takes a while. | ||||
* | Changed the handling of some options in myacprep | John Wiegley | 2009-03-08 | 1 | -4/+14 |
| | |||||
* | Enable -g when gcov support is being used | John Wiegley | 2009-03-08 | 1 | -1/+1 |
| | |||||
* | Disabled some tests, which were running too slowly | John Wiegley | 2009-03-08 | 2 | -4/+4 |
| | |||||
* | Don't run 'make fullcheck' for the gcov build | John Wiegley | 2009-03-07 | 1 | -4/+12 |
| | |||||
* | In tools/proof, remove Products directories first | John Wiegley | 2009-03-07 | 1 | -0/+5 |
| | |||||
* | Fixed a reference to uninitialized memory | John Wiegley | 2009-03-07 | 1 | -1/+1 |
| | | | | | This was only found with _GLIBCXX_DEBUG=1 *and* coverage analysis (-fprofile-arcs -ftest-coverage). | ||||
* | Doxygen is no longer being used | John Wiegley | 2009-03-07 | 2 | -8/+40 |
| | | | | | Since I'm going to focus on the man page and manual, there is no time to work on code comments that may only rarely be seen in the 3.0 version. | ||||
* | make release-distcheck works again | John Wiegley | 2009-03-07 | 4 | -6/+12 |
| | |||||
* | Don't remove ABOUT-NLS file during distriution | John Wiegley | 2009-03-06 | 1 | -1/+0 |
| | |||||
* | Removed outdated reference to python/interp.py | John Wiegley | 2009-03-06 | 1 | -1/+0 |
| | |||||
* | Revised the ways statistics are computed | John Wiegley | 2009-03-06 | 8 | -189/+239 |
| | | | | | | | It is no longer done in calc_posts, but recursively on each account. This allows value expressions to ask statistical questions, like "earliest cleared posting?" (TBD) from any specific account, computed lazily. | ||||
* | Merge branch 'next' | John Wiegley | 2009-03-06 | 17 | -167/+325 |
|\ | |||||
| * | In fullcheck, divide --verify and --gmalloc | John Wiegley | 2009-03-06 | 1 | -4/+8 |
| | | |||||
| * | Merge commit from 'master' into next | John Wiegley | 2009-03-06 | 1 | -4/+0 |
| |\ | |/ |/| | | | | | | | Reverted pre-commit change to only run on master Reverts part of 324f46460683255d0fa6a7b08210ca8fe7f2c398 |