summaryrefslogtreecommitdiff
path: root/src/archive.h
Commit message (Collapse)AuthorAgeFilesLines
* 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}/"
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-1/+1
|
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
|
* Untabified all source filesJohn Wiegley2010-06-111-1/+1
|
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* session_t now holds a std::auto_prt<journal_t>John Wiegley2009-11-121-3/+3
|
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-9/+0
|
* Whitespace fixJohn Wiegley2009-11-041-1/+1
|
* Improved archive header logic for cache filesJohn Wiegley2009-11-011-7/+3
|
* Create a --cache option, for using a binary cacheJohn Wiegley2009-10-311-0/+105