summaryrefslogtreecommitdiffstats
path: root/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Lock creation of CacheDir configMats Wichmann2024-03-111-1/+1
* Merge branch 'master' into doc/msvc-versionWilliam Deegan2024-03-011-26/+41
|\
| * Update SharedLibrary docs [skip appveyor]Mats Wichmann2024-02-241-26/+41
* | fixed a few typos and changed all references to c++ project file to be MSVC (...William Deegan2024-03-012-18/+18
* | Markup more MSVC C++ refs [skip appveyor]Mats Wichmann2024-02-192-15/+18
* | Update MSVC_VERSION usage and table [skip appveyor]Mats Wichmann2024-02-173-115/+125
|/
* Merge branch 'master' into complex-type-hint-frameworkWilliam Deegan2024-02-142-3/+6
|\
| * Be more careful about file readingMats Wichmann2024-02-082-3/+6
* | Implement framework for hinting complex typesThaddeus Crews2024-01-152-3/+7
|/
* MSVS/MSVC: msvs tool, msvs tests, and msvc detection fixesJoseph Brill2023-12-282-4/+14
* 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