120
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Windows portability: different error message for the nonexistent file. More... over 15 years ago
Windows portability: use os.sep instead of hard-coded /. More... over 15 years ago
Windows test fix: enhance the TestSCons class so an explicit python=None argument still defaults to sys.executable. Use this to reset the python value we interpolate into the expected files that we generate after resetting the os.environ['PYTHON'] value. More... over 15 years ago
Fix indentation issue
bdbaddog
as William Deegan
More... over 15 years ago
Fix broken swig tests when python being used to run tests is incompatible with system swig. Propagate to the created SConstructs the version of swig found by the test (which is used to determine whether to run or not run this test).
bdbaddog
as William Deegan
More... over 15 years ago
Fix test/VariantDir/VariantDir.py on centos5, currently failing as TestSCons.py specifies incorrect fortran library to link against for gcc's newer then 4.0 (aka 4.1.2 which ships with python)
bdbaddog
as William Deegan
More... over 15 years ago
Call str() on the string values of environment variables used by the _subproc(), so the underlying subprocess.Popen() call won't throw an exception if the value is actually a Unicode string. More... over 15 years ago
Windows portability: escape strings with file path names, which have \ separators on Windows. More... over 15 years ago
Windows portability: use os.path.join() for expected subdirectory paths. More... over 15 years ago
Make the test/MSVC/{msvc,hierarchical}.py tests work even if %INCLUDE% and %LIB% aren't set. More... over 15 years ago
Windows portability in the expected output. More... over 15 years ago
Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath and env.{Ap,Pre}pendENVPath.
garyo
as Gary Oberbrunner
More... over 15 years ago
Hefty update to the tex tool. It now iterates until all the warnings are gone and the auxiliary files stop changing or it hits the max retires limit. More... over 15 years ago
Make the test/TEX/LATEX*py scripts work even on systems that don't have all the right tools installed. More... over 15 years ago
Fix doc typo reported in the mailing list and another small glitch More... over 15 years ago
Make the framework library path we return on Mac OS X match the framework paths for executables and headers, so tests like test/SWIG/live.py work even if there are multiple Python versions installed with frameworks in different locations. More... over 15 years ago
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