summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
* Post 4.2.0 merge/reset to development modeWilliam Deegan2021-08-011-1/+1
* final versioning info for 4.2.04.2.0William Deegan2021-08-011-3/+3
* updated __init__.pyWilliam Deegan2021-07-241-4/+4
* update disable-ninja help textDaniel Moody2021-07-221-1/+2
* Allow disable_execute_ninja and disable_ninja to be set via SetOptionWilliam Deegan2021-07-213-32/+46
* update ninja tool to not overwrite NINJA_DISABLE_AUTO_RUN from loading enviro...Daniel Moody2021-07-211-4/+3
* Merge pull request #3980 from dmoody256/testing_ninja_mongoWilliam Deegan2021-07-213-11/+15
|\
| * fix failing sconf testDaniel Moody2021-07-211-1/+1
| * fixed minor issues related to is_conftest for PRDaniel Moody2021-07-211-1/+1
| * make sure multi target and intermediate SConf files are mark is_conftestDaniel Moody2021-07-202-10/+14
* | Minor tweak to Tools.xml - correct referrring text [ci skip]Mats Wichmann2021-07-211-4/+4
* | removed NINJA_BINARY from Globals. Was only used in __init_.pyWilliam Deegan2021-07-202-3/+1
* | fix broken code.William Deegan2021-07-201-3/+6
* | Fix flake8 and sider complaintsWilliam Deegan2021-07-205-10/+8
* | Fix sider issuesWilliam Deegan2021-07-201-3/+1
* | reshuffle importing the ninja package so it won't cause importing the tool to...William Deegan2021-07-192-14/+18
|/
* misc updates to man/users guide copyright formatting. Minor updates to update...William Deegan2021-07-181-3/+3
* Make sure TEMPFILEPREFIX can be set to empty stringMats Wichmann2021-07-151-4/+5
* Merge pull request #3973 from mwichmann/exp-optWilliam Deegan2021-07-131-4/+6
|\
| * Tweak doc of experimental option [skip travis]Mats Wichmann2021-07-131-4/+6
* | Do not claim Win32 module-def file is created [skip travis] [skip appveyor]Mats Wichmann2021-07-131-25/+52
|/
* Merge pull request #3959 from mwichmann/nowarn-missing-sconscriptWilliam Deegan2021-07-121-13/+19
|\
| * Change warnings behavior of missing SConscriptMats Wichmann2021-06-181-13/+19
* | Merge pull request #3969 from dmoody256/cachedir_perms_code_moveWilliam Deegan2021-07-121-3/+6
|\ \
| * | Moved CacheDir permissions update code behind atomic rename operation.Daniel Moody2021-07-101-3/+6
* | | Fix formatting on ninja example command blockWilliam Deegan2021-07-101-4/+5
* | | Merge branch 'master' into ninja-generationWilliam Deegan2021-07-0920-726/+1023
|\ \ \ | |/ /
| * | Merge pull request #3966 from mwichmann/doc-parseconfigWilliam Deegan2021-07-091-28/+45
| |\ \
| | * | Update manpage for ParseConfig [skip appveyor]Mats Wichmann2021-07-021-28/+45
| * | | Install tool fix scons_copytree recursiongreenbender2021-07-081-3/+8
| |/ /
| * | Merge pull request #3956 from bdbaddog/fix_3955_extra_shlib_outputWilliam Deegan2021-06-217-53/+76
| |\ \ | | |/ | |/|
| | * [ci skip] Add some docbook formattingWilliam Deegan2021-06-211-1/+1
| | * Address PR feedbackWilliam Deegan2021-06-212-4/+4
| | * [ci skip] updated docs per mwichmann's feedbackWilliam Deegan2021-06-131-13/+17
| | * reformat swig.py to fix sider complaintWilliam Deegan2021-06-121-11/+13
| | * Update _concat doc, and add blurb to CHANGES.txt and RELEASE.txtWilliam Deegan2021-06-121-3/+4
| | * Updated tools to use _concat's new affect_signature flagWilliam Deegan2021-06-124-11/+11
| | * Added test of new functionality for _concat's new affect_signature flagWilliam Deegan2021-06-121-1/+4
| | * Address some pylint issuesWilliam Deegan2021-06-121-9/+10
| | * fix variable renameWilliam Deegan2021-06-121-2/+2
| | * added affect_signature to _concat to have it take care of adding if needed. ...William Deegan2021-06-121-7/+19
| * | Fix an incorrect return-type annotationMats Wichmann2021-06-131-5/+6
| |/
| * [PR #3953] wrong return type on dictify() [ci skip]Mats Wichmann2021-06-091-1/+1
| * [PR #3953] a few more Util tweaks [ci skip]Mats Wichmann2021-06-091-61/+106
| * Address comments in PRWilliam Deegan2021-06-091-4/+8
| * Merge branch 'master' into util-lintWilliam Deegan2021-06-084-56/+78
| |\
| | * PR #3942: retstore two checks per PR reviewMats Wichmann2021-06-081-8/+7
| | * Tweak env.Tool documentation for clarityMats Wichmann2021-05-243-22/+33
| | * Update env.Tool behavior and docMats Wichmann2021-05-233-20/+29
| | * Fix checker-spotted issues in Environment apply_toolsMats Wichmann2021-05-232-25/+28