| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for Visual Studio 8, and multiple project files in a solution fil... | Steven Knight | 2006-01-20 | 1 | -0/+20 |
|
|
* | Add code to set $CCVERSION when using gcc. (Anonymous) | Steven Knight | 2006-01-02 | 1 | -0/+2 |
|
|
* | Fix the use of Configure() contexts in nested subsidiary SConscript files. (... | Steven Knight | 2005-12-28 | 1 | -0/+5 |
|
|
* | Add a --debug=taskmaster option to print traces of what it's doing on its stack. | Steven Knight | 2005-12-18 | 1 | -0/+3 |
|
|
* | Add mention of LIBSUFFIXES in the SharedLibrary() example for overriding SHLI... | Steven Knight | 2005-12-16 | 1 | -0/+3 |
|
|
* | Handle interpretation of Node.FS objects when wrapped in Proxy instances. (E... | Steven Knight | 2005-12-01 | 1 | -0/+5 |
|
|
* | Add separate $RANLIBCOM and $RANLIBCOMSTR variables. (Christoph Schulz) | Steven Knight | 2005-11-29 | 1 | -0/+3 |
|
|
* | Add a TeX emitter to cover removal of .aux and .log files. (Joel B. Mohler) | Steven Knight | 2005-11-28 | 1 | -0/+3 |
|
|
* | Add $PKGCHK and $PKGINFO variables for use on Solaris, and make the default $... | Steven Knight | 2005-11-19 | 1 | -0/+5 |
|
|
* | Add /usr/ccs/bin to the default execution PATH on Solaris. | Steven Knight | 2005-11-19 | 1 | -0/+3 |
|
|
* | Support specifying absolute path names without drive letters on Win32. | Steven Knight | 2005-11-19 | 1 | -0/+3 |
|
|
* | Fix C/C++ compiler choosing on AIX. (Bob Halley) | Steven Knight | 2005-11-18 | 1 | -0/+5 |
|
|
* | Handle FunctionAction signatures when the function is an object method. | Steven Knight | 2005-11-16 | 1 | -0/+3 |
|
|
* | Make CheckLib() arguments consistent with other calls. | Steven Knight | 2005-11-16 | 1 | -0/+549 |
|
|
* | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2005-11-15 | 1 | -546/+0 |
|
|
* | Make all relevant builders of .tex and .ltx files consistent with respect to ... | Steven Knight | 2005-11-07 | 1 | -4/+10 |
|
|
* | Do not throw an exception if the type of a stored implicit dependency has cha... | Steven Knight | 2005-11-06 | 1 | -0/+4 |
|
|
* | Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT... | Steven Knight | 2005-11-06 | 1 | -0/+11 |
|
|
* | Add support for an explicit SCONS_HOME variable for writing the SCons executi... | Steven Knight | 2005-11-06 | 1 | -0/+4 |
|
|
* | Add support for the Java 1.5 enum keyword. (Kian Win Ong) | Steven Knight | 2005-11-06 | 1 | -0/+2 |
|
|
* | Fix AppendUnique and PrependUnique concatenating strings to lists. (Patrick ... | Steven Knight | 2005-11-06 | 1 | -0/+3 |
|
|
* | Add use of $CPPDEFINES to $RCCOM on MinGW. (Amir Szekely) | Steven Knight | 2005-11-06 | 1 | -0/+2 |
|
|
* | Fix a bug in command-line escaping. (Jan Nieuwenhuizen) | Steven Knight | 2005-11-05 | 1 | -0/+11 |
|
|
* | Add support for a $INSTALLSTR string. (Christoph Schulz) | Steven Knight | 2005-11-05 | 1 | -0/+2 |
|
|
* | Add --debug=explain to the man page. (How did we miss this?) | Steven Knight | 2005-11-01 | 1 | -0/+3 |
|
|
* | Have the QT UIC Scanner use the env.FindFile method. (Leanid Nazdrynau) | Steven Knight | 2005-10-13 | 1 | -0/+3 |
|
|
* | On Windows, the Intel Fortran compiler (ifort) uses -object: instead of -o as... | Steven Knight | 2005-10-10 | 1 | -0/+4 |
|
|
* | Improve intelc.py so it doesn't throw an exception if a version other than ia... | Steven Knight | 2005-10-10 | 1 | -0/+3 |
|
|
* | Put quotes around the -C directory in command lines in MSVS project files. | Steven Knight | 2005-10-09 | 1 | -0/+3 |
|
|
* | Get rid of the last tabs in the source files and have the TestSCons infrastru... | Steven Knight | 2005-10-09 | 1 | -0/+4 |
|
|
* | Move /opt/bin to between /usr/local/bin and /bin on the default POSIX path. | Steven Knight | 2005-10-08 | 1 | -1/+2 |
|
|
* | Remove old, same-named files from a build directory if the file in the source... | Steven Knight | 2005-10-08 | 1 | -0/+4 |
|
|
* | MSVC.py improvements: new MSVSSolution() Builder, new variables to contro ge... | Steven Knight | 2005-10-08 | 1 | -0/+5 |
|
|
* | When deleting a variable from an OverrideEnvironment, do not throw an excepti... | Steven Knight | 2005-10-08 | 1 | -0/+4 |
|
|
* | Add /sw/bin to the default PATH on Darwin systems. (Greg Noel) Add /opt/bin... | Steven Knight | 2005-10-08 | 1 | -0/+6 |
|
|
* | Handle failure to chmod() the .sconsign.dblite file, if it's owned by another... | Steven Knight | 2005-10-08 | 1 | -0/+3 |
|
|
* | Add $CONFIGURELOG and $CONFIGUREDIR values to support specification of the co... | Steven Knight | 2005-10-04 | 1 | -0/+5 |
|
|
* | Report removal of multiple targets correctly when using -n -c. (Patrick Mezard) | Steven Knight | 2005-10-02 | 1 | -0/+3 |
|
|
* | When building a .jar file and $JARCHDIR is set, prefix each .class file with ... | Steven Knight | 2005-09-29 | 1 | -0/+5 |
|
|
* | Check all targets when deciding if a target is up to date. (Patrick Mezard) | Steven Knight | 2005-09-26 | 1 | -0/+6 |
|
|
* | Fix a bug in the signature refactoring that caused some generated .h files to... | Steven Knight | 2005-09-25 | 1 | -0/+6 |
|
|
* | More efficient checking for on-disk file entries. | Steven Knight | 2005-09-25 | 1 | -0/+5 |
|
|
* | Fix leftover SCons.Util references. (Ralf W. Grosse-Kunstleve and Patrick Me... | Steven Knight | 2005-09-24 | 1 | -0/+5 |
|
|
* | On Solaris, enable the -KPIC option by default when compiling shared objects,... | Steven Knight | 2005-08-24 | 1 | -0/+12 |
|
|
* | Add f90 and f95 to the list of Fortran compilers searched by default. | Steven Knight | 2005-08-22 | 1 | -0/+3 |
|
|
* | Handle Fortran MODULE definitions in the same file. (Craig Scott) | Steven Knight | 2005-08-21 | 1 | -0/+3 |
|
|
* | Have Visual Studio echo that we're using SCons to build things, to work aroun... | Steven Knight | 2005-08-20 | 1 | -0/+6 |
|
|
* | Update more tests to use the new skip_test() method. Replace a CHANGES.txt c... | Steven Knight | 2005-08-14 | 1 | -0/+2 |
|
|
* | Fix conversion and comparison of Boolean values. (Craig Scott) | Steven Knight | 2005-08-13 | 1 | -2/+6 |
|
|
* | Allow modification of BUILD_TARGETS from with SConscript files. (Stanislav B... | Steven Knight | 2005-08-13 | 1 | -0/+2 |
|
|