Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Moved 'fullcheck' script into tools/ directory. | John Wiegley | 2009-02-02 | 1 | -0/+15 | |
| | ||||||
* | Updated some internal documentation. | John Wiegley | 2009-02-02 | 1 | -1/+1 | |
| | ||||||
* | Added a tools/ subdirectory, with various maintainer related files. | John Wiegley | 2009-01-31 | 9 | -0/+797 | |