summaryrefslogtreecommitdiff
path: root/src/post.cc
Commit message (Expand)AuthorAgeFilesLines
* Make xact hashes independent of posting orderJohn Wiegley2024-08-051-24/+0
* Add support for hash chaining to detect modifications in postingsJohn Wiegley2024-08-051-0/+24
* Restore expr context after calc, #2330 #2343Tavis Ormandy2024-07-081-2/+3
* When a post has no date at all, default to the current dateJohn Wiegley2023-02-061-2/+4
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Initial fix for #2147WY2023-01-201-1/+1
* xml: Include posting-specific payee in outputGwyneth Morgan2022-10-101-0/+3
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Create consistent buffer size.Daniel Coonce2021-02-021-1/+1
* Fix build for x86_64-w64-mingw32Daniel Coonce2021-02-021-1/+1
* Fix issues related to payees declared on posting's metadataDiogo Trentini2021-02-021-2/+12
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* fix ledger xml output, remove ledger json commandJohann Klähn2013-03-081-28/+15
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-59/+34
* Switch to using Boost.FormatJohn Wiegley2012-05-141-3/+3
* Whitespace fixJohn Wiegley2012-04-041-16/+13
* Never output calculate commodity valuation expressionsJohn Wiegley2012-03-201-0/+1
* Access to checkin/checkout of timelog entriesJohn Wiegley2012-03-131-1/+12
* Added "price" value expression for postsJohn Wiegley2012-03-071-0/+11
* Added parsing support for the many value directivesJohn Wiegley2012-03-071-0/+38
* Guarded a call to add_or_set_valueJohn Wiegley2012-03-051-1/+2
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-281-12/+12
* The "id" of an item now maps to its UUIDJohn Wiegley2012-02-271-10/+0
* Fixed many Clang type conversion warnings with static_castJohn Wiegley2012-02-171-3/+3
* Fixes for variable shadowing (21/28)John Wiegley2012-02-171-2/+2
* Fixes for variable shadowing (20/28)John Wiegley2012-02-171-3/+3
* Do not evaluate strings as booleansJohn Wiegley2012-02-111-2/+2
* Cleanup whitespaceJohn Wiegley2011-08-181-2/+2
* Whitespace correctionsJohn Wiegley2011-02-101-5/+5
* has_tag and get_tag now take an 'inherit' parameterJohn Wiegley2010-06-181-8/+10
* Individual postings may each have their own payeeJohn Wiegley2010-06-171-1/+9
* Report error context in expressions more preciselyJohn Wiegley2010-06-131-4/+8
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-53/+45
* Expression evaluations now have a "type context"John Wiegley2010-06-131-28/+12
* Added a new scope_value() inline helper functionJohn Wiegley2010-06-131-2/+2
* account(NAME) function can lookup account objectsJohn Wiegley2010-06-131-1/+16
* Improved value expression function 'commodity'John Wiegley2010-06-121-8/+15
* Store metadata values as value_t instead of stringJohn Wiegley2010-06-121-6/+6
* Untabified all source filesJohn Wiegley2010-06-111-68/+68
* Fixed interaction with -V/X and grouped postingsJohn Wiegley2010-06-091-0/+17
* Empty notes and tags now return null valuesJohn Wiegley2010-05-301-4/+8
* Created new valexpr variable display_accountJohn Wiegley2010-05-221-8/+24
* Changed the report generated by the csv commandJohn Wiegley2010-05-221-2/+12
* Added account_id and xact_id valexpr vars for postsJohn Wiegley2010-05-181-0/+36