summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Simplified passing of scope objects in PythonJohn Wiegley2009-11-051-2/+0
|
* Removed several unneeded Python interface filesJohn Wiegley2009-11-041-5/+0
|
* Added Python interface for account_tJohn Wiegley2009-11-031-0/+1
|
* Wrap the call to acprep proof in a call to "time"John Wiegley2009-11-021-1/+1
|
* Renamed the DocTests to ManualTestsJohn Wiegley2009-11-021-7/+7
|
* Make the source directory available to all testsJohn Wiegley2009-11-021-5/+5
|
* Added DocTests to verify documentation examplesJohn Wiegley2009-11-011-1/+11
|
* In tools/proof, change into source directoryJohn Wiegley2009-11-011-0/+2
|
* Further refinements to tools/proofJohn Wiegley2009-11-011-2/+11
|
* Added an --alert option to tools/proofJohn Wiegley2009-11-011-1/+8
|
* Capture error code correctly in tools/proofJohn Wiegley2009-10-311-3/+5
|
* Improvements to tools/proofJohn Wiegley2009-10-311-5/+5
|
* Added auto-commiting of TODO files to tools/pushJohn Wiegley2009-10-311-0/+4
|
* Added tools/push scriptJohn Wiegley2009-10-311-0/+7
|
* Added tools/proof utility scriptJohn Wiegley2009-10-311-0/+11
|
* Create a --cache option, for using a binary cacheJohn Wiegley2009-10-311-0/+2
|
* Moved autoconf-related files into toolsJohn Wiegley2009-10-303-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 branchJohn Wiegley2009-10-251-1/+2
|
* Removed -j option from pre-comment exampleJohn Wiegley2009-10-111-1/+1
|
* 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
|