Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3422 from chasinglogic/doc-fix | William Deegan | 2019-08-06 | 1 | -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 Robinson | 2019-08-06 | 1 | -10/+11 |
|/ | | | | Objects man page | ||||
* | Merge pull request #3411 from mwichmann/runtest-thr-comments | William Deegan | 2019-08-05 | 1 | -47/+54 |
|\ | | | | | Document and polish runtest.py | ||||
| * | [PR #3411] fix typo spotted by sider CI | Mats Wichmann | 2019-08-02 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Document and polish runtest.py | Mats Wichmann | 2019-08-02 | 1 | -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/master | William Deegan | 2019-08-01 | 4 | -30/+39 |
|\ | | | | | add -fmerge-all-constants flag to LINKFLAGS | ||||
| * | Added -fopenmp and -openmp to the docs. | benjamin reed | 2019-08-01 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:breed/scons | benjamin reed | 2019-08-01 | 7 | -21/+166 |
| |\ | |||||
| | * | Merge branch 'master' into master | William Deegan | 2019-07-31 | 7 | -21/+166 |
| | |\ | |_|/ |/| | | |||||
* | | | Merge pull request #3418 from dragon512/fix-regression | William Deegan | 2019-07-31 | 5 | -18/+75 |
|\ \ \ | | | | | | | | | Fix regression in 3.1.0 with removal of DeciderNeedsNode | ||||
| * | | | Add test and fix to regression in current 3.1.0 drop | Jason Kenny | 2019-07-30 | 3 | -10/+72 |
| | | | | |||||
| * | | | add blurb to CHANGES.txt | William Deegan | 2019-07-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | Remove reference to DeciderNeedsNode from test. Logic still needed to test ↵ | William Deegan | 2019-07-24 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | GH Issue #3303 | ||||
| * | | | Remove usage of DeciderNeedsNode which has been removed from --debug=explain ↵ | William Deegan | 2019-07-24 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | code | ||||
* | | | | Merge pull request #3414 from chasinglogic/patch-1 | William Deegan | 2019-07-31 | 3 | -3/+93 |
|\ \ \ \ | |/ / / |/| | | | Fix some lingering SCons.Errors.EnvironmentError usage | ||||
| * | | | Don't chain exceptions in CacheDirTests | Mathew Robinson | 2019-07-31 | 1 | -6/+0 |
| | | | | |||||
| * | | | Fix some lingering SCons.Errors.EnvironmentError usage (fixes #3415) | Mathew Robinson | 2019-07-31 | 2 | -3/+91 |
| | | | | |||||
| * | | | [ci skip] Add explanation of situations causing issue #3415 | Mathew Robinson | 2019-07-31 | 1 | -0/+8 |
|/ / / | |||||
| * | | make expected flag order match the order passed. | benjamin reed | 2019-08-01 | 1 | -1/+1 |
| |/ | |||||
| * | simple changes to tests and doc | benjamin reed | 2019-07-31 | 2 | -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 LINKFLAGS | benjamin reed | 2019-07-26 | 3 | -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 mode | William Deegan | 2019-07-24 | 3 | -10/+59 |
| | |||||
* | Merge branch 'master' of github.com:SCons/scons | William Deegan | 2019-07-24 | 17 | -115/+84 |
|\ | |||||
| * | Merge pull request #3412 from SCons/rel_3.1.0 | William Deegan | 2019-07-21 | 18 | -116/+121 |
| |\ | | | | | | | Rel 3.1.0 | ||||
| | * | Add shortlog to RELEASE.txt | William Deegan | 2019-07-21 | 1 | -5/+9 |
| | | | |||||
| | * | changes for release 3.1.0 | William Deegan | 2019-07-21 | 8 | -78/+48 |
| | | | |||||
| | * | Regenerated docs for X.Y.Z release. | William Deegan | 2019-07-20 | 10 | -33/+64 |
| |/ | |||||
* | | [ci skip] post release | William Deegan | 2019-07-21 | 3 | -33/+19 |
|/ | |||||
* | Merge pull request #3409 from grossag/topic/grossag/msvs | William Deegan | 2019-07-19 | 28 | -2677/+708 |
|\ | | | | | Upgrade and improve Visual Studio solution/project generation code | ||||
| * | [ci skip] Improve description of change in CHANGES.txt | Adam Gross | 2019-07-19 | 1 | -2/+5 |
| | | |||||
| * | Merge branch 'master' into topic/grossag/msvs | William Deegan | 2019-07-19 | 30 | -184/+320 |
| |\ | |/ |/| | |||||
* | | Merge pull request #3408 from mwichmann/vs-host-trgt-fix | William Deegan | 2019-07-16 | 4 | -42/+73 |
|\ \ | | | | | | | msvs host-target fix + vs19 support | ||||
| * | | msvs host-target fix + vs19 support | Mats Wichmann | 2019-07-15 | 4 | -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_decider | William Deegan | 2019-07-14 | 24 | -133/+196 |
|\ \ | | | | | | | Fix slow MD5-timestamp decider | ||||
| * \ | Merge branch 'fix_slow_md5_decider' of github.com:bdbaddog/scons into ↵ | William Deegan | 2019-07-14 | 8 | -20/+67 |
| |\ \ | | | | | | | | | | | | | fix_slow_md5_decider | ||||
| | * \ | Merge branch 'master' into fix_slow_md5_decider | William Deegan | 2019-07-14 | 8 | -20/+67 |
| | |\ \ | |_|/ / |/| | | | |||||
* | | | | [ci skip] re-add generation of src-tar-gz and src-zip files as they're used ↵ | William Deegan | 2019-07-13 | 2 | -9/+14 |
| | | | | | | | | | | | | | | | | by debian scons packager | ||||
* | | | | Pin lxml so it will work with 3.8.0b2 | William Deegan | 2019-07-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #3401 from chasinglogic/inherit-overrides | William Deegan | 2019-07-09 | 4 | -1/+37 |
|\ \ \ \ | | | | | | | | | | | Allow builders to inherit from OverrideEnvironments | ||||
| * | | | | [no ci] Update RELEASE.txt with OverrideEnvironment change | Mathew Robinson | 2019-07-09 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | Allow builders to inherit from OverrideEnvironments | Mathew Robinson | 2019-07-09 | 3 | -1/+29 |
|/ / / / | |||||
| * | | | [ci skip] Fix spelling picked up by sider | William Deegan | 2019-07-14 | 1 | -1/+1 |
| |/ / | |||||
| * | | More decider doc updates regarding adding new repo_node argument | William Deegan | 2019-07-14 | 2 | -4/+11 |
| | | | |||||
| * | | Add BuildInfo as a classname | William Deegan | 2019-07-14 | 1 | -0/+1 |
| | | | |||||
| * | | add macos's .DS_Store to gitignore. | William Deegan | 2019-07-14 | 1 | -0/+3 |
| | | | |||||
| * | | Update docs | William Deegan | 2019-07-14 | 7 | -24/+35 |
| | | | |||||
| * | | Fix docstrings and comments for repo node changes | William Deegan | 2019-07-14 | 1 | -6/+8 |
| | | | |||||
| * | | re-add src packages | William Deegan | 2019-07-14 | 1 | -5/+8 |
| | | | |||||
| * | | Re-add src packages to upload script | William Deegan | 2019-07-14 | 1 | -6/+6 |
| | | | |||||
| * | | Doc updates for repo_node addition to Decider function args | William Deegan | 2019-07-14 | 4 | -2/+29 |
| | | |