Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor basic_flags_t to ledger::flags::basic_t | Alexis Hildebrandt | 2023-04-12 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Revert "Revert "Revert "Compare price annotations using their textual ↵ | John Wiegley | 2022-02-03 | 1 | -3/+1 |
| | | | | | | rendering""" This reverts commit bc45e0205d23f5a8f2e3e389195daa85f4b07ec0. | ||||
* | Revert "Revert "Compare price annotations using their textual rendering"" | John Wiegley | 2022-02-03 | 1 | -1/+3 |
| | | | | This reverts commit 7f78cadea4a2359f1f53ce9c0c66b6d3fafd81c4. | ||||
* | Revert "Compare price annotations using their textual rendering" | Martin Michlmayr | 2020-05-18 | 1 | -3/+1 |
| | | | | | | This reverts commit a6a58af28f30ee81f86604b56740d98af8b75c38. Fixes #1907 | ||||
* | Compare price annotations using their textual rendering | John Wiegley | 2020-03-27 | 1 | -1/+3 |
| | |||||
* | [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] | ||||
* | [ledger] Remove --cache option | Alexis Hildebrandt | 2015-02-18 | 1 | -48/+0 |
| | | | | and all boost serialisation related code. | ||||
* | 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}/" | ||||
* | 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 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -3/+3 |
| | |||||
* | Switched to Boost.PropertyTree for XML generation | John Wiegley | 2012-05-18 | 1 | -28/+1 |
| | |||||
* | Fix to commodity printing | John Wiegley | 2012-03-29 | 1 | -3/+8 |
| | |||||
* | Improved some error messages | John Wiegley | 2012-03-29 | 1 | -0/+8 |
| | |||||
* | Always call TRACE_CTOR at the end of constructors | John Wiegley | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Fix problem with -H and lack of pricing info | John Wiegley | 2012-03-18 | 1 | -4/+5 |
| | | | | Fixes #691 | ||||
* | Tighten up argument passing related to fn_market() | John Wiegley | 2012-03-11 | 1 | -3/+3 |
| | |||||
* | Added syntactic sugar for lot pricing: {{$500.00}} | John Wiegley | 2012-03-10 | 1 | -3/+4 |
| | |||||
* | Corrected value_expr annotation comparisons | John Wiegley | 2012-03-09 | 1 | -1/+3 |
| | |||||
* | Whitespace fixes | John Wiegley | 2012-03-07 | 1 | -1/+0 |
| | |||||
* | Added "value" sub-directive for commodity directive | John Wiegley | 2012-03-06 | 1 | -0/+6 |
| | |||||
* | Implemented annotated_commodity_t::find_price | John Wiegley | 2012-03-06 | 1 | -0/+5 |
| | | | | | Most specifically, it now respects a valuation expression associated with the commodity. | ||||
* | Add support for valuation expressions on commodities | John Wiegley | 2012-03-05 | 1 | -15/+31 |
| | |||||
* | Added annotation_t::operator<() | John Wiegley | 2012-03-05 | 1 | -0/+1 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -14/+14 |
| | |||||
* | Fixed the way prices and costs are print'd | John Wiegley | 2010-06-07 | 1 | -2/+4 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | XML reporting now works via the "xml" command | John Wiegley | 2009-11-09 | 1 | -4/+4 |
| | |||||
* | Added basic foundation for XML reporting | John Wiegley | 2009-11-09 | 1 | -0/+23 |
| | |||||
* | Removed a bunch of empty comments | John Wiegley | 2009-11-08 | 1 | -10/+0 |
| | |||||
* | Whitespace fix | John Wiegley | 2009-11-04 | 1 | -3/+3 |
| | |||||
* | Use is_annotated() method rather than "annotated" | John Wiegley | 2009-11-02 | 1 | -2/+7 |
| | |||||
* | Added missing TRACE_CTOR calls | John Wiegley | 2009-11-01 | 1 | -2/+4 |
| | |||||
* | Added serialization methods for most type | John Wiegley | 2009-10-30 | 1 | -0/+46 |
| | | | | | This allows journal_t objects to be completed serialized to disk and deserialized. | ||||
* | Split commodity.h/cc into three files | John Wiegley | 2009-06-24 | 1 | -0/+199 |
commodity.h - code for commodity_t annotate.h - commodity annotations pool.h - commodity pool management |