Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use #pragma once | Alexis Hildebrandt | 2023-04-10 | 1 | -4/+1 |
| | |||||
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | Change header guard names to use `INCLUDED_` prefix | Phil Newton | 2022-04-06 | 1 | -3/+3 |
| | | | | Fixes #2049 | ||||
* | Implement cryptographic access to files using GPGME | Michael Raitza | 2020-10-30 | 1 | -0/+8 |
| | |||||
* | Merge pull request #1736 from scfc/drop-conditionals-for-boost-earlier-than-1-49 | John Wiegley | 2019-01-25 | 1 | -4/+0 |
|\ | | | | | | | | | Drop conditionals for Boost earlier than 1.49 | ||||
| * | Drop conditionals for Boost earlier than 1.49 | Tim Landscheidt | 2019-01-17 | 1 | -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 earlier | Tim Landscheidt | 2019-01-25 | 1 | -14/+14 |
|/ | |||||
* | Merge remote-tracking branch 'origin/master' into next | John Wiegley | 2018-07-19 | 1 | -0/+1 |
|\ | |||||
| * | Ensure that parse errors produce useful RuntimeErrors for Python code. | Manuel Amador (Rudd-O) | 2016-02-06 | 1 | -0/+1 |
| | | |||||
* | | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
|/ | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | 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}/" | ||||
* | Remove trailing whitespace from error messages | Martin Michlmayr | 2014-05-13 | 1 | -2/+2 |
| | | | | Fix for bug #867 | ||||
* | 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 |
| | |||||
* | Fixes bug 377. Ledger now complains if it is given only a directory as input. | Craig Earls | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | fix for 'store absolute paths internally' | Johann Klähn | 2013-01-15 | 1 | -1/+1 |
| | | | | | `parent_path` was called on unprocessed path so neither `resolve_path` nor `filesystem::absolute` had any effect. | ||||
* | Always store absolute paths internally | John Wiegley | 2012-08-02 | 1 | -6/+6 |
| | |||||
* | Switch to using Boost.Format | John Wiegley | 2012-05-14 | 1 | -1/+4 |
| | |||||
* | Allow --options to be added by the user in Python | John Wiegley | 2012-03-01 | 1 | -0/+7 |
| | |||||
* | Use filesystem::complete not absolute with Boost < 1.46 | John Wiegley | 2012-03-01 | 1 | -0/+4 |
| | |||||
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 1 | -0/+151 |