summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Update CHANGES.txtTim Gates2019-11-171-0/+2
| * | | Fix simple typo: whos -> whoseTim Gates2019-11-161-1/+1
| |/ /
| * | Merge pull request #3472 from maiphi/latex_latin1William Deegan2019-11-082-2/+7
| |\ \
| | * | Changelog: add details about fix of Latex log encoding issuemaiphi2019-11-071-1/+2
| | * | Added note about Latex Latin-1/UTF-8 issue to CHANGES.logmaiphi2019-11-011-0/+4
| | * | Tex builder: avoid error when reading non-utf-8 log filesmaiphi2019-11-011-2/+2
| | |/
| * | Remove deprecated Builder keywordsMats Wichmann2019-10-222-9/+8
| |/
* | Added support for "-imacros" to ParseFlagsIvan Kravets2019-11-064-31/+34
* | Parse "-imacros" option in ParseFlagsIvan Kravets2019-11-011-1/+1
* | Parse GCC "-imacros" option in ParseFlagsIvan Kravets2019-11-011-0/+3
* | Parse GCC -imacros optionIvan Kravets2019-11-011-1/+4
|/
* Remove deprecated {Source,Target}SignaturesMats Wichmann2019-10-206-403/+8
* Changed wording on MSVC caching to indicate it's currently experimental featu...William Deegan2019-10-121-3/+4
* Merge pull request #3462 from mwichmann/msvc_env_cacheWilliam Deegan2019-10-125-70/+145
|\