| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changes for 3.0.4 release3.0.4 | William Deegan | 2019-01-23 | 5 | -7/+8 |
| | | |||||
| * | Updated files per ReleaseConfig for 3.0.4 release | William Deegan | 2019-01-20 | 7 | -13/+13 |
| | | |||||
| * | Updates for 3.0.4 release | William Deegan | 2019-01-20 | 3 | -60/+25 |
| | | |||||
| * | Regenerated docs for 3.0.4 release | William Deegan | 2019-01-20 | 6 | -28/+53 |
| | | |||||
| * | Update CHANGES.txt to reference fixed github issues and to highlight initial ↵ | William Deegan | 2019-01-20 | 1 | -3/+2 |
| | | | | | support for ARM TARGET_ARCH | ||||
| * | Merge branch 'master' of github.com:SCons/scons | William Deegan | 2019-01-19 | 45 | -216/+1365 |
| |\ | |||||
| | * | Merge pull request #3274 from pasdVn/cpp-regex | William Deegan | 2019-01-19 | 4 | -5/+115 |
| | |\ | | | | | | | Enhance cpp scanner regex logic to detect if/elif expressions without whitespaces | ||||
| | | * | Enhance cpp scanner regex logic to detect if/elif expressions without ↵ | Tobias Herzog | 2019-01-18 | 4 | -5/+115 |
| | | | | | | | | | | | | | | | | | | | whitespaces correctly for example "#if(defined FOO)" or "#elif!(BAR)" | ||||
| | * | | Merge pull request #3273 from mwichmann/tempfile-ext | William Deegan | 2019-01-19 | 5 | -19/+174 |
| | |\ \ | | |/ | |/| | customizable tempfile extension (issue #2431) | ||||
| | | * | TEMPFILEPRFIX test changed back | Mats Wichmann | 2019-01-17 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | Testing "if not prefix" would return false if an empty string is passed, but that setting should be valid. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| | | * | Set defaults for TEMPFILE* differently | Mats Wichmann | 2019-01-16 | 1 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | | | | Per review comments, subst either return the right thing or None, use this are the way to test for setting default instead of has_key. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| | | * | Add test for TEMPFILESUFFIX | Mats Wichmann | 2019-01-16 | 2 | -3/+130 |
| | | | | | | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| | | * | Change TEMPFILEEXTENSION to TEMPFILESUFFIX | Mats Wichmann | 2019-01-16 | 3 | -10/+26 |
| | | | | | | | | | | | | | | | | | | | | | | All the other file extension variables end in SUFFIX, so change this new one to match for consistency. Added doc entry. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| | | * | [WIP] customizable tempfile extension (issue #2431) | Mats Wichmann | 2019-01-16 | 2 | -12/+25 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | Apply the patch (adjusted) from issue #2341: instead of hardcoding the filename extenstion for the tempfile to help with linking on Windows targets, allow some variability. Current marked WIP because there are some other comments in the issue tracker that can maybe be flushed out by submitting this PR, and there are no tests (should presumably go in test/TEMPFILEPREFIX.py, or a new test TEMPFILEEXTENSION.py) Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| | * | Merge pull request #3264 from dmoody256/msvc_use_script_to_check | William Deegan | 2019-01-15 | 18 | -125/+928 |
| | |\ | | | | | | | fix MSVC check for installed versions | ||||
| | | * | updated platform dict names and used context manager for opening toolset ↵ | Daniel Moody | 2019-01-14 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | version file updated other dict references | ||||
| | | * | updated documentation | Daniel | 2019-01-14 | 1 | -0/+7 |
| | | | | |||||
| | | * | merged master | Daniel | 2019-01-14 | 3 | -5/+73 |
| | | |\ | | |/ | |/| | |||||
| | * | | Merge pull request #3260 from dmoody256/TempFileMunge_cmd_line_print | William Deegan | 2019-01-13 | 3 | -4/+71 |
| | |\ \ | | | | | | | | | Temp file munge cmd line print | ||||
| | | * | | accidently reset changes, so recommiting | Daniel | 2019-01-13 | 2 | -2/+69 |
| | | | | | |||||
| | | * | | updated changes.txt | Daniel | 2019-01-13 | 1 | -2/+2 |
| | |/ / | |||||
| | | * | accidently moved a change in CHANGES.txt, moving it back | Daniel | 2019-01-14 | 2 | -15/+4 |
| | | | | | | | | | | | | | removed unused function | ||||
| | | * | merge master | Daniel | 2019-01-13 | 6 | -72/+61 |
| | | |\ | | |/ | |/| | |||||
| | * | | revert master to develop mode | William Deegan | 2019-01-11 | 4 | -64/+61 |
| | | | | |||||
| | * | | Merge pull request #3267 from techtonik/patch-1 | William Deegan | 2019-01-11 | 2 | -6/+7 |
| | |\ \ | | | | | | | | | Use HTTPS in issue template | ||||
| | | * | | HTTPS for pull request template | anatoly techtonik | 2019-01-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | [skip ci] | ||||
| | | * | | Use HTTPS in issue template | anatoly techtonik | 2019-01-10 | 1 | -4/+5 |
| | |/ / | |||||
| | * | | Merge pull request #3266 from techtonik/patch-1 | William Deegan | 2019-01-10 | 1 | -2/+0 |
| | |\ \ | | | | | | | | | Travis sudo is deprecated | ||||
| | | * | | Travis sudo is deprecated | anatoly techtonik | 2019-01-10 | 1 | -2/+0 |
| | |/ / | | | | | | | https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures | ||||
| | | * | fix changes.txt and added some comments | Daniel | 2019-01-13 | 2 | -9/+50 |
| | | | | |||||
| | | * | update comment | Daniel | 2019-01-12 | 1 | -2/+3 |
| | | | | |||||
| | | * | updated msvs to handle newer versions, and moved host/target combos to dict | Daniel | 2019-01-12 | 2 | -23/+41 |
| | | | | |||||
| | | * | removed unused imports and other sider changes | Daniel | 2019-01-12 | 4 | -7/+1 |
| | | | | | | | | | | | | | fixed syntax issue | ||||
| | | * | updated CHANGES.txt | Daniel | 2019-01-12 | 1 | -1/+3 |
| | | | | |||||
| | | * | added test for vs 14.1 and checking arm targets | Daniel | 2019-01-12 | 8 | -13/+586 |
| | | | | |||||
| | | * | added name for cl.exe and have older versions walk for cl.exe | Daniel | 2019-01-10 | 2 | -16/+20 |
| | | | | | | | | | | | | | | | | | | | fixed syntax error removed debug print | ||||
| | | * | added support for checking for arm target support, and UWP apps for 2017 | Daniel | 2019-01-10 | 3 | -79/+154 |
| | | | | |||||
| | | * | merged from remote | Daniel | 2019-01-10 | 13 | -40/+50 |
| | | |\ | |||||
| | | | * | removed unused varied, added named expections, whitespace and comments | Daniel Moody | 2019-01-09 | 1 | -19/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | fixed except check revert some obsolete changes | ||||
| | | | * | reverted tests so they can use a default host == target platform for find msvc | Daniel Moody | 2019-01-09 | 13 | -21/+19 |
| | | | | | | | | | | | | | | | | | fixed some other tests | ||||
| | | | * | added ability to get vc dir without env (assume host == target) and fixed test | Daniel Moody | 2019-01-09 | 2 | -5/+9 |
| | | | | | |||||
| | | | * | updated to use the target arch | Daniel | 2019-01-09 | 1 | -7/+59 |
| | | | | | | | | | | | | | | | | | removed debug print | ||||
| | | * | | merge mats vc tool updates | Daniel | 2019-01-10 | 3 | -44/+76 |
| | | |\ \ | |||||
| | | | * | | stray close-paren character | Mats Wichmann | 2018-11-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| | | | * | | PR#3230: fix some debug, accept list from vswhere | Mats Wichmann | 2018-11-22 | 2 | -18/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vc.py: Some of the debug prints weren't quite right, and added a few. When vswhere is called, it can return multiple lines if there are multiple products that match, so handle that case. Preparing for ARM support, add some host/target combos to the table - currently commented out. arm/arm64 added to the canonicalize table where it won't do any harm. common.py: in case we eventually switch to more general logging, use a specific logger rather than the root logger. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| | | | * | | Typo fix | Mats Wichmann | 2018-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| | | | * | | Documentation cleanup for vswhere-related fix | Mats Wichmann | 2018-11-18 | 2 | -32/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Polish up a few docstrings and be more descriptive about the search for cl.exe. Also add requested version qualifiers to entry in CHANGES.txt. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| | | | * | | For PR#3222: improve ms build finding | Mats Wichmann | 2018-11-18 | 2 | -4/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broaden the search to also include Build Tools (the compiler without the whole Visual Studio works). Also in the initial search to see if a suite is valid or not, don't just look for a couple of locations within a given path, do a search. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| | | * | | | updated to use the target arch | Daniel | 2019-01-09 | 1 | -7/+60 |
| | | | |/ | | |/| | |||||
| | | * | | make sure not to modify environment if just checking | Daniel | 2019-01-09 | 1 | -4/+5 |
| | | | | | |||||
