summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix footer3.1.2William Deegan2019-12-162-2/+1
* Updates for README and logic to upload it to Sourceforge as part of the norma...rel_3.1.2William Deegan2019-12-173-14/+755
* Update version stringsWilliam Deegan2019-12-176-13/+13
* Update content in RELEASE.txt CHANGES.txt Announce.txt and bump the version i...William Deegan2019-12-174-47/+67
* Add 3.1.1 release info to debian/changelog and src/Announce.txtWilliam Deegan2019-12-172-0/+34
* Regenerated docs for 3.1.2 releaseWilliam Deegan2019-12-17239-3001/+4072
* Merge pull request #3497 from mwichmann/depr-builddirWilliam Deegan2019-12-1616-60/+140
|\
| * [PR #3497] skip test for build_dir kwargMats Wichmann2019-12-161-0/+3
| * [PR #3497] add missed sconstest.skipMats Wichmann2019-12-151-0/+0
| * [PR #3497] add the missing testcasesMats Wichmann2019-12-152-0/+115
| * Remove deprecated BuildDir, build_dirMats Wichmann2019-12-1513-60/+22
|/
* Merge pull request #3495 from mwichmann/depr-CopyWilliam Deegan2019-12-1411-39/+63
|\
| * Merge pull request #2 from bdbaddog/fix_test_issue_mwichmann_copy_methodMats Wichmann2019-12-141-1/+1
| |\
| | * fixed match function to be non-regexWilliam Deegan2019-12-141-1/+1
| |/
| * Remove deprecated env.Copy()Mats Wichmann2019-12-1411-39/+63
* | Merge pull request #3491 from chasinglogic/entry-microoptimizationWilliam Deegan2019-12-132-5/+7
|\ \ | |/ |/|
| * Merge branch 'master' into entry-microoptimizationWilliam Deegan2019-12-134-38/+44
| |\ | |/ |/|
* | Merge pull request #3493 from mwichmann/defenv-2477William Deegan2019-12-132-36/+38
|\ \
| * | [PR #3493] fix review comment [ci skip]Mats Wichmann2019-12-131-1/+1
| * | Tweak DefaultEnvironment descriptions (ci skip)Mats Wichmann2019-12-132-36/+38
* | | Merge pull request #3490 from chasinglogic/less-list-manipulation-in-DAG-walkWilliam Deegan2019-12-122-2/+6
|\ \ \
| * | | 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-112-5/+7
| |/ |/|
* | Merge pull request #3489 from bdbaddog/fix_test_link_applelink_macosWilliam Deegan2019-12-111-6/+12
|\ \ | |/ |/|
| * Fix looking for specific version of libSystem.B.dylib when running on macOS. ...William Deegan2019-12-111-6/+12
|/
* Merge pull request #3443 from mwichmann/py3-doctasksWilliam Deegan2019-12-10369-4300/+3294
|\
| * Merge branch 'master' into py3-doctasksWilliam Deegan2019-12-1024-174/+362
| |\ | |/ |/|
* | Merge pull request #3473 from kulikjak/masterWilliam Deegan2019-12-109-24/+24
|\ \
| * | Fix incorrect testing assumptions for SolarisJakub Kulik2019-11-019-24/+24
* | | Merge pull request #3475 from mwichmann/addopt-docsWilliam Deegan2019-12-107-367/+269
|\ \ \
| * | | [PR 3475] further wording tweaks on AddOption [ci skip]Mats Wichmann2019-11-212-18/+38
| * | | [PR 3475] update docs/generated [ci skip]Mats Wichmann2019-11-166-357/+183
| * | | [PR 3475] review edit: space -> whitespace [ci skip]Mats Wichmann2019-11-151-2/+2
| * | | [PR 3475] fix another xml tag error that was lurking [ci skip]Mats Wichmann2019-11-151-2/+2
| * | | [PR 3475] add repeated-args suggestion for AddOpt [ci skip]Mats Wichmann2019-11-151-19/+26
| * | | Document that AddOpt has limitations [ci skip]Mats Wichmann2019-11-133-0/+50
* | | | Merge pull request #3487 from mwichmann/update-action-timestampWilliam Deegan2019-12-095-51/+30
|\ \ \ \
| * | | | Update debug=action-timestampsMats Wichmann2019-12-075-51/+30
* | | | | Merge pull request #3486 from grossag/topic/grossag/winmultifixWilliam Deegan2019-12-093-39/+52
|\ \ \ \ \
| * | | | | Update CHANGES.txt to indicate original author of patchAdam Gross2019-12-091-1/+1
| * | | | | Convert our file replacement to be a classAdam Gross2019-12-081-3/+6
| * | | | | Merge branch 'master' into topic/grossag/winmultifixAdam Gross2019-12-084-15/+100
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Reformat test/Command.py PEP8William Deegan2019-12-071-4/+5
* | | | | | Address GaryO's feedback on PR 3129. Also reformatted Command() PEP8William Deegan2019-12-073-22/+40
* | | | | | Merge pull request #3129 from dragon512/update-commandWilliam Deegan2019-12-064-8/+74
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | add py3 compatible print() functionsJason Kenny2019-12-061-1/+1
| * | | | | Allow Command to take more builder optionsJason Kenny2019-12-044-7/+73
| | * | | | 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