summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | | * | Corrected Python build.John Wiegley2008-04-137-16/+18
| | | | | | | |
| | | | | | * | *** no comment ***John Wiegley2008-04-132-327/+88
| | | | | | | |
| | | | | | * | Removed references to expat and xmlparse.John Wiegley2008-04-131-14/+14
| | | | | | | |
| | | | | | * | Corrected configure.in.John Wiegley2008-04-133-413/+170
| | | | | | | |
| | | | | | * | *** 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-134-46/+27
| | | | | | | |
| | | | | | * | Upgraded automake file.John Wiegley2008-04-137-122/+92
| | | | | | | |
| | | | | | * | *** no comment ***John Wiegley2008-04-131-1/+3
| | | | | | | |
| | | | | | * | Copied over all of the C++ tests to Python again.John Wiegley2008-04-1310-221/+562
| | | | | | | |
| | | | | | * | *** no comment ***John Wiegley2008-04-131-0/+1
| | | | | | | |
| | | | | | * | *** no comment ***John Wiegley2008-04-131-1/+1
| | | | | | | |
| | | | | | * | *** no comment ***John Wiegley2008-04-131-0/+1
| | | | | | | |
| | | | | | * | *** no comment ***John Wiegley2008-04-131-3/+1
| | | | | | | |
| | | | | | * | *** no comment ***John Wiegley2008-04-131-1/+6
| | | | | | | |
| | | | | | * | *** no comment ***John Wiegley2008-04-131-1/+1
| | | | | | | |
| | | | | | * | Added --local option to acprep.John Wiegley2008-04-132-2/+61
| | | | | | | |
| | | | | | * | Disabled compiler warnings from icc.John Wiegley2008-04-1312-18/+23
| | | | | | | |
| | | | | | * | The unit tests for amount.cc now cover every part of the code exceptJohn Wiegley2008-04-138-199/+398
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-134-3/+147
| | | | | | | |
| | | | | | * | It is now an error to use an uninitialized amount for any operationJohn Wiegley2008-04-134-176/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other than is_null and parse.
| | | | | | * | Merge branch 'master' of /Users/johnw/src/ledger/master/John Wiegley2008-04-131-0/+9
| | | | | | | |
| | | | | | * | changesJohn Wiegley2008-04-131-9/+0
| | | | | | | |
| | | | | | * | Added --boost-suffix.John Wiegley2008-04-135-155/+64
| | | | | | | |
| | | | | | * | Added --enable-boost-d flag.John Wiegley2008-04-135-36/+96
| | | | | | | |
| | | | | | * | Moved options around.John Wiegley2008-04-131-5/+12
| | | | | | | |
| | | | | | * | Removed --safe-opt.John Wiegley2008-04-131-2/+0
| | | | | | | |
| | | | | | * | Removed STLport reference.John Wiegley2008-04-131-6/+0
| | | | | | | |
| | | | | | * | Added --enable-boost-sd for linking about the static/debug variant of Boost.John Wiegley2008-04-136-150/+210
| | | | | | | |
| | | | | | * | Use valgrind if it's available.John Wiegley2008-04-134-5/+20
| | | | | | | |
| | | | | | * | Added target fullcheck.John Wiegley2008-04-137-26/+44
| | | | | | | |
| | | | | | * | Corrected memory crashes when running the register command.John Wiegley2008-04-135-17/+35
| | | | | | | |
| | | | | | * | Added new test files.John Wiegley2008-04-1313-285/+458
| | | | | | | |
| | | | | | * | More test reorg.John Wiegley2008-04-133-1344/+1370
| | | | | | | |
| | | | | | * | Changed the filenames of the tests.John Wiegley2008-04-1333-1360/+1290
| | | | | | | |
| | | | | | * | Reconfigure some of the operators.John Wiegley2008-04-135-40/+29
| | | | | | | |
| | | | | | * | Major restructuring of the value_t class.John Wiegley2008-04-1343-2219/+1360
| | | | | | | |
| | | | | | * | 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-138-112/+114
| | | | | | | |
| | | | | | * | 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-1323-200/+259
| | | | | | | |
| | | | | | * | Removed some unnecessary variables.John Wiegley2008-04-133-141/+153
| | | | | | | |
| | | | | | * | Some slight reorg.John Wiegley2008-04-134-139/+62
| | | | | | | |