index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
convert.cc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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