Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added code for converting ledger::string and boost::date_time to their | John Wiegley | 2008-04-13 | 1 | -7/+9 |
| | | | | respective Python counterparts. | ||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -2/+8 |
| | |||||
* | Rearranged the sources a bit. | John Wiegley | 2008-04-13 | 1 | -1/+0 |
| | |||||
* | Everything works with optimization turned on now. | John Wiegley | 2008-04-13 | 1 | -1/+5 |
| | |||||
* | All system headers (except Boost) now included through system.hh; | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | | | | | also, added support for pre-compiled headers since I'm now using a centralized resource for system headers. | ||||
* | Did some optimization and memory cleanup | John Wiegley | 2008-04-13 | 1 | -7/+1 |
| | |||||
* | Made the amount/balance/value interface a bit more rational; added | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | | | | | | back a useless version of the register command (just to prove the command sequence); and added smart XML semantics to the XPath implementation so that nodes can be coerced to values. | ||||
* | Added some pre-generated files. | John Wiegley | 2008-04-13 | 1 | -3/+4 |
| | |||||
* | We now compile with boost_date_time (although parts of the code have | John Wiegley | 2008-04-13 | 1 | -47/+56 |
| | | | | been stubbed out as a result). | ||||
* | Started adding commodity tests | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | Miscellaneous changes | John Wiegley | 2008-04-13 | 1 | -4/+0 |
| | |||||
* | Added a reference to gdtoa, for doing expected conversion of double to amount. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Miscellaneous changes | John Wiegley | 2008-04-13 | 1 | -1/+3 |
| | |||||
* | Cleared out all warnings; started work on getting Python up again. | John Wiegley | 2008-04-13 | 1 | -15/+21 |
| | |||||
* | Check in all changes made so far toward 3.0. | John Wiegley | 2008-04-13 | 1 | -13/+53 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Made separate modules for the csv command, since the prior method was | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | | | | not fully correct. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -5/+11 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | (read_binary_journal): Fixed a tiny memory leak when reading from a | John Wiegley | 2008-04-13 | 1 | -2/+3 |
| | | | | binary cache. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Use libtoolize if glibtoolize can't be found. | John Wiegley | 2008-04-13 | 1 | -1/+5 |
| | |||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -7/+3 |
| | |||||
* | Restructed the code that it can build and be used as a shared library. | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | | The command-line version is still statically bound in the build process by default (for the sake of speed). | ||||
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -6/+6 |
| | |||||
* | Separate out the arguments, to be more compatible. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Added preliminary support for OFX, using libofx. Needs much | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | real-world testing. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Updated to python2.4 | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | updated to 2.02 | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+38 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -37/+0 |
| | |||||
* | fixed a serious problem that prevented environment settings from being read | John Wiegley | 2004-09-27 | 1 | -1/+1 |
| | |||||
* | fixed several segfaults (using new option-scrambler test harness) | John Wiegley | 2004-09-27 | 1 | -0/+4 |
| | |||||
* | touch the ChangeLog | John Wiegley | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | shored up error checking of value expressions | John Wiegley | 2004-09-23 | 1 | -2/+2 |
| | |||||
* | added all-clean target to Makefile.am; wipes out just about everything! | John Wiegley | 2004-09-23 | 1 | -2/+2 |
| | |||||
* | passing --enable-python to configure is now required for python support | John Wiegley | 2004-09-20 | 1 | -1/+1 |
| | |||||
* | the "bal" command mostly works now in main.py; added a finalize_entry hook | John Wiegley | 2004-09-20 | 1 | -0/+3 |
| | |||||
* | some changes in the way formatting strings are handled; for simplicity | John Wiegley | 2004-09-18 | 1 | -1/+1 |
| | |||||
* | main.py (via ledger.so) and main.cc can now use the same shared library | John Wiegley | 2004-09-14 | 1 | -6/+5 |
| | |||||
* | main.py does everything except balance reports now | John Wiegley | 2004-09-14 | 1 | -2/+3 |
| | |||||
* | make config_t visible to Python; almost possible to implement main.cc in main.py | John Wiegley | 2004-09-14 | 1 | -1/+1 |
| | |||||
* | switch from using deque back to list; affects speed by up to 30%! | John Wiegley | 2004-09-06 | 1 | -2/+1 |
| | |||||
* | small fixes | John Wiegley | 2004-08-30 | 1 | -1/+1 |
| | |||||
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -1/+1 |
| | |||||
* | a bit of a reorg; still much more to go | John Wiegley | 2004-08-29 | 1 | -1/+1 |
| |