Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 1 | -7/+4 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Support Boost 1.46 and Boost.Filesystem v3 | John Wiegley | 2011-02-28 | 1 | -4/+10 |
| | |||||
* | Add support for typed metadata | John Wiegley | 2010-06-12 | 1 | -2/+4 |
| | | | | | | | | | | The metadata construct 'Key: Value' is now just a special case for 'Key:: "Value"'. Another after a :: in metadata setting is parsed as a full value expression and typed as such. For example: ; Key:: $400 + $500 ledger -l 'tag("Key") < $1000' | ||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -6/+6 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Timeclock events now record their file position | John Wiegley | 2009-11-11 | 1 | -16/+14 |
| | |||||
* | Timeclock entries can now have notes | John Wiegley | 2009-11-11 | 1 | -8/+12 |
| | | | | | | | | | | Example of a tagged entry: i 2009/11/01 12:00:00 Account Payee ; :Foo: o 2009/11/01 13:00:00 Two spaces or a tab must separate account from payee, and payee from note. | ||||
* | Removed a bunch of empty comments | John Wiegley | 2009-11-08 | 1 | -14/+0 |
| | |||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -1/+5 |
| | |||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -12/+12 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | Added documentation stubs for all include files and classes. | John Wiegley | 2009-01-31 | 1 | -0/+24 |
| | |||||
* | Refactored the textual parser, to allow easy extensions in Python. | John Wiegley | 2009-01-29 | 1 | -0/+2 |
| | |||||
* | Refactored the timelog code into its own file. | John Wiegley | 2009-01-29 | 1 | -0/+85 |