120
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document the necessity of passing in "target" to and "source" to env.subst() calls that want to expand ${TARGET,TARGETS,SOURCE,SOURCES}. Also, speed up the Variable_Method_Caller class. More... over 18 years ago
Give the subst logic its own SCons.Subst module. It's big enough. More... over 18 years ago
Environment infrastructure for special variable handling. More... over 18 years ago
test More... over 18 years ago
Fix unicode encoder errors. More... over 18 years ago
On Solaris, enable the -KPIC option by default when compiling shared objects, and accomodate Sun Workshop by changing the prefix instead of the suffix. (Steve-o) Add the +Z option for compiling shared objects on HP-UX. More... over 18 years ago
Add f90 and f95 to the list of Fortran compilers searched by default. More... over 18 years ago
Handle Fortran MODULE definitions in the same file. (Craig Scott) More... over 18 years ago
Handle IOError exceptions when pushing files to CacheDir (and elsewhere). More... over 18 years ago
Handle files with white space when in temporary files. (Stanislav Baranov) More... over 18 years ago
Have Visual Studio echo that we're using SCons to build things, to work around a quoting issue. (Shannon Mann) More... over 18 years ago
Update test infrastructure and ae2cvs utility to latest. Fix runtest.py's swallowing of interrupts. Update various tests. More... over 18 years ago
Fix the -U behavior (broken when we made BUILD_TARGETS modifiable). More... over 18 years ago
Documentation fixes. Improve man page explanation of impact of not having external environment variables automatically imported. Fix cut-and-paste errors in descriptions of AppendENVPath() and Prepend(). Correct the __doc__ string for get_visualstudio_versions(). More... over 18 years ago
Update more tests to use the new skip_test() method. Replace a CHANGES.txt comment inadvertently deleted. More... over 18 years ago
Fix conversion and comparison of Boolean values. (Craig Scott) More... over 18 years ago
Allow modification of BUILD_TARGETS from with SConscript files. (Stanislav Baranov) More... over 18 years ago
Update Fortran tests that relied on the order of the -c option. More... over 18 years ago
Add a Dirs() function that can be used in hBcexpansions. (Stanislav Baranov) More... over 18 years ago
Allow access to both TARGET and SOURCE in hBcfunctions within CPPPATH expansion. (Stanislav Baranov) More... over 18 years ago
Handle Visual Studio project and solution files in Unicode. (Chen Lee) More... over 18 years ago
Add a skip_test() method to the infrastructure and use it for test scripts that skip all or part of their tests based on tool availability or test platform. More... over 18 years ago
Add %SYSTEMDRIVE% to the list of Windows variables preserved. (Chris Prince) More... over 18 years ago
Enhance EnsureSConsVersion() to take revision numbers, too. (Amir Szekely) More... over 18 years ago
Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary Oberbrunner) More... over 18 years ago
Look up Fortran modules relative to . (Craig Scott) More... over 18 years ago
Remove an old comment from DirScanner.py. (Chad Austin) Update overlooked changes in src/CHANGES.txt. More... over 18 years ago
Print stacktrace for UserErrors when --debug=stacktrace is used. (Chad Austin) More... over 18 years ago
Win32 portability fixes. More... over 18 years ago
Win32 portability. More... over 18 years ago