summaryrefslogtreecommitdiff
path: root/src/annotate.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor basic_flags_t to ledger::flags::basic_tAlexis Hildebrandt2023-04-121-1/+1
|
* 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
* Revert "Revert "Revert "Compare price annotations using their textual ↵John Wiegley2022-02-031-3/+1
| | | | | | rendering""" This reverts commit bc45e0205d23f5a8f2e3e389195daa85f4b07ec0.
* Revert "Revert "Compare price annotations using their textual rendering""John Wiegley2022-02-031-1/+3
| | | | This reverts commit 7f78cadea4a2359f1f53ce9c0c66b6d3fafd81c4.
* Revert "Compare price annotations using their textual rendering"Martin Michlmayr2020-05-181-3/+1
| | | | | | This reverts commit a6a58af28f30ee81f86604b56740d98af8b75c38. Fixes #1907
* Compare price annotations using their textual renderingJohn Wiegley2020-03-271-1/+3
|
* [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]
* [ledger] Remove --cache optionAlexis Hildebrandt2015-02-181-48/+0
| | | | and all boost serialisation related code.
* 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}/"
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-3/+3
|
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-28/+1
|
* Fix to commodity printingJohn Wiegley2012-03-291-3/+8
|
* Improved some error messagesJohn Wiegley2012-03-291-0/+8
|
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-1/+1
|
* Fix problem with -H and lack of pricing infoJohn Wiegley2012-03-181-4/+5
| | | | Fixes #691
* Tighten up argument passing related to fn_market()John Wiegley2012-03-111-3/+3
|
* Added syntactic sugar for lot pricing: {{$500.00}}John Wiegley2012-03-101-3/+4
|
* Corrected value_expr annotation comparisonsJohn Wiegley2012-03-091-1/+3
|
* Whitespace fixesJohn Wiegley2012-03-071-1/+0
|
* Added "value" sub-directive for commodity directiveJohn Wiegley2012-03-061-0/+6
|
* Implemented annotated_commodity_t::find_priceJohn Wiegley2012-03-061-0/+5
| | | | | Most specifically, it now respects a valuation expression associated with the commodity.
* Add support for valuation expressions on commoditiesJohn Wiegley2012-03-051-15/+31
|
* Added annotation_t::operator<()John Wiegley2012-03-051-0/+1
|
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
|
* Untabified all source filesJohn Wiegley2010-06-111-14/+14
|
* Fixed the way prices and costs are print'dJohn Wiegley2010-06-071-2/+4
|
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* XML reporting now works via the "xml" commandJohn Wiegley2009-11-091-4/+4
|
* Added basic foundation for XML reportingJohn Wiegley2009-11-091-0/+23
|
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-10/+0
|
* Whitespace fixJohn Wiegley2009-11-041-3/+3
|
* Use is_annotated() method rather than "annotated"John Wiegley2009-11-021-2/+7
|
* Added missing TRACE_CTOR callsJohn Wiegley2009-11-011-2/+4
|
* Added serialization methods for most typeJohn Wiegley2009-10-301-0/+46
| | | | | This allows journal_t objects to be completed serialized to disk and deserialized.
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-0/+199
commodity.h - code for commodity_t annotate.h - commodity annotations pool.h - commodity pool management