summaryrefslogtreecommitdiff
path: root/src/xpath.cc
Commit message (Collapse)AuthorAgeFilesLines
* Started working on an XPath visitor classJohn Wiegley2008-04-131-2/+0
|
* Started working on an XPath visitor classJohn Wiegley2008-04-131-26/+112
|
* Got the xpath command working again.John Wiegley2008-04-131-37/+14
|
* Fixed a problem in the use of boost::variant<>.John Wiegley2008-04-131-47/+56
|
* Changed xpath to use intrusive_ptr; got the xml command workingJohn Wiegley2008-04-131-776/+540
|
* Initial implementation of document_builder_t.John Wiegley2008-04-131-51/+32
|
* Corrected memory crashes when running the register command.John Wiegley2008-04-131-10/+6
|
* Major restructuring of the value_t class.John Wiegley2008-04-131-75/+63
|
* Added COPYRIGHT notice to all files.John Wiegley2008-04-131-0/+31
|
* Changed write methods to print.John Wiegley2008-04-131-55/+55
|
* Rearranged many method names.John Wiegley2008-04-131-17/+17
|
* Merged ../commodity_poolJohn Wiegley2008-04-131-1/+1
|
* Revised how commodities are dealt with.John Wiegley2008-04-131-2/+2
|
* Added code to use boost::lexical_cast<>.John Wiegley2008-04-131-1/+1
|
* More work to use boost/operators.hpp.John Wiegley2008-04-131-17/+17
|
* Started using boost::optional<T>.John Wiegley2008-04-131-5/+5
|
* Did more work on the utility code.John Wiegley2008-04-131-43/+43
|
* Changed some of the logging macro names.John Wiegley2008-04-131-2/+2
|
* Rearranged the sources a bit.John Wiegley2008-04-131-0/+2414