summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix CacheDirTest so that temp dir is not under the directory that the runtest...William Deegan2019-12-261-1/+1
* Merge branch 'master' into fix_appveyor_vs2019_issue1William Deegan2019-12-2544-673/+528
|\
| * syntax fixups suggested by PyCharmMats Wichmann2019-12-2338-116/+119
| * Merge pull request #3508 from mwichmann/pc-none-syntaxWilliam Deegan2019-12-217-36/+37
| |\
| | * checker fixes: None, trailing ws, list initMats Wichmann2019-12-217-36/+37
| * | Fix two small syntax errors in string formattingMats Wichmann2019-12-212-2/+3
| |/
| * [PR #3506] restore accidentally removed SplitMats Wichmann2019-12-201-0/+21
| * Remove deprecated SourceCode func/methodMats Wichmann2019-12-205-182/+3
| * Improve performance of Subst by preventing unnecessary frame allocationsMathew Robinson2019-12-182-361/+365
* | [ci skip] Updated CHANGES.txtWilliam Deegan2019-12-251-3/+6
* | Update clang logic to initialize MSVC shell environment variables needed for ...William Deegan2019-12-252-0/+10
* | Add c:\msys64\mingw64\bin for appveyor vs2019William Deegan2019-12-251-0/+1
* | Add propagating VCINSTALLDIR and VCToolsInstallDir which are used by CLang to...William Deegan2019-12-241-5/+16
|/
* Revert code back to development modeWilliam Deegan2019-12-173-62/+52
* Update version stringsWilliam Deegan2019-12-173-3/+3
* Update content in RELEASE.txt CHANGES.txt Announce.txt and bump the version i...William Deegan2019-12-173-46/+66
* Add 3.1.1 release info to debian/changelog and src/Announce.txtWilliam Deegan2019-12-171-0/+28
* Remove deprecated BuildDir, build_dirMats Wichmann2019-12-156-56/+9
* Merge pull request #3495 from mwichmann/depr-CopyWilliam Deegan2019-12-154-23/+2
|\
| * Remove deprecated env.Copy()Mats Wichmann2019-12-144-23/+2
* | Merge branch 'master' into entry-microoptimizationWilliam Deegan2019-12-133-7/+17
|\ \ | |/
| * Merge pull request #3493 from mwichmann/defenv-2477William Deegan2019-12-131-5/+11
| |\
| | * [PR #3493] fix review comment [ci skip]Mats Wichmann2019-12-131-1/+1
| | * Tweak DefaultEnvironment descriptions (ci skip)Mats Wichmann2019-12-131-5/+11
| * | Improve DAG walk performance by preventing unnecessary list manipulationMathew Robinson2019-12-112-2/+6
| |/
* | Optimize for most common case in Entry.disambiguate()Mathew Robinson2019-12-122-5/+7
|/
* Merge branch 'master' into py3-doctasksWilliam Deegan2019-12-1010-65/+154
|\
| * Merge pull request #3473 from kulikjak/masterWilliam Deegan2019-12-102-5/+8
| |\
| | * Fix incorrect testing assumptions for SolarisJakub Kulik2019-11-012-5/+8
| * | Merge pull request #3475 from mwichmann/addopt-docsWilliam Deegan2019-12-101-4/+33
| |\ \
| | * | [PR 3475] further wording tweaks on AddOption [ci skip]Mats Wichmann2019-11-211-6/+20
| | * | [PR 3475] update docs/generated [ci skip]Mats Wichmann2019-11-161-2/+2
| | * | Document that AddOpt has limitations [ci skip]Mats Wichmann2019-11-131-0/+15
| * | | Merge pull request #3487 from mwichmann/update-action-timestampWilliam Deegan2019-12-092-5/+4
| |\ \ \
| | * | | Update debug=action-timestampsMats Wichmann2019-12-072-5/+4
| * | | | Update CHANGES.txt to indicate original author of patchAdam Gross2019-12-091-1/+1
| * | | | Convert our file replacement to be a classAdam Gross2019-12-091-3/+6
| * | | | Merge branch 'master' into topic/grossag/winmultifixAdam Gross2019-12-083-12/+57
| |\ \ \ \
| | * | | | Address GaryO's feedback on PR 3129. Also reformatted Command() PEP8William Deegan2019-12-082-21/+40
| | * | | | Merge pull request #3129 from dragon512/update-commandWilliam Deegan2019-12-063-6/+32
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Allow Command to take more builder optionsJason Kenny2019-12-043-6/+32
| | | |/ /
| * | | | Fix SConsTests.py to actually clear out the file/open overridesAdam Gross2019-12-081-16/+12
| * | | | Change src\CHANGES.txtAdam Gross2019-12-061-0/+5
| * | | | Fix multithreaded Windows builds when a thread has a file open for writeAdam Gross2019-12-061-25/+34
| |/ / /
* | | | Improve building of docs using Py3 [ci skip]Mats Wichmann2019-12-05110-115/+115
|/ / /
* | | fix more Python escape complaintsMats Wichmann2019-12-022-3/+3
* | | [ci skip] Add to CHANGES.txt for PR #3481William Deegan2019-11-271-16/+20
* | | try a different approach that should work on python 3.5.Rob Boehne2019-11-261-2/+2
* | | Fix a problem under Solaris when using Python 3, while maintaining support fo...Rob Boehne2019-11-261-13/+28
* | | Merge branch 'master' into patch-1William Deegan2019-11-184-12/+18
|\ \ \