summaryrefslogtreecommitdiff
path: root/src/context.h
Commit message (Collapse)AuthorAgeFilesLines
* Use #pragma onceAlexis Hildebrandt2023-04-101-4/+1
|
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
| | | | [skip ci]
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
|
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-061-3/+3
| | | | Fixes #2049
* Implement cryptographic access to files using GPGMEMichael Raitza2020-10-301-0/+8
|
* Merge pull request #1736 from scfc/drop-conditionals-for-boost-earlier-than-1-49John Wiegley2019-01-251-4/+0
|\ | | | | | | | | Drop conditionals for Boost earlier than 1.49
| * Drop conditionals for Boost earlier than 1.49Tim Landscheidt2019-01-171-5/+1
| | | | | | | | | | | | | | Ledger requires Boost 1.49 or later and enforces this in CMakeLists.txt. This means BOOST_VERSION will always be 104900 or higher. Also, since Boost 1.46, BOOST_FILESYSTEM_VERSION is 3.
* | Drop support for gcc 2 and earlierTim Landscheidt2019-01-251-14/+14
|/
* Merge remote-tracking branch 'origin/master' into nextJohn Wiegley2018-07-191-0/+1
|\
| * Ensure that parse errors produce useful RuntimeErrors for Python code.Manuel Amador (Rudd-O)2016-02-061-0/+1
| |
* | [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
| | | | | | | | [ci skip]
* | [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
|/ | | | [ci skip]
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
| | | | [ci skip]
* 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