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