summaryrefslogtreecommitdiffstats
path: root/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Update documentation of PCH builderMats Wichmann2023-11-071-15/+52
* Merge pull request #4429 from mwichmann/feature/libliteralWilliam Deegan2023-10-304-6/+9
|\
| * defined LIBLITERALPREFIX for gnulinkWilliam Deegan2023-10-291-0/+3
| * Merge branch 'master' into feature/libliteralMats Wichmann2023-10-281-0/+2
| |\
| * | Fix library literal prefix codeMats Wichmann2023-10-283-3/+3
| * | switch from embedding LIBLITERAL in _stripixes() to being a passed argument w...William Deegan2023-10-283-6/+6
* | | Merge pull request #4432 from jcbrill/jbrill-msvc-clsearchWilliam Deegan2023-10-291-6/+18
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into jbrill-msvc-clsearchJoseph Brill2023-10-156-9/+25
| |\ \
| * | | 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-176-18/+43
* | | 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-156-9/+25
|\ \ \ | | |/ | |/|
| * | 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
* MSVC: Fix unhandled MissingConfiguration exception.Joseph Brill2023-09-221-9/+1
* Merge branch 'master' into feature/new-subprocMats Wichmann2023-09-0944-368/+640
|\
| * Merge pull request #4407 from mwichmann/maint/mscache-lockingWilliam Deegan2023-09-061-3/+5
| |\
| | * msvc config cache: add locking on cachefileMats Wichmann2023-09-041-3/+5
| * | Merge branch 'master' into fix_fortran_fpicWilliam Deegan2023-09-051-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
| * | Added logic to properly initilize SCons to use gfortran if tool gfortran is l...William Deegan2023-09-041-4/+9
| |/
| * More conversions: {repr(var)} -> {var!r}Mats Wichmann2023-08-041-2/+2
| * "Modernize" to Python 3.6 via toolMats Wichmann2023-08-0432-91/+90
| * Docs tweaking [skip appveyor]Mats Wichmann2023-07-262-3/+8
| * Add Java 18, 19, 20 to support list.Mats Wichmann2023-07-251-0/+6
| * Cleanup the SCons build a bitMats Wichmann2023-07-196-100/+43
| * Merge branch 'master' into jbrill-gh4312-fixplusWilliam Deegan2023-07-162-86/+46
| |\
| * \ Merge branch 'master' into jbrill-gh4312-fixplusJoseph Brill2023-06-216-20/+95
| |\ \
| * \ \ Merge branch 'master' into jbrill-gh4312-fixplusJoseph Brill2023-06-2025-254/+274
| |\ \ \
| * \ \ \ Merge branch 'master' into jbrill-gh4312-fixplusJoseph Brill2023-05-04150-551/+561
| |\ \ \ \
| * | | | | Add arm64 to the MSVS supported architectures list for VS2017 and later to be...Joseph Brill2023-03-191-4/+4
| * | | | | Refactor MSCommon/common.py logging filter class due to SConfTests module res...Joseph Brill2023-03-151-20/+21
| * | | | | Fix #4312 and Windows on ARM64 support.Joseph Brill2023-03-144-120/+422
* | | | | | Merge branch 'master' into feature/new-subprocWilliam Deegan2023-07-151-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | trivial update to textfile markup [skip appveyor]Mats Wichmann2023-07-131-1/+1
* | | | | | New scons_subproc_run: simplify calling in msvcMats Wichmann2023-07-081-15/+7
* | | | | | Implement a new subprocess wrapperMats Wichmann2023-07-087-107/+79
|/ / / / /
* | | | | Back off Fortran file suffix changes for PR 4379Mats Wichmann2023-06-251-48/+24
* | | | | Clean up Fortran tool genericsMats Wichmann2023-06-241-68/+52
| |_|_|/ |/| | |
* | | | Merge branch 'master' into masterWilliam Deegan2023-06-2024-253/+266
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #4330 from mwichmann/feature/bison-argsWilliam Deegan2023-06-183-63/+119
| |\ \ \
| | * \ \ Merge branch 'master' into feature/bison-argsMats Wichmann2023-06-121-1/+8
| | |\ \ \
| | * | | | Fix doc typo referencing YACC_GRAPH_FILE_SUFFIX [skip appveyor]Mats Wichmann2023-05-191-8/+7