summaryrefslogtreecommitdiff
path: root/src/context.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}/"
* Remove trailing whitespace from error messagesMartin Michlmayr2014-05-131-2/+2
| | | | Fix for bug #867
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
|
* Fixes bug 377. Ledger now complains if it is given only a directory as input.Craig Earls2013-02-021-1/+1
|
* fix for 'store absolute paths internally'Johann Klähn2013-01-151-1/+1
| | | | | `parent_path` was called on unprocessed path so neither `resolve_path` nor `filesystem::absolute` had any effect.
* Always store absolute paths internallyJohn Wiegley2012-08-021-6/+6
|
* Switch to using Boost.FormatJohn Wiegley2012-05-141-1/+4
|
* Allow --options to be added by the user in PythonJohn Wiegley2012-03-011-0/+7
|
* Use filesystem::complete not absolute with Boost < 1.46John Wiegley2012-03-011-0/+4
|
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-0/+151