Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -103/+0 |
| | | | | is in doc/, etc. | ||||
* | Moved xact_xdata_t into xact_t itself, as a set of "extended data" that might | John Wiegley | 2008-08-02 | 1 | -5/+5 |
| | | | | | | | | be gathered during reporting. Removed the references to accounts and such from the mask logic, which means that the value expression "acount =~ /foo/" is needed in place of just "/foo/". | ||||
* | Value expression architecture is now rewritten, but the functionality of the | John Wiegley | 2008-07-29 | 1 | -118/+83 |
| | | | | | | | old system (for example, the meaning of 'a') has yet to be restored. In the new scheme, this will be done by definition a function outside of the value expression logic, rather than the tight coupling between journal innards and value expressions that occurred in 2.x. | ||||
* | --verify works again, but the memory totals at the end still need work. | John Wiegley | 2008-07-26 | 1 | -5/+11 |
| | |||||
* | A great deal of reorganization to restore the old parsing code (since the | John Wiegley | 2008-07-22 | 1 | -18/+12 |
| | | | | newer XML stuff was pulled). | ||||
* | Re-enabled almost all of the code in main.cc. | John Wiegley | 2008-07-20 | 1 | -12/+0 |
| | |||||
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -20/+29 |
| | |||||
* | Migrated over both code and build environment from was-v3.0 branch. | John Wiegley | 2008-05-08 | 1 | -0/+79 |
| | |||||
* | *** 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 |