- Avoid adding -gphobos to a command line multiple times
when initializing use of the DMD compiler.
+
+ From Jason Kenney:
+
+ - Sugguested HOST/TARGET OS/ARCH separation.
From Steven Knight:
- Eliminate some spurious dependency cycles by being more aggressive
about pruning pending children from the Taskmaster walk.
+ - Suppress mistaken reports of a dependency cycle when a child
+ left on the pending list is a single Node in EXECUTED state.
+
From David Cournapeau:
- Fix $FORTRANMODDIRPREFIX for the ifort (Intel Fortran) tool.
- Handle Java inner classes declared within a method.
- From Jason Kenny:
-
- - Suppress mistaken reports of a dependency cycle when a child
- left on the pending list is a single Node in EXECUTED state.
-
From Steven Knight:
- Fix label placement by the "scons-time.py func" subcommand