summaryrefslogtreecommitdiff
path: root/binary.cc
Commit message (Expand)AuthorAgeFilesLines
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-0/+1
* Added in.clear() before resetting I/Os streams. Again, thanks to theJohn Wiegley2008-04-131-0/+1
* Removed Python integration support.John Wiegley2008-04-131-27/+0
* *** empty log message ***John Wiegley2008-04-131-0/+4
* *** empty log message ***John Wiegley2008-04-131-1/+1
* See ChangeLogJohn Wiegley2008-04-131-4/+12
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-3/+3
* *** empty log message ***John Wiegley2008-04-131-5/+9
* (read_binary_journal, write_binary_journal): The "basket" accountJohn Wiegley2008-04-131-3/+3
* Increased binary version number.John Wiegley2008-04-131-1/+1
* Updated binary version number. (read_binary_entry_base): Read inJohn Wiegley2008-04-131-1/+5
* Updated binary file version. (read_binary_journal): Read in theJohn Wiegley2008-04-131-1/+10
* Increased binary file version number.John Wiegley2008-04-131-1/+1
* updated binary version numberJohn Wiegley2008-04-131-1/+1
* Changes to support building with gcc 2.95.John Wiegley2008-04-131-5/+6
* Added support for each entry to remember: the file it came from, andJohn Wiegley2008-04-131-11/+24
* Updated binary cache version, for good measure.John Wiegley2008-04-131-8/+17
* Updated binary cache version, for good measure.John Wiegley2008-04-131-1/+1
* Updated binary file version. (read_binary_journal): Read in theJohn Wiegley2008-04-131-1/+13
* updated cache versionJohn Wiegley2008-04-131-1/+1
* (read_binary_amount): If the commodity ident is zero,John Wiegley2008-04-131-0/+7
* Fixed a textual parsing bug.John Wiegley2008-04-131-1/+1
* updated to 2.02John Wiegley2008-04-131-2/+2
* updated to version 2.0John Wiegley2008-04-131-0/+753
* changesJohn Wiegley2008-04-131-631/+0
* if a commodity price cannot be downloaded, report it as an errorJohn Wiegley2004-09-251-1/+1
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-1/+1
* main.py does everything except balance reports nowJohn Wiegley2004-09-141-0/+9
* change commodity->symbol to const, and added set_symbolJohn Wiegley2004-09-101-2/+4
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-15/+14
* redid the way amount_t::commodity is handled; no more direct accessJohn Wiegley2004-08-291-4/+4
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-1/+19
* read all binary data in at one go; gains 33%John Wiegley2004-08-261-106/+144
* don't placement new() amount_t in binary.cc when it isn't necessaryJohn Wiegley2004-08-261-1/+0
* fixed two memory corruption bugsJohn Wiegley2004-08-251-2/+5
* minor simplificationJohn Wiegley2004-08-251-2/+1
* use back-patching to simplify binary file writingJohn Wiegley2004-08-251-29/+19
* Bulk alloc bigints in the binary reader; this gains another 20%John Wiegley2004-08-251-30/+72
* removed all uses of std::vector; simplified some codeJohn Wiegley2004-08-241-18/+34
* use a string pool in binary files; gains 7% read timeJohn Wiegley2004-08-241-55/+94
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-2/+0
* change to binary loading that increases speed by another 20%John Wiegley2004-08-231-23/+78
* a little more reorganizing, but only fractionally faster. diminishing returns!John Wiegley2004-08-221-1/+1
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-21/+19
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-3/+11
* changed RELEASE_LEVEL to DEBUG_LEVELJohn Wiegley2004-08-211-2/+2
* fixes to how commodities are looked up using quotes.ccJohn Wiegley2004-08-211-1/+3
* bumped binary file version numberJohn Wiegley2004-08-211-1/+1
* add copy-on-write semantics to amount.cc; cuts object creation by 5xJohn Wiegley2004-08-211-11/+6
* several fixesJohn Wiegley2004-08-191-1/+19