summaryrefslogtreecommitdiffstats
path: root/SCons/Defaults.py
Commit message (Expand)AuthorAgeFilesLines
* Fix library literal prefix codeMats Wichmann2023-10-281-2/+2
* switch from embedding LIBLITERAL in _stripixes() to being a passed argument w...William Deegan2023-10-281-5/+5
* Add LIBLITERAL to support gcc -l:filenameMats Wichmann2023-10-281-11/+42
* Docs tweaking [skip appveyor]Mats Wichmann2023-07-261-33/+30
* Merge branch 'master' into masterWilliam Deegan2023-06-201-2/+2
|\
| * Followon to PR #4348: more bool fixesMats Wichmann2023-06-161-2/+2
* | Clean up and simplify logic. TODO: scons -c isn't removing the .di files. Mai...William Deegan2023-06-191-0/+3
|/
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-8/+8
* rewording of CHANGES.txt info. Changed versionadded to 4.5.0William Deegan2023-02-161-1/+1
* Tweak Append/Prepend e2e testsMats Wichmann2023-02-151-0/+5
* Added DefaultEnvironment(tools=[]) to fixtures for CPPDEFINES. Added negative...William Deegan2023-02-111-2/+2
* Adjusted CPPDEFINES behavior for list and tupleMats Wichmann2023-02-091-11/+36
* Fix some CPPDEFINES handling problemsMats Wichmann2023-01-301-3/+3
* Fix some pyside complaintsMats Wichmann2023-01-301-2/+1
* Split out CPPDEFINES handling in Append methodsMats Wichmann2023-01-301-47/+48
* Copy(): tweak the error message for copy-a-listMats Wichmann2022-09-121-3/+5
* Tweak Copy() changes:Mats Wichmann2022-09-121-6/+5
* Handle a list as source in CopyMats Wichmann2022-09-121-39/+81
* Added default values for source and target arguments to _defines (used for ex...William Deegan2022-03-201-1/+1
* Updated tools to use _concat's new affect_signature flagWilliam Deegan2021-06-121-1/+1
* Address some pylint issuesWilliam Deegan2021-06-121-9/+10
* fix variable renameWilliam Deegan2021-06-121-2/+2
* added affect_signature to _concat to have it take care of adding if needed. ...William Deegan2021-06-121-7/+19
* 3790 - Fix the failing testAndrew Morrow2021-05-131-3/+3
* Fix some imports and other checker warningsMats Wichmann2021-05-051-1/+0
* Tweaking of Action Objects docu, update Mkdir()Mats Wichmann2021-04-251-10/+1
* Merge pull request #3926 from mwichmann/defines-expandWilliam Deegan2021-04-121-11/+11
|\
| * Expansion of CPPDEFINES now substs consvarsMats Wichmann2021-04-101-11/+11
* | Change to set reasonable default for TEMPFILEARGESCFUNC in Defaults.py rather...William Deegan2021-04-111-0/+1
|/
* Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2021-03-071-51/+107
|\
| * Fix comment and move import to top of fileWilliam Deegan2021-01-041-2/+2
| * initial checkin of versioned shared library rewriteWilliam Deegan2020-12-211-49/+96
| * Merge remote-tracking branch 'upstream/master' into reimplement_soname_soversionWilliam Deegan2020-12-201-14/+12
| |\
| * | docstrings and minor code cleanupWilliam Deegan2020-12-081-1/+9
| * | refactor cleanup. circular import issues resolved by moving isolated imports ...William Deegan2020-08-311-3/+0
* | | Merge branch 'master' into topic/grossag/newhashesAdam Gross2020-11-061-17/+11
|\ \ \ | | |/ | |/|
| * | Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-17/+11
| |/
* | Add support for overriding the default hash formatAdam Gross2020-08-041-4/+1
|/
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-2/+2
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+594