index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xpath.cc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Trying to get the new XPath code working.
John Wiegley
2008-04-13
1
-148
/
+240
|
*
Predicates are not working yet.
John Wiegley
2008-04-13
1
-52
/
+86
|
*
Everything is working again except for predicates.
John Wiegley
2008-04-13
1
-69
/
+72
|
*
Completely revised the way XPath expressions are calculated.
John Wiegley
2008-04-13
1
-832
/
+304
|
*
Changed all uses of scope_t * to scope_t&
John Wiegley
2008-04-13
1
-43
/
+37
|
*
The text() function now works.
John Wiegley
2008-04-13
1
-3
/
+8
|
*
XPath expressions may now yield values.
John Wiegley
2008-04-13
1
-55
/
+86
|
*
Now using xpath_t::path_t to select nodes.
John Wiegley
2008-04-13
1
-156
/
+58
|
*
Revised xpath_t::path_t
John Wiegley
2008-04-13
1
-107
/
+52
|
*
Corrected problem with uninitialized value_t's.
John Wiegley
2008-04-13
1
-1
/
+7
|
*
Changed scope resolution to use the new value_t.
John Wiegley
2008-04-13
1
-18
/
+12
|
*
Changed xpath to use the new copy-on-write value_t.
John Wiegley
2008-04-13
1
-96
/
+66
|
*
Modified value_t to use copy-on-write semantics.
John Wiegley
2008-04-13
1
-17
/
+17
|
*
The XPath visitor class is now working
John Wiegley
2008-04-13
1
-32
/
+82
|
*
Started working on an XPath visitor class
John Wiegley
2008-04-13
1
-2
/
+0
|
*
Started working on an XPath visitor class
John Wiegley
2008-04-13
1
-26
/
+112
|
*
Got the xpath command working again.
John Wiegley
2008-04-13
1
-37
/
+14
|
*
Fixed a problem in the use of boost::variant<>.
John Wiegley
2008-04-13
1
-47
/
+56
|
*
Changed xpath to use intrusive_ptr; got the xml command working
John Wiegley
2008-04-13
1
-776
/
+540
|
*
Initial implementation of document_builder_t.
John Wiegley
2008-04-13
1
-51
/
+32
|
*
Corrected memory crashes when running the register command.
John Wiegley
2008-04-13
1
-10
/
+6
|
*
Major restructuring of the value_t class.
John Wiegley
2008-04-13
1
-75
/
+63
|
*
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
-55
/
+55
|
*
Rearranged many method names.
John Wiegley
2008-04-13
1
-17
/
+17
|
*
Merged ../commodity_pool
John Wiegley
2008-04-13
1
-1
/
+1
|
*
Revised how commodities are dealt with.
John Wiegley
2008-04-13
1
-2
/
+2
|
*
Added code to use boost::lexical_cast<>.
John Wiegley
2008-04-13
1
-1
/
+1
|
*
More work to use boost/operators.hpp.
John Wiegley
2008-04-13
1
-17
/
+17
|
*
Started using boost::optional<T>.
John Wiegley
2008-04-13
1
-5
/
+5
|
*
Did more work on the utility code.
John Wiegley
2008-04-13
1
-43
/
+43
|
*
Changed some of the logging macro names.
John Wiegley
2008-04-13
1
-2
/
+2
|
*
Rearranged the sources a bit.
John Wiegley
2008-04-13
1
-0
/
+2414