summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061655-508372/+0
* Merge pull request #3631 from mwichmann/docs-DetectWilliam Deegan2020-05-041-50/+67
|\
| * [PR #3631] clarify Detect and WhereIs [ci skip]Mats Wichmann2020-05-041-41/+41
| * Document env.Detect [ci skip]Mats Wichmann2020-04-291-20/+37
* | Merge pull request #3634 from mwichmann/win-uuidWilliam Deegan2020-05-034-19/+33
|\ \
| * | Use uuid lib for Visual Studio guidsMats Wichmann2020-05-014-19/+33
* | | Merge pull request #3635 from dmoody256/soname_fix_for_issue_3246William Deegan2020-05-032-2/+16
|\ \ \
| * | | resolve github Issue #3246Daniel Moody2020-05-012-2/+16
| |/ /
* | | Merge branch 'master' of github.com:SCons/sconsWilliam Deegan2020-05-021-2/+2
|\ \ \
| * | | [doc] Update description of ARCOMSTR [ci skip]Mats Wichmann2020-05-011-2/+2
| |/ /
* | | [ci skip] Correct spelling in comments and CHANGES.txtWilliam Deegan2020-05-021-1/+1
|/ /
* | tests: use unittest decorator for skippingMats Wichmann2020-04-291-24/+24
|/
* [ci skip] minor reformattingWilliam Deegan2020-04-291-2/+10
* Merge pull request #3619 from bentonj-vmw/msvs-cppflagsWilliam Deegan2020-04-293-27/+68
|\
| * Add support for passing cppflags through to Visual Studio project generation.James Benton2020-04-273-27/+68
* | Merge pull request #3627 from mwichmann/doc-exportsWilliam Deegan2020-04-291-112/+103
|\ \ | |/ |/|
| * docs: fix typos from siderMats Wichmann2020-04-281-2/+2
| * docs: tweak "manpage" (shared) Return, SConscript [ci skip]Mats Wichmann2020-04-281-94/+83
| * Exports doc fixes [ci skip]Mats Wichmann2020-04-261-40/+42
* | Merge branch 'master' into c-conditional-scannerWilliam Deegan2020-04-2739-337/+1300
|\ \
| * \ Merge pull request #3608 from bdbaddog/add_vswhere_variableWilliam Deegan2020-04-238-52/+151
| |\ \ | | |/ | |/|
| | * [ci skip] updated wording for VSWHEREWilliam Deegan2020-04-221-4/+5
| | * [ci skip] Doc updatesWilliam Deegan2020-04-211-18/+18
| | * [ci skip] Update docsWilliam Deegan2020-04-211-4/+14
| | * Merge branch 'master' into add_vswhere_variableWilliam Deegan2020-04-1914-111/+851
| | |\
| | * | We're all py3 now can use exist_ok=True on os.mkdirs(). Thanks mwichmannWilliam Deegan2020-04-131-2/+1
| | * | fix vcTests.py creating already existing dir on win32William Deegan2020-04-131-1/+2
| | * | resolve sider issue. import sys not neededWilliam Deegan2020-04-121-1/+0
| | * | If no vswhere.exe is found, do not try to run it. Was breaking tests on non-w...William Deegan2020-04-121-0/+5
| | * | Address comments on PR for docsWilliam Deegan2020-04-121-9/+14
| | * | Address PR commentsWilliam Deegan2020-04-122-7/+5
| | * | Resolve issue #3605. Allow specifying VSWHERE to environmentWilliam Deegan2020-04-108-48/+126
| | * | pep8William Deegan2020-04-092-5/+8
| * | | Merge pull request #3623 from mwichmann/doc-toolsWilliam Deegan2020-04-231-37/+38
| |\ \ \
| | * | | docs: update Tool description [ci skip]Mats Wichmann2020-04-231-37/+38
| | | |/ | | |/|
| * | | PEP8 + removed '-Wl,-Bsymbolic' from SHLIBVERSIONFLAGS fixes issue #3248William Deegan2020-04-211-9/+8
| |/ /
| * | Merge pull request #3576 from mwichmann/win-messWilliam Deegan2020-04-161-27/+53
| |\ \
| | * | [PR #3576] workaroud "oem" coding not on Py3.5Mats Wichmann2020-04-071-3/+10
| | * | Merge branch 'master' into win-messWilliam Deegan2020-04-057-30/+78
| | |\ \
| | * | | [PR #3576] change decoding to "oem" in vcvars* runnerMats Wichmann2020-03-191-8/+15
| | * | | [PR #3576] fix typo in powershell pathMats Wichmann2020-03-171-1/+1
| | * | | [PR #3576] add powershell pathMats Wichmann2020-03-171-10/+15
| | * | | Pass some env vars that affect msvs tool setup.Mats Wichmann2020-03-171-10/+17
| * | | | Merge pull request #3611 from mwichmann/doc-implicitdepWilliam Deegan2020-04-162-43/+61
| |\ \ \ \
| | * | | | [PR #3611] implicit deps fix review comment [ci skip]Mats Wichmann2020-04-122-9/+12
| | * | | | Update doc wording for IMPLICIT_COMMAND_DEPEDENCIES [ci skip]Mats Wichmann2020-04-111-38/+53
| * | | | | Merge pull request #3603 from bdbaddog/revamp_scons_buildWilliam Deegan2020-04-163-0/+689
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Address github review notes and sider issuesWilliam Deegan2020-04-111-5/+5
| | * | | | Fix sconsign tests and scriptWilliam Deegan2020-04-091-45/+4
| | * | | | move scons-configure-cache logic into SCons.Utilities.ConfigureCache:main and...William Deegan2020-04-091-0/+182