Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | Fix typos in comments | Martin Michlmayr | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | Remove trailing whitespace from error messages | Martin Michlmayr | 2014-05-13 | 1 | -1/+1 |
| | | | | Fix for bug #867 | ||||
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Switch to using Boost.Format | John Wiegley | 2012-05-14 | 1 | -2/+2 |
| | |||||
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 1 | -4/+8 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | The "id" of an item now maps to its UUID | John Wiegley | 2012-02-27 | 1 | -5/+5 |
| | |||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -57/+34 |
| | |||||
* | Added --auto-match option, for use with 'convert' | John Wiegley | 2012-02-26 | 1 | -2/+4 |
| | |||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Use Boost iterator_facade to create new iterators | John Wiegley | 2011-07-19 | 1 | -3/+3 |
| | |||||
* | Lookup probable accounts in reverse historical order | John Wiegley | 2011-07-19 | 1 | -6/+2 |
| | | | | Fixes #510 | ||||
* | Made "convert" command insensitive to null amounts | John Wiegley | 2010-06-18 | 1 | -12/+14 |
| | |||||
* | Completely reworked argument passing in expressions | John Wiegley | 2010-06-13 | 1 | -5/+3 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -35/+35 |
| | |||||
* | Wrap a default account name with _() | John Wiegley | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | Changed two uses of delete to checked_delete() | John Wiegley | 2010-06-02 | 1 | -2/+2 |
| | |||||
* | The --invert option now works with "convert" | John Wiegley | 2010-05-07 | 1 | -1/+6 |
| | |||||
* | Added experimental account lookup logic | John Wiegley | 2010-03-08 | 1 | -15/+35 |
| | | | | | This is used by the "xact" command, and the CSV importer. It is very slow O(xacts*records). | ||||
* | Added some preliminary code for convert CSV to Ledger | John Wiegley | 2010-03-05 | 1 | -0/+136 |