120
I Use This!
High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 17 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated gettext tools to work on windows cygwin and mingw environments. More... about 6 years ago
Fix for issue 3013 (and duplicate 3018). From bitbucket PR: https://bitbucket.org/scons/scons/pull-requests/303
bdbaddog
as William Deegan
More... about 6 years ago
Fix comment spelling
bdbaddog
as William Deegan
More... about 6 years ago
Merge pull request #2 from dmoody256/bdbadog_windows_tools_yacc
bdbaddog
as William Deegan
More... about 6 years ago
updated CHANGES.txt More... about 6 years ago
updated CHANGES.txt More... about 6 years ago
moved default paths for cywing and mingw to their own platform modules. More... about 6 years ago
moved default paths for cywing and mingw to their own platform modules. More... about 6 years ago
removed unnecessary parans More... about 6 years ago
removed unnecessary parans More... about 6 years ago
removed binary read and write so newlines are crossplatform and updated path for appveyor script More... about 6 years ago
removed binary read and write so newlines are crossplatform and updated path for appveyor script More... about 6 years ago
updated yacc tool to add default paths, updated to test to use the tool specifically and know when to skip on windows. More... about 6 years ago
updated yacc tool to add default paths, updated to test to use the tool specifically and know when to skip on windows. More... about 6 years ago
Switch to use unittest.main() instead of building up a TestSuite which is never used
bdbaddog
as William Deegan
More... about 6 years ago
Added sconstruct.py lowercase More... about 6 years ago
updates to docs for SConstruct.py More... about 6 years ago
Added test for the use of SConstruct.py More... about 6 years ago
update to changes file More... about 6 years ago
Also search for SConstruct.py, to make VStudio debugging easier More... about 6 years ago
Attribute patch correctly to Piotr Bartosik per email from William Blevins
bdbaddog
as William Deegan
More... about 6 years ago
remove unittest.TestSuite() no longer needed as unittest.main() is available now. (And seems actually a little faster)
bdbaddog
as William Deegan
More... about 6 years ago
rename variable then to previous_children to make the code a bit easier to understand.
bdbaddog
as William Deegan
More... about 6 years ago
Updated changelog info for this patch with more details.
bdbaddog
as William Deegan
More... about 6 years ago
Added docstring to File.changed_timestamp_then_content()include a note and reference to issue #2980
bdbaddog
as William Deegan
More... about 6 years ago
Modified fix for issue #2980 where the more complicated logic is only applied when the number of children in the current build doesn't match the number in the previous build as retrieved from the sconsign file.
bdbaddog
as William Deegan
More... about 6 years ago
Apply patch from wblevins for issue #2980 This fixes that issue, but as discussion indicates breaks other tests. WIP
bdbaddog
as William Deegan
More... about 6 years ago
Fix some bad code formatting.
bdbaddog
as William Deegan
More... about 6 years ago
Fix EnvironmentError printing bug More... about 6 years ago
added more default mingw paths per comments on pull request
bdbaddog
as William Deegan
More... about 6 years ago