summaryrefslogtreecommitdiff
path: root/src/session.h
Commit message (Expand)AuthorAgeFilesLines
* Completely revised the way XPath expressions are calculated.John Wiegley2008-04-131-55/+7
* Changed all uses of scope_t * to scope_t&John Wiegley2008-04-131-14/+12
* Corrected problem with uninitialized value_t's.John Wiegley2008-04-131-3/+13
* Changed scope resolution to use the new value_t.John Wiegley2008-04-131-2/+2
* Changed xpath to use the new copy-on-write value_t.John Wiegley2008-04-131-8/+9
* Got the xpath command working again.John Wiegley2008-04-131-6/+6
* Changed xpath to use intrusive_ptr; got the xml command workingJohn Wiegley2008-04-131-9/+12
* Added initial support for using builders from the various parsers; at the m...John Wiegley2008-04-131-9/+5
* *** no comment ***John Wiegley2008-04-131-2/+2
* Guarded reference to _log_level.John Wiegley2008-04-131-0/+2
* Disabled compiler warnings from icc.John Wiegley2008-04-131-1/+1
* Major restructuring of the value_t class.John Wiegley2008-04-131-1/+1
* Added COPYRIGHT notice to all files.John Wiegley2008-04-131-0/+31
* Rearranged many method names.John Wiegley2008-04-131-1/+1
* Revised how commodities are dealt with.John Wiegley2008-04-131-2/+12
* More work to use boost/operators.hpp.John Wiegley2008-04-131-1/+1
* Started using boost::optional<T>.John Wiegley2008-04-131-37/+33
* Rearranged the sources a bit.John Wiegley2008-04-131-0/+197