summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Changed all uses of scope_t * to scope_t&John Wiegley2008-04-131-37/+51
|
* Revised xpath_t::path_tJohn Wiegley2008-04-131-5/+5
|
* Removed .gitignore files.John Wiegley2008-04-133-3/+0
|
* Set DYLD_LIBRARY_PATH to find locally built dynamic libraries.John Wiegley2008-04-131-0/+1
|
* Copied over all of the C++ tests to Python again.John Wiegley2008-04-131-129/+376
|
* The unit tests for amount.cc now cover every part of the code exceptJohn Wiegley2008-04-133-116/+302
| | | | | | 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.
* Added tests to complete coverage.John Wiegley2008-04-133-0/+144
|
* It is now an error to use an uninitialized amount for any operationJohn Wiegley2008-04-132-107/+43
| | | | other than is_null and parse.
* Added target fullcheck.John Wiegley2008-04-131-12/+16
|
* Added new test files.John Wiegley2008-04-138-4/+98
|
* More test reorg.John Wiegley2008-04-133-1344/+1370
|
* Changed the filenames of the tests.John Wiegley2008-04-1331-1301/+1249
|
* Reconfigure some of the operators.John Wiegley2008-04-132-0/+12
|
* Major restructuring of the value_t class.John Wiegley2008-04-134-4/+8
|
* Extended Python amount class.John Wiegley2008-04-132-8/+8
|
* Rearranged many method names.John Wiegley2008-04-132-10/+10
|
* Work to get Python tests running again.John Wiegley2008-04-131-10/+8
|
* Merged ../commodity_poolJohn Wiegley2008-04-131-2/+2
|
* Revised how commodities are dealt with.John Wiegley2008-04-136-10/+22
|
* Added code to use boost::lexical_cast<>.John Wiegley2008-04-131-6/+6
|
* More organization of amount code.John Wiegley2008-04-132-138/+138
|
* Added much documentation to amount.hJohn Wiegley2008-04-132-0/+22
|
* First round of using boost/operators is done.John Wiegley2008-04-133-7/+7
|
* Got things compiling with boost/operators.hppJohn Wiegley2008-04-131-1/+1
|
* Did more work on the utility code.John Wiegley2008-04-132-23/+23
|
* Rearranged the sources a bit.John Wiegley2008-04-1318-3/+6
|
* Everything works with optimization turned on now.John Wiegley2008-04-131-1/+1
|
* Pounded the logging and memory tracing code into better shape.John Wiegley2008-04-131-0/+4
|
* Moved around the Python code.John Wiegley2008-04-132-9/+0
|
* Restructured the code to use the new utility code in utils.h.John Wiegley2008-04-133-27/+27
|
* All system headers (except Boost) now included through system.hh;John Wiegley2008-04-135-18/+6
| | | | | also, added support for pre-compiled headers since I'm now using a centralized resource for system headers.
* All tests now working again. Reduced size of entity_t andJohn Wiegley2008-04-133-7/+17
| | | | transaction_t considerably.
* Reduced memory consumption of register report.John Wiegley2008-04-134-0/+4
|
* Did some optimization and memory cleanupJohn Wiegley2008-04-133-82/+94
|
* Made the amount/balance/value interface a bit more rational; addedJohn Wiegley2008-04-135-65/+23
| | | | | | back a useless version of the register command (just to prove the command sequence); and added smart XML semantics to the XPath implementation so that nodes can be coerced to values.
* Added time parsingJohn Wiegley2008-04-132-15/+14
|
* Changed date parser to use lex/yacc.John Wiegley2008-04-131-70/+52
|
* We now compile with boost_date_time (although parts of the code haveJohn Wiegley2008-04-135-68/+137
| | | | been stubbed out as a result).
* Initial round of changes to use boost_date_timeJohn Wiegley2008-04-131-1/+14
|
* Added initialize Commodity test file.John Wiegley2008-04-134-28/+76
|
* Added stubs for several more commodity tests.John Wiegley2008-04-133-0/+83
|
* Completed commodity math tests.John Wiegley2008-04-134-480/+664
|
* Got most of the commodity tests working, save multiplication and division.John Wiegley2008-04-135-239/+433
|
* Started adding commodity testsJohn Wiegley2008-04-135-3/+1195
|
* Finished uncommoditized amount unit tests.John Wiegley2008-04-133-99/+445
|
* Added a reference to gdtoa, for doing expected conversion of double to amount.John Wiegley2008-04-132-100/+135
|
* Added python tests.John Wiegley2008-04-1320-0/+0
|
* Added python tests.John Wiegley2008-04-136-0/+309
|
* *** no comment ***John Wiegley2008-04-131-1/+1
|
* Miscellaneous changesJohn Wiegley2008-04-132-0/+0
|