120
I Use This!
High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Handle executing tests in a directory whose path contains spaces, or with a Python in a path that contains spaces, by refactoring (again) how we execute the internal scripts. More... over 15 years ago
Fix tests that use the Python interpreter to execute internal scripts and also set SConsignFile(None) so the implicit command dependencies don't cause .sconsign files to be written into the system directory where the Python executable lives. More... over 15 years ago
Fix a mismatch in generated GUIDs on non-Windows platforms by canonicalizing the file name used for the MD5 checksum so it always looks like it's a Windows path (i.e., uses \ separators). More... over 15 years ago
Remove leftover "shell pwd" debug statement. Update error messages now that the Windows cmd interpreter is looking for the shell-out executables. More... over 15 years ago
Fix the --implicit-deps-unchanged test so it works correctly regardless of whether or not the compiler inserts timestamp information in the generated object files. More... over 15 years ago
Update the GUID of the generated project file. More... over 15 years ago
Fix shelling out to non-.exe commands from --interactive mode on Windows by accomodating platform-specific behavior in the way subprocess.Popen() calls handle shell= arguments with lists. More... over 15 years ago
Add /nologo to the PCH compilation to suppress Microsoft garp on stderr. More... over 15 years ago
Update tests for now discovering dependencies on quoted commands in command lines. More... over 15 years ago
Escape path names to fix regular expression matches on Windows when \ is the path separator. More... over 15 years ago
Detect implicit command dependencies even when the command is quoted. More... over 15 years ago
Update src/CHANGES.txt for recent checkins. More... over 15 years ago
Merged revisions 3848-3890,3892-3896,3898-3908 via svnmerge from http://scons.tigris.org/svn/scons/checkpoint More... over 15 years ago
Move test/option-h.py to test/option/h.py and clean up an unnecessary import. More... over 15 years ago
Remove a left-over commented-out debug test.run() call. More... over 15 years ago
Fix calculation of $UNCHANGED_SOURCES to include correctly sources for which the target doesn't exist. More... over 15 years ago
Various Windows fixes: * Restore correct code to detect a bad drive on Windows. * Update the bad drive error message to include the target name. * Update SConfTests.py to print the config.log on error. * Fix the smart_link() error message to not use repr() of a path so escaping the \ separators on Windows doesn't interfere with regex matchs. * Update regexes in test/VariantDir/reflect.py to accomodate command-line re-ordering to put the /OUT: first in the line. * Explicitly check for smart_link() messages even on Windows. More... over 15 years ago
Issue 2278: Emit header name when using SWIG directors (Ben Webb) More... over 15 years ago
tigris.org updates for the 1.2.0.d20090113 checkpoint release. More... over 15 years ago
Fix an undefined entity reference. More... over 15 years ago
Fix ability to Install() the same file multiple times. More... over 15 years ago
Since my change left Russel confused I decided to clarify it even more. That is make it clear that this is for all types of TeX files built with the PDF builder More... over 15 years ago
Fix typos in the User's Guide. (Zia Sobhani) More... over 15 years ago
Add a little more description to the change in the tex files. Namely that this only afftect pdflatex and thus things built with the PDF builder. More... over 15 years ago
Ben Webb did it, not me More... over 15 years ago
Remove $CCFLAGS from the the default definitions of $CXXFLAGS for Visual C/C++ and MIPSpro C++ on SGI so, they match other tools and avoid flag duplication on C++ command lines. More... over 15 years ago
Update src/CHANGES.txt for recent checkins. Use $WINDOWS_INSERT_DEF instead of the deprecated $WIN32_INSERT_DEF. More... over 15 years ago
Move test/bad-drive.py into the test/Win32 subdirectory. More... over 15 years ago
Python 1.5 fix. More... over 15 years ago
Issue 1086: add support for generic batch build actions, and specific support for batched compilation for Microsoft Visual C/C++. More... over 15 years ago