120
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Visual Studio support for SCC Provider variables. (Dobes Vandermeer) More... over 18 years ago
Add support for a $INSTALLSTR string. (Christoph Schulz) More... over 18 years ago
Add --debug=explain to the man page. (How did we miss this?) More... over 18 years ago
Update to latest TestCommon.py with support for diffing actual/expected contents and output. More... over 18 years ago
Get rid of indentation tabs in the test scripts and have runtest.py invoke them with the python -tt option to keep them out. More... over 18 years ago
Have the QT UIC Scanner use the env.FindFile method. (Leanid Nazdrynau) More... over 18 years ago
On Windows, the Intel Fortran compiler (ifort) uses -object: instead of -o as the command-line option for output object files. Massage command lines appropriately. More... over 18 years ago
Improve intelc.py so it doesn't throw an exception if a version other than ia32 (for example, em64t) is installed without the ia32 version. (Anonymous) More... over 18 years ago
Fix on-disk file matching on case-insensitive systems. Various fixes for win32 portability. Refactor the --debug=time test. Refactor the Perforce test. Additional cleanup. More... over 18 years ago
Put quotes around the -C directory in command lines in MSVS project files. More... over 18 years ago
Get rid of the last tabs in the source files and have the TestSCons infrastructure use the python -tt option when executing SCons to make sure they do not recur. More... over 18 years ago
Better document the "raw" option to env.subst() for people that want to preserve white space. More... over 18 years ago
Move /opt/bin to between /usr/local/bin and /bin on the default POSIX path. More... over 18 years ago
Remove old, same-named files from a build directory if the file in the source directory does not exist. (Patrick Mezard) More... over 18 years ago
MSVC.py improvements: new MSVSSolution() Builder, new variables to contro generation of project and solution files. (Stanislav Baranov) More... over 18 years ago
When deleting a variable from an OverrideEnvironment, do not throw an exception if the underlying Environment does not have a variable we deleted. More... over 18 years ago
Add /sw/bin to the default PATH on Darwin systems. (Greg Noel) Add /opt/bin to the default PATH on all POSIX systems. (Asfand Yar Qazi) More... over 18 years ago
Handle failure to chmod() the .sconsign.dblite file, if it's owned by another UID. More... over 18 years ago
Update MSVS tests with BuildDir logic. More... over 18 years ago
Refactor MSVS tests to separate file-generation tests (which can be executed on any Windows system) from Visual Studio execution tests (which need a specific VS version installed). More... over 18 years ago
Add $CONFIGURELOG and $CONFIGUREDIR values to support specification of the configuration log file and directory for configuration tests. More... over 18 years ago
Add a self-contained test for not rebuilding generated header files. (Patrick Mezard) Fix a runtest.py issue. More... over 18 years ago
Report removal of multiple targets correctly when using -n -c. (Patrick Mezard) More... over 18 years ago
When building a .jar file and $JARCHDIR is set, prefix each .class file with the -C flag. (Kian Win Ong) More... over 18 years ago
Explicit "skipping test" messages for a few straggling tests. More... over 18 years ago
Check all targets when deciding if a target is up to date. (Patrick Mezard) More... over 18 years ago
Fix a bug in the signature refactoring that caused some generated .h files to always get rebuilt. More... over 18 years ago
Optimize is_List et al. Add a script harness and scripts for benchmarking Python code snippets. More... over 18 years ago
More efficient checking for on-disk file entries. More... over 18 years ago
Fix leftover SCons.Util references. (Ralf W. Grosse-Kunstleve and Patrick Mezard) More... over 18 years ago