120
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix MSVC_UWP_APP test to take into account the MSVC_VERSION. More... over 6 years ago
Minor changes for Code Review More... over 6 years ago
Added MSVC_UWP_APP test to test setting MSVC_UWP_APP construction variable with desired effect. More... over 6 years ago
Change UWP_APP to be MSVC_UWP_APP More... over 6 years ago
Windows: Added the capability to build Windows Store Compatible libraries More... over 6 years ago
Windows: Added the capability to build Windows Store Compatible libraries that can be used with Universal Windows Platform (UWP) Apps and published to the Windows Store More... over 6 years ago
change comment to docstring as it should have been
bdbaddog
as William Deegan
More... over 6 years ago
Merge in from mainline. More... over 6 years ago
py2/3 always convert stdin to bytes if py3. Previously was 3.5 only
bdbaddog
as William Deegan
More... over 6 years ago
python micro optimization in faster than find
bdbaddog
as William Deegan
More... over 6 years ago
Make sure more file objects are explicitly closed More... over 6 years ago
merge
bdbaddog
as William Deegan
More... over 6 years ago
PY2/3 test framework changes. POpen will alway set universal_newlines if encoding is set. So we don't set encoding and pass universal_newlines=False. Then we'll need to do the decode explicitly for PY3
bdbaddog
as William Deegan
More... over 6 years ago
Add an alternative to evaluate lvar vs gvar
bdbaddog
as William Deegan
More... over 6 years ago
Merge in mainline. More... over 6 years ago
Amend the test file names to remove + symbols from file names. More... over 6 years ago
Remove inappropriate comment. Correct encoding lines. More... over 6 years ago
Merge mainline. More... over 6 years ago
Merge mainline. More... over 6 years ago
Micro optimization "." in string is approx 10x faster than string.find('.') >= 0 according to timeit testing.
bdbaddog
as William Deegan
More... over 6 years ago
Added support for relative imports within tools for python3 and tests for relative imports More... over 6 years ago
update CHANGES.txt More... almost 7 years ago
remove external zip tool, always use stdlib to zip More... almost 7 years ago
py2/3 fix expected signatures for python actions (functions,classes). Unfortunately it looks like they may vary by platform and by python release, at least on win py3.5 vs py3.6. May be a good idea to take a second look at these signatures and see if there is a way to stabilize by python version. Added note to CHANGES
bdbaddog
as William Deegan
More... almost 7 years ago
PY2/3 fixed actiontests for python 3 (turns out it only passes for python 3.5.x for now)
bdbaddog
as William Deegan
More... almost 7 years ago
py2/3 fix signatures for py2. Note this means that many builds may unneccesarily rebuild on upgrade to 3.0.0 as the signature will have changed for python actions
bdbaddog
as William Deegan
More... almost 7 years ago
merge from upstream
bdbaddog
as William Deegan
More... almost 7 years ago
py2/3 fix version checking for valid versions of python to 2.7.x >=3.5.0: src/script/scons.py
bdbaddog
as William Deegan
More... almost 7 years ago
Change the name of the tool to avoid + in filename. Add alias so clang++ still works as a tool name. More... almost 7 years ago
Update the CHANGES.txt file. More... almost 7 years ago