summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote acprep in Python and improved the buildJohn Wiegley2009-03-095-172/+11
|
* Several improvements to how directories are chosenJohn Wiegley2009-03-085-54/+60
|
* Modified the behavior of tools/proofJohn Wiegley2009-03-081-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 myacprepJohn Wiegley2009-03-081-4/+14
|
* Don't run 'make fullcheck' for the gcov buildJohn Wiegley2009-03-071-4/+12
|
* In tools/proof, remove Products directories firstJohn Wiegley2009-03-071-0/+5
|
* make release-distcheck works againJohn Wiegley2009-03-072-1491/+7
|
* Added call to TopGit's pre-commit hook in mineJohn Wiegley2009-03-061-0/+2
|
* Don't run autogen from acprep unless necessaryJohn Wiegley2009-03-041-4/+3
|
* Don't build a gprof version in tools/proofJohn Wiegley2009-03-041-4/+3
|
* In the pre-commit hook, run acprep, not myacprepJohn Wiegley2009-03-041-14/+13
|
* Removed tools/push from version controlJohn Wiegley2009-03-021-11/+0
|
* Refactored tools/proofJohn Wiegley2009-03-021-54/+46
|
* Reorganized some files in tools/ and test/John Wiegley2009-02-289-330/+1491
|
* Added LedgerHarness.py, to simplify test creationJohn Wiegley2009-02-281-0/+6
|
* Added a build step to tools/proofJohn Wiegley2009-02-281-0/+6
|
* Add -j3 to the pre-commit hook's make invocationJohn Wiegley2009-02-271-1/+1
|
* Added generate command, --seed, and GenerateTestsJohn Wiegley2009-02-271-0/+11
|
* Removed special case from pre-commit hookJohn Wiegley2009-02-271-4/+0
|
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-266-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/proofJohn Wiegley2009-02-251-4/+52
|
* More fixes to tools/regtestJohn Wiegley2009-02-253-16/+4
|
* Restored the functionality of tools/regtestJohn Wiegley2009-02-244-27/+5663
|
* Don't drop arguments in tools/myacrpepJohn Wiegley2009-02-241-0/+3
|
* tools/myacprep symlinks TAGS and ledger into src/John Wiegley2009-02-241-0/+5
|
* The Great Renaming, Part IIJohn Wiegley2009-02-232-4/+1
| | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
* The Great RenamingJohn Wiegley2009-02-231-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 gettextJohn Wiegley2009-02-221-3/+3
|
* And more README updatesJohn Wiegley2009-02-211-1/+1
|
* Added excludes necessary for tools/pre-commitJohn Wiegley2009-02-211-0/+4
|
* Fixes to tools/myacprepJohn Wiegley2009-02-211-2/+4
|
* Fixed a script typoJohn Wiegley2009-02-211-1/+1
|
* Tools changes to build for multiple targetsJohn Wiegley2009-02-214-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 hookJohn Wiegley2009-02-211-7/+5
|
* Updated the pre-commit hookJohn Wiegley2009-02-201-6/+25
| | | | | Now it regenerates the build environment if Makefile.am or configure.ac has changed.
* Added feature baseline testsJohn Wiegley2009-02-201-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 targetsJohn Wiegley2009-02-171-1/+1
|
* Added a new tools/build utility scriptJohn Wiegley2009-02-171-0/+17
|
* Move tags to xacts instead of entries.Drew Raines2009-02-151-2/+2
|
* Updated myacprep to allow a --output argumentJohn Wiegley2009-02-151-0/+2
|
* Added tools/sample.sh, which uses tools/sample.pyJohn Wiegley2009-02-131-0/+7
|
* Added tools/excludes and tools/pre-commitJohn Wiegley2009-02-132-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 switchesJohn Wiegley2009-02-131-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 Raines2009-02-111-0/+59
|
* Fixes to the new Python/scope integration code.John Wiegley2009-02-081-2/+1
|
* Attribute lookup on a Value object which is a Scope now searches the scope.John Wiegley2009-02-081-5/+3
|
* Moved 'fullcheck' script into tools/ directory.John Wiegley2009-02-021-0/+15
|
* Updated some internal documentation.John Wiegley2009-02-021-1/+1
|
* Added a tools/ subdirectory, with various maintainer related files.John Wiegley2009-01-319-0/+797