summaryrefslogtreecommitdiffstats
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
* 4.6.0 final changes4.6.0William Deegan2023-11-201-3/+3
* Updates to RELEASE.txt including notice about switching default parallel sche...William Deegan2023-11-201-4/+4
* Update documentation of PCH builderMats Wichmann2023-11-071-15/+52
* Merge pull request #4429 from mwichmann/feature/libliteralWilliam Deegan2023-10-3015-86/+247
|\
| * defined LIBLITERALPREFIX for gnulinkWilliam Deegan2023-10-291-0/+3
| * Merge branch 'master' into feature/libliteralMats Wichmann2023-10-282-1/+3
| |\
| * | Fix library literal prefix codeMats Wichmann2023-10-2813-75/+170
| * | 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-283-23/+75
* | | Merge pull request #4439 from bdbaddog/debug-sconscriptWilliam Deegan2023-10-295-6/+15
|\ \ \
| * | | Updates to make ready for mergingWilliam Deegan2023-10-292-7/+7
| * | | adding info to the man page, changed debug keyStenGruener2023-10-282-2/+2
| * | | adding unit test, --debug flag, comments in changes.txtStenGruener2023-10-284-3/+8
| * | | Adding tracing of scons script callsStenGruener2023-10-271-0/+4
| | |/ | |/|
* | | Merge pull request #4432 from jcbrill/jbrill-msvc-clsearchWilliam Deegan2023-10-291-6/+18
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into jbrill-msvc-clsearchJoseph Brill2023-10-158-133/+183
| |\ \
| * | | 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-111-5/+18
* | | | Add support for Java 21Mats Wichmann2023-10-171-0/+2
| |_|/ |/| |
* | | Elminate http: referencesMats Wichmann2023-10-179-27/+52
* | | 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
| |/ /
* | | 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-158-133/+183
|\ \ \ | | |/ | |/|
| * | 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
| * | | Change the module imports from relative imports to top-level absolute imports...Joseph Brill2023-10-116-9/+25
| | |/ | |/|
* | | Replace process_path with normalize_path in MSCommon/MSVC/Util.pyJoseph Brill2023-10-144-18/+180
|/ /
* | Further mod on msvc config cache lockingMats Wichmann2023-10-041-1/+3
|/
* scons_subproc doc: remove :keyword: roles [skip appveyor]Mats Wichmann2023-09-221-7/+7
* Merge branch 'master' into doc/exportsWilliam Deegan2023-09-229-226/+311
|\
| * Merge branch 'master' into maint/util-cleanupWilliam Deegan2023-09-221-9/+1
| |\
| * | Tweak Util moduleMats Wichmann2023-09-199-226/+311
* | | SConscript() doc: minor tweaks after review [skip appveyor]Mats Wichmann2023-09-221-4/+4
* | | Merge branch 'master' into doc/exportsWilliam Deegan2023-09-221-9/+1
|\ \ \ | | |/ | |/|
| * | MSVC: Fix unhandled MissingConfiguration exception.Joseph Brill2023-09-221-9/+1
| |/
* | Updates for Export/Import doc [skip appveyor]Mats Wichmann2023-09-191-45/+81
|/
* Merge branch 'master' into feature/new-subprocMats Wichmann2023-09-0981-601/+1216
|\
| * Merge pull request #4404 from vit9696/patch-1William Deegan2023-09-061-7/+16
| |\
| | * Fix race condition in MkdirFuncVitaly Cheptsov2023-09-051-7/+16
| * | Merge pull request #4407 from mwichmann/maint/mscache-lockingWilliam Deegan2023-09-063-3/+155
| |\ \ | | |/ | |/|
| | * filellock: also recognize PermissionErrorMats Wichmann2023-09-051-2/+2
| | * msvc config cache: add locking on cachefileMats Wichmann2023-09-043-3/+155
| * | Merge branch 'master' into fix_fortran_fpicWilliam Deegan2023-09-051-38/+47
| |\ \ | | |/
| | * Merge pull request #4402 from mwichmann/maint/cache-decode-errWilliam Deegan2023-09-041-38/+47
| | |\
| | | * Fix up incomplete change to mscommon error msgMats Wichmann2023-08-281-6/+6
| | | * Handle json decode error in mavc cacheMats Wichmann2023-08-281-38/+47