summaryrefslogtreecommitdiff
path: root/src/value.h
Commit message (Collapse)AuthorAgeFilesLines
* Trying to get the new XPath code working.John Wiegley2008-04-131-12/+14
|
* Changed the value object to allocate its larger members.John Wiegley2008-04-131-25/+34
|
* Everything is working again except for predicates.John Wiegley2008-04-131-11/+13
|
* Completely revised the way XPath expressions are calculated.John Wiegley2008-04-131-41/+93
|
* Changed all uses of scope_t * to scope_t&John Wiegley2008-04-131-4/+4
|
* XPath expressions may now yield values.John Wiegley2008-04-131-1/+18
|
* Now using xpath_t::path_t to select nodes.John Wiegley2008-04-131-12/+47
|
* Corrected problem with uninitialized value_t's.John Wiegley2008-04-131-0/+2
|
* Modified value_t to use copy-on-write semantics.John Wiegley2008-04-131-141/+266
|
* Got the xpath command working again.John Wiegley2008-04-131-0/+38
|
* *** no comment ***John Wiegley2008-04-131-4/+3
|
* Disabled compiler warnings from icc.John Wiegley2008-04-131-0/+2
|
* Corrected memory crashes when running the register command.John Wiegley2008-04-131-1/+3
|
* Added new test files.John Wiegley2008-04-131-2/+1
|
* Major restructuring of the value_t class.John Wiegley2008-04-131-255/+166
|
* Added COPYRIGHT notice to all files.John Wiegley2008-04-131-0/+31
|
* Changed write methods to print.John Wiegley2008-04-131-1/+1
|
* Rearranged many method names.John Wiegley2008-04-131-14/+14
|
* Revised how commodities are dealt with.John Wiegley2008-04-131-4/+5
|
* More work to use boost/operators.hpp.John Wiegley2008-04-131-20/+35
|
* In the middle of switching to using boost/operators.hppJohn Wiegley2008-04-131-163/+25
|
* Started using boost::optional<T>.John Wiegley2008-04-131-3/+3
|
* Added use of boost::optional<> to amount.hJohn Wiegley2008-04-131-0/+1
|
* Did more work on the utility code.John Wiegley2008-04-131-1/+1
|
* Rearranged the sources a bit.John Wiegley2008-04-131-0/+580