summaryrefslogtreecommitdiff
path: root/src/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* Everything is working again except for predicates.John Wiegley2008-04-131-6/+16
|
* Completely revised the way XPath expressions are calculated.John Wiegley2008-04-131-16/+19
|
* Changed all uses of scope_t * to scope_t&John Wiegley2008-04-131-22/+19
|
* The text() function now works.John Wiegley2008-04-131-1/+3
|
* XPath expressions may now yield values.John Wiegley2008-04-131-10/+4
|
* Now using xpath_t::path_t to select nodes.John Wiegley2008-04-131-3/+11
|
* Corrected problem with uninitialized value_t's.John Wiegley2008-04-131-2/+0
|
* Changed xpath to use the new copy-on-write value_t.John Wiegley2008-04-131-2/+1
|
* The XPath visitor class is now workingJohn Wiegley2008-04-131-18/+4
|
* The XPath visitor class is now workingJohn Wiegley2008-04-131-7/+0
|
* Started working on an XPath visitor classJohn Wiegley2008-04-131-1/+21
|
* Got the xpath command working again.John Wiegley2008-04-131-4/+6
|
* Fixed a problem in the use of boost::variant<>.John Wiegley2008-04-131-5/+5
|
* Changed xpath to use intrusive_ptr; got the xml command workingJohn Wiegley2008-04-131-2/+2
|
* Changed xpath to use intrusive_ptr; got the xml command workingJohn Wiegley2008-04-131-139/+59
|
* Changed xpath to use intrusive_ptr; got the xml command workingJohn Wiegley2008-04-131-32/+25
|
* Initial implementation of document_builder_t.John Wiegley2008-04-131-4/+12
|
* Added initial support for using builders from the various parsers; at the ↵John Wiegley2008-04-131-6/+14
| | | | moment is just uses the xml_writer_t builder to output the contents of the ledger journal as XML
* Trying to get boost/python to work with dynamic linking.John Wiegley2008-04-131-4/+0
|
* Corrected Python build.John Wiegley2008-04-131-0/+2
|
* *** no comment ***John Wiegley2008-04-131-1/+1
|
* Corrected memory crashes when running the register command.John Wiegley2008-04-131-1/+1
|
* Added COPYRIGHT notice to all files.John Wiegley2008-04-131-0/+31
|
* Changed write methods to print.John Wiegley2008-04-131-3/+3
|
* Merged ../commodity_poolJohn Wiegley2008-04-131-1/+1
|
* Revised how commodities are dealt with.John Wiegley2008-04-131-9/+15
|
* Added code to use boost::lexical_cast<>.John Wiegley2008-04-131-1/+1
|
* More organization of amount code.John Wiegley2008-04-131-2/+2
|
* Got tracing code working again.John Wiegley2008-04-131-5/+13
|
* Started using boost::optional<T>.John Wiegley2008-04-131-40/+34
|
* Added use of boost::optional<> to amount.hJohn Wiegley2008-04-131-1/+4
|
* Did more work on the utility code.John Wiegley2008-04-131-4/+4
|
* Changed some of the logging macro names.John Wiegley2008-04-131-2/+2
|
* Rearranged the sources a bit.John Wiegley2008-04-131-0/+484