index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
post.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make xact hashes independent of posting order
John Wiegley
2024-08-05
1
-2
/
+0
*
Add support for hash chaining to detect modifications in postings
John Wiegley
2024-08-05
1
-0
/
+2
*
Use #pragma once
Alexis Hildebrandt
2023-04-10
1
-4
/
+1
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
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
*
Fix issues related to payees declared on posting's metadata
Diogo Trentini
2021-02-02
1
-0
/
+10
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2017-01-05
1
-1
/
+1
*
[misc] Update year in copyright notice to 2016
Alexis Hildebrandt
2016-01-02
1
-1
/
+1
*
Convert boost::optional objects to bool explicitly.
Jonathan Wakely
2015-07-27
1
-5
/
+1
*
Revert "boost::none_t no longer convertible from literal 0 in 1.58"
John Wiegley
2015-05-17
1
-1
/
+5
*
boost::none_t no longer convertible from literal 0 in 1.58
Johann Klähn
2015-05-10
1
-5
/
+1
*
[ledger] Remove --cache option
Alexis Hildebrandt
2015-02-18
1
-18
/
+0
*
Bump copyright notice to 2015
Alexis Hildebrandt
2014-12-27
1
-1
/
+1
*
#if guards for boost 1.56 compatibility
Joe Gallo
2014-08-28
1
-0
/
+4
*
Revert "fix "no viable conversion from ... to 'bool'""
John Wiegley
2014-08-27
1
-1
/
+1
*
fix "no viable conversion from ... to 'bool'"
Joe Gallo
2014-08-26
1
-1
/
+1
*
Preserve the given cost for print
Martin Michlmayr
2014-07-14
1
-0
/
+1
*
Add the concept of "deferred postings"
John Wiegley
2014-04-13
1
-0
/
+1
*
Bump copyright information to 2014
Alexis Hildebrandt
2014-02-02
1
-1
/
+1
*
Add a missing % character
John Wiegley
2013-05-19
1
-1
/
+1
*
Bump copyright information to 2013
John Wiegley
2013-02-18
1
-1
/
+1
*
Shorten debug comment
John Wiegley
2012-11-23
1
-1
/
+1
*
Converted the Ledger build system to use CMake
John Wiegley
2012-05-20
1
-1
/
+1
*
Switched to Boost.PropertyTree for XML generation
John Wiegley
2012-05-18
1
-2
/
+1
*
Switch to using Boost.Format
John Wiegley
2012-05-14
1
-1
/
+1
*
Whitespace fix
John Wiegley
2012-04-04
1
-2
/
+2
*
Forgot to copy two members in post_t's copy-ctor
John Wiegley
2012-03-28
1
-4
/
+4
*
Always call TRACE_CTOR at the end of constructors
John Wiegley
2012-03-20
1
-1
/
+1
*
Access to checkin/checkout of timelog entries
John Wiegley
2012-03-13
1
-7
/
+9
*
post_t's copy constructor wasn't copying xdata_
John Wiegley
2012-03-13
1
-0
/
+7
*
Added the notion of "virtual costs"
John Wiegley
2012-03-09
1
-1
/
+2
*
Added parsing support for the many value directives
John Wiegley
2012-03-07
1
-0
/
+3
*
Increased file copyrights to 2012
John Wiegley
2012-02-29
1
-1
/
+1
*
Renamed actual/effective dates to primary/auxiliary
John Wiegley
2012-02-28
1
-3
/
+3
*
Added some debug code
John Wiegley
2011-02-10
1
-0
/
+1
*
Scopes can now provide a description of themselves
John Wiegley
2010-06-24
1
-0
/
+10
*
has_tag and get_tag now take an 'inherit' parameter
John Wiegley
2010-06-18
1
-7
/
+11
*
Individual postings may each have their own payee
John Wiegley
2010-06-17
1
-0
/
+2
*
Store metadata values as value_t instead of string
John Wiegley
2010-06-12
1
-3
/
+3
*
Untabified all source files
John Wiegley
2010-06-11
1
-34
/
+34
*
Allow fixated costs, as well as prices
John Wiegley
2010-06-10
1
-6
/
+7
*
Fixed interaction with -V/X and grouped postings
John Wiegley
2010-06-09
1
-0
/
+2
*
Make --anon work with the print command
John Wiegley
2010-06-05
1
-5
/
+6
*
Added account_id and xact_id valexpr vars for posts
John Wiegley
2010-05-18
1
-0
/
+3
*
Rewrite the "print" command as a custom function
John Wiegley
2010-03-08
1
-4
/
+5
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Some minor refactoring of the textual parser
John Wiegley
2010-02-05
1
-0
/
+2
*
Added post_t::compare_by_date_and_sequence comparator
John Wiegley
2010-02-05
1
-0
/
+14
[next]