Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructured the code to use the new utility code in utils.h. | John Wiegley | 2008-04-13 | 1 | -1/+59 |
| | |||||
* | Further corrections after attempting to compile. | John Wiegley | 2008-04-13 | 1 | -7/+1 |
| | |||||
* | All system headers (except Boost) now included through system.hh; | John Wiegley | 2008-04-13 | 1 | -4/+1 |
| | | | | | also, added support for pre-compiled headers since I'm now using a centralized resource for system headers. | ||||
* | Did some optimization and memory cleanup | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Cleared out all warnings; started work on getting Python up again. | John Wiegley | 2008-04-13 | 1 | -2/+3 |
| | |||||
* | Check in all changes made so far toward 3.0. | John Wiegley | 2008-04-13 | 1 | -29/+3 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+9 |
| | |||||
* | Made several changes to the parsing infrastructure to allow passing | John Wiegley | 2008-04-13 | 1 | -14/+9 |
| | | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file. | ||||
* | Restructed the code that it can build and be used as a shared library. | John Wiegley | 2008-04-13 | 1 | -0/+18 |
| | | | | | The command-line version is still statically bound in the build process by default (for the sake of speed). | ||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+40 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -40/+0 |
| | |||||
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -9/+16 |
| | |||||
* | added virtual destructor to parser_t | John Wiegley | 2004-08-21 | 1 | -0/+2 |
| | |||||
* | fixes | John Wiegley | 2004-08-19 | 1 | -0/+31 |