summaryrefslogtreecommitdiff
path: root/src/pyinterp.cc
Commit message (Expand)AuthorAgeFilesLines
* Completely revised the way XPath expressions are calculated.John Wiegley2008-04-131-8/+12
* Changed all uses of scope_t * to scope_t&John Wiegley2008-04-131-7/+7
* Now using xpath_t::path_t to select nodes.John Wiegley2008-04-131-2/+7
* Changed xpath to use the new copy-on-write value_t.John Wiegley2008-04-131-18/+13
* Modified value_t to use copy-on-write semantics.John Wiegley2008-04-131-4/+4
* Changed xpath to use intrusive_ptr; got the xml command workingJohn Wiegley2008-04-131-2/+2
* Correcting pyledger initialization...John Wiegley2008-04-131-2/+35
* Major restructuring of the value_t class.John Wiegley2008-04-131-6/+6
* Added COPYRIGHT notice to all files.John Wiegley2008-04-131-0/+31
* Rearranged many method names.John Wiegley2008-04-131-5/+5
* More work to use boost/operators.hpp.John Wiegley2008-04-131-5/+5
* Started using boost::optional<T>.John Wiegley2008-04-131-0/+2
* Did more work on the utility code.John Wiegley2008-04-131-8/+7
* Changed some of the logging macro names.John Wiegley2008-04-131-2/+7
* Rearranged the sources a bit.John Wiegley2008-04-131-0/+164