`BuilderGCH` was added as an experimental feature many years ago; this is code found ''somewhere'' on the net and was use ''as-is'' — however, precompiled headers turned out as a feature of GCC with a lot of quality problems and, furthermore seems of questionable usability — we thus decided to adhere strictly to the »Borland model« of template instantiation and recommend against using precompiled headers. Rather, in the Lumiera code base, much care is taken to avoid unnecessary header includes — this, together with the incremental build feature of SCons largely obsoletes the necessity to resort to precompiled headers and similar facilities (as CCache). |
||
|---|---|---|
| .. | ||
| BuilderDoxygen.py | ||
| Buildhelper.py | ||
| DIR_INFO | ||
| IconSvgRenderer.py | ||
| LumieraEnvironment.py | ||
| Options.py | ||
| Platform.py | ||
| Setup.py | ||
| ToolCCache.py | ||
| ToolDistCC.py | ||