Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated .gitignore | John Wiegley | 2013-05-19 | 1 | -0/+1 |
| | |||||
* | Merge pull request #114 from bkuhn/non-profit-reports-all-csv-and-better-sorting | John Wiegley | 2013-01-29 | 1 | -0/+1 |
|\ | | | | | Contrib: Non profit reports: generate only CSV files, better sorting, more flexible hyperlinks & pagebreaks | ||||
| * | MANIFEST file is now also generated by general-ledger report. | Bradley M. Kuhn | 2013-01-04 | 1 | -0/+1 |
| | | | | | | | | | | We should give the sample MANIFEST for users that want to make sure they got the script working properly, and to show the sample output. | ||||
* | | update Doxyfile.in (using doxygen -u) | Johann Klähn | 2013-01-19 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #80 from bkuhn/contrib-non-profit-annual-audit-reports | John Wiegley | 2012-09-09 | 1 | -0/+6 |
|\ | | | | | Contrib: non-profit annual audit reports | ||||
| * | Add to .gitignore items generated by contrib/non-profit-audit-reports/demo.sh | Bradley M. Kuhn | 2012-09-08 | 1 | -0/+6 |
| | | |||||
* | | doc/ledger3.info should be ignored. | Bradley M. Kuhn | 2012-09-08 | 1 | -0/+1 |
|/ | | | | | | doc/ledger3.info was probably missing from the .gitignore because ledger3.info isn't build automatically yet, but might as well add it to .gitignore for those who are building it by hand at the moment. | ||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -0/+11 |
| | |||||
* | Rewrite ignore file | John Wiegley | 2012-04-25 | 1 | -80/+80 |
| | |||||
* | Removed test/python from .gitignore | John Wiegley | 2012-02-29 | 1 | -1/+0 |
| | |||||
* | Added TAGS file to .gitignore | John Wiegley | 2012-02-29 | 1 | -0/+1 |
| | |||||
* | ignore rendered html docs | Simon Michael | 2012-01-22 | 1 | -0/+3 |
| | |||||
* | Added *.gcno files to .gitignore | John Wiegley | 2011-12-21 | 1 | -0/+1 |
| | |||||
* | Roel Vanhout's build files for Visual Studio 2008 | John Wiegley | 2011-03-25 | 1 | -0/+9 |
| | |||||
* | Version information is now based on version.m4 | John Wiegley | 2010-06-15 | 1 | -37/+35 |
| | |||||
* | Started on some macros for writing the manual | John Wiegley | 2010-03-05 | 1 | -0/+10 |
| | |||||
* | Added /tmpwrk*/ to .gitignore | John Wiegley | 2009-11-08 | 1 | -0/+1 |
| | |||||
* | Added /tmpcvs*/ entry to .gitignore | John Wiegley | 2009-11-07 | 1 | -0/+1 |
| | |||||
* | 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 |
| |