summaryrefslogtreecommitdiff
path: root/src/convert.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
| | | | [skip ci]
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
|
* Fix typos in commentsMartin Michlmayr2020-05-211-1/+1
|
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
| | | | [ci skip]
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
| | | | [ci skip]
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
| | | | [ci skip]
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-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 messagesMartin Michlmayr2014-05-131-1/+1
| | | | Fix for bug #867
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
|
* Switch to using Boost.FormatJohn Wiegley2012-05-141-2/+2
|
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-4/+8
|
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
|
* The "id" of an item now maps to its UUIDJohn Wiegley2012-02-271-5/+5
|
* Added --rich-data for 'convert', and SHA1 checksum checkingJohn Wiegley2012-02-261-57/+34
|
* Added --auto-match option, for use with 'convert'John Wiegley2012-02-261-2/+4
|
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
|
* Use Boost iterator_facade to create new iteratorsJohn Wiegley2011-07-191-3/+3
|
* Lookup probable accounts in reverse historical orderJohn Wiegley2011-07-191-6/+2
| | | | Fixes #510
* Made "convert" command insensitive to null amountsJohn Wiegley2010-06-181-12/+14
|
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-5/+3
|
* Untabified all source filesJohn Wiegley2010-06-111-35/+35
|
* Wrap a default account name with _()John Wiegley2010-06-021-1/+1
|
* Changed two uses of delete to checked_delete()John Wiegley2010-06-021-2/+2
|
* The --invert option now works with "convert"John Wiegley2010-05-071-1/+6
|
* Added experimental account lookup logicJohn Wiegley2010-03-081-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 LedgerJohn Wiegley2010-03-051-0/+136