Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the | lloyd | 2008-03-10 | 1 | -1/+1 |
| | | | | | updated dates on files that have actually changed this year. This makes the diff across versions readable again. | ||||
* | Mass update of the copyright date. Honestly I don't know why I bother, | lloyd | 2008-02-14 | 1 | -1/+1 |
| | | | | | | | but might as well keep it up to date. And it's easier to do it once with a 'perl -pi' command than to update each file over time. Apologies to anyone looking at diffs. | ||||
* | Drop es_file: replaced by es_dev | lloyd | 2007-11-17 | 1 | -3/+0 |
| | |||||
* | Add a hook for the es_dev module in Builtin_Modules | lloyd | 2007-11-17 | 1 | -0/+8 |
| | |||||
* | Bump copyright year to 2007 | lloyd | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | Fix compile problem when no timer modules are compiled in | lloyd | 2006-08-12 | 1 | -0/+1 |
| | |||||
* | The use_engines flag was not being respected; specifically, if there | lloyd | 2006-08-05 | 1 | -4/+8 |
| | | | | were any engines built into the library, they were used no matter what. | ||||
* | Change Builtin_Module constructor to take an InitializerOptions | lloyd | 2006-07-28 | 1 | -0/+8 |
| | | | | | | | | instead of just a boolean, so it can (if desired) examine any arguments it likes. Only run the startup self tests if the selftest or fips140 option is toggled on. | ||||
* | Let modules override the transcoder object (since system libs | lloyd | 2006-07-01 | 1 | -0/+9 |
| | | | | like iconv may be useful there...) | ||||
* | Access the global configuration through an object reference instead | lloyd | 2006-07-01 | 1 | -1/+0 |
| | | | | | of stand-alone functions. Store the configuration in a distinct object, rather than just a map inside the library state. | ||||
* | Clean up initialization a little bit more | lloyd | 2006-07-01 | 1 | -25/+48 |
| | |||||
* | Various changes to how library initialization occurs, though I'm still | lloyd | 2006-06-26 | 1 | -75/+25 |
| | | | | not completely happy with it. | ||||
* | Change how builtin modules are loaded - provide an interface to a | lloyd | 2006-06-25 | 1 | -10/+58 |
| | | | | | factory class. Currently hardcoded (Builtin_Modules, instantiated in init_def.cpp), but this will allow for some flexibility later on. | ||||
* | Have allocator objects 'know' their own names, rather than keeping them | lloyd | 2006-06-25 | 1 | -3/+3 |
| | | | | around as ancillary strings. | ||||
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 1 | -0/+187 |