Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change many uses of for+iterator to use Boost.Foreach. | John Wiegley | 2008-07-31 | 1 | -48/+24 |
| | |||||
* | Revised the way that exceptions are thrown around. Instead of context being a | John Wiegley | 2008-07-31 | 1 | -1/+1 |
| | | | | | | | complicated string of pointers, it's now just a global block of text that gets appended to as the error is being thrown up, and can be displayed at the catch point if desired. There are almost no cases where a thrown exception will not result in an error message being displayed to the user. | ||||
* | Updated all copyright messages to 2003-2008. | John Wiegley | 2008-07-27 | 1 | -1/+1 |
| | |||||
* | 'make check' is now working again. Also, conversion from amount_t to/from | John Wiegley | 2008-07-27 | 1 | -0/+6 |
| | | | | | | | double has been disabled, because I am no longer packaging the gdtoa library with Ledger (because double conversion really has nothing to do with what Ledger does). If you wish to use it, you can find gdtoa in cpp-rewrite-2006, under a sub-directory of the same name. | ||||
* | There are no more asserts or exceptions while parsing, but still there are | John Wiegley | 2008-07-24 | 1 | -0/+25 |
| | | | | many balancing errors. | ||||
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -2/+2 |
| | |||||
* | Migrated over both code and build environment from was-v3.0 branch. | John Wiegley | 2008-05-08 | 1 | -834/+408 |
| | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -9/+7 |
| | |||||
* | Several fixes to lot price handling. | John Wiegley | 2008-04-13 | 1 | -0/+24 |
| | |||||
* | Tons of corrections and fixes to value expressions and lot figures. | John Wiegley | 2008-04-13 | 1 | -5/+45 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -0/+17 |
| | |||||
* | Added a DATETIME value type. | John Wiegley | 2008-04-13 | 1 | -73/+66 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -5/+29 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -61/+13 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -22/+7 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -84/+50 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -19/+19 |
| | |||||
* | Further improvements to lot pricing. | John Wiegley | 2008-04-13 | 1 | -56/+108 |
| | |||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -1/+2 |
| | |||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+893 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -869/+0 |
| | |||||
* | fixed another value_t comparison issue | John Wiegley | 2004-09-25 | 1 | -2/+1 |
| | |||||
* | fixed several issues in value_t's core | John Wiegley | 2004-09-21 | 1 | -74/+173 |
| | |||||
* | balances and values can now be iterated, to get at the component amounts | John Wiegley | 2004-09-08 | 1 | -0/+2 |
| | |||||
* | made value_t into a more complete type. amounts.py now works. | John Wiegley | 2004-09-08 | 1 | -0/+10 |
| | |||||
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -60/+31 |
| | |||||
* | redid the way amount_t::commodity is handled; no more direct access | John Wiegley | 2004-08-29 | 1 | -34/+46 |
| | |||||
* | added usual operator | John Wiegley | 2004-08-25 | 1 | -13/+16 |
| | |||||
* | fixed two memory corruption bugs | John Wiegley | 2004-08-25 | 1 | -4/+11 |
| | |||||
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -21/+47 |
| | |||||
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 1 | -30/+103 |
| | |||||
* | speed improvements; my "bal" script is cut to a third | John Wiegley | 2004-08-17 | 1 | -6/+31 |
| | |||||
* | optimized printing of amounts | John Wiegley | 2004-08-14 | 1 | -6/+3 |
| | |||||
* | new debug code; automated transactions now use value expression predicates | John Wiegley | 2004-08-10 | 1 | -1/+1 |
| | |||||
* | fixed < bug | John Wiegley | 2004-08-09 | 1 | -0/+6 |
| | |||||
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -1/+6 |
| | |||||
* | brought back the "print" and "equity" reports; this time much better! | John Wiegley | 2004-07-31 | 1 | -0/+40 |
| | |||||
* | initial rev of 2.0 | John Wiegley | 2004-07-26 | 1 | -0/+594 |