120
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix error reported on IRC More... over 15 years ago
Update project highlights and roadmap for 1.0.1.d20080915 checkpoint. More... over 15 years ago
Revert 2102, pending additional discussion. More... over 15 years ago
Issue 2102: Add support for Visual Studio 9 and newer Platform SDK versions. (Dmitri Rubinstein) More... over 15 years ago
Better layout for table elements More... over 15 years ago
W3C sez no lists inside paragraphs More... over 15 years ago
Add blurb before schedule table and revise descriptions of release types More... over 15 years ago
use right entity name for table data More... over 15 years ago
New schedule, plus machinery to maintain it More... over 15 years ago
Minor nits and typos More... over 15 years ago
Issue 2106: Don't match a directory that matches the name of a #include file. (John Gozde) More... over 15 years ago
Issue 1693: make the subdirectory in which the .sconsign file will appear (if it doesn't already exist. (Damyan Pepper, Jim Randall) More... over 15 years ago
Fix for Python versions before 2.2, where tuple() requires an argument. More... over 15 years ago
Fix the "explicit stack size" warning message on earlier versions of Python that don't support it. More... over 15 years ago
Revert the previous change, I overlooked some regression test failures. More... over 15 years ago
Issue 1693: Make the directory in which the .sconsign file will live, if the directory doesn't already exist. (Damyan Pepper, Jim Randall) More... over 15 years ago
Update src/CHANGES.txt for the checked-in 1.1 changes. More... over 15 years ago
Issue 2121: fix handling #includes of files in VariantDir subdirectories, by having it handle checking for VariantDir directories on disk like it does VariantDir files. (patch: Jared Grubb; test case: Ali Tofigh) More... over 15 years ago
Additional clean up of how we import some SCons.* module names, including making SCons.Job.stack_size a variable that always exists, instead of one that gets set from outside and requires SCons.Job to check for an AttributeError. More... over 15 years ago
Sigh, I keep doing it, another typo More... over 15 years ago
Sigh, I made the last update from the wrong tree, which had a typo More... over 15 years ago
Issue 2179: Null Executor memory reductions More... over 15 years ago
Add common subproc function and modify routines to use it More... over 15 years ago
Fix errors that cropped up in revision 3382 More... over 15 years ago
Evaluate compat module transparently when SCons is instantiated More... over 15 years ago
Issue 2005: Avoid an infinite loop looking for the Python library directory. Look for a "scons-local" directory in addition to a "scons-local-{version}" directory. More... over 15 years ago
Issue 1681: Fix the ability of add_src_builder() to handle arbitrary builder objects by eliminating unintentional re-use of a class list for the src_builder attribute. More... over 15 years ago
Add the ability of the Tex builder to change the name of the created file to what the user requested in the target. Tex produces a standard name based on the source so this was not being done. More... over 15 years ago
Issue 2149: Avoid reference cycles caused by frame objects More... over 15 years ago
Issues 2076 and 2232, use ENV and suppress stderr when checking GCC version ID More... over 15 years ago