summaryrefslogtreecommitdiff
path: root/xpath.cc
Commit message (Collapse)AuthorAgeFilesLines
* Pounded the logging and memory tracing code into better shape.John Wiegley2008-04-131-1/+20
|
* Moved around the Python code.John Wiegley2008-04-131-86/+0
|
* Restructured the code to use the new utility code in utils.h.John Wiegley2008-04-131-75/+77
|
* 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-3/+9
|
* Decreased memory usage considerablyJohn Wiegley2008-04-131-1/+1
|
* Did some optimization and memory cleanupJohn Wiegley2008-04-131-53/+64
|
* Made the amount/balance/value interface a bit more rational; addedJohn Wiegley2008-04-131-10/+7
| | | | | | 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.
* We now compile with boost_date_time (although parts of the code haveJohn Wiegley2008-04-131-1/+1
| | | | been stubbed out as a result).
* Cleared out all warnings; started work on getting Python up again.John Wiegley2008-04-131-180/+103
|
* Cleaned up warnings revealed by building with Xcode.John Wiegley2008-04-131-2/+0
|
* Removed all uses of PCH (which was far more trouble than it was worth).John Wiegley2008-04-131-6/+0
|
* Check in all changes made so far toward 3.0.John Wiegley2008-04-131-0/+2560