index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
journal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ledger] Remove --cache option
Alexis Hildebrandt
2015-02-18
1
-35
/
+0
*
Bump copyright notice to 2015
Alexis Hildebrandt
2014-12-27
1
-1
/
+1
*
support payee uuid directive
Christophe Rhodes
2014-05-13
1
-0
/
+3
*
rename payee_mappings to payee_alias_mappings
Christophe Rhodes
2014-05-12
1
-35
/
+35
*
The option --permissive now quiets balance assertions
John Wiegley
2014-04-13
1
-0
/
+1
*
Adding option --no-aliases to completely disable alias expansion
Peter Feigl
2014-02-26
1
-0
/
+1
*
Adding option --recursive-aliases, adding documentation to man-page and manual
Peter Feigl
2014-02-26
1
-0
/
+1
*
Adding support for recursive aliases.
Peter Feigl
2014-02-25
1
-0
/
+2
*
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
-2
/
+2
*
Changed a const string map key to string
John Wiegley
2012-04-28
1
-11
/
+11
*
Always call TRACE_CTOR at the end of constructors
John Wiegley
2012-03-20
1
-1
/
+1
*
Added option --day-break
John Wiegley
2012-03-17
1
-0
/
+1
*
Added parsing support for the many value directives
John Wiegley
2012-03-07
1
-3
/
+4
*
Refactored the notion of "the current parsing context"
John Wiegley
2012-03-01
1
-20
/
+12
*
Increased file copyrights to 2012
John Wiegley
2012-02-29
1
-1
/
+1
*
Removed comment that no longer made sense
John Wiegley
2012-02-29
1
-2
/
+0
*
Added --check-payees option
John Wiegley
2012-02-27
1
-0
/
+1
*
Implement the "tag" metadata directive
John Wiegley
2012-02-27
1
-14
/
+14
*
Added new account/payee/commodity directives
John Wiegley
2012-02-27
1
-7
/
+38
*
Added --rich-data for 'convert', and SHA1 checksum checking
John Wiegley
2012-02-26
1
-0
/
+3
*
Revised how Ledger handles the "current year"
John Wiegley
2010-06-14
1
-4
/
+2
*
Automated xacts may now contain "deferred tags"
John Wiegley
2010-06-13
1
-2
/
+4
*
Untabified all source files
John Wiegley
2010-06-11
1
-22
/
+22
*
Two members of journal_t weren't being serialized
John Wiegley
2010-06-02
1
-1
/
+3
*
Added new "payee" and "capture" directives
John Wiegley
2010-03-05
1
-0
/
+8
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Many improvements to Ledger's Python bindings
John Wiegley
2009-11-19
1
-3
/
+0
*
Added has_xdata() methods for journal_t and xact_t
John Wiegley
2009-11-12
1
-0
/
+1
*
Did away with the "finalizer" abstraction
John Wiegley
2009-11-11
1
-10
/
+2
*
Removed a bunch of empty comments
John Wiegley
2009-11-08
1
-9
/
+0
*
Renamed journal_t::basket to bucket
John Wiegley
2009-11-07
1
-2
/
+2
*
Moved journal reading code into journal_t
John Wiegley
2009-11-05
1
-0
/
+12
*
Moved xdata clearing code into each type proper
John Wiegley
2009-11-05
1
-0
/
+2
*
Transactions, etc., are now accessed by iterators
John Wiegley
2009-11-05
1
-0
/
+26
*
Whitespace fix
John Wiegley
2009-11-04
1
-2
/
+2
*
Changed a data type to be consistent with its usage
John Wiegley
2009-10-31
1
-1
/
+1
*
Create a --cache option, for using a binary cache
John Wiegley
2009-10-31
1
-7
/
+51
*
Moved ownership of master account into journal_t
John Wiegley
2009-10-30
1
-9
/
+8
*
Added serialization methods for most type
John Wiegley
2009-10-30
1
-0
/
+16
*
Reduced the #include dependency tree to a minimum
John Wiegley
2009-03-04
1
-6
/
+12
*
The Great Renaming, Part II
John Wiegley
2009-02-23
1
-11
/
+11
*
Added a --strict session option
John Wiegley
2009-02-19
1
-2
/
+3
*
Break libledger_data's dependency on session_t.
John Wiegley
2009-02-09
1
-2
/
+1
*
Threw away the "multiple parser" infrastructure.
John Wiegley
2009-02-07
1
-34
/
+9
*
Largely removed all of Ledger's use of global variables, for the REPL's sake.
John Wiegley
2009-02-04
1
-1
/
+3
*
Simplified the textual parser, and improved metadata support.
John Wiegley
2009-02-04
1
-12
/
+2
*
Added documentation stubs for all include files and classes.
John Wiegley
2009-01-31
1
-0
/
+19
*
Stopped using the generic "unsigned int" in favor of more specific types.
John Wiegley
2009-01-29
1
-10
/
+10
[next]