index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --time-colon option
Alexis Hildebrandt
2012-11-10
5
-3
/
+32
*
right-justify amount_expr text in print report where possible
Christophe Rhodes
2012-11-06
1
-6
/
+7
*
fix comment in display_filter_posts::output_rounding(post_t)
Christophe Rhodes
2012-11-06
1
-3
/
+5
*
Guard against global_scope being NULL
John Wiegley
2012-10-31
1
-1
/
+2
*
Merge pull request #97 from enderw88/Bug726-727-draft-and-lisp-command
John Wiegley
2012-10-31
1
-2
/
+9
|
\
|
*
Added missing break; statement in report.cc
Craig Earls
2012-10-26
1
-0
/
+1
|
*
Added "draft" and "lisp" command synonyms
Craig Earls
2012-10-26
1
-2
/
+8
*
|
Corrected a typo
John Wiegley
2012-10-31
1
-2
/
+2
*
|
Merge pull request #96 from enderw88/Bug634-floor-ceil-round
John Wiegley
2012-10-26
7
-3
/
+78
|
\
|
|
*
Bug 634 and 488, Corrected behavior of floor, and added ceiling
Craig Earls
2012-10-25
7
-3
/
+78
*
|
Merge pull request #95 from enderw88/Bug695-init-file
John Wiegley
2012-10-25
5
-5
/
+47
|
\
|
|
*
Fixes Bug 695, ledger ignores --init-file
Craig Earls
2012-10-25
3
-4
/
+18
|
*
Added filebase and filepath values
Craig Earls
2012-10-23
1
-1
/
+21
|
*
Implemented Bug551 Automatic Transactions are cleared base on parent
Craig Earls
2012-10-23
1
-0
/
+8
*
|
fix bucket directive (bug 765)
Johann Klähn
2012-10-23
1
-4
/
+4
|
/
*
fix account mapping in csv conversion
Johann Klähn
2012-10-18
1
-1
/
+1
*
Fix compilation warning: ensure a destructor is properly defined to avoid
Hyrum Wright
2012-08-14
2
-0
/
+5
*
Fix compilation warning: be sure we call the base class copy constructor.
Hyrum Wright
2012-08-14
1
-1
/
+1
*
Resolve account.date to latest post in the account
John Wiegley
2012-08-09
1
-1
/
+3
*
Always store absolute paths internally
John Wiegley
2012-08-02
2
-9
/
+8
*
Don't use __has_feature in utils.cc
John Wiegley
2012-08-02
1
-4
/
+4
*
Guard some function definitions for ASan
John Wiegley
2012-07-30
1
-0
/
+8
*
Fixed a subtle memory overwrite
John Wiegley
2012-06-27
1
-8
/
+10
*
Also using Clang's PCH with my "cxx" compiler
John Wiegley
2012-05-27
1
-1
/
+1
*
Fixed a reference to HAVE_EDIT
John Wiegley
2012-05-20
2
-7
/
+6
*
Removed an unnecessary #define
John Wiegley
2012-05-20
1
-1
/
+0
*
Make profiling builds work with Clang
John Wiegley
2012-05-20
1
-1
/
+0
*
Guard against an incorrect use of assert()
John Wiegley
2012-05-20
1
-1
/
+1
*
Changed all ASSERTS_ON -> !NO_ASSERTS
John Wiegley
2012-05-20
3
-8
/
+5
*
A few more CMake-related fixes
John Wiegley
2012-05-20
2
-5
/
+2
*
Work around inclusion ordering bug with Xpressive
John Wiegley
2012-05-20
2
-4
/
+3
*
Work around collision between Format's put & Graph
John Wiegley
2012-05-20
7
-222
/
+178
*
Converted the Ledger build system to use CMake
John Wiegley
2012-05-20
61
-242
/
+541
*
Fixed a variable name shadowing
John Wiegley
2012-05-18
1
-2
/
+2
*
Added a "json" report command
John Wiegley
2012-05-18
4
-6
/
+27
*
Switched to Boost.PropertyTree for XML generation
John Wiegley
2012-05-18
26
-334
/
+228
*
Switch to using Boost.Format
John Wiegley
2012-05-14
36
-440
/
+245
*
Improved detection of iostream's eof() condition
John Wiegley
2012-05-14
2
-2
/
+4
*
Fixed a hidden memory corruption bug
John Wiegley
2012-05-14
1
-4
/
+4
*
Added a * for cleared entries in the time report
John Wiegley
2012-05-10
1
-4
/
+7
*
Merge branch 't/checkout_cleared' into next
John Wiegley
2012-05-10
5
-12
/
+24
|
\
|
*
Added "last_checkout_cleared" valexpr variable
John Wiegley
2012-05-07
5
-12
/
+24
*
|
Made some code in option.h a bit safer
John Wiegley
2012-05-07
1
-1
/
+1
|
/
*
Made some of the value term parsing code more resilient
John Wiegley
2012-04-28
1
-5
/
+7
*
Silenced a warning in the very latest Clang
John Wiegley
2012-04-28
1
-3
/
+0
*
Changed a const string map key to string
John Wiegley
2012-04-28
2
-12
/
+12
*
Added support for building with Clang and libc++ in C++11
John Wiegley
2012-04-28
3
-6
/
+8
*
#if 0'd out some unused code
John Wiegley
2012-04-25
1
-0
/
+2
*
Resolve some issues with proof builds
John Wiegley
2012-04-15
3
-8
/
+18
*
Add 'data' member to account/journal objects
John Wiegley
2012-04-13
3
-5
/
+23
[next]