summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Node compilation is beginning to work.John Wiegley2008-04-137-16/+115
|
* Began initial structure for journal_builder_t.John Wiegley2008-04-134-1305/+55
|
* XPath is working again, in its simplest form.John Wiegley2008-04-132-16/+28
|
* Changes to the XPath code.John Wiegley2008-04-132-232/+72
|
* Trying to get the new XPath code working.John Wiegley2008-04-134-224/+364
|
* Changed the value object to allocate its larger members.John Wiegley2008-04-132-28/+73
|
* Corrected debug macro.John Wiegley2008-04-131-1/+3
|
* Predicates are not working yet.John Wiegley2008-04-132-92/+94
|
* Everything is working again except for predicates.John Wiegley2008-04-136-159/+149
|
* Completely revised the way XPath expressions are calculated.John Wiegley2008-04-1316-1292/+985
|
* Changed all uses of scope_t * to scope_t&John Wiegley2008-04-1315-214/+218
|
* The text() function now works.John Wiegley2008-04-132-4/+11
|
* XPath expressions may now yield values.John Wiegley2008-04-135-128/+160
|
* Now using xpath_t::path_t to select nodes.John Wiegley2008-04-138-336/+232
|
* Revised xpath_t::path_tJohn Wiegley2008-04-133-136/+71
|
* Removed warnings from -Wall compilation.John Wiegley2008-04-132-3/+88
|
* Corrected problem with uninitialized value_t's.John Wiegley2008-04-1310-17/+53
|
* Changed scope resolution to use the new value_t.John Wiegley2008-04-136-53/+37
|
* Changed xpath to use the new copy-on-write value_t.John Wiegley2008-04-1311-209/+151
|
* Modified value_t to use copy-on-write semantics.John Wiegley2008-04-137-614/+690
|
* The XPath visitor class is now workingJohn Wiegley2008-04-132-29/+26
|
* The XPath visitor class is now workingJohn Wiegley2008-04-135-57/+117
|
* Started working on an XPath visitor classJohn Wiegley2008-04-134-5/+48
|
* Started working on an XPath visitor classJohn Wiegley2008-04-134-30/+218
|
* Got the xpath command working again.John Wiegley2008-04-138-106/+141
|
* Fixed a problem in the use of boost::variant<>.John Wiegley2008-04-134-65/+71
|
* 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-132-173/+99
|
* Changed xpath to use intrusive_ptr; got the xml command workingJohn Wiegley2008-04-134-265/+117
|
* Changed xpath to use intrusive_ptr; got the xml command workingJohn Wiegley2008-04-1320-1388/+922
|
* document_builder_t is now working.John Wiegley2008-04-131-5/+10
|
* document_builder_t is now working.John Wiegley2008-04-133-16/+21
|
* Initial implementation of document_builder_t.John Wiegley2008-04-1344-3940/+832
|
* Added initial support for using builders from the various parsers; at the ↵John Wiegley2008-04-1313-134/+211
| | | | moment is just uses the xml_writer_t builder to output the contents of the ledger journal as XML
* *** no comment ***John Wiegley2008-04-131-2/+49
|
* Begin work on splitting parsing into parse and compile phases.John Wiegley2008-04-135-661/+1176
|
* *** no comment ***John Wiegley2008-04-1320-56/+46
|
* Removed .gitignore files.John Wiegley2008-04-131-1/+0
|
* Removed autoconf build products again. You must run acprep to prepareJohn Wiegley2008-04-131-0/+7
| | | | a working tree for building.
* *** no comment ***John Wiegley2008-04-131-4/+4
|
* *** no comment ***John Wiegley2008-04-131-1/+1
|
* Correcting pyledger initialization...John Wiegley2008-04-132-43/+37
|
* *** no comment ***John Wiegley2008-04-131-4/+0
|
* Trying to get boost/python to work with dynamic linking.John Wiegley2008-04-133-12/+0
|
* Guarded reference to _log_level.John Wiegley2008-04-131-0/+2
|
* Added builder.hJohn Wiegley2008-04-132-0/+86
|
* *** no comment ***John Wiegley2008-04-131-1/+1
|
* Corrected Python build.John Wiegley2008-04-136-7/+9
|
* *** no comment ***John Wiegley2008-04-131-1/+1
|
* *** no comment ***John Wiegley2008-04-131-1/+3
|