summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changes for 3.1.1 release3.1.1rel_3.1.1William Deegan2019-08-077-15/+15
|
* Regenerated docs for 3.1.1 release.William Deegan2019-08-0710-52/+57
|
* Merge pull request #3422 from chasinglogic/doc-fixWilliam Deegan2019-08-061-10/+11
|\ | | | | Clarify docs about writing your own Builder and link to Action Object…
| * [ci skip] Clarify docs about writing your own Builder and link to Action ↵Mathew Robinson2019-08-061-10/+11
|/ | | | Objects man page
* Merge pull request #3411 from mwichmann/runtest-thr-commentsWilliam Deegan2019-08-051-47/+54
|\ | | | | Document and polish runtest.py
| * [PR #3411] fix typo spotted by sider CIMats Wichmann2019-08-021-4/+4
| | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com>
| * Document and polish runtest.pyMats Wichmann2019-08-021-44/+51
|/ | | | | | | | This is a minor change to runtest, some slight rearrangements, adding a docstring, clarifying a few comments. The subclass of Thread is now more precise in following the Thread constructor. Signed-off-by: Mats Wichmann <mats@linux.com>
* Merge pull request #3417 from breed/masterWilliam Deegan2019-08-014-30/+39
|\ | | | | add -fmerge-all-constants flag to LINKFLAGS
| * Added -fopenmp and -openmp to the docs.benjamin reed2019-07-311-0/+2
| |
| * Merge branch 'master' of github.com:breed/sconsbenjamin reed2019-07-317-21/+166
| |\
| | * Merge branch 'master' into masterWilliam Deegan2019-07-317-21/+166
| | |\ | |_|/ |/| |
* | | Merge pull request #3418 from dragon512/fix-regressionWilliam Deegan2019-07-315-18/+75
|\ \ \ | | | | | | | | Fix regression in 3.1.0 with removal of DeciderNeedsNode
| * | | Add test and fix to regression in current 3.1.0 dropJason Kenny2019-07-303-10/+72
| | | |
| * | | add blurb to CHANGES.txtWilliam Deegan2019-07-241-2/+2
| | | |
| * | | Remove reference to DeciderNeedsNode from test. Logic still needed to test ↵William Deegan2019-07-241-2/+0
| | | | | | | | | | | | | | | | GH Issue #3303
| * | | Remove usage of DeciderNeedsNode which has been removed from --debug=explain ↵William Deegan2019-07-241-4/+1
| | | | | | | | | | | | | | | | code
* | | | Merge pull request #3414 from chasinglogic/patch-1William Deegan2019-07-313-3/+93
|\ \ \ \ | |/ / / |/| | | Fix some lingering SCons.Errors.EnvironmentError usage
| * | | Don't chain exceptions in CacheDirTestsMathew Robinson2019-07-311-6/+0
| | | |
| * | | Fix some lingering SCons.Errors.EnvironmentError usage (fixes #3415)Mathew Robinson2019-07-312-3/+91
| | | |
| * | | [ci skip] Add explanation of situations causing issue #3415Mathew Robinson2019-07-311-0/+8
|/ / /
| * | make expected flag order match the order passed.benjamin reed2019-07-311-1/+1
| |/
| * simple changes to tests and docbenjamin reed2019-07-312-25/+28
| | | | | | | | | | * made test coverage for -fmerge-all-constants match -mno-cygwin * added -fmerge-all-constants to Environment.xml
| * add -fmerge-all-constants flag to LINKFLAGSbenjamin reed2019-07-253-2/+8
|/ | | | | | -fmerge-all-constants doesn't fully work if it isn't also included as part of the link step. This change will add -fmerge-all-constants to both CCFLAGS and LINKFLAGS if it is specified as a build flag.
* move files back to develop modeWilliam Deegan2019-07-243-10/+59
|
* Merge branch 'master' of github.com:SCons/sconsWilliam Deegan2019-07-2417-115/+84
|\
| * Merge pull request #3412 from SCons/rel_3.1.0William Deegan2019-07-2018-116/+121
| |\ | | | | | | Rel 3.1.0
| | * Add shortlog to RELEASE.txtWilliam Deegan2019-07-201-5/+9
| | |
| | * changes for release 3.1.0William Deegan2019-07-208-78/+48
| | |
| | * Regenerated docs for X.Y.Z release.William Deegan2019-07-2010-33/+64
| |/
* | [ci skip] post releaseWilliam Deegan2019-07-203-33/+19
|/
* Merge pull request #3409 from grossag/topic/grossag/msvsWilliam Deegan2019-07-1928-2677/+708
|\ | | | | Upgrade and improve Visual Studio solution/project generation code
| * [ci skip] Improve description of change in CHANGES.txtAdam Gross2019-07-191-2/+5
| |
| * Merge branch 'master' into topic/grossag/msvsWilliam Deegan2019-07-1930-184/+320
| |\ | |/ |/|
* | Merge pull request #3408 from mwichmann/vs-host-trgt-fixWilliam Deegan2019-07-154-42/+73
|\ \ | | | | | | msvs host-target fix + vs19 support
| * | msvs host-target fix + vs19 supportMats Wichmann2019-07-154-42/+73
|/ / | | | | | | | | | | | | | | | | This patch combines several bits of work - PR #3391 and the discussion/patch in Issue #3346 to improve the support of Visual Studio 2019. VS 2019 is now a recognized version, and the selection of that version specifically should be working. Signed-off-by: Mats Wichmann <mats@linux.com>
* | Merge pull request #3400 from bdbaddog/fix_slow_md5_deciderWilliam Deegan2019-07-1424-133/+196
|\ \ | | | | | | Fix slow MD5-timestamp decider
| * \ Merge branch 'fix_slow_md5_decider' of github.com:bdbaddog/scons into ↵William Deegan2019-07-148-20/+67
| |\ \ | | | | | | | | | | | | fix_slow_md5_decider
| | * \ Merge branch 'master' into fix_slow_md5_deciderWilliam Deegan2019-07-148-20/+67
| | |\ \ | |_|/ / |/| | |
* | | | [ci skip] re-add generation of src-tar-gz and src-zip files as they're used ↵William Deegan2019-07-132-9/+14
| | | | | | | | | | | | | | | | by debian scons packager
* | | | Pin lxml so it will work with 3.8.0b2William Deegan2019-07-111-1/+1
| | | |
* | | | Merge pull request #3401 from chasinglogic/inherit-overridesWilliam Deegan2019-07-094-1/+37
|\ \ \ \ | | | | | | | | | | Allow builders to inherit from OverrideEnvironments
| * | | | [no ci] Update RELEASE.txt with OverrideEnvironment changeMathew Robinson2019-07-091-0/+8
| | | | |
| * | | | Allow builders to inherit from OverrideEnvironmentsMathew Robinson2019-07-093-1/+29
|/ / / /
| * | | [ci skip] Fix spelling picked up by siderWilliam Deegan2019-07-141-1/+1
| |/ /
| * | More decider doc updates regarding adding new repo_node argumentWilliam Deegan2019-07-142-4/+11
| | |
| * | Add BuildInfo as a classnameWilliam Deegan2019-07-141-0/+1
| | |
| * | add macos's .DS_Store to gitignore.William Deegan2019-07-141-0/+3
| | |
| * | Update docsWilliam Deegan2019-07-147-24/+35
| | |
| * | Fix docstrings and comments for repo node changesWilliam Deegan2019-07-131-6/+8
| | |
| * | re-add src packagesWilliam Deegan2019-07-131-5/+8
| | |