summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3926 from mwichmann/defines-expandWilliam Deegan2021-04-121-11/+11
|\
| * Expansion of CPPDEFINES now substs consvarsMats Wichmann2021-04-101-11/+11
* | Merge pull request #3925 from bdbaddog/add_experimental_optionWilliam Deegan2021-04-122-13/+67
|\ \
| * | address sider issueWilliam Deegan2021-04-121-1/+1
| * | better handle all/none and multiple options, expanded tests to cover suchWilliam Deegan2021-04-121-4/+29
| * | Address mwichmann's feedbackWilliam Deegan2021-04-101-4/+4
| * | address mwichmann's review commentWilliam Deegan2021-04-101-1/+1
| * | Add docs for --experimental switchWilliam Deegan2021-04-092-12/+41
| |/
* | Merge pull request #2 from bdbaddog/platformio_TEMPFILEARGESCFUNCIvan Kravets2021-04-121-2/+3
|\ \
| * | Fix a missed bracketIvan Kravets2021-04-121-2/+2
| * | Fix failing tests, restore last ditch default setting in TempFileMunge for TE...William Deegan2021-04-121-1/+2
* | | Merge branch 'master' of https://github.com/SCons/sconsIvan Kravets2021-04-126-23/+108
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'master' into multitarget_progressDaniel Moody2021-04-095-22/+105
| |\
| | * Merge pull request #3894 from dmoody256/support_custom_cachedir_classesWilliam Deegan2021-04-095-22/+105
| | |\
| | | * switched back to just type checking the cachedir instead of avoiding linter r...Daniel Moody2021-04-071-2/+5
| | | * fix sider issuesDaniel Moody2021-04-051-1/+2
| | | * improved DoubleCacheDir test, added extra cachedir validation check.Daniel Moody2021-04-051-6/+15
| | | * fixed sider issuesDaniel Moody2021-04-022-1/+2
| | | * merged latest master with CacheDir changes.Daniel Moody2021-04-011-1/+2
| | | * Added reinstantiatng custom cachedirDaniel Moody2021-04-011-3/+2
| | | * fix up some doc issues and add test coverageDaniel Moody2021-04-013-12/+38
| | | * Update to add CacheDir arg and address some review comments.Daniel Moody2021-04-012-2/+9
| | | * Added custom cachedir class tests and docsDaniel Moody2021-04-011-0/+10
| | | * Added support for passing custom CacheDir classes.Daniel Moody2021-04-013-18/+44
| * | | Dont call progress if the progress object is NullDaniel Moody2021-04-091-2/+3
| * | | Fixed issue with multi-target nodes being passed to the progress object.Daniel Moody2021-04-091-1/+2
| |/ /
* | | Change to set reasonable default for TEMPFILEARGESCFUNC in Defaults.py rather...William Deegan2021-04-111-2/+2
* | | Change to set reasonable default for TEMPFILEARGESCFUNC in Defaults.py rather...William Deegan2021-04-111-0/+1
* | | Document "TEMPFILEARGESCFUNC" variable and add testIvan Kravets2021-04-092-1/+60
* | | Merge branch 'master' of https://github.com/SCons/sconsIvan Kravets2021-04-0913-143/+176
|\ \ \ | |/ /
| * | Merge pull request #3920 from mwichmann/more-doclinksWilliam Deegan2021-04-0612-106/+145
| |\ \
| | * | Reverting an unneeded wording twiddle in gs doc [skip appveyor] [skip jenkins]Mats Wichmann2021-04-051-1/+1
| | * | Add some more entity links in docs [skip appveyor] [skip travis]Mats Wichmann2021-04-0512-106/+145
| * | | Merge pull request #3917 from mwichmann/man-target-selWilliam Deegan2021-04-061-37/+31
| |\ \ \ | | |/ / | |/| |
| | * | Make target selection a subsection in manpage [skip travis] [skipMats Wichmann2021-03-301-37/+31
| | |/
* | | Provide a custom argument escape function for `TempFileMunge` using a new `TE...Ivan Kravets2021-04-061-5/+30
|/ /
* | Merge pull request #3908 from hwmaier/masterWilliam Deegan2021-04-031-1/+1
|\ \ | |/ |/|
| * Re-applying a patch I submitted already in 2013 and was accepted back then: T...Henrik Maier2021-03-251-1/+1
* | Merge branch 'master' into issue2399William Deegan2021-03-283-15/+10
|\ \
| * \ Merge branch 'master' into use-real-CLVarWilliam Deegan2021-03-282-3/+8
| |\ \
| | * \ Merge branch 'master' into issue2018William Deegan2021-03-281-1/+1
| | |\ \
| | | * | Deprecate Python 3.5.Mats Wichmann2021-03-281-1/+1
| | * | | Stop stripping INSTALLSTRMats Wichmann2021-03-281-2/+7
| | |/ /
| * | | Drop the local CLVar class from EnvironmentTestsMats Wichmann2021-03-281-12/+2
| |/ /
* | | Add a __iadd__ method to CLVar to support inplace addsMats Wichmann2021-03-282-64/+99
|/ /
* | Drop accidentally committed packaging/NOTES fileMats Wichmann2021-03-261-19/+0
* | fix sider complaints: formatting in mslink:generate()Mats Wichmann2021-03-261-24/+25
* | Fix errors removing old WIN32 construction varsMats Wichmann2021-03-264-12/+26
* | Remove old deprecated construction variablesMats Wichmann2021-03-264-58/+0
* | Merge pull request #3902 from DeeeeLAN/relpathWilliam Deegan2021-03-262-6/+17
|\ \