summaryrefslogtreecommitdiff
path: root/src/xpath.cc
Commit message (Collapse)AuthorAgeFilesLines
* Trying to get the new XPath code working.John Wiegley2008-04-131-148/+240
|
* Predicates are not working yet.John Wiegley2008-04-131-52/+86
|
* Everything is working again except for predicates.John Wiegley2008-04-131-69/+72
|
* Completely revised the way XPath expressions are calculated.John Wiegley2008-04-131-832/+304
|
* Changed all uses of scope_t * to scope_t&John Wiegley2008-04-131-43/+37
|
* The text() function now works.John Wiegley2008-04-131-3/+8
|
* XPath expressions may now yield values.John Wiegley2008-04-131-55/+86
|
* Now using xpath_t::path_t to select nodes.John Wiegley2008-04-131-156/+58
|
* Revised xpath_t::path_tJohn Wiegley2008-04-131-107/+52
|
* Corrected problem with uninitialized value_t's.John Wiegley2008-04-131-1/+7
|
* Changed scope resolution to use the new value_t.John Wiegley2008-04-131-18/+12
|
* Changed xpath to use the new copy-on-write value_t.John Wiegley2008-04-131-96/+66
|
* Modified value_t to use copy-on-write semantics.John Wiegley2008-04-131-17/+17
|
* The XPath visitor class is now workingJohn Wiegley2008-04-131-32/+82
|
* 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