summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3274 from pasdVn/cpp-regexWilliam Deegan2019-01-192-5/+111
|\
| * Enhance cpp scanner regex logic to detect if/elif expressions without whitesp...Tobias Herzog2019-01-182-5/+111
* | TEMPFILEPRFIX test changed backMats Wichmann2019-01-171-4/+5
* | Set defaults for TEMPFILE* differentlyMats Wichmann2019-01-161-8/+6
* | Change TEMPFILEEXTENSION to TEMPFILESUFFIXMats Wichmann2019-01-162-8/+24
* | [WIP] customizable tempfile extension (issue #2431)Mats Wichmann2019-01-161-12/+23
|/
* updated platform dict names and used context manager for opening toolset vers...Daniel Moody2019-01-141-10/+10
* updated documentationDaniel2019-01-141-0/+7
* merged masterDaniel2019-01-141-2/+20
|\
| * accidently reset changes, so recommitingDaniel2019-01-131-2/+20
* | accidently moved a change in CHANGES.txt, moving it backDaniel2019-01-141-14/+0
* | fix changes.txt and added some commentsDaniel2019-01-131-0/+36
* | update commentDaniel2019-01-121-2/+3
* | updated msvs to handle newer versions, and moved host/target combos to dictDaniel2019-01-122-23/+41
* | added test for vs 14.1 and checking arm targetsDaniel2019-01-122-13/+22
* | added name for cl.exe and have older versions walk for cl.exeDaniel2019-01-101-12/+17
* | added support for checking for arm target support, and UWP apps for 2017Daniel2019-01-102-30/+62
* | merged from remoteDaniel2019-01-101-23/+35
|\ \
| * | removed unused varied, added named expections, whitespace and commentsDaniel Moody2019-01-091-19/+28
| * | reverted tests so they can use a default host == target platform for find msvcDaniel Moody2019-01-091-2/+2
| * | added ability to get vc dir without env (assume host == target) and fixed testDaniel Moody2019-01-091-3/+7
| * | updated to use the target archDaniel2019-01-091-7/+59
* | | merge mats vc tool updatesDaniel2019-01-102-43/+73
|\ \ \
| * | | stray close-paren characterMats Wichmann2018-11-221-1/+1
| * | | PR#3230: fix some debug, accept list from vswhereMats Wichmann2018-11-222-18/+33
| * | | Documentation cleanup for vswhere-related fixMats Wichmann2018-11-181-30/+51
| * | | For PR#3222: improve ms build findingMats Wichmann2018-11-181-4/+19
* | | | updated to use the target archDaniel2019-01-091-7/+60
| |/ / |/| |
* | | make sure not to modify environment if just checkingDaniel2019-01-091-4/+5
* | | leave old version to check if cl existsDaniel2019-01-091-4/+12
* | | use the vcvars batch script to find installed vc'sDaniel2019-01-096-15/+14
| |/ |/|
* | Update scons.bat to first look for scons.py and then scons so that a universa...William Deegan2019-01-081-2/+2
* | Remove src/engine/MANIFEST-xml.in and logic which refers to it. Can't see why...William Deegan2019-01-071-8/+0
* | Adding docbooks xsl files and clangCommongWilliam Deegan2019-01-071-0/+3
* | Merge pull request #3183 from mwichmann/typefixesWilliam Deegan2018-12-312-5/+9
|\ \
| * | small type-related cleanupsMats Wichmann2018-12-172-5/+9
* | | fix missing code contents that should be included in signature of a function ...Zachary Tessler2018-12-222-8/+7
|/ /
* | Merge branch 'fix_mac_shlibversion_gh_issue_3241' of github.com:bdbaddog/scon...William Deegan2018-12-101-10/+2
|\ \
| * \ Merge branch 'master' into fix_mac_shlibversion_gh_issue_3241William Deegan2018-12-101-10/+2
| |\ \
| | * \ Merge pull request #3245 from bdbaddog/fix_gh_3136_py3_modified_io_class_breaksWilliam Deegan2018-12-101-10/+2
| | |\ \
| | | * | Fix GH issue #3136 No need to explicitly set file handles to non-sharable. Py...William Deegan2018-11-281-10/+2
| | | |/
* | | | rebuild docs with changes from applelink.xml changes. Fix mistyped APPLELINK_...William Deegan2018-12-101-1/+1
* | | | Added docs for _APPLELINK_COMPATIBILITY_VERSION and _APPLELINK_CURRENT_VERSIO...William Deegan2018-12-101-1/+25
* | | | Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to al...William Deegan2018-12-102-8/+68
|/ / /
* | | Fix :r -> !r in some debug print statements per mwichmann [ci skip]William Deegan2018-12-101-3/+3
* | | Fix docstring per mwichmann [ci skip]William Deegan2018-12-101-1/+1
* | | minor flake8 issues resolvedWilliam Deegan2018-12-091-2/+2
* | | Fix GH issue #3241 - Support -compatability_version and -current_version flag...William Deegan2018-12-062-9/+13
* | | remove commented out codeWilliam Deegan2018-12-061-1/+0
* | | initial pass at versioned library logic. WIPWilliam Deegan2018-12-052-145/+218