index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xpath.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Changes to the XPath code.
John Wiegley
2008-04-13
1
-69
/
+2
|
*
Trying to get the new XPath code working.
John Wiegley
2008-04-13
1
-62
/
+108
|
*
Predicates are not working yet.
John Wiegley
2008-04-13
1
-40
/
+8
|
*
Everything is working again except for predicates.
John Wiegley
2008-04-13
1
-71
/
+42
|
*
Completely revised the way XPath expressions are calculated.
John Wiegley
2008-04-13
1
-250
/
+393
|
*
Changed all uses of scope_t * to scope_t&
John Wiegley
2008-04-13
1
-44
/
+49
|
*
XPath expressions may now yield values.
John Wiegley
2008-04-13
1
-52
/
+52
|
*
Now using xpath_t::path_t to select nodes.
John Wiegley
2008-04-13
1
-35
/
+55
|
*
Revised xpath_t::path_t
John Wiegley
2008-04-13
1
-29
/
+18
|
*
Changed scope resolution to use the new value_t.
John Wiegley
2008-04-13
1
-7
/
+6
|
*
Changed xpath to use the new copy-on-write value_t.
John Wiegley
2008-04-13
1
-50
/
+28
|
*
Modified value_t to use copy-on-write semantics.
John Wiegley
2008-04-13
1
-14
/
+14
|
*
The XPath visitor class is now working
John Wiegley
2008-04-13
1
-11
/
+22
|
*
The XPath visitor class is now working
John Wiegley
2008-04-13
1
-17
/
+30
|
*
Started working on an XPath visitor class
John Wiegley
2008-04-13
1
-2
/
+44
|
*
Started working on an XPath visitor class
John Wiegley
2008-04-13
1
-0
/
+79
|
*
Got the xpath command working again.
John Wiegley
2008-04-13
1
-4
/
+14
|
*
Fixed a problem in the use of boost::variant<>.
John Wiegley
2008-04-13
1
-9
/
+6
|
*
Changed xpath to use intrusive_ptr; got the xml command working
John Wiegley
2008-04-13
1
-322
/
+196
|
*
Initial implementation of document_builder_t.
John Wiegley
2008-04-13
1
-42
/
+13
|
*
Major restructuring of the value_t class.
John Wiegley
2008-04-13
1
-19
/
+29
|
*
Added COPYRIGHT notice to all files.
John Wiegley
2008-04-13
1
-0
/
+31
|
*
Changed write methods to print.
John Wiegley
2008-04-13
1
-7
/
+7
|
*
Rearranged many method names.
John Wiegley
2008-04-13
1
-1
/
+1
|
*
More work to use boost/operators.hpp.
John Wiegley
2008-04-13
1
-1
/
+1
|
*
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
-3
/
+3
|
*
Changed some of the logging macro names.
John Wiegley
2008-04-13
1
-3
/
+3
|
*
Rearranged the sources a bit.
John Wiegley
2008-04-13
1
-0
/
+783