Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Item sorting should have access to the report scope | John Wiegley | 2017-01-04 | 1 | -2/+2 |
| | |||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | fix build for boost 1.58 | Johann Klähn | 2015-07-28 | 1 | -1/+1 |
| | |||||
* | Revert "fix build for boost 1.58" | John Wiegley | 2015-05-17 | 1 | -1/+1 |
| | | | | This reverts commit 68c9d649caa2c7c7f222613efe86576c379a5a7a. | ||||
* | fix build for boost 1.58 | Johann Klähn | 2015-05-10 | 1 | -1/+1 |
| | |||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | Unify debugging categories | Martin Michlmayr | 2014-07-01 | 1 | -4/+4 |
| | | | | | Debugging categories follow the filename, which in this case is singular (rather than plural) "account" and "amount". | ||||
* | 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 |
| | |||||
* | Added --verify-memory and missing TRACE_[CD]TOR calls | John Wiegley | 2012-03-18 | 1 | -1/+7 |
| | |||||
* | pricedb was outputting redundant prices | John Wiegley | 2012-03-16 | 1 | -1/+1 |
| | | | | Fixes #704 | ||||
* | posts_commodities_iterator wasn't setting the journal | John Wiegley | 2012-03-13 | 1 | -5/+9 |
| | |||||
* | All tests are working again but one | John Wiegley | 2012-03-05 | 1 | -51/+53 |
| | |||||
* | Switched to using Boost.Graph for commodity pricing | John Wiegley | 2012-03-05 | 1 | -0/+3 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Fixes for variable shadowing (17/28) | John Wiegley | 2012-02-17 | 1 | -2/+2 |
| | |||||
* | Fixes for variable shadowing (16/28) | John Wiegley | 2012-02-17 | 1 | -2/+2 |
| | |||||
* | Use Boost iterator_facade to create new iterators | John Wiegley | 2011-07-19 | 1 | -55/+56 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -47/+47 |
| | |||||
* | Avoid unnecessary object copying when using foreach | John Wiegley | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Changed protection level of many parts of commodity_t | John Wiegley | 2009-11-02 | 1 | -2/+2 |
| | |||||
* | Don't output extra commodity "posts" | John Wiegley | 2009-10-31 | 1 | -30/+41 |
| | | | | | If a posting has already been registered for a given date with a given price, don't register it again. | ||||
* | Further improvements to handling temporaries | John Wiegley | 2009-10-28 | 1 | -8/+3 |
| | |||||
* | Fixed sorting in bal reports when --flat is used | John Wiegley | 2009-10-26 | 1 | -29/+31 |
| | | | | | | | Note that sorting on the "total" is not the same thing as sorting on the "display_total" when multiple commodities are in use and the -X flag is selected! One should always sort on display_total, since that's the value which is shown in the report. 'T' is a synonym for display_total. | ||||
* | Restored pricesdb command and --pricesdb-format option | John Wiegley | 2009-06-18 | 1 | -1/+3 |
| | |||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -54/+54 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | Simplify account total values before comparison | John Wiegley | 2009-02-19 | 1 | -0/+7 |
| | | | | | | This way, if two account values are BALANCE types containing only a single AMOUNT, then it will do the sorting comparison of the amounts -- since otherwise balances are ignored for the purposes of sorting. | ||||
* | Added some sort-related debugging code | John Wiegley | 2009-02-19 | 1 | -0/+6 |
| | |||||
* | Allow for sorting of the balance report | John Wiegley | 2009-02-19 | 1 | -1/+29 |
| | | | | | | Sorting is repeated at each level of the hierarchy, unless --flat was specified in which case it applies to the entire applicable accounts list. | ||||
* | Fixed several unused value and param warnings | John Wiegley | 2009-02-16 | 1 | -4/+1 |
| | |||||
* | Removed an #if 0'd function from iterators.cc | John Wiegley | 2009-02-14 | 1 | -45/+0 |
| | |||||
* | Changed the semantics of the "prices" report | John Wiegley | 2009-02-13 | 1 | -8/+22 |
| | | | | | | | | | | | | | | | The prices report now uses the following scheme: PAYEE -> name of commodity of price ACCOUNT -> name of commodity of item AMOUNT -> price DATE -> date of pricing However, the report does not show the payee. The only reason the payee is set is to enable clever querying. For example: ledger prices gold # show all known prices for GOLD ledger prices @gold # show all known prices *in* GOLD | ||||
* | Restored the "prices" command. | John Wiegley | 2009-02-12 | 1 | -0/+66 |
| | |||||
* | Removed reference to session_t from the iterators module. | John Wiegley | 2009-02-09 | 1 | -7/+7 |
| | |||||
* | Threw away the "multiple parser" infrastructure. | John Wiegley | 2009-02-07 | 1 | -35/+8 |
| | |||||
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | Changed COMMODITY_STYLE_NOMARKET TO COMMODITY_NOMARKET. | John Wiegley | 2009-01-19 | 1 | -1/+1 |
| | |||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+200 |
is in doc/, etc. |