summaryrefslogtreecommitdiff
path: root/src/ledger.h
Commit message (Collapse)AuthorAgeFilesLines
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-12/+0
|
* The --help (-h, -H) options now visit the man pageJohn Wiegley2009-02-211-1/+0
|
* Wired up the "entry" command from 2.x, though it still needs to be ported.John Wiegley2009-02-101-3/+1
|
* Threw away the "multiple parser" infrastructure.John Wiegley2009-02-071-1/+0
|
* More revision to the way options are handled; reworked CSV command.John Wiegley2009-02-071-1/+0
|
* Removed --reconcile and --reconcile-date.John Wiegley2009-02-071-1/+0
|
* Moved some files around.John Wiegley2009-02-051-4/+3
|
* Removed all references to the old binary cache.John Wiegley2009-02-041-2/+0
|
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-5/+0
|
* Updated some internal documentation.John Wiegley2009-02-021-1/+30
|
* Inspired by Omari Norman, I've rewritten main.cc so it's easy to approach.John Wiegley2009-01-311-0/+8
|
* Documentation update.John Wiegley2009-01-311-18/+2
|
* Fixed the list of includes in ledger.h.John Wiegley2009-01-311-14/+5
|
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+14
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-2/+2
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+81
is in doc/, etc.