Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sorting for option --auto-match. | thdox | 2015-02-22 | 1 | -1/+1 |
| | | | | | | See http://en.cppreference.com/w/cpp/algorithm/max_element and http://www.cplusplus.com/reference/algorithm/max_element/ The sorting for max requires < (and not >). | ||||
* | 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}/" | ||||
* | 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 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -5/+5 |
| | |||||
* | #if 0'd out some unused code | John Wiegley | 2012-04-25 | 1 | -0/+2 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Lookup probable accounts in reverse historical order | John Wiegley | 2011-07-19 | 1 | -4/+6 |
| | | | | Fixes #510 | ||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -92/+92 |
| | |||||
* | Commented out the date limiter in the lookup code | John Wiegley | 2010-03-10 | 1 | -0/+2 |
| | |||||
* | Cleaned up the intelligent lookup algorithm a bit | John Wiegley | 2010-03-10 | 1 | -87/+72 |
| | |||||
* | Added experimental account lookup logic | John Wiegley | 2010-03-08 | 1 | -0/+296 |
This is used by the "xact" command, and the CSV importer. It is very slow O(xacts*records). |