Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | Added call to TopGit's pre-commit hook in mine | John Wiegley | 2009-03-06 | 1 | -0/+2 |
| | | |||||
| * | Changed the way that account balances are computed | John Wiegley | 2009-03-06 | 8 | -83/+234 |
| | | |||||
| * | Implemented --unround using value expressions | John Wiegley | 2009-03-06 | 4 | -29/+14 |
| | | |||||
| * | Don't compute running total for balance reports | John Wiegley | 2009-03-05 | 3 | -19/+23 |
| | | |||||
| * | Removed the --totals option | John Wiegley | 2009-03-05 | 5 | -12/+3 |
| | | |||||
| * | Enriched the behavior of post_t::add_to_value | John Wiegley | 2009-03-05 | 1 | -3/+21 |
| | | | | | | | | | | The new behavior will be used in future by some pending topic branches I'm working on. | ||||
| * | Renamed some flags and members in post_t | John Wiegley | 2009-03-05 | 4 | -30/+33 |
| | | |||||
| * | pre-commit runs check only on master, and uses tg | John Wiegley | 2009-03-05 | 1 | -0/+6 |
| | | |||||
| * | Added a value_t macro: VALUE_OR_VERO | John Wiegley | 2009-03-05 | 1 | -0/+2 |
|/ | |||||
* | If Python is not in use, global includes session | John Wiegley | 2009-03-05 | 1 | -0/+2 |
| | |||||
* | Restored Makefile.am ordering to be top-down | John Wiegley | 2009-03-05 | 1 | -38/+38 |
| | |||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 83 | -191/+244 |
| |