summaryrefslogtreecommitdiffstats
path: root/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the qt tool.Mats Wichmann2021-11-112-8/+12
* Fiddle Qt docsMats Wichmann2021-11-111-110/+152
* Merge pull request #4049 from mwichmann/java-versionsWilliam Deegan2021-11-116-109/+243
|\
| * Oops, fix javah doc to suggest -h, not -d [ci skip]Mats Wichmann2021-11-061-1/+1
| * Add userguide update on javah as wellMats Wichmann2021-11-051-2/+5
| * Update Java support for more versionsMats Wichmann2021-11-046-107/+238
* | Merge branch 'master' into regenerate-build.ninjaWilliam Deegan2021-11-111-44/+36
|\ \
| * | [ci skip] fix sider complaintsWilliam Deegan2021-11-091-32/+32
| * | Remove -prerelease for MSVC 2022William Deegan2021-11-051-13/+5
| |/
* | Merge branch 'master' into regenerate-build.ninjaWilliam Deegan2021-11-047-31/+75
|\ \ | |/
| * Update copyright textWilliam Deegan2021-11-012-25/+23
| * Merge branch 'master' into jbrill-msvs-2022William Deegan2021-10-165-14/+47
| |\
| * \ Merge branch 'master' into jbrill-msvs-2022Joseph Brill2021-10-059-92/+82
| |\ \
| * | | Simplify VS 2022 prerelease handling.Joseph Brill2021-09-231-7/+7
| * | | Add support for Visual Studio 2022Joseph Brill2021-09-235-6/+52
* | | | Merge @deriamis' changes from pushed version of branch. Updates should help w...William Deegan2021-10-282-12/+15
* | | | add NINJA_FILE to docsWilliam Deegan2021-10-191-0/+10
* | | | Fix bad mergeWilliam Deegan2021-10-191-9/+3
* | | | Merge branch 'regenerate-build.ninja' of github.com:deriamis/scons into regen...William Deegan2021-10-192-52/+27
|\ \ \ \
| * | | | REGENERATE should not cause auto-build by itselfRyan Egesdahl2021-10-191-2/+5
| * | | | Don't use a depfile to regenerate build.ninjaRyan Egesdahl2021-10-192-44/+24
| * | | | Use a timestamp file instead of using a synthetic dependencyRyan Egesdahl2021-10-191-22/+6
| * | | | Fix path construction issueRyan Egesdahl2021-10-191-1/+1
| * | | | Ensure build.ninja is always in a clean stateRyan Egesdahl2021-10-181-6/+31
| | |_|/ | |/| |
* | | | updates to use env vars rather than strings to buid up ninja.build.in file an...William Deegan2021-10-182-8/+3
* | | | Merge branch 'regenerate-build.ninja' of github.com:deriamis/scons into regen...William Deegan2021-10-181-0/+6
|\ \ \ \
| * | | | Ensure build.ninja is always in a clean stateRyan Egesdahl2021-10-181-6/+31
| |/ / /
* | | | Ensure build.ninja is always in a clean stateRyan Egesdahl2021-10-181-6/+29
|/ / /
* | | Merge pull request #3994 from dmoody256/ninja_fix_escapingWilliam Deegan2021-10-102-7/+7
|\ \ \
| * | | update ninja tool to support $ in scons command line argsDaniel Moody2021-09-262-7/+7
* | | | Merge branch 'master' into ninja_fix_mkdirWilliam Deegan2021-10-069-57/+47
|\ \ \ \
| * | | | Updated ninja tool to allow for NINJA_FORCE_SCONS_BUILD to be usedDaniel Moody2021-10-054-3/+35
| | |_|/ | |/| |
| * | | Change SCons.Scanner.Base to ScannerBaseMats Wichmann2021-10-043-5/+5
| * | | Merge pull request #4013 from mwichmann/gcc-non-utfWilliam Deegan2021-10-031-1/+2
| |\ \ \
| | * | | Do not convert throwaway input from gcc tool.Mats Wichmann2021-09-071-1/+2
| * | | | Update docs for HOST_OS, TEMPFILE and Split [skip travis] [skip appveyor]Mats Wichmann2021-09-271-48/+5
| | |/ / | |/| |
* | | | Merge branch 'master' into ninja_fix_mkdirWilliam Deegan2021-09-266-46/+76
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' into pch_support_substWilliam Deegan2021-09-251-8/+6
| |\ \ \ | | | |/ | | |/|
| | * | Fix Issue #4021 - Textfile wrongly replacing '$$(' with '$' 'William Deegan2021-09-191-8/+6
| * | | Update PCH example to use File() instead of simple string to specify PCHWilliam Deegan2021-09-251-1/+1
| * | | reorg code a bit so MSCommon has some of the logic. Also changed MSVC/hierarc...William Deegan2021-09-254-25/+40
| * | | Fix siderWilliam Deegan2021-09-191-1/+1
| * | | fix remaining PCH tests.William Deegan2021-09-181-2/+3
| * | | add test to verify that a generator specified for PCH with returns a false va...William Deegan2021-09-182-5/+19
| * | | add logic to ensure PCH is subst() evaluated when it should beWilliam Deegan2021-09-182-4/+4
| * | | Initial checkin of simlified support for PCH needing to be subst()'d to resol...William Deegan2021-09-182-32/+34
| |/ /
* | | Expanded ninja Mkdir to also support Mkdir actions.Daniel Moody2021-09-083-5/+6
|/ /
* | addressed comments for #4014Daniel Moody2021-09-081-1/+2
* | fix ninja tool to never user for_sig substitution.Daniel Moody2021-09-071-1/+1
|/
* update disable-ninja help textDaniel Moody2021-07-221-1/+2