Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The text() function now works. | John Wiegley | 2008-04-13 | 2 | -4/+11 |
| | |||||
* | XPath expressions may now yield values. | John Wiegley | 2008-04-13 | 5 | -128/+160 |
| | |||||
* | Now using xpath_t::path_t to select nodes. | John Wiegley | 2008-04-13 | 8 | -336/+232 |
| | |||||
* | Revised xpath_t::path_t | John Wiegley | 2008-04-13 | 3 | -136/+71 |
| | |||||
* | Removed warnings from -Wall compilation. | John Wiegley | 2008-04-13 | 2 | -3/+88 |
| | |||||
* | Corrected problem with uninitialized value_t's. | John Wiegley | 2008-04-13 | 10 | -17/+53 |
| | |||||
* | Changed scope resolution to use the new value_t. | John Wiegley | 2008-04-13 | 6 | -53/+37 |
| | |||||
* | Changed xpath to use the new copy-on-write value_t. | John Wiegley | 2008-04-13 | 11 | -209/+151 |
| | |||||
* | Modified value_t to use copy-on-write semantics. | John Wiegley | 2008-04-13 | 7 | -614/+690 |
| | |||||
* | The XPath visitor class is now working | John Wiegley | 2008-04-13 | 2 | -29/+26 |
| | |||||
* | The XPath visitor class is now working | John Wiegley | 2008-04-13 | 5 | -57/+117 |
| | |||||
* | Started working on an XPath visitor class | John Wiegley | 2008-04-13 | 4 | -5/+48 |
| | |||||
* | Started working on an XPath visitor class | John Wiegley | 2008-04-13 | 4 | -30/+218 |
| | |||||
* | Got the xpath command working again. | John Wiegley | 2008-04-13 | 8 | -106/+141 |
| | |||||
* | Fixed a problem in the use of boost::variant<>. | John Wiegley | 2008-04-13 | 4 | -65/+71 |
| | |||||
* | Changed xpath to use intrusive_ptr; got the xml command working | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Changed xpath to use intrusive_ptr; got the xml command working | John Wiegley | 2008-04-13 | 2 | -173/+99 |
| | |||||
* | Changed xpath to use intrusive_ptr; got the xml command working | John Wiegley | 2008-04-13 | 4 | -265/+117 |
| | |||||
* | Changed xpath to use intrusive_ptr; got the xml command working | John Wiegley | 2008-04-13 | 20 | -1388/+922 |
| | |||||
* | document_builder_t is now working. | John Wiegley | 2008-04-13 | 1 | -5/+10 |
| | |||||
* | document_builder_t is now working. | John Wiegley | 2008-04-13 | 3 | -16/+21 |
| | |||||
* | Initial implementation of document_builder_t. | John Wiegley | 2008-04-13 | 44 | -3940/+832 |
| | |||||
* | Added initial support for using builders from the various parsers; at the ↵ | John Wiegley | 2008-04-13 | 13 | -134/+211 |
| | | | | moment is just uses the xml_writer_t builder to output the contents of the ledger journal as XML | ||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -2/+49 |
| | |||||
* | Begin work on splitting parsing into parse and compile phases. | John Wiegley | 2008-04-13 | 5 | -661/+1176 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 20 | -56/+46 |
| | |||||
* | Removed .gitignore files. | John Wiegley | 2008-04-13 | 1 | -1/+0 |
| | |||||
* | Removed autoconf build products again. You must run acprep to prepare | John Wiegley | 2008-04-13 | 1 | -0/+7 |
| | | | | a working tree for building. | ||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -4/+4 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Correcting pyledger initialization... | John Wiegley | 2008-04-13 | 2 | -43/+37 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -4/+0 |
| | |||||
* | Trying to get boost/python to work with dynamic linking. | John Wiegley | 2008-04-13 | 3 | -12/+0 |
| | |||||
* | Guarded reference to _log_level. | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | Added builder.h | John Wiegley | 2008-04-13 | 2 | -0/+86 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Corrected Python build. | John Wiegley | 2008-04-13 | 6 | -7/+9 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+3 |
| | |||||
* | Copied over all of the C++ tests to Python again. | John Wiegley | 2008-04-13 | 5 | -88/+125 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Disabled compiler warnings from icc. | John Wiegley | 2008-04-13 | 10 | -17/+19 |
| | |||||
* | The unit tests for amount.cc now cover every part of the code except | John Wiegley | 2008-04-13 | 5 | -83/+96 |
| | | | | | | for two: those concerning annotated commodities (which will be covered in the t_commodity.cc tests) and reading of optimized amounts in the binary journal reader. | ||||
* | Move commodity-related parsing code from amount.cc into commodity.cc. | John Wiegley | 2008-04-13 | 4 | -235/+234 |
| | |||||
* | Added tests to complete coverage. | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | |||||
* | It is now an error to use an uninitialized amount for any operation | John Wiegley | 2008-04-13 | 2 | -69/+109 |
| | | | | other than is_null and parse. | ||||
* | Added --enable-boost-sd for linking about the static/debug variant of Boost. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Added target fullcheck. | John Wiegley | 2008-04-13 | 3 | -14/+13 |
| | |||||
* | Corrected memory crashes when running the register command. | John Wiegley | 2008-04-13 | 5 | -17/+35 |
| | |||||
* | Added new test files. | John Wiegley | 2008-04-13 | 3 | -196/+236 |
| |