summaryrefslogtreecommitdiff
path: root/SCons/Tool
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into bug/msys-pythonWilliam Deegan2023-05-03152-1305/+1467
|\
| * Merge branch 'master' into maint/cheap-typingWilliam Deegan2023-05-032-18/+18
| |\
| | * Change bas64 decodestring -> decodebytesMats Wichmann2023-05-021-5/+5
| | * Eliminate pylint warning on direct use of __call__Mats Wichmann2023-05-021-13/+13
| * | Add some cheap return and parameter annotationsMats Wichmann2023-05-01149-515/+517
| |/
| * MSCommon: minor updates to README.rst [skip ci]Joseph Brill2023-04-141-18/+26
| * Update PR 4305: failing stub qt toolMats Wichmann2023-03-012-4/+87
| * Fix qt3 -> QT3 typosWilliam Deegan2023-02-241-5/+5
| * add placeholder tool qt to instruct users to switch to qt3William Deegan2023-02-242-0/+69
| * moved the qt tool to qt3. Changed all QT envvars to be now prefixed with QT3William Deegan2023-02-241-5/+1
| * move qt -> qt3 tool, adjust testing as wellWilliam Deegan2023-02-232-149/+153
* | Fix Configure tests on win32/msys2Mats Wichmann2023-03-011-1/+2
|/
* Updated docs to indicate FILE_ENCODING will affect Substfile() as well as Tex...William Deegan2023-02-182-6/+14
* set default encoding of written files to UTF-8, added ability to passNickolai Korshunov2023-02-182-2/+16
* Added blurb to RELEASE.txt. Renamed function check_content_hash() from check_...William Deegan2023-01-231-13/+12
* Run latex after bibtex/biber only when necessaryLukas Schrangl2023-01-231-2/+2
* Merge branch 'master' into doc/msvsWilliam Deegan2023-01-236-86/+295
|\
| * Merge branch 'master' into maint/gfortran-fiddleWilliam Deegan2023-01-231-66/+239
| |\
| | * Doc: update msvc, add version table [skip appveyor]Mats Wichmann2023-01-181-66/+239
| * | Fix editing mistake in fortran doc [skip appveyor]Mats Wichmann2023-01-181-1/+1
| * | Tweak gfortran tool to respect tool settingMats Wichmann2023-01-183-19/+25
| |/
| * [ci skip] Add notation that JAVAPROCESSORPATH is new in version 4.5.0 (The ne...William Deegan2023-01-161-0/+3
| * feat: adds JAVAPROCESSORPATH construction variable; updates JavaScanner to sc...djh2023-01-132-1/+28
* | Docs: update MSVSProject, MSVSSolution [skip appveyor]Mats Wichmann2023-01-092-231/+345
|/
* Solution for Issue #4275 (Compilation db get's tmp file command line), also e...William Deegan2022-12-101-0/+9
* Merge pull request #4255 from bdbaddog/fix_ninja_list_env_varsWilliam Deegan2022-11-132-15/+9
|\
| * Move execution environment sanitation from Action._suproc to SCons.Util.sanit...William Deegan2022-11-022-15/+9
* | Maintenance: fix some fiddly checker errorsMats Wichmann2022-11-051-3/+3
|/
* Java scanner: fixes per review commentsMats Wichmann2022-10-181-13/+14
* Java scanner don't split JAVACLASSPATH on spaceMats Wichmann2022-10-174-56/+123
* Fix references to SCons.Jobs -> SCons.Taskmaster.Jobs which weren't caught by...William Deegan2022-10-122-2/+2
* Convert line endings on sources [skip appveyor]Mats Wichmann2022-08-2030-3767/+3767
* Add newline to end of compilation dbDan Mezhiborsky2022-08-071-0/+1
* Minor cleanup of debug in Tool init [skip appveyor]Mats Wichmann2022-07-301-19/+19
* Merge pull request #4174 from jcbrill/jbrill-msvc-batchargsWilliam Deegan2022-07-2426-552/+6233
|\
| * Updated copyright block, minor code fixesWilliam Deegan2022-07-243-14/+36
| * fix variable names which were shadowing global/module symbolsWilliam Deegan2022-07-231-5/+5
| * Format code via blackWilliam Deegan2022-07-231-6/+9
| * Format code via blackWilliam Deegan2022-07-231-2/+4
| * Format code via blackWilliam Deegan2022-07-231-6/+3
| * refactore to avoid shadowing 'bool' changed variable name to bool_valWilliam Deegan2022-07-231-5/+5
| * Update MSCommon/README.rst.Joseph Brill2022-07-191-2/+382
| * Remove sentence that predates file rename. [ci skip]Joseph Brill2022-07-181-3/+0
| * Convert format from plain text to RST. [ci skip]Joseph Brill2022-07-181-109/+121
| * Rename README to README.rst.Joseph Brill2022-07-181-0/+0
| * Remove README.rst.Joseph Brill2022-07-181-125/+0
| * Revert "Rename README to README.rst and update contents for RST. [ci skip]"Joseph Brill2022-07-182-4/+117
| * Rename README to README.rst and update contents for RST. [ci skip]Joseph Brill2022-07-182-117/+4
| * Add MSCommon/README.rst with verbatim content from MSCommon/README. Add out-...Joseph Brill2022-07-182-0/+130
| * Minor tweaks for readability and consistency.Joseph Brill2022-07-181-6/+9