summaryrefslogtreecommitdiff
path: root/src/ptree.cc
Commit message (Collapse)AuthorAgeFilesLines
* Introduce ledger.hhAlexis Hildebrandt2023-04-161-1/+1
|
* Bump required Boost version to 1.72Alexis Hildebrandt2023-03-241-5/+0
|
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
| | | | [skip ci]
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+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}/"
* #if guards for boost 1.56 compatibilityJoe Gallo2014-08-281-0/+5
|
* Revert "fix "type 'char' cannot be used prior to '::'""John Wiegley2014-08-271-1/+1
| | | | This reverts commit 38557ee63273dcdef22b136c5f424802c7ff6e03.
* fix "type 'char' cannot be used prior to '::'"Joe Gallo2014-08-261-1/+1
|
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* indent output of ledger xmlJohann Klähn2013-03-081-1/+2
|
* fix ledger xml output, remove ledger json commandJohann Klähn2013-03-081-8/+7
| | | | | | | | | | | | As the format used by property trees to represent valid JSON and that for valid XML is too different and given that there are more requests for valid XML output I decided to pursue a quick fix and remove the json command in favor of a working xml command. See bug #782, #909, recent discussion on mailing list. JSON support is postponed until I or someone else finds time to work on this or the python bindings are more stable.
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-3/+6
|
* Fixed a variable name shadowingJohn Wiegley2012-05-181-2/+2
|
* Added a "json" report commandJohn Wiegley2012-05-181-1/+8
|
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-0/+93