Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create a --cache option, for using a binary cache | John Wiegley | 2009-10-31 | 1 | -0/+2 |
| | |||||
* | Moved autoconf-related files into tools | John Wiegley | 2009-10-30 | 3 | -0/+2400 |
| | | | | This makes it more certain that people cloning from Git will use acprep. | ||||
* | Don't run the pre-comment hook for the next branch | John Wiegley | 2009-10-25 | 1 | -1/+2 |
| | |||||
* | Removed -j option from pre-comment example | John Wiegley | 2009-10-11 | 1 | -1/+1 |
| | |||||
* | Rewrote acprep in Python and improved the build | John Wiegley | 2009-03-09 | 5 | -172/+11 |
| | |||||
* | Several improvements to how directories are chosen | John Wiegley | 2009-03-08 | 5 | -54/+60 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | make release-distcheck works again | John Wiegley | 2009-03-07 | 2 | -1491/+7 |
| | |||||
* | Added call to TopGit's pre-commit hook in mine | John Wiegley | 2009-03-06 | 1 | -0/+2 |
| | |||||
* | Don't run autogen from acprep unless necessary | John Wiegley | 2009-03-04 | 1 | -4/+3 |
| | |||||
* | Don't build a gprof version in tools/proof | John Wiegley | 2009-03-04 | 1 | -4/+3 |
| | |||||
* | In the pre-commit hook, run acprep, not myacprep | John Wiegley | 2009-03-04 | 1 | -14/+13 |
| | |||||
* | Removed tools/push from version control | John Wiegley | 2009-03-02 | 1 | -11/+0 |
| | |||||
* | Refactored tools/proof | John Wiegley | 2009-03-02 | 1 | -54/+46 |
| | |||||
* | Reorganized some files in tools/ and test/ | John Wiegley | 2009-02-28 | 9 | -330/+1491 |
| | |||||
* | Added LedgerHarness.py, to simplify test creation | John Wiegley | 2009-02-28 | 1 | -0/+6 |
| | |||||
* | Added a build step to tools/proof | John Wiegley | 2009-02-28 | 1 | -0/+6 |
| | |||||
* | Add -j3 to the pre-commit hook's make invocation | John Wiegley | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Added generate command, --seed, and GenerateTests | John Wiegley | 2009-02-27 | 1 | -0/+11 |
| | |||||
* | Removed special case from pre-commit hook | John Wiegley | 2009-02-27 | 1 | -4/+0 |
| | |||||
* | The -B, -G, -V reports now show rounding amounts | John Wiegley | 2009-02-26 | 6 | -6144/+0 |
| | | | | | | | | | This way, if the running total is off by a penny or two due to rounding of one or more commodities in the account, the user will see it. This commit also reorganizes the testing code a bit, which I did after adding the ninth test series (ConfirmTests), to validate the new rounding code. | ||||
* | Fixes to tools/proof | John Wiegley | 2009-02-25 | 1 | -4/+52 |
| | |||||
* | More fixes to tools/regtest | John Wiegley | 2009-02-25 | 3 | -16/+4 |
| | |||||
* | Restored the functionality of tools/regtest | John Wiegley | 2009-02-24 | 4 | -27/+5663 |
| | |||||
* | Don't drop arguments in tools/myacrpep | John Wiegley | 2009-02-24 | 1 | -0/+3 |
| | |||||
* | tools/myacprep symlinks TAGS and ledger into src/ | John Wiegley | 2009-02-24 | 1 | -0/+5 |
| | |||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 2 | -4/+1 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | The Great Renaming | John Wiegley | 2009-02-23 | 1 | -0/+67 |
| | | | | | | | | | | | | To better follow naming standards used in the accounting community -- particularly those relating to double-entry accounting -- the following technical terms in Ledger have been changed: - what was "entry" is now "transaction" - what was "transaction" is now "posting" Correspondingly, the shorthand names "entry" and "xact" have been changed to "xact" and "post", respectively. | ||||
* | included gettext | John Wiegley | 2009-02-22 | 1 | -3/+3 |
| | |||||
* | And more README updates | John Wiegley | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | Added excludes necessary for tools/pre-commit | John Wiegley | 2009-02-21 | 1 | -0/+4 |
| | |||||
* | Fixes to tools/myacprep | John Wiegley | 2009-02-21 | 1 | -2/+4 |
| | |||||
* | Fixed a script typo | John Wiegley | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | Tools changes to build for multiple targets | John Wiegley | 2009-02-21 | 4 | -13/+71 |
| | | | | | This makes it easier for me to build a version of ledger with optimizations, one for coverage analysis, one for profiling, etc. | ||||
* | Improved the pre-commit hook | John Wiegley | 2009-02-21 | 1 | -7/+5 |
| | |||||
* | Updated the pre-commit hook | John Wiegley | 2009-02-20 | 1 | -6/+25 |
| | | | | | Now it regenerates the build environment if Makefile.am or configure.ac has changed. | ||||
* | Added feature baseline tests | John Wiegley | 2009-02-20 | 1 | -0/+3 |
| | | | | | | These are like regression tests to confirm the basic functionality of every Ledger feature. Also, made the release-distcheck target less sensitive. | ||||
* | The tools/build script now wants make targets | John Wiegley | 2009-02-17 | 1 | -1/+1 |
| | |||||
* | Added a new tools/build utility script | John Wiegley | 2009-02-17 | 1 | -0/+17 |
| | |||||
* | Move tags to xacts instead of entries. | Drew Raines | 2009-02-15 | 1 | -2/+2 |
| | |||||
* | Updated myacprep to allow a --output argument | John Wiegley | 2009-02-15 | 1 | -0/+2 |
| | |||||
* | Added tools/sample.sh, which uses tools/sample.py | John Wiegley | 2009-02-13 | 1 | -0/+7 |
| | |||||
* | Added tools/excludes and tools/pre-commit | John Wiegley | 2009-02-13 | 2 | -0/+82 |
| | | | | | | | These files are used to creat ea Git pre-commit hook which verifies each proposed change by running "make check". Otherwise, I only know if my working tree is sane, and not if each commit is sane before it goes into the repository. | ||||
* | Reorganized the way acprep handles switches | John Wiegley | 2009-02-13 | 1 | -0/+20 |
| | | | | | Now it takes --warn and --debug flags, and I use tools/myacprep to collect together all the flags I normally use in development. | ||||
* | Add data file with examples related to drewr's use. | Drew Raines | 2009-02-11 | 1 | -0/+59 |
| | |||||
* | Fixes to the new Python/scope integration code. | John Wiegley | 2009-02-08 | 1 | -2/+1 |
| | |||||
* | Attribute lookup on a Value object which is a Scope now searches the scope. | John Wiegley | 2009-02-08 | 1 | -5/+3 |
| |