summaryrefslogtreecommitdiff
path: root/src/csv.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use unique_ptr instead of std::auto_ptrJohn Wiegley2012-03-051-2/+2
|
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-41/+40
|
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
|
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-281-4/+4
|
* Added --rich-data for 'convert', and SHA1 checksum checkingJohn Wiegley2012-02-261-86/+76
|
* Make CSV importer more sensitive to errorsJohn Wiegley2012-02-261-63/+63
|
* Changed a use of int to std::vector<int>::size_typeJohn Wiegley2012-02-171-1/+1
|
* Fixes for variable shadowing (9/28)John Wiegley2012-02-171-2/+2
|
* Fixes for variable shadowing (8/28)John Wiegley2012-02-171-5/+5
|
* Fixes for variable shadowing (7/28)John Wiegley2012-02-171-13/+13
|
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
|
* Store metadata values as value_t instead of stringJohn Wiegley2010-06-121-1/+1
|
* Untabified all source filesJohn Wiegley2010-06-111-33/+33
|
* The CSV reader now auto-correlates fields by regexJohn Wiegley2010-03-081-50/+167
|
* Added some preliminary code for convert CSV to LedgerJohn Wiegley2010-03-051-0/+181
|
* More revision to the way options are handled; reworked CSV command.John Wiegley2009-02-071-135/+0
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-18/+5
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+148
is in doc/, etc.