index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
session.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Completely revised the way XPath expressions are calculated.
John Wiegley
2008-04-13
1
-55
/
+7
*
Changed all uses of scope_t * to scope_t&
John Wiegley
2008-04-13
1
-14
/
+12
*
Corrected problem with uninitialized value_t's.
John Wiegley
2008-04-13
1
-3
/
+13
*
Changed scope resolution to use the new value_t.
John Wiegley
2008-04-13
1
-2
/
+2
*
Changed xpath to use the new copy-on-write value_t.
John Wiegley
2008-04-13
1
-8
/
+9
*
Got the xpath command working again.
John Wiegley
2008-04-13
1
-6
/
+6
*
Changed xpath to use intrusive_ptr; got the xml command working
John Wiegley
2008-04-13
1
-9
/
+12
*
Added initial support for using builders from the various parsers; at the m...
John Wiegley
2008-04-13
1
-9
/
+5
*
*** no comment ***
John Wiegley
2008-04-13
1
-2
/
+2
*
Guarded reference to _log_level.
John Wiegley
2008-04-13
1
-0
/
+2
*
Disabled compiler warnings from icc.
John Wiegley
2008-04-13
1
-1
/
+1
*
Major restructuring of the value_t class.
John Wiegley
2008-04-13
1
-1
/
+1
*
Added COPYRIGHT notice to all files.
John Wiegley
2008-04-13
1
-0
/
+31
*
Rearranged many method names.
John Wiegley
2008-04-13
1
-1
/
+1
*
Revised how commodities are dealt with.
John Wiegley
2008-04-13
1
-2
/
+12
*
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
-37
/
+33
*
Rearranged the sources a bit.
John Wiegley
2008-04-13
1
-0
/
+197