summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed some unnecessary variables.John Wiegley2008-04-133-141/+153
* Some slight reorg.John Wiegley2008-04-134-139/+62
* Added boost::optional support for using with Boost.Python.John Wiegley2008-04-133-18/+93
* Added code for converting ledger::string and boost::date_time to theirJohn Wiegley2008-04-1311-25/+504
* Got PyUnitTests functioning again.John Wiegley2008-04-134-17/+41
* Work to get Python tests running again.John Wiegley2008-04-136-111/+122
* *** no comment ***John Wiegley2008-04-136-72/+83
* Corrected build problems.John Wiegley2008-04-136-44/+192
* Merge branch 'master' of /Users/johnw/src/ledger/master/John Wiegley2008-04-131-43/+10
* Merged ../commodity_poolJohn Wiegley2008-04-138-8/+42
* Revised how commodities are dealt with.John Wiegley2008-04-1331-903/+1134
* Added code to use boost::lexical_cast<>.John Wiegley2008-04-138-21/+22
* In the middle of revising commodities.John Wiegley2008-04-134-43/+42
* Added missing curly braces.John Wiegley2008-04-131-3/+5
* More organization of amount code.John Wiegley2008-04-134-205/+237
* Added much documentation to amount.hJohn Wiegley2008-04-136-579/+833
* First round of using boost/operators is done.John Wiegley2008-04-137-25/+73
* Got things compiling with boost/operators.hppJohn Wiegley2008-04-133-37/+26
* More work to use boost/operators.hpp.John Wiegley2008-04-1316-523/+319
* In the middle of switching to using boost/operators.hppJohn Wiegley2008-04-1317-1998/+1468
* Got tracing code working again.John Wiegley2008-04-135-15/+25
* Started using boost::optional<T>.John Wiegley2008-04-1337-697/+658
* Changes to TODO file.John Wiegley2008-04-130-0/+0
* Added use of boost::optional<> to amount.hJohn Wiegley2008-04-1317-118/+243
* Did more work on the utility code.John Wiegley2008-04-1342-962/+972
* Changed some of the logging macro names.John Wiegley2008-04-1319-181/+202
* Removed generated header file.John Wiegley2008-04-131-12/+0
* Rearranged the sources a bit.John Wiegley2008-04-13116-1263/+593
* Got make distcheck to work again.John Wiegley2008-04-133-43/+45
* Changes to make 'make dist' work.John Wiegley2008-04-132-3/+4
* Everything works with optimization turned on now.John Wiegley2008-04-1311-85/+158
* Enable tracing by default (because it's cheap if --trace is not beingJohn Wiegley2008-04-131-0/+1
* Report ledger shutting down even if verify is not being used.John Wiegley2008-04-131-1/+3
* Beat the timing and tracing code into shape.John Wiegley2008-04-136-57/+113
* Pounded the logging and memory tracing code into better shape.John Wiegley2008-04-1316-276/+516
* Moved around the Python code.John Wiegley2008-04-1330-1243/+1164
* Restructured the code to use the new utility code in utils.h.John Wiegley2008-04-1345-1150/+1264
* Further corrections after attempting to compile.John Wiegley2008-04-136-131/+103
* More work done toward rearranging the utility code.John Wiegley2008-04-1310-569/+552
* All system headers (except Boost) now included through system.hh;John Wiegley2008-04-1370-4364/+320
* Moved all system includes into system.hh; added support for using system.hh a...John Wiegley2008-04-132-0/+110
* Re-enabled tracing code in debug mode.John Wiegley2008-04-131-1/+1
* Added missing destructor.John Wiegley2008-04-131-0/+4
* All tests now working again. Reduced size of entity_t andJohn Wiegley2008-04-1318-238/+287
* Reduced memory consumption of register report.John Wiegley2008-04-1312-79/+177
* Stubbed out an assert.John Wiegley2008-04-131-1/+1
* Removed bogus default arguments.John Wiegley2008-04-131-3/+3
* *** no comment ***John Wiegley2008-04-131-0/+1
* *** no comment ***John Wiegley2008-04-131-58/+19
* Fixes to .am file.John Wiegley2008-04-131-6/+4