Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Completely revised the way XPath expressions are calculated. | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | |||||
* | Changed all uses of scope_t * to scope_t& | John Wiegley | 2008-04-13 | 1 | -17/+15 |
| | |||||
* | Corrected problem with uninitialized value_t's. | John Wiegley | 2008-04-13 | 1 | -8/+5 |
| | |||||
* | Changed xpath to use the new copy-on-write value_t. | John Wiegley | 2008-04-13 | 1 | -4/+2 |
| | |||||
* | Got the xpath command working again. | John Wiegley | 2008-04-13 | 1 | -43/+41 |
| | |||||
* | Changed xpath to use intrusive_ptr; got the xml command working | John Wiegley | 2008-04-13 | 1 | -39/+24 |
| | |||||
* | Disabled compiler warnings from icc. | John Wiegley | 2008-04-13 | 1 | -4/+0 |
| | |||||
* | Added COPYRIGHT notice to all files. | John Wiegley | 2008-04-13 | 1 | -0/+31 |
| | |||||
* | Started using boost::optional<T>. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Did more work on the utility code. | John Wiegley | 2008-04-13 | 1 | -7/+7 |
| | |||||
* | Rearranged the sources a bit. | John Wiegley | 2008-04-13 | 1 | -0/+219 |