summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 4.6.0 final changes4.6.0William Deegan2023-11-202-4/+4
* Updates to RELEASE.txt including notice about switching default parallel sche...William Deegan2023-11-204-19/+19
* reorder 4.6.0 release notes to have contributors by last name orderWilliam Deegan2023-11-191-4/+4
* Regenerated docs for 4.6.0 release.William Deegan2023-11-1915-248/+514
* Merge pull request #4441 from mwichmann/doc/pch-usageWilliam Deegan2023-11-173-15/+54
|\
| * Update documentation of PCH builderMats Wichmann2023-11-073-15/+54
|/
* Merge pull request #4429 from mwichmann/feature/libliteralWilliam Deegan2023-10-3021-116/+387
|\
| * defined LIBLITERALPREFIX for gnulinkWilliam Deegan2023-10-292-3/+6
| * Annotated CHANGES/RELEASE with issue these changes fixWilliam Deegan2023-10-292-2/+2
| * Migrate LIBLITERALPREFIX test to file with same nameWilliam Deegan2023-10-291-0/+0
| * Merge branch 'master' into feature/libliteralMats Wichmann2023-10-284-2/+5
| |\
| * | Fix library literal prefix codeMats Wichmann2023-10-2816-79/+180
| * | switch from embedding LIBLITERAL in _stripixes() to being a passed argument w...William Deegan2023-10-285-12/+23
| * | Add LIBLITERAL to support gcc -l:filenameMats Wichmann2023-10-286-49/+206
* | | Merge pull request #4439 from bdbaddog/debug-sconscriptWilliam Deegan2023-10-299-7/+87
|\ \ \
| * | | [ci skip] Fix typo in CHANGES/RELEASEWilliam Deegan2023-10-292-2/+2
| * | | Updates to make ready for mergingWilliam Deegan2023-10-296-22/+26
| * | | Typo in CHANGES.txtStenGruener2023-10-281-1/+1
| * | | adding info to the man page, changed debug keyStenGruener2023-10-285-4/+10
| * | | adding unit test, --debug flag, comments in changes.txtStenGruener2023-10-286-3/+69
| * | | Adding tracing of scons script callsStenGruener2023-10-271-0/+4
| | |/ | |/|
* | | Merge pull request #4432 from jcbrill/jbrill-msvc-clsearchWilliam Deegan2023-10-294-7/+43
|\ \ \ | |/ / |/| |
| * | Updates to CHANGES.txt and RELEASE.txt.Joseph Brill2023-10-152-8/+19
| * | Merge branch 'master' into jbrill-msvc-clsearchJoseph Brill2023-10-1512-175/+239
| |\ \
| * | | Rework msvc cl not found warning message order and construction.Joseph Brill2023-10-131-6/+5
| * | | Adjust the final compiler executable search and warning message when setting ...Joseph Brill2023-10-114-6/+32
* | | | Merge pull request #4436 from mwichmann/java21William Deegan2023-10-173-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add support for Java 21Mats Wichmann2023-10-173-0/+4
|/ / /
* | | Merge pull request #4435 from mwichmann/maint/httprefsWilliam Deegan2023-10-1731-110/+126
|\ \ \
| * | | Elminate http: referencesMats Wichmann2023-10-1731-110/+126
|/ / /
* | | Merge pull request #4433 from jcbrill/jbrill-mscommon-debugWilliam Deegan2023-10-161-13/+67
|\ \ \
| * | | Add a custom formatter to the MSCommon/common.py debug logging that accepts a...Joseph Brill2023-10-131-13/+67
| |/ /
* | | Merge pull request #4434 from jcbrill/jbrill-msvc-normalizeWilliam Deegan2023-10-165-20/+181
|\ \ \ | |_|/ |/| |
| * | Remove redundant os.path.normcase invocation in SCons/Tool/MSCommon/MSVC/Util...Joseph Brill2023-10-151-1/+1
| * | Internal updates to MSCommon/MSVC/Util.py and MSCommon/MSVC/Config.py.Joseph Brill2023-10-152-6/+5
| * | Merge branch 'master' into jbrill-msvc-normalizeJoseph Brill2023-10-1512-175/+239
| |\ \ | |/ / |/| |
* | | Merge pull request #4423 from mwichmann/maint/new-subprocWilliam Deegan2023-10-142-124/+158
|\ \ \
| * | | Make sure scons_subproc_run test also passes on py3.6Mats Wichmann2023-10-041-1/+4
| * | | scons_subproc_run: update docstrings, add testsMats Wichmann2023-10-032-54/+101
| * | | Fix some problems in new scons_subproc_runMats Wichmann2023-09-271-74/+58
* | | | Merge pull request #4428 from mwichmann/testing/fwfixWilliam Deegan2023-10-141-7/+6
|\ \ \ \
| * | | | Fixup one test framework test [skip appveyor]Mats Wichmann2023-10-061-7/+6
| | |_|/ | |/| |
* | | | Merge pull request #4430 from mwichmann/test/asmWilliam Deegan2023-10-142-35/+40
|\ \ \ \
| * | | | Update assembly code in one testMats Wichmann2023-10-112-35/+40
| |/ / /
* | | | Merge pull request #4431 from jcbrill/jbrill-msvc-toolimportsWilliam Deegan2023-10-148-9/+35
|\ \ \ \ | |/ / / |/| | |
| * | | Change the module imports from relative imports to top-level absolute imports...Joseph Brill2023-10-118-9/+35
|/ / /
| | * Replace process_path with normalize_path in MSCommon/MSVC/Util.pyJoseph Brill2023-10-144-18/+180
| |/ |/|
* | Merge pull request #4425 from mwichmann/main/scons-msvclockWilliam Deegan2023-10-051-1/+3
|\ \ | |/ |/|
| * Further mod on msvc config cache lockingMats Wichmann2023-10-041-1/+3
|/
* Merge pull request #4422 from mwichmann/doc/scons_subprocWilliam Deegan2023-09-221-7/+7
|\