LUMIERA.clone/admin/scons
Ichthyostega ab2a363653 clean-up: remove the GCH builder from the SCons tools
`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).
2025-09-19 19:51:28 +02:00
..
BuilderDoxygen.py Upgrade: Scons Doxygen Builder from 2022 2025-04-08 04:17:57 +02:00
Buildhelper.py clean-up: trifles 2025-06-07 23:59:57 +02:00
DIR_INFO Anchor: Directory for Scons tools 2025-04-08 04:10:02 +02:00
IconSvgRenderer.py clean-up: trifles 2025-06-07 23:59:57 +02:00
LumieraEnvironment.py clean-up: trifles 2025-06-07 23:59:57 +02:00
Options.py clean-up: trifles 2025-06-07 23:59:57 +02:00
Platform.py clean-up: trifles 2025-06-07 23:59:57 +02:00
Setup.py Release: version of upcoming release -- with Git-flow 2025-07-21 03:23:45 +02:00
ToolCCache.py Upgrade: adapt to use Scons 4.x which uses Python 3 2025-03-16 16:38:07 +01:00
ToolDistCC.py Upgrade: adapt to use Scons 4.x which uses Python 3 2025-03-16 16:38:07 +01:00