Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added .timestamp to Git ignore file | John Wiegley | 2009-11-01 | 1 | -0/+1 |
| | |||||
* | Ignore mkinstalldirs | John Wiegley | 2009-11-01 | 1 | -0/+1 |
| | |||||
* | Added to .gitignore file | John Wiegley | 2009-10-31 | 1 | -0/+1 |
| | |||||
* | Removed build files from root that are now in tools | John Wiegley | 2009-10-31 | 1 | -0/+3 |
| | |||||
* | Added ignoring of build products back to .gitignore. | Drew Raines | 2009-02-25 | 1 | -0/+31 |
| | |||||
* | The ignore file only ignores autoconf products now | John Wiegley | 2009-02-24 | 1 | -74/+4 |
| | |||||
* | Renamed acconf.h to config.h, for included gettext | John Wiegley | 2009-02-22 | 1 | -0/+1 |
| | |||||
* | Added excludes necessary for tools/pre-commit | John Wiegley | 2009-02-21 | 1 | -1/+0 |
| | |||||
* | Added support for using GNU gettext | John Wiegley | 2009-02-21 | 1 | -0/+6 |
| | |||||
* | Removed CppUnit submodule reference | John Wiegley | 2009-02-13 | 1 | -0/+1 |
| | | | | | This library is a dependency for running "make check", but it's not built as part of a Ledger build, and so doesn't belong as a submodule. | ||||
* | Re-enabled the use of pre-compiled headers over debug libs in acprep --devel. | John Wiegley | 2009-02-08 | 1 | -0/+1 |
| | |||||
* | Removed temporary file. | John Wiegley | 2009-01-28 | 1 | -8/+9 |
| | |||||
* | Removed Boost submodule. | John Wiegley | 2009-01-28 | 1 | -0/+1 |
| | |||||
* | Reorganized Ledger so that it builds as 7 separate libraries. This is mainly | John Wiegley | 2009-01-25 | 1 | -0/+7 |
| | | | | to prove to myself that it has proper decoupling between prior code areas. | ||||
* | Added a 'make report', which uses GCOV and LCOV to produce code coverage | John Wiegley | 2008-08-13 | 1 | -2/+3 |
| | | | | | | statistics after running 'make fullcheck'. In order to generate these reports, you need lcov installed and you must run acprep with the '--gcov' option. | ||||
* | Added coverage file to the ignore file. | John Wiegley | 2008-08-13 | 1 | -0/+3 |
| | |||||
* | Added the Python build/ directory to the ignore file. | John Wiegley | 2008-08-13 | 1 | -0/+1 |
| | |||||
* | Always generate a make.sh file, to ease running 'make distcheck' locally. | John Wiegley | 2008-08-09 | 1 | -0/+1 |
| | |||||
* | Added code for the csv2ledger parser that I use personally. | John Wiegley | 2008-08-08 | 1 | -0/+1 |
| | |||||
* | Added a simple Makefile for building some of Ledger's dependency libraries and | John Wiegley | 2008-08-08 | 1 | -28/+5 |
| | | | | | installing them into /usr/local/stow. It will likely have to be run using 'sudo make'. | ||||
* | Moved several documentation files into the 'doc' directory. | John Wiegley | 2008-08-07 | 1 | -2/+2 |
| | |||||
* | Several changes to acprep to help me prepare a universal binary on OS X for | John Wiegley | 2008-08-07 | 1 | -0/+1 |
| | | | | distribution. | ||||
* | Backed out the PackageMaker file, I'm not ready to check it in yet. | John Wiegley | 2008-08-07 | 1 | -0/+1 |
| | |||||
* | Added Python compilation files (.pyc) to the ignore file. | John Wiegley | 2008-08-07 | 1 | -0/+1 |
| | |||||
* | Added Python product to the ignore file. | John Wiegley | 2008-08-07 | 1 | -0/+2 |
| | |||||
* | Added automake logic for building the Doxygen sources right before preparing a | John Wiegley | 2008-08-05 | 1 | -0/+1 |
| | | | | release tarball. | ||||
* | Added documentation build products to the ignore file. | John Wiegley | 2008-08-05 | 1 | -0/+11 |
| | |||||
* | Added support for generating Doxygen source documentation. | John Wiegley | 2008-08-05 | 1 | -2/+7 |
| | |||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+2 |
| | | | | is in doc/, etc. | ||||
* | Added infrastructure for running regression tests, since I would like to make | John Wiegley | 2008-08-05 | 1 | -0/+1 |
| | | | | sure that nothing breaks again once a bug in closed. | ||||
* | Added version.m4 to the ignore list. | John Wiegley | 2008-08-05 | 1 | -0/+1 |
| | |||||
* | Ignore the UnitTests binary. | John Wiegley | 2008-08-04 | 1 | -0/+1 |
| | |||||
* | Got pre-compiled headers working again, which are used if --devel is passed to | John Wiegley | 2008-08-03 | 1 | -0/+1 |
| | | | | acprep. | ||||
* | Cleaned up the value expression code a bit before undertaking the real work of | John Wiegley | 2008-07-27 | 1 | -0/+1 |
| | | | | getting everything back up to what it was (plus the new code written for 3.0). | ||||
* | Merge branch 'master' into v2.7a | John Wiegley | 2008-07-23 | 1 | -0/+1 |
|\ | |||||
| * | acprep: I don't keep ChangeLog files under version control anymore, but | John Wiegley | 2008-07-23 | 1 | -0/+1 |
| | | | | | | | | | | automake requires it, so when preparing the sources for building the ChangeLog is touch'd just as we were doing for AUTHORS and COPYING. | ||||
* | | Merged in bug fixes from master (done for 2.6.1b) | John Wiegley | 2008-07-19 | 1 | -0/+1 |
|\| | |||||
| * | Added COPYING and TAGS to the ignore list. | John Wiegley | 2008-07-13 | 1 | -0/+2 |
| | | |||||
* | | Added TAGS file to the ignore list | John Wiegley | 2008-05-20 | 1 | -0/+1 |
| | | |||||
* | | Renamed configure.in to configure.tmpl. | John Wiegley | 2008-05-11 | 1 | -0/+1 |
| | | | | | | | | Added configure.in file to the ignore list. | ||||
* | | Got the unit tests compiling again (though not running yet). | John Wiegley | 2008-05-09 | 1 | -0/+1 |
|/ | |||||
* | Changed from using .cvsignore to .gitignore. | John Wiegley | 2008-05-08 | 1 | -0/+63 |