summaryrefslogtreecommitdiffstats
path: root/SCons/Util.py
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Add note to handle processes not dying properly by raising exceptio...William Deegan2022-06-031-0/+1
* Updated ninja docs in users guilde.William Deegan2022-06-021-1/+1
* Move logic which waits for a process to die into SCons.Util wait_for_process_...William Deegan2022-06-021-0/+35
* Added some comments for ninja updates.Daniel Moody2022-03-141-8/+10
* Added ninja mingw support and improved CommandGeneratorAction supportDaniel Moody2022-02-241-1/+1
* Merge pull request #4077 from SergBobrovsky/patch-4William Deegan2021-12-191-1/+1
|\
| * Update Util.pySergBobrovsky2021-12-191-1/+1
| * Update Util.pySergBobrovsky2021-12-191-1/+1
* | Merge pull request #4076 from SergBobrovsky/patch-3William Deegan2021-12-191-8/+2
|\ \
| * | Update Util.pySergBobrovsky2021-12-191-8/+2
| |/
* | Update Util.pySergBobrovsky2021-12-191-1/+1
|/
* Tests pass in python 3.6 and 3.9 in LinuxJacob Cassagnol2021-11-091-31/+47
* Changed the fall-forward to an explicit version check instead.Jacob Cassagnol2021-11-041-15/+10
* This should fix the Slider issues identified.Jacob Cassagnol2021-11-021-7/+7
* Passes tests in >= python 3.9Jacob Cassagnol2021-11-021-14/+65
* Code now works during FIPS mode.Jacob Cassagnol2021-11-011-6/+87
* Update NodeList to get rid of old workaroundMats Wichmann2021-10-281-20/+14
* Fix initialization of CLVarRyan Egesdahl2021-08-311-1/+1
* [PR #3953] wrong return type on dictify() [ci skip]Mats Wichmann2021-06-091-1/+1
* [PR #3953] a few more Util tweaks [ci skip]Mats Wichmann2021-06-091-61/+106
* Address comments in PRWilliam Deegan2021-06-091-4/+8
* PR #3953: quiet sider complaintsMats Wichmann2021-06-081-16/+24
* Reduce pylint complaints about UtilMats Wichmann2021-06-071-496/+636
* Some code modernizatoionMats Wichmann2021-05-031-6/+0
* Avoid exception if tool set to emptyMats Wichmann2021-04-231-3/+9
* Add a __iadd__ method to CLVar to support inplace addsMats Wichmann2021-03-281-7/+23
* Merge pull request #3899 from mwichmann/shlib-tweaksWilliam Deegan2021-03-181-7/+18
|\
| * remove logic to handle (for example) library name where the library name matc...William Deegan2021-03-151-3/+7
| * need to always get the file name if pre or suf is defined when calling adjust...William Deegan2021-03-141-7/+9
| * Added unittest for changes to SCons.Util.adjustixes() to handle when filename...William Deegan2021-03-141-1/+6
| * Handle library (or any files) named just they're *PREFIX for their type. Don'...William Deegan2021-03-141-1/+1
* | PR #3898: address review commentsMats Wichmann2021-03-111-2/+2
* | Drop dictionary has_key references: Py2-ism.Mats Wichmann2021-03-111-7/+6
|/
* Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2021-03-071-6/+6
|\
| * Add timing of sconsign write if --debugMats Wichmann2021-02-081-0/+5
| * Work around Py3.10 optimizing out a builder testMats Wichmann2021-01-121-6/+1
* | Fix sider errorAdam Gross2020-12-151-5/+2
* | More improvementsAdam Gross2020-12-151-6/+7
* | Address most review feedbackAdam Gross2020-12-141-8/+35
* | Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2020-12-141-0/+4
|\ \ | |/
| * Make the sig for missing file differ from empty fileMats Wichmann2020-11-241-0/+4
* | Change the default sconsign DB file name if the hash is overriddenAdam Gross2020-11-121-3/+15
* | Merge branch 'master' into topic/grossag/newhashesAdam Gross2020-11-061-82/+82
|\ \ | |/
| * Fix/update global AddMethodMats Wichmann2020-10-121-56/+76
| * Remove pywin32 from SCons.Util where it was used for reading registry if not ...William Deegan2020-10-041-16/+3
| * Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-9/+3
| * Run autoflake on codeMats Wichmann2020-09-211-1/+0
* | Fix a few issuesAdam Gross2020-08-041-5/+3
* | Add support for overriding the default hash formatAdam Gross2020-08-041-42/+121
|/
* Docstring changes from Sphinx conversion [ci skip]Mats Wichmann2020-05-301-11/+19