summaryrefslogtreecommitdiff
path: root/xml.cc
Commit message (Collapse)AuthorAgeFilesLines
* All system headers (except Boost) now included through system.hh;John Wiegley2008-04-131-5/+0
| | | | | also, added support for pre-compiled headers since I'm now using a centralized resource for system headers.
* Reduced memory consumption of register report.John Wiegley2008-04-131-43/+60
|
* Optimized XML auto-doc memory usageJohn Wiegley2008-04-131-26/+36
|
* Decreased memory usage considerablyJohn Wiegley2008-04-131-7/+30
|
* Did some optimization and memory cleanupJohn Wiegley2008-04-131-7/+17
|
* Made the amount/balance/value interface a bit more rational; addedJohn Wiegley2008-04-131-10/+36
| | | | | | 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.
* Initial round of changes to use boost_date_timeJohn Wiegley2008-04-131-1/+0
|
* Cleared out all warnings; started work on getting Python up again.John Wiegley2008-04-131-6/+5
|
* Cleaned up warnings revealed by building with Xcode.John Wiegley2008-04-131-4/+5
|
* Removed all uses of PCH (which was far more trouble than it was worth).John Wiegley2008-04-131-4/+0
|
* Check in all changes made so far toward 3.0.John Wiegley2008-04-131-342/+337
|
* Reworked the way date/times are handled.John Wiegley2008-04-131-20/+21
|
* Tons of corrections and fixes to value expressions and lot figures.John Wiegley2008-04-131-2/+2
|
* Added much better error location.John Wiegley2008-04-131-5/+3
|
* Began support for improved commodity handling.John Wiegley2008-04-131-9/+15
|
* Checked in all major updates.John Wiegley2008-04-131-15/+42
|
* (entries::format_last_entry): XML format now always uses the same dateJohn Wiegley2008-04-131-9/+5
| | | | format, and ignores --date-format.
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-4/+5
| | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file.
* Added in.clear() before resetting I/Os streams. Again, thanks to theJohn Wiegley2008-04-131-0/+3
| | | | list.
* Removed Python integration support.John Wiegley2008-04-131-30/+0
|
* See ChangeLogJohn Wiegley2008-04-131-2/+22
|
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-10/+21
| | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior.
* *** empty log message ***John Wiegley2008-04-131-1/+7
|
* minor bit twiddlingJohn Wiegley2008-04-131-3/+3
|
* Moved `format_xml_entries' to xml.cc.John Wiegley2008-04-131-1/+209
|
* (test): Check for <?xml only, not the full version string.John Wiegley2008-04-131-1/+1
|
* (endElement): Handle the <tr:virtual> and <tr:generated> tags, whichJohn Wiegley2008-04-131-5/+14
| | | | | were being ignored. (parse): Corrected error reporting when it is a Ledger error.
* updated to version 2.0John Wiegley2008-04-131-0/+220