From: William Deegan Date: Sun, 6 Aug 2017 23:22:39 +0000 (-0700) Subject: Merged in grbd/scons (pull request #496) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28e98c747043463bd777161ce98ec1e10ee8e921;p=platform%2Fupstream%2Fscons.git Merged in grbd/scons (pull request #496) --- 28e98c747043463bd777161ce98ec1e10ee8e921 diff --cc src/CHANGES.txt index a5bfa312,e875a01e..430c9bf3 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@@ -81,12 -88,6 +81,13 @@@ may cause rebuilds. In no case should - Fixed PCHPDBFLAGS causing a deprecation warning on MSVC v8 and later when using PCHs and PDBs together. + From Richard West: + - Added nested / namespace tool support + - Added a small fix to the python3 tool loader when loading a tool as a package + - Added additional documentation to the user manual on using toolpaths with the environment + This includes the use of sys.path to search for tools installed via pip or package managers ++ - Added support for a PyPackageDir function for use with the toolpath + From Russel Winder: - Reordered the default D tools from "dmd, gdc, ldc" to "dmd, ldc, gdc". - Add a ProgramAllAtOnce builder to the dmd, ldc, and gdc tools. (PR #448)