index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SCons
/
Util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci skip] Add note to handle processes not dying properly by raising exceptio...
William Deegan
2022-06-03
1
-0/+1
*
Updated ninja docs in users guilde.
William Deegan
2022-06-02
1
-1/+1
*
Move logic which waits for a process to die into SCons.Util wait_for_process_...
William Deegan
2022-06-02
1
-0/+35
*
Added some comments for ninja updates.
Daniel Moody
2022-03-14
1
-8/+10
*
Added ninja mingw support and improved CommandGeneratorAction support
Daniel Moody
2022-02-24
1
-1/+1
*
Merge pull request #4077 from SergBobrovsky/patch-4
William Deegan
2021-12-19
1
-1/+1
|
\
|
*
Update Util.py
SergBobrovsky
2021-12-19
1
-1/+1
|
*
Update Util.py
SergBobrovsky
2021-12-19
1
-1/+1
*
|
Merge pull request #4076 from SergBobrovsky/patch-3
William Deegan
2021-12-19
1
-8/+2
|
\
\
|
*
|
Update Util.py
SergBobrovsky
2021-12-19
1
-8/+2
|
|
/
*
|
Update Util.py
SergBobrovsky
2021-12-19
1
-1/+1
|
/
*
Tests pass in python 3.6 and 3.9 in Linux
Jacob Cassagnol
2021-11-09
1
-31/+47
*
Changed the fall-forward to an explicit version check instead.
Jacob Cassagnol
2021-11-04
1
-15/+10
*
This should fix the Slider issues identified.
Jacob Cassagnol
2021-11-02
1
-7/+7
*
Passes tests in >= python 3.9
Jacob Cassagnol
2021-11-02
1
-14/+65
*
Code now works during FIPS mode.
Jacob Cassagnol
2021-11-01
1
-6/+87
*
Update NodeList to get rid of old workaround
Mats Wichmann
2021-10-28
1
-20/+14
*
Fix initialization of CLVar
Ryan Egesdahl
2021-08-31
1
-1/+1
*
[PR #3953] wrong return type on dictify() [ci skip]
Mats Wichmann
2021-06-09
1
-1/+1
*
[PR #3953] a few more Util tweaks [ci skip]
Mats Wichmann
2021-06-09
1
-61/+106
*
Address comments in PR
William Deegan
2021-06-09
1
-4/+8
*
PR #3953: quiet sider complaints
Mats Wichmann
2021-06-08
1
-16/+24
*
Reduce pylint complaints about Util
Mats Wichmann
2021-06-07
1
-496/+636
*
Some code modernizatoion
Mats Wichmann
2021-05-03
1
-6/+0
*
Avoid exception if tool set to empty
Mats Wichmann
2021-04-23
1
-3/+9
*
Add a __iadd__ method to CLVar to support inplace adds
Mats Wichmann
2021-03-28
1
-7/+23
*
Merge pull request #3899 from mwichmann/shlib-tweaks
William Deegan
2021-03-18
1
-7/+18
|
\
|
*
remove logic to handle (for example) library name where the library name matc...
William Deegan
2021-03-15
1
-3/+7
|
*
need to always get the file name if pre or suf is defined when calling adjust...
William Deegan
2021-03-14
1
-7/+9
|
*
Added unittest for changes to SCons.Util.adjustixes() to handle when filename...
William Deegan
2021-03-14
1
-1/+6
|
*
Handle library (or any files) named just they're *PREFIX for their type. Don'...
William Deegan
2021-03-14
1
-1/+1
*
|
PR #3898: address review comments
Mats Wichmann
2021-03-11
1
-2/+2
*
|
Drop dictionary has_key references: Py2-ism.
Mats Wichmann
2021-03-11
1
-7/+6
|
/
*
Merge branch 'master' into topic/grossag/newhashes
William Deegan
2021-03-07
1
-6/+6
|
\
|
*
Add timing of sconsign write if --debug
Mats Wichmann
2021-02-08
1
-0/+5
|
*
Work around Py3.10 optimizing out a builder test
Mats Wichmann
2021-01-12
1
-6/+1
*
|
Fix sider error
Adam Gross
2020-12-15
1
-5/+2
*
|
More improvements
Adam Gross
2020-12-15
1
-6/+7
*
|
Address most review feedback
Adam Gross
2020-12-14
1
-8/+35
*
|
Merge branch 'master' into topic/grossag/newhashes
William Deegan
2020-12-14
1
-0/+4
|
\
\
|
|
/
|
*
Make the sig for missing file differ from empty file
Mats Wichmann
2020-11-24
1
-0/+4
*
|
Change the default sconsign DB file name if the hash is overridden
Adam Gross
2020-11-12
1
-3/+15
*
|
Merge branch 'master' into topic/grossag/newhashes
Adam Gross
2020-11-06
1
-82/+82
|
\
\
|
|
/
|
*
Fix/update global AddMethod
Mats Wichmann
2020-10-12
1
-56/+76
|
*
Remove pywin32 from SCons.Util where it was used for reading registry if not ...
William Deegan
2020-10-04
1
-16/+3
|
*
Update some copyright strings and drop __revision__ [skip appveyor]
Mats Wichmann
2020-09-23
1
-9/+3
|
*
Run autoflake on code
Mats Wichmann
2020-09-21
1
-1/+0
*
|
Fix a few issues
Adam Gross
2020-08-04
1
-5/+3
*
|
Add support for overriding the default hash format
Adam Gross
2020-08-04
1
-42/+121
|
/
*
Docstring changes from Sphinx conversion [ci skip]
Mats Wichmann
2020-05-30
1
-11/+19
[next]