summaryrefslogtreecommitdiff
path: root/SCons
Commit message (Expand)AuthorAgeFilesLines
* Updates for 4.5.2. Added zipapp package to scons-localsWilliam Deegan2023-03-211-4/+4
* Fix problem when MergeFlags adds to existing CPPDEFINESMats Wichmann2023-03-092-10/+32
* 4.5.1 release items4.5.1rel_4.5.1William Deegan2023-03-061-4/+4
* added example code which demonstrates the problem introduced in 4.5.0 and fix...William Deegan2023-03-062-9/+10
* Fix issue with CPPDEFINES and Clone environmentsMats Wichmann2023-03-062-106/+148
* updates4.5.0rel_4.5.0William Deegan2023-03-051-3/+3
* Post build commits for 4.5.0William Deegan2023-03-051-5/+5
* man: add a "New in..." to ValidateOPtions [skip appveyor]Mats Wichmann2023-03-031-3/+3
* [ci skip] Update versionadded for ValidateOptions()William Deegan2023-03-021-1/+1
* 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-242-6/+2
* move qt -> qt3 tool, adjust testing as wellWilliam Deegan2023-02-232-149/+153
* Merge pull request #4303 from RedwanFox/fix_textfile_encoding_issueWilliam Deegan2023-02-202-2/+24
|\
| * 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
* | rewording of CHANGES.txt info. Changed versionadded to 4.5.0William Deegan2023-02-152-2/+2
* | Tweak Append/Prepend e2e testsMats Wichmann2023-02-153-6/+11
* | Added DefaultEnvironment(tools=[]) to fixtures for CPPDEFINES. Added negative...William Deegan2023-02-102-2/+12
* | Adjusted CPPDEFINES behavior for list and tupleMats Wichmann2023-02-095-78/+150
* | Alter append logic to keep existing append of tuple value yielding -Dkey=valueWilliam Deegan2023-02-021-1/+13
* | Fix some CPPDEFINES handling problemsMats Wichmann2023-01-303-14/+50
* | CPPDEFINES: reword some doc stuffMats Wichmann2023-01-302-22/+28
* | Fix some pyside complaintsMats Wichmann2023-01-302-4/+3
* | Split out CPPDEFINES handling in Append methodsMats Wichmann2023-01-305-298/+469
|/
* Merge pull request #4297 from mwichmann/CheckLib-uniqueWilliam Deegan2023-01-283-24/+91
|\
| * Add unique kwarg to CheckLibsMats Wichmann2023-01-273-24/+91
* | Merge remote-tracking branch 'upstream/master' into fix_configure_marking_up_...William Deegan2023-01-28149-6841/+15116
|\ \ | |/
| * Add "append" kwarg to two configure checksMats Wichmann2023-01-242-9/+22
| * 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-2310-107/+405
| |\
| | * Merge branch 'master' into maint/gfortran-fiddleWilliam Deegan2023-01-232-68/+255
| | |\
| | | * Merge branch 'master' into doc/more-msvcWilliam Deegan2023-01-231-2/+16
| | | |\
| | | | * Add Python 3.12 supportMats Wichmann2023-01-221-2/+16
| | | * | 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
| | |/
| | * Merge pull request #4289 from mwichmann/java-emitted-cachedirWilliam Deegan2023-01-171-15/+25
| | |\
| | | * Fix problem where Java inner classes cannot cacheMats Wichmann2023-01-131-15/+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-134-5/+97
| | |/
| * | Docs: update MSVSProject, MSVSSolution [skip appveyor]Mats Wichmann2023-01-092-231/+345
| |/
| * Merge branch 'master' of github.com:SCons/scons into fix_4275_comp_db_with_TE...William Deegan2022-12-317-976/+1185
| |\
| | * Address feedback from mwichmann in PRWilliam Deegan2022-12-201-4/+11
| | * Fixed using --diskcheck=none from command line. It was always broken. SetOpti...William Deegan2022-12-192-18/+28
| | * Fix typoMats Wichmann2022-12-181-1/+1
| | * Util splitup: do some work to quiet siderMats Wichmann2022-12-183-14/+14
| | * Turn Util module into a packageMats Wichmann2022-12-155-950/+1142