summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3941 from mwichmann/scandirWilliam Deegan2021-05-045-31/+37
|\
| * Reformat LocalFS to quiet sider complaintsMats Wichmann2021-05-031-3/+26
| * Some code modernizatoionMats Wichmann2021-05-035-28/+11
* | Merge pull request #3940 from bdbaddog/fix_3933William Deegan2021-05-032-2/+26
|\ \ | |/ |/|
| * Fix Issue #3933 debug output removed from SharedLibrary when SHLIBVERSION is ...William Deegan2021-05-032-2/+26
* | Merge branch 'master' into doc-actionWilliam Deegan2021-05-013-8/+18
|\ \
| * | Add simple unit-test for env.Whereis('')Mats Wichmann2021-04-231-0/+2
| * | Avoid exception if tool set to emptyMats Wichmann2021-04-232-8/+16
| |/
* | Tweaking of Action Objects docu, update Mkdir()Mats Wichmann2021-04-252-11/+2
|/
* Merge pull request #3825 from grossag/topic/grossag/pythondynamicscanWilliam Deegan2021-04-193-44/+154
|\
| * Merge branch 'master' into topic/grossag/pythondynamicscanAdam Gross2021-01-0933-449/+577
| |\
| * | Address review feedbackAdam Gross2021-01-091-4/+5
| * | Fix tests, implement smarter version of scannerAdam Gross2020-11-172-45/+142
| * | Fix all testsAdam Gross2020-11-171-12/+10
| * | [ci skip] Some fixes to the Python scanner and testAdam Gross2020-11-171-34/+42
| * | Fix up scanner a bitAdam Gross2020-11-161-6/+10
| * | Some initial fixesAdam Gross2020-11-162-30/+33
| * | First draft of teaching Python scanner about dynamic filesAdam Gross2020-11-132-31/+30
* | | Merge pull request #3723 from jcbrill/msvc-installed-vcsWilliam Deegan2021-04-191-1/+0
|\ \ \
| * \ \ Merge branch 'master' into msvc-installed-vcs [ci skip]Joseph Brill2020-11-144-130/+124
| |\ \ \ | | |/ /
| * | | Merge branch 'master' into msvc-installed-vcs [ci skip]Joseph Brill2020-10-26141-1612/+1413
| |\ \ \
| * \ \ \ Merge branch 'master' into msvc-installed-vcsJoseph Brill2020-08-2716-642/+647
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into msvc-installed-vcs. Manually resolve conflicts in ...Joseph Brill2020-08-245-6/+74
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into msvc-installed-vcs. Resolve conflicts in CHANGES.t...Joseph Brill2020-08-081-11/+9
| |\ \ \ \ \ \
| * | | | | | | Remove get_installed_vcs call in Visual Studio find_vs_dir_by_vc method. Upda...Joseph Brill2020-08-071-1/+0
* | | | | | | | Merge pull request #3931 from mwichmann/writable-installWilliam Deegan2021-04-181-26/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | [PR 3931] add a testcaseMats Wichmann2021-04-181-5/+1
| * | | | | | | | Restore setting of write bits on Install'd filesMats Wichmann2021-04-182-27/+61
* | | | | | | | | Update generated docs. They were broken [skip appveyor][skip travis]William Deegan2021-04-181-5/+5
|/ / / / / / / /
* | | | | | | | Test tweaks to help testing on mingw-only win32 systemsMats Wichmann2021-04-142-3/+3
* | | | | | | | 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