summaryrefslogtreecommitdiff
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 4.1.0.post1 and fix non-wheel packaging of manpages4.1.0.post1William Deegan2021-01-191-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-151-1/+0
* | update cachedir tests to workin a test.workpath(), and also verify that the c...William Deegan2021-01-151-4/+15
* | New solution to issue described in PR 3114. This should resolve an issue when...William Deegan2021-01-151-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-149-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-081-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-051-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-051-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-031-2/+2
* | Fix link to not overwrite already set SHLIBPREFIX. This prevents mingw from h...William Deegan2020-12-272-5/+7
* | Fix test\win32\mingw.py. Note still need to track down why _LIBDIRFLAGS is ev...William Deegan2020-12-275-43/+43
* | Fix mingw to reset _SHLIBSUFFIX toWilliam Deegan2020-12-261-0/+3
* | Address some comments from the PR regarding formatting, and license text blockWilliam Deegan2020-12-262-8/+7
* | Allow callers of createSharedLibBuilder() and createLoadableModuleBuilder() t...William Deegan2020-12-262-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-208-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-201-4/+6
* | Address sider issuesWilliam Deegan2020-12-203-9/+9
* | initial checkin of versioned shared library rewriteWilliam Deegan2020-12-2013-963/+553
* | Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversionWilliam Deegan2020-12-20148-2032/+1907
|\ \ | |/
| * Merge pull request #3384 from dragon512/fix/valuenode-contentWilliam Deegan2020-12-141-1/+2
| |\
| | * Fix value node when used as part of a build on python3Unknown2020-06-151-1/+2
| * | Merge pull request #3817 from grossag/topic/grossag/clearcachednodeinfoWilliam Deegan2020-12-133-4/+15
| |\ \
| | * | Remove one unnecessary part of a testAdam Gross2020-10-211-1/+0
| | * | Fix invalid cache state when using SCons interactive modeAdam Gross2020-10-213-4/+16
| * | | Merge pull request #3833 from mwichmann/missing-file-sigWilliam Deegan2020-12-133-29/+30
| |\ \ \
| | * | | [PR #3833] change another place where file might not existMats Wichmann2020-12-131-1/+1
| | * | | Make the sig for missing file differ from empty fileMats Wichmann2020-11-243-28/+29
| * | | | Merge pull request #3836 from mwichmann/sconsignfile-docWilliam Deegan2020-12-131-42/+65
| |\ \ \ \