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
*
fix: Fix #543 by tracking an account's real balance
Daraul
2020-04-05
4
-7
/
+23
*
Make explicit option a no-op
CandyAngel
2020-04-03
3
-20
/
+3
*
use built-in cmake precompiled header support when available
Andy Clayton
2020-04-02
1
-1
/
+11
*
Look up annotated amounts within balances by their displayed name
John Wiegley
2020-03-27
2
-2
/
+35
*
Compare price annotations using their textual rendering
John Wiegley
2020-03-27
1
-1
/
+3
*
Add an assertion to src/xact.cc
John Wiegley
2020-03-27
1
-0
/
+2
*
Simple whitespace fix
John Wiegley
2020-03-27
1
-1
/
+1
*
py3: ensure python output is not lost
Andy Clayton
2020-03-26
1
-0
/
+5
*
py3: fix builtin ledger module for python command
Andy Clayton
2020-03-26
1
-13
/
+10
*
fix python3 command (argv) wchar_t conversion
Andy Clayton
2020-03-26
1
-4
/
+6
*
Specify namespace of uintmax_t
akater
2020-03-03
3
-6
/
+6
*
fix #1850: segfault when using ledger print
Tobias Pankrath
2020-01-08
1
-1
/
+1
*
Add --averaged-lot-prices
John Wiegley
2019-12-06
4
-0
/
+81
*
Port to python3
Dimitri John Ledkov
2019-12-05
8
-17
/
+63
*
Modernize CMake using backported FindPython module.
Dimitri John Ledkov
2019-12-05
1
-14
/
+5
*
Format annotations using format that can be parsed
Oleg Bulatov
2019-11-27
2
-1
/
+3
*
Correction to the way parens are parsed in query expressions
John Wiegley
2019-09-17
2
-9
/
+47
*
Remove know-ification of elements due to post state
CandyAngel
2019-08-27
1
-20
/
+0
*
Switch from using utf8::is_bom to utf8::starts_with_bom
John Wiegley
2019-08-18
1
-1
/
+3
*
option: fix typo in error message
Christian Dietrich
2019-08-01
1
-1
/
+1
*
Remove an unneeded comment
John Wiegley
2019-07-05
1
-9
/
+0
*
Change --invert to invert displayed amounts and totals, not amounts
John Wiegley
2019-07-05
1
-1
/
+2
*
Add support for '%F' date format specifier
Michael Budde
2019-04-02
1
-7
/
+7
*
Remove dead code
Michael Budde
2019-04-02
1
-9
/
+0
*
Fix tag value parsing
Michael Budde
2019-03-30
1
-1
/
+1
*
Reject postings with comment after flag
Michael Budde
2019-03-30
1
-1
/
+1
*
Explicitly sort when creating the equity report
John Wiegley
2019-03-15
1
-11
/
+11
*
Greatly simplify balance_t::operator==
John Wiegley
2019-03-15
1
-8
/
+1
*
Switch amounts_map to std::unordered_map
John Wiegley
2019-03-15
2
-1
/
+2
*
Remove the 'org' command, which was always a hack to begin with
John Wiegley
2019-03-15
5
-305
/
+0
*
Change compare_by_commodity to return an integer
John Wiegley
2019-03-15
4
-80
/
+108
*
Further improvements to commodity sorting
John Wiegley
2019-03-15
1
-4
/
+6
*
Add more debugging information to compare_by_commodity
John Wiegley
2019-03-15
1
-13
/
+41
*
Add back some whitespace for clarity
John Wiegley
2019-01-30
1
-1
/
+1
*
Expose a new utility function for balances: sorted_amounts
John Wiegley
2019-01-30
2
-9
/
+16
*
Update copyright statement for 2019
Martin Michlmayr
2019-01-30
1
-2
/
+2
*
Add Travis CI setup for macOS and homebrew-installed Boost
Tim Landscheidt
2019-01-30
1
-1
/
+3
*
Fix use-after-free when destroying filter chain
Michael Budde
2019-01-28
1
-0
/
+1
*
Use CMAKE_CXX_COMPILER_ID for conditions based on compiler
Tim Landscheidt
2019-01-26
1
-2
/
+2
*
Fix possible stack overflow in option parsing routine
Martin Michlmayr
2019-01-26
1
-0
/
+5
*
Fix possible stack overflow in date parsing routine
Michael Budde
2019-01-26
1
-1
/
+3
*
Merge pull request #1657 from nagakiran/timelog-checkin-multiple-accounts-at-...
John Wiegley
2019-01-25
1
-1
/
+1
|
\
|
*
Timelog: Not able to check-in to multiple accounts at a time
Naga Kiran
2018-06-25
1
-1
/
+1
*
|
Merge pull request #1726 from scfc/compile-strptime-only-on-windows
John Wiegley
2019-01-25
2
-5
/
+12
|
\
\
|
*
|
Compile strptime.cc only on Windows
Tim Landscheidt
2019-01-16
2
-5
/
+12
*
|
|
Merge pull request #1736 from scfc/drop-conditionals-for-boost-earlier-than-1-49
John Wiegley
2019-01-25
7
-62
/
+4
|
\
\
\
|
*
|
|
Drop conditionals for Boost earlier than 1.49
Tim Landscheidt
2019-01-17
7
-64
/
+6
*
|
|
|
Merge pull request #1745 from mbudde/ignore-null-deferred-postings
John Wiegley
2019-01-25
1
-3
/
+5
|
\
\
\
\
|
*
|
|
|
Ignore null deferred postings
Michael Budde
2019-01-23
1
-3
/
+5
*
|
|
|
|
Expose post_t::given_cost over python
Christoph Dittmann
2019-01-25
1
-0
/
+5
[next]