summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
* Fix one merge issue and the test I added yesterdayAdam Gross2020-08-042-7/+7
* [ci skip] Clarify --md5-chunksize optionAdam Gross2020-08-041-1/+1
* Fix a few issuesAdam Gross2020-08-042-6/+4
* Add support for overriding the default hash formatAdam Gross2020-08-0413-86/+193
* Merge pull request #3763 from grossag/topic/grossag/md5chunksizeWilliam Deegan2020-08-043-4/+64
|\
| * Address review feedbackAdam Gross2020-08-033-9/+10
| * Push another commit to run testsAdam Gross2020-08-031-2/+2
| * [ci skip] Add some more commentsAdam Gross2020-08-031-1/+4
| * Fix one comment and make one test a bit more obviousAdam Gross2020-08-031-2/+2
| * Fix SCons.Node.FS.File.get_csig() usage of md5_chunksizeAdam Gross2020-08-032-1/+57
* | Merge branch 'master' of github.com:SCons/scons into masterWilliam Deegan2020-08-038-110/+162
|\ \ | |/
| * Merge pull request #3756 from mwichmann/rename-doc-initWilliam Deegan2020-08-026-104/+92
| |\
| | * [PR #3756] grid the packager table [skip appveyor]Mats Wichmann2020-07-261-17/+21
| | * Rename some doc files; Packaging doc fixups [skip appveyor]Mats Wichmann2020-07-256-104/+88
| * | Adjust env.setdefault to be more efficient (review comment)Mats Wichmann2020-07-311-1/+1
| * | Enable environment dict.setdefaultMats Wichmann2020-07-312-6/+70
* | | [ci skip] Fix docstring, was comment above function previouslyWilliam Deegan2020-08-031-3/+5
|/ /
* | Quiet sider complaint about unused variableWilliam Deegan2020-07-261-1/+1
* | Add .attributes to Dummy MyNode class used for testsWilliam Deegan2020-07-261-0/+4
* | Added method to check if node is used in sconfDaniel Moody2020-07-253-3/+32
|/
* Merge pull request #3731 from mwichmann/warn-to-sconswarnWilliam Deegan2020-07-1917-73/+82
|\
| * [PR #3731] more adjustments to WarningsMats Wichmann2020-07-071-34/+41
| * Change Warning to SConsWarningMats Wichmann2020-07-0717-42/+44
* | [PR #3748] Fix typo and add some links [ci skip]Mats Wichmann2020-07-181-18/+18
* | Update docs on Builders, Scanners, EnvironmentMats Wichmann2020-07-173-52/+90
* | 4.0.1 updatesWilliam Deegan2020-07-171-4/+4
* | Fix fortran tools to set SHFORTRAN variables to $FORTRAN, similarly SHF77, SH...Rob Boehne2020-07-166-23/+44
* | Added TEMPFILEDIR to allow configuring where TEMPFILEMUNGE create's it's temp...William Deegan2020-07-112-2/+14
* | Correct some encoding problems found on UNIX platforms AIX and Solaris with p...Rob Boehne2020-07-082-11/+8
* | Fix version info in scons-local package scriptsWilliam Deegan2020-07-061-3/+3
|/
* final 4.0.0 commitWilliam Deegan2020-07-041-3/+3
* fix scons --version and packagingWilliam Deegan2020-07-042-5/+5
* 4.0.0 releaseWilliam Deegan2020-07-041-4/+4
* Merge pull request #3730 from mwichmann/mavc-tool-docWilliam Deegan2020-07-041-23/+43
|\
| * [PR #3730] change wording on TARGET_ARCH [skip appveyor]Mats Wichmann2020-07-031-5/+10
| * [PR #3730] fix doc syntax errors [skip appveyor]Mats Wichmann2020-07-031-5/+5
| * Updates to doc for MSVC construction vars [skip appveyor]Mats Wichmann2020-07-031-21/+36
* | Merge pull request #3734 from bdbaddog/restore_scons_localWilliam Deegan2020-07-041-4/+4
|\ \ | |/ |/|
| * Add sepearat pypi README-package.rst for pypi's long description textWilliam Deegan2020-07-041-4/+4
* | Fix the executable path for Visual Studio 7.0 vs.py. Add an explicit check f...Joseph Brill2020-07-011-1/+1
* | Merge pull request #3712 from bdbaddog/restore_scons_localWilliam Deegan2020-07-015-79/+13
|\ \ | |/
| * clean up sider/flake8 warningsWilliam Deegan2020-06-303-9/+4
| * have scripts use central SCons.__init__.py's __version__,etcWilliam Deegan2020-06-303-28/+8
| * All working except automatic build of wheel and sdist packageWilliam Deegan2020-06-303-54/+13
| * Add copyright stringWilliam Deegan2020-06-291-1/+1
* | Merge pull request #3716 from mwichmann/env-dict-emulWilliam Deegan2020-06-272-27/+62
|\ \
| * | Add keys() and values() to environmentMats Wichmann2020-06-252-27/+62
| |/
* | Fix for failing Docbook slides tests.Dirk Baechle2020-06-241-6/+21
|/
* Tool doc updates: textfile, lib/object [ci skip]Mats Wichmann2020-06-222-149/+154
* Merge pull request #3706 from dirkbaechle/issue3580-generate-doc-lxmlWilliam Deegan2020-06-213-144/+72
|\