Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | * | Began initial structure for journal_builder_t. | John Wiegley | 2008-04-13 | 5 | -1306/+59 | |
| | | | | | * | XPath is working again, in its simplest form. | John Wiegley | 2008-04-13 | 2 | -16/+28 | |
| | | | | | * | Changes to the XPath code. | John Wiegley | 2008-04-13 | 2 | -232/+72 | |
| | | | | | * | Trying to get the new XPath code working. | John Wiegley | 2008-04-13 | 4 | -224/+364 | |
| | | | | | * | Changed the value object to allocate its larger members. | John Wiegley | 2008-04-13 | 2 | -28/+73 | |
| | | | | | * | Corrected debug macro. | John Wiegley | 2008-04-13 | 1 | -1/+3 | |
| | | | | | * | Predicates are not working yet. | John Wiegley | 2008-04-13 | 2 | -92/+94 | |
| | | | | | * | Everything is working again except for predicates. | John Wiegley | 2008-04-13 | 6 | -159/+149 | |
| | | | | | * | Completely revised the way XPath expressions are calculated. | John Wiegley | 2008-04-13 | 16 | -1292/+985 | |
| | | | | | * | Changed all uses of scope_t * to scope_t& | John Wiegley | 2008-04-13 | 16 | -251/+269 | |
| | | | | | * | The text() function now works. | John Wiegley | 2008-04-13 | 2 | -4/+11 | |
| | | | | | * | XPath expressions may now yield values. | John Wiegley | 2008-04-13 | 5 | -128/+160 | |
| | | | | | * | Now using xpath_t::path_t to select nodes. | John Wiegley | 2008-04-13 | 8 | -336/+232 | |
| | | | | | * | Revised xpath_t::path_t | John Wiegley | 2008-04-13 | 4 | -141/+76 | |
| | | | | | * | Removed warnings from -Wall compilation. | John Wiegley | 2008-04-13 | 2 | -3/+88 | |
| | | | | | * | Corrected problem with uninitialized value_t's. | John Wiegley | 2008-04-13 | 11 | -24/+60 | |
| | | | | | * | Changed scope resolution to use the new value_t. | John Wiegley | 2008-04-13 | 6 | -53/+37 | |
| | | | | | * | Changed xpath to use the new copy-on-write value_t. | John Wiegley | 2008-04-13 | 11 | -209/+151 | |
| | | | | | * | Modified value_t to use copy-on-write semantics. | John Wiegley | 2008-04-13 | 7 | -614/+690 | |
| | | | | | * | The XPath visitor class is now working | John Wiegley | 2008-04-13 | 2 | -29/+26 | |
| | | | | | * | The XPath visitor class is now working | John Wiegley | 2008-04-13 | 5 | -57/+117 | |
| | | | | | * | Started working on an XPath visitor class | John Wiegley | 2008-04-13 | 4 | -5/+48 | |
| | | | | | * | Started working on an XPath visitor class | John Wiegley | 2008-04-13 | 4 | -30/+218 | |
| | | | | | * | Got the xpath command working again. | John Wiegley | 2008-04-13 | 8 | -106/+141 | |
| | | | | | * | Fixed a problem in the use of boost::variant<>. | John Wiegley | 2008-04-13 | 4 | -65/+71 | |
| | | | | | * | Changed xpath to use intrusive_ptr; got the xml command working | John Wiegley | 2008-04-13 | 1 | -2/+2 | |
| | | | | | * | Changed xpath to use intrusive_ptr; got the xml command working | John Wiegley | 2008-04-13 | 2 | -173/+99 | |
| | | | | | * | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 | |
| | | | | | * | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -0/+7 | |
| | | | | | * | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -0/+10 | |
| | | | | | * | Fixes to makefiles and verification. | John Wiegley | 2008-04-13 | 2 | -32/+18 | |
| | | | | | * | Changed xpath to use intrusive_ptr; got the xml command working | John Wiegley | 2008-04-13 | 4 | -265/+117 | |
| | | | | | * | Changed xpath to use intrusive_ptr; got the xml command working | John Wiegley | 2008-04-13 | 21 | -1390/+924 | |
| | | | | | * | document_builder_t is now working. | John Wiegley | 2008-04-13 | 1 | -5/+10 | |
| | | | | | * | document_builder_t is now working. | John Wiegley | 2008-04-13 | 4 | -17/+21 | |
| | | | | | * | Initial implementation of document_builder_t. | John Wiegley | 2008-04-13 | 45 | -3949/+835 | |
| | | | | | * | Added initial support for using builders from the various parsers; at the m... | John Wiegley | 2008-04-13 | 14 | -148/+216 | |
| | | | | | * | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -2/+49 | |
| | | | | | * | Begin work on splitting parsing into parse and compile phases. | John Wiegley | 2008-04-13 | 5 | -661/+1176 | |
| | | | | | * | *** no comment *** | John Wiegley | 2008-04-13 | 20 | -56/+46 | |
| | | | | | * | Merged in changes to 2.6.1 branch | John Wiegley | 2008-04-13 | 1 | -0/+6 | |
| | | | | | * | Removed build_distcheck_from_distrib, since I don't keep those files | John Wiegley | 2008-04-13 | 1 | -11/+1 | |
| | | | | | * | Removed .gitignore files. | John Wiegley | 2008-04-13 | 6 | -56/+0 | |
| | | | | | * | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -0/+4 | |
| | | | | | * | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -0/+3 | |
| | | | | | * | Ignoring acprep products. | John Wiegley | 2008-04-13 | 7 | -29485/+91 | |
| | | | | | * | Removed autoconf build products again. You must run acprep to prepare | John Wiegley | 2008-04-13 | 13 | -51325/+7 | |
| | | | | | * | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -4/+4 | |
| | | | | | * | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 | |
| | | | | | * | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |