summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
* Tweaks to Packaging docs [skip appveyor] [skip travis]Mats Wichmann2021-02-211-9/+27
* Merge pull request #3884 from mwichmann/time-sconsignWilliam Deegan2021-02-158-31/+55
|\
| * A few more tweaks to debug-timing codeMats Wichmann2021-02-113-23/+34
| * [PR #3884] fix some timinng errors from initial submitMats Wichmann2021-02-093-9/+9
| * Add timing of sconsign write if --debugMats Wichmann2021-02-086-12/+25
* | Update to be compat with py 3.5 (no f-strings)William Deegan2021-02-121-1/+1
* | Update CacheDir to use uuid for tmpfile unique name generation.Daniel Moody2021-02-111-1/+3
|/
* Initial support in tests for Python 3.10Mats Wichmann2021-01-225-7/+18
* cleanup whitespaceWilliam Deegan2021-01-221-0/+1
* For systems with symlink, use existing Base.lstat()'s logic instead of repeat...William Deegan2021-01-221-4/+3
* Some small doc fiddles [ci skip]Mats Wichmann2021-01-211-3/+3
* Bump version to 4.1.0.post1 and fix non-wheel packaging of manpages4.1.0.post1William Deegan2021-01-201-4/+4
* update API doc version to 4.1.0 and add some more dependencies on the api tar...4.1.0William Deegan2021-01-191-3/+3
* Updated __init__.py with 4.1.0William Deegan2021-01-191-5/+5
* Merge pull request #3862 from djh82/feature/zipbuilder_override_timestampWilliam Deegan2021-01-182-12/+52
|\
| * feat: Adds ZIP_OVERRIDE_TIMESTAMPDavid H2021-01-182-12/+52
* | Ensure that when user runs scons -n/--no_exec the CacheDir's config file is n...William Deegan2021-01-163-7/+17
* | resolve sider issueWilliam Deegan2021-01-161-1/+0
* | update cachedir tests to workin a test.workpath(), and also verify that the c...William Deegan2021-01-161-4/+15
* | New solution to issue described in PR 3114. This should resolve an issue when...William Deegan2021-01-161-0/+5
* | [ci skip]Updated generated docs, Updated docsWilliam Deegan2021-01-152-9/+21
* | updating readme on implmentationWilliam Deegan2021-01-151-30/+16
* | add logic to test D SHLIBVERSION and SOVERSIONWilliam Deegan2021-01-151-1/+1
* | merge current upstreamWilliam Deegan2021-01-159-45/+49
|\ \
| * | fix copyright text, remove SHDLIBVERSION entirely. Never worked before, and d...William Deegan2021-01-159-45/+49
* | | Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversionWilliam Deegan2021-01-1515-182/+233
|\ \ \ | |/ / |/| / | |/
| * Work around Py3.10 optimizing out a builder testMats Wichmann2021-01-125-17/+16
| * [PR #3847] Make tests pass again on Travis [skip appveyor]Mats Wichmann2021-01-091-1/+1
| * Merge pull request #3849 from mwichmann/compdb-notesWilliam Deegan2021-01-091-24/+51
| |\
| | * Adjust CompilationDatase documentation [skip appveyor]Mats Wichmann2020-12-231-24/+51
| * | Update manpage section of Fortran suffixes [ci skip]Mats Wichmann2021-01-066-12/+12
| * | Merge pull request #3852 from mwichmann/try-continue-patchWilliam Deegan2021-01-061-123/+124
| |\ \
| | * | Add back accidentally removed env._canonicalize()Mats Wichmann2021-01-041-0/+11
| | * | Fix awkward consvar code from ancient PythonMats Wichmann2021-01-041-129/+119
| | |/
| * | [ci skip] Clarify that Node objects are returned from SideEffect()William Deegan2021-01-061-1/+1
| * | Fix bug where SideEffect() was returning duplicate entriesAdam Gross2021-01-052-4/+13
| * | Document the change to SideEffectAdam Gross2021-01-051-0/+6
| * | Don't allow duplicate side effects to be addedAdam Gross2021-01-052-2/+11
| |/
* | Fix comment and move import to top of fileWilliam Deegan2021-01-041-2/+2
* | Fix link to not overwrite already set SHLIBPREFIX. This prevents mingw from h...William Deegan2020-12-282-5/+7
* | Fix test\win32\mingw.py. Note still need to track down why _LIBDIRFLAGS is ev...William Deegan2020-12-285-43/+43
* | Fix mingw to reset _SHLIBSUFFIX toWilliam Deegan2020-12-271-0/+3
* | Address some comments from the PR regarding formatting, and license text blockWilliam Deegan2020-12-272-8/+7
* | Allow callers of createSharedLibBuilder() and createLoadableModuleBuilder() t...William Deegan2020-12-272-6/+14
* | Fix typo in gdc. Swap out subst logic with python function to calculate .LDMO...William Deegan2020-12-213-16/+24
* | Merge branch 'reimplement_soname_soversion' of github.com:bdbaddog/scons into...William Deegan2020-12-218-98/+100
|\ \
| * | Update copyrights, remove obsoleted env vars from docs for D compilersWilliam Deegan2020-12-218-98/+100
* | | Fix versioned shared library naming so numbering is after SHLIBSUFFIX. Handle...William Deegan2020-12-212-51/+77
|/ /
* | temporarily comment out D shared lib supportWilliam Deegan2020-12-211-4/+6
* | Address sider issuesWilliam Deegan2020-12-213-9/+9