summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* *** no comment ***John Wiegley2008-04-131-4/+4
|
* *** no comment ***John Wiegley2008-04-131-1/+1
|
* Correcting pyledger initialization...John Wiegley2008-04-132-43/+37
|
* *** no comment ***John Wiegley2008-04-131-4/+0
|
* Trying to get boost/python to work with dynamic linking.John Wiegley2008-04-133-12/+0
|
* Guarded reference to _log_level.John Wiegley2008-04-131-0/+2
|
* Added builder.hJohn Wiegley2008-04-132-0/+86
|
* *** no comment ***John Wiegley2008-04-131-1/+1
|
* Corrected Python build.John Wiegley2008-04-136-7/+9
|
* *** no comment ***John Wiegley2008-04-131-1/+1
|
* *** no comment ***John Wiegley2008-04-131-1/+3
|
* Copied over all of the C++ tests to Python again.John Wiegley2008-04-135-88/+125
|
* *** no comment ***John Wiegley2008-04-131-1/+1
|
* Disabled compiler warnings from icc.John Wiegley2008-04-1310-17/+19
|
* The unit tests for amount.cc now cover every part of the code exceptJohn Wiegley2008-04-135-83/+96
| | | | | | for two: those concerning annotated commodities (which will be covered in the t_commodity.cc tests) and reading of optimized amounts in the binary journal reader.
* Move commodity-related parsing code from amount.cc into commodity.cc.John Wiegley2008-04-134-235/+234
|
* Added tests to complete coverage.John Wiegley2008-04-131-3/+3
|
* It is now an error to use an uninitialized amount for any operationJohn Wiegley2008-04-132-69/+109
| | | | other than is_null and parse.
* Added --enable-boost-sd for linking about the static/debug variant of Boost.John Wiegley2008-04-131-1/+1
|
* Added target fullcheck.John Wiegley2008-04-133-14/+13
|
* Corrected memory crashes when running the register command.John Wiegley2008-04-135-17/+35
|
* Added new test files.John Wiegley2008-04-133-196/+236
|
* Reconfigure some of the operators.John Wiegley2008-04-133-40/+17
|
* Major restructuring of the value_t class.John Wiegley2008-04-1335-2031/+1230
|
* Added COPYRIGHT notice to all files.John Wiegley2008-04-1382-50/+2491
|
* Added by-value conversions to Python for bool. This allowed me toJohn Wiegley2008-04-133-4/+38
| | | | expose all of the amount_t members now.
* Extended Python amount class.John Wiegley2008-04-134-37/+39
|
* Changed write methods to print.John Wiegley2008-04-1314-99/+255
|
* Added a facility for handling scoped executions.John Wiegley2008-04-134-44/+94
|
* Changed commodity_t to use flags.h.John Wiegley2008-04-132-40/+49
|
* Rearranged many method names.John Wiegley2008-04-1321-190/+249
|
* 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-138-8/+429
| | | | respective Python counterparts.
* Got PyUnitTests functioning again.John Wiegley2008-04-132-1/+9
|
* Work to get Python tests running again.John Wiegley2008-04-135-101/+114
|
* *** no comment ***John Wiegley2008-04-133-68/+73
|
* Corrected build problems.John Wiegley2008-04-132-4/+13
|
* Merged ../commodity_poolJohn Wiegley2008-04-135-5/+6
|
* Revised how commodities are dealt with.John Wiegley2008-04-1321-877/+997
|
* Added code to use boost::lexical_cast<>.John Wiegley2008-04-135-4/+5
|
* 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-132-67/+99
|
* Added much documentation to amount.hJohn Wiegley2008-04-134-579/+811
|
* First round of using boost/operators is done.John Wiegley2008-04-134-18/+66
|
* Got things compiling with boost/operators.hppJohn Wiegley2008-04-132-36/+25
|
* 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-1315-1974/+1432
|