Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Began initial structure for journal_builder_t. | John Wiegley | 2008-04-13 | 1 | -1/+4 |
| | |||||
* | Corrected problem with uninitialized value_t's. | John Wiegley | 2008-04-13 | 1 | -7/+7 |
| | |||||
* | Fixes to makefiles and verification. | John Wiegley | 2008-04-13 | 1 | -8/+10 |
| | |||||
* | Changed xpath to use intrusive_ptr; got the xml command working | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | document_builder_t is now working. | John Wiegley | 2008-04-13 | 1 | -1/+0 |
| | |||||
* | Initial implementation of document_builder_t. | John Wiegley | 2008-04-13 | 1 | -9/+3 |
| | |||||
* | Added initial support for using builders from the various parsers; at the ↵ | John Wiegley | 2008-04-13 | 1 | -14/+5 |
| | | | | moment is just uses the xml_writer_t builder to output the contents of the ledger journal as XML | ||||
* | Ignoring acprep products. | John Wiegley | 2008-04-13 | 1 | -13/+74 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | Trying to get boost/python to work with dynamic linking. | John Wiegley | 2008-04-13 | 1 | -7/+4 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Added builder.h | John Wiegley | 2008-04-13 | 1 | -4/+6 |
| | |||||
* | Removed references to expat and xmlparse. | John Wiegley | 2008-04-13 | 1 | -14/+14 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -6/+6 |
| | |||||
* | Added .elc files to DISTCLEANFILES. | John Wiegley | 2008-04-13 | 1 | -1/+3 |
| | |||||
* | Execute UnitTests$(EXEEXT). | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+3 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Upgraded automake file. | John Wiegley | 2008-04-13 | 1 | -6/+6 |
| | |||||
* | Copied over all of the C++ tests to Python again. | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Disabled compiler warnings from icc. | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | Added --boost-suffix. | John Wiegley | 2008-04-13 | 1 | -10/+5 |
| | |||||
* | Added --enable-boost-d flag. | John Wiegley | 2008-04-13 | 1 | -0/+4 |
| | |||||
* | Added --enable-boost-sd for linking about the static/debug variant of Boost. | John Wiegley | 2008-04-13 | 1 | -3/+7 |
| | |||||
* | Use valgrind if it's available. | John Wiegley | 2008-04-13 | 1 | -1/+3 |
| | |||||
* | Added target fullcheck. | John Wiegley | 2008-04-13 | 1 | -0/+7 |
| | |||||
* | Added new test files. | John Wiegley | 2008-04-13 | 1 | -38/+42 |
| | |||||
* | Changed the filenames of the tests. | John Wiegley | 2008-04-13 | 1 | -4/+3 |
| | |||||
* | Major restructuring of the value_t class. | John Wiegley | 2008-04-13 | 1 | -14/+12 |
| | |||||
* | Extended Python amount class. | John Wiegley | 2008-04-13 | 1 | -6/+7 |
| | |||||
* | Added code for converting ledger::string and boost::date_time to their | John Wiegley | 2008-04-13 | 1 | -4/+7 |
| | | | | respective Python counterparts. | ||||
* | Got PyUnitTests functioning again. | John Wiegley | 2008-04-13 | 1 | -7/+7 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Corrected build problems. | John Wiegley | 2008-04-13 | 1 | -3/+1 |
| | |||||
* | Revised how commodities are dealt with. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | In the middle of switching to using boost/operators.hpp | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | Added use of boost::optional<> to amount.h | John Wiegley | 2008-04-13 | 1 | -1/+2 |
| | |||||
* | Did more work on the utility code. | John Wiegley | 2008-04-13 | 1 | -4/+5 |
| | |||||
* | Rearranged the sources a bit. | John Wiegley | 2008-04-13 | 1 | -88/+90 |
| | |||||
* | Got make distcheck to work again. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Changes to make 'make dist' work. | John Wiegley | 2008-04-13 | 1 | -2/+3 |
| | |||||
* | Pounded the logging and memory tracing code into better shape. | John Wiegley | 2008-04-13 | 1 | -8/+0 |
| | |||||
* | Moved around the Python code. | John Wiegley | 2008-04-13 | 1 | -1/+0 |
| | |||||
* | More work done toward rearranging the utility code. | John Wiegley | 2008-04-13 | 1 | -10/+5 |
| | |||||
* | All system headers (except Boost) now included through system.hh; | John Wiegley | 2008-04-13 | 1 | -51/+39 |
| | | | | | also, added support for pre-compiled headers since I'm now using a centralized resource for system headers. |