aboutsummaryrefslogtreecommitdiffstats
path: root/modules/eng_aep
Commit message (Collapse)AuthorAgeFilesLines
* Provide a more flexible mechanism for specifying which modules are loaded.lloyd2007-03-121-3/+3
| | | | | | | | | | | | | Now three classes are defined: 'request', 'auto', and 'asm_ok'. The 'auto' class is loaded automatically if the platform support matches up with what we are building for (this is the former default). The 'request' mode means it is only loaded if specifically requested by name. The 'asm_ok' module is marked for all modules that use any assembler (including inline assembler). This normally functions like 'auto', unless --debug is passed to configure, in which case it is treated as 'request'. Modules which do not specify a load behavior are given a default of 'request'.
* Bump copyright year to 2007lloyd2007-01-207-7/+7
|
* Use the new syntax for adding macros to build.h lloyd2006-10-111-2/+1
|
* Place the add_file/replace_file/ignore_file markers in the module infolloyd2006-09-031-11/+9
| | | | | | files into blocks; makes a bit more sense, since there are potentially many arguments to each, and the current system was making it difficult to write a generic reader for the files.
* Remove a spurious linebreaklloyd2006-06-251-1/+0
|
* Support named mutexes outside of the global library state.lloyd2006-06-252-12/+6
| | | | | | Alter the AEP engine to use one in favor of a static Mutex pointer. Fix a stupid typo in an exception message.
* The AEP engine was still expecting mul_mod to exist, which was removedlloyd2006-06-251-7/+14
| | | | quite a while ago. Changed to use Modular_Reducer objects.
* Initial checkin1.5.6lloyd2006-05-188-0/+818