summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated BuildDir, build_dirMats Wichmann2019-12-155-56/+8
* Merge pull request #3495 from mwichmann/depr-CopyWilliam Deegan2019-12-153-23/+0
|\
| * Remove deprecated env.Copy()Mats Wichmann2019-12-143-23/+0
* | Merge branch 'master' into entry-microoptimizationWilliam Deegan2019-12-132-7/+15
|\ \ | |/
| * 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-111-2/+4
| |/
* | Optimize for most common case in Entry.disambiguate()Mathew Robinson2019-12-121-5/+5
|/
* Merge branch 'master' into py3-doctasksWilliam Deegan2019-12-109-65/+143
|\
| * 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
| * | | | Convert our file replacement to be a classAdam Gross2019-12-091-3/+6
| * | | | Merge branch 'master' into topic/grossag/winmultifixAdam Gross2019-12-082-12/+51
| |\ \ \ \
| | * | | | Address GaryO's feedback on PR 3129. Also reformatted Command() PEP8William Deegan2019-12-081-18/+34
| | * | | | Merge pull request #3129 from dragon512/update-commandWilliam Deegan2019-12-062-6/+29
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Allow Command to take more builder optionsJason Kenny2019-12-042-6/+29
| | | |/ /
| * | | | Fix SConsTests.py to actually clear out the file/open overridesAdam Gross2019-12-081-16/+12
| * | | | 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
* | | 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-183-12/+9
|\ \ \
| * | | Fix simple typo: whos -> whoseTim Gates2019-11-161-1/+1
| |/ /
| * | Merge pull request #3472 from maiphi/latex_latin1William Deegan2019-11-081-2/+2
| |\ \
| | * | Tex builder: avoid error when reading non-utf-8 log filesmaiphi2019-11-011-2/+2
| | |/
| * | Remove deprecated Builder keywordsMats Wichmann2019-10-221-9/+6
| |/
* | Added support for "-imacros" to ParseFlagsIvan Kravets2019-11-063-28/+31
* | Parse GCC -imacros optionIvan Kravets2019-11-011-1/+4
|/
* Remove deprecated {Source,Target}SignaturesMats Wichmann2019-10-205-403/+7
* Merge pull request #3462 from mwichmann/msvc_env_cacheWilliam Deegan2019-10-124-70/+140
|\
| * [PR 3462] update doc/comments for msvc-env-cacheMats Wichmann2019-10-122-8/+15
| * [PR 3462] convert json cache better way for py2Mats Wichmann2019-10-112-18/+19
| * [PR 3462] python two handle the jsonMats Wichmann2019-10-111-1/+13
| * [PR 3462] env-var-cache: fix exception to be 2.7 compatibleMats Wichmann2019-10-101-20/+25
| * [WIP] enable persistent caching of vcvars on win32Mats Wichmann2019-10-104-57/+102
* | Merge remote-tracking branch 'origin/master'Edoardo Bezzeccheri2019-10-094-8/+32
|\ \
| * \ Merge branch 'master' into CmdStringHolderWilliam Deegan2019-10-086-67/+156
| |\ \
| | * \ Merge pull request #3457 from mwichmann/emitter-docWilliam Deegan2019-10-081-5/+25
| | |\ \ | | | |/ | | |/|
| | | * Add doc for *EMITTER consvars [ci skip]Mats Wichmann2019-10-011-5/+25
| | * | Merge branch 'master' into patch-1William Deegan2019-10-061-2/+2
| | |\ \
| | | * | Fix bytes not being decoded in suncxx.pyJakub Kulík2019-09-271-2/+2
| | | |/
| | * | fix CheckFunc detection code for MSVCjw0k2019-10-041-0/+4
| | |/