Age | Commit message (Collapse) | Author |
|
|
|
Each engine now only has to provide a single configure.engine file
adding the engine into the configure script, which then produces the
required other files automatically.
|
|
This is now generated automatically by the configure script from the
engine directory names.
|
|
This is the third and final commit enabling fully pluggable engines.
Now providing an engine folder contains a configure.engine, engine.mk
and engine-plugin.h file, it will be picked up automatically by the
configure script.
|
|
This is the second part of allowing engines to be added dynamically.
Each folder in engines/ which must contain a file named "engine.mk"
containing the make definitions for that engine.
|
|
This is the first part of allowing engines to be added dynamically.
They are placed into a folder in engines/ which must contain a file
named "configure.engine" to add the engine, which is pulled into the
top level configure script automatically.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This renames HopkinsEngine::targetName to HopkinsEngine::getTargetName. This
is more consistent with the name scheme of the remaining getters.
It also makes getTargetName return a const reference instead of a copy.
|
|
version 3 format
|
|
|
|
|
|
|
|
This silences a GCC warning about a 'saveFile' variable shadowing
a saveFile() method.
|
|
|
|
|
|
Thanks Greencis for reporting it
|
|
Thanks Greencis for reporting it
|
|
Thanks Greencis for reporting it
|
|
|
|
Thanks Greencis for reporting it.
|
|
Thanks Greencis for reporting it
|
|
Thanks Greencis for reporting it
|
|
|
|
Thanks greencis for reporting it
|
|
|
|
|
|
|
|
|
|
This should have been removed in 2743da58542 .
|
|
|
|
|
|
|
|
1fd81eee4056342971220240a49baef73737b386
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|