Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r381@user1022: johnw | 2007-06-01 15:56:56 -0400 | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | Added fdstream.hpp to list of headers | ||||
* | r379@user1022: johnw | 2007-06-01 05:09:57 -0400 | John Wiegley | 2008-04-13 | 1 | -2/+1 |
| | | | | Removed references to verify scripts | ||||
* | Added header reference to system.hh | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | Don't reference ofx.cc just now | John Wiegley | 2008-04-13 | 1 | -7/+7 |
| | |||||
* | Changes to make structure. | John Wiegley | 2008-04-13 | 1 | -8/+1 |
| | |||||
* | Getting things to compile again. | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | Whitespace cleanup. | John Wiegley | 2008-04-13 | 1 | -2/+9 |
| | |||||
* | Moved files around | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Many changes. | John Wiegley | 2008-04-13 | 1 | -112/+77 |
| | |||||
* | 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 |
| |