summaryrefslogtreecommitdiff
path: root/src/textual.cc
Commit message (Collapse)AuthorAgeFilesLines
* Changed xpath to use intrusive_ptr; got the xml command workingJohn Wiegley2008-04-131-3/+8
|
* document_builder_t is now working.John Wiegley2008-04-131-8/+8
|
* Initial implementation of document_builder_t.John Wiegley2008-04-131-13/+15
|
* Added initial support for using builders from the various parsers; at the ↵John Wiegley2008-04-131-41/+22
| | | | moment is just uses the xml_writer_t builder to output the contents of the ledger journal as XML
* Begin work on splitting parsing into parse and compile phases.John Wiegley2008-04-131-654/+165
|
* Major restructuring of the value_t class.John Wiegley2008-04-131-4/+5
|
* Added COPYRIGHT notice to all files.John Wiegley2008-04-131-0/+31
|
* Added a facility for handling scoped executions.John Wiegley2008-04-131-23/+12
|
* Rearranged many method names.John Wiegley2008-04-131-4/+4
|
* Merged ../commodity_poolJohn Wiegley2008-04-131-1/+1
|
* Revised how commodities are dealt with.John Wiegley2008-04-131-7/+9
|
* Added code to use boost::lexical_cast<>.John Wiegley2008-04-131-1/+1
|
* Added much documentation to amount.hJohn Wiegley2008-04-131-1/+1
|
* More work to use boost/operators.hpp.John Wiegley2008-04-131-1/+1
|
* In the middle of switching to using boost/operators.hppJohn Wiegley2008-04-131-5/+7
|
* Got tracing code working again.John Wiegley2008-04-131-4/+6
|
* Started using boost::optional<T>.John Wiegley2008-04-131-44/+50
|
* Did more work on the utility code.John Wiegley2008-04-131-308/+289
|
* Changed some of the logging macro names.John Wiegley2008-04-131-32/+33
|
* Rearranged the sources a bit.John Wiegley2008-04-131-0/+966