summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
Commit message (Expand)AuthorAgeFilesLines
* Add use of $CPPDEFINES to $RCCOM on MinGW. (Amir Szekely)Steven Knight2005-11-061-0/+2
* Fix a bug in command-line escaping. (Jan Nieuwenhuizen)Steven Knight2005-11-051-0/+11
* Add support for a $INSTALLSTR string. (Christoph Schulz)Steven Knight2005-11-051-0/+2
* Add --debug=explain to the man page. (How did we miss this?)Steven Knight2005-11-011-0/+3
* Have the QT UIC Scanner use the env.FindFile method. (Leanid Nazdrynau)Steven Knight2005-10-131-0/+3
* On Windows, the Intel Fortran compiler (ifort) uses -object: instead of -o as...Steven Knight2005-10-101-0/+4
* Improve intelc.py so it doesn't throw an exception if a version other than ia...Steven Knight2005-10-101-0/+3
* Put quotes around the -C directory in command lines in MSVS project files.Steven Knight2005-10-091-0/+3
* Get rid of the last tabs in the source files and have the TestSCons infrastru...Steven Knight2005-10-091-0/+4
* Move /opt/bin to between /usr/local/bin and /bin on the default POSIX path.Steven Knight2005-10-081-1/+2
* Remove old, same-named files from a build directory if the file in the source...Steven Knight2005-10-081-0/+4
* MSVC.py improvements: new MSVSSolution() Builder, new variables to contro ge...Steven Knight2005-10-081-0/+5
* When deleting a variable from an OverrideEnvironment, do not throw an excepti...Steven Knight2005-10-081-0/+4
* Add /sw/bin to the default PATH on Darwin systems. (Greg Noel) Add /opt/bin...Steven Knight2005-10-081-0/+6
* Handle failure to chmod() the .sconsign.dblite file, if it's owned by another...Steven Knight2005-10-081-0/+3
* Add $CONFIGURELOG and $CONFIGUREDIR values to support specification of the co...Steven Knight2005-10-041-0/+5
* Report removal of multiple targets correctly when using -n -c. (Patrick Mezard)Steven Knight2005-10-021-0/+3
* When building a .jar file and $JARCHDIR is set, prefix each .class file with ...Steven Knight2005-09-291-0/+5
* Check all targets when deciding if a target is up to date. (Patrick Mezard)Steven Knight2005-09-261-0/+6
* Fix a bug in the signature refactoring that caused some generated .h files to...Steven Knight2005-09-251-0/+6
* More efficient checking for on-disk file entries.Steven Knight2005-09-251-0/+5
* Fix leftover SCons.Util references. (Ralf W. Grosse-Kunstleve and Patrick Me...Steven Knight2005-09-241-0/+5
* On Solaris, enable the -KPIC option by default when compiling shared objects,...Steven Knight2005-08-241-0/+12
* Add f90 and f95 to the list of Fortran compilers searched by default.Steven Knight2005-08-221-0/+3
* Handle Fortran MODULE definitions in the same file. (Craig Scott)Steven Knight2005-08-211-0/+3
* Have Visual Studio echo that we're using SCons to build things, to work aroun...Steven Knight2005-08-201-0/+6
* Update more tests to use the new skip_test() method. Replace a CHANGES.txt c...Steven Knight2005-08-141-0/+2
* Fix conversion and comparison of Boolean values. (Craig Scott)Steven Knight2005-08-131-2/+6
* Allow modification of BUILD_TARGETS from with SConscript files. (Stanislav B...Steven Knight2005-08-131-0/+2
* Handle Visual Studio project and solution files in Unicode. (Chen Lee)Steven Knight2005-08-131-0/+2
* Add %SYSTEMDRIVE% to the list of Windows variables preserved. (Chris Prince)Steven Knight2005-08-131-0/+3
* Enhance EnsureSConsVersion() to take revision numbers, too. (Amir Szekely)Steven Knight2005-08-121-0/+2
* Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary Oberbru...Steven Knight2005-08-121-0/+14
* Look up Fortran modules relative to . (Craig Scott)Steven Knight2005-08-111-0/+5
* Remove an old comment from DirScanner.py. (Chad Austin) Update overlooked c...Steven Knight2005-08-111-0/+7
* Add a --raw option to the sconsign script.Steven Knight2005-06-251-0/+3
* Add a --diskcheck option to control looking on-disk for things.Steven Knight2005-06-101-0/+5
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...Steven Knight2005-06-071-0/+5
* More efficient Builder.src_suffixes() calculation and matching.Steven Knight2005-06-021-0/+2
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-0/+4
* Fix the Java parser's handling of backslashes. (Leanid Nazdrynau)Steven Knight2005-05-301-0/+4
* Add a brief description of env.subst() to the man page. (Karol Pietrzak)Steven Knight2005-05-301-0/+2
* Fix lookups of same-named files.Steven Knight2005-05-291-0/+5
* Get rid of the requirement that a source directory must be under the SConstru...Steven Knight2005-05-151-0/+3
* Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...Steven Knight2005-05-141-0/+3
* Fix a man page keyword argument for Command(). (Bjorn Eriksson)Steven Knight2005-05-091-0/+4
* Avoid rebuilds when otherwise unmodified Python function Actions move within ...Steven Knight2005-05-081-0/+4
* Add support for 64-bit Intel 9.0 beta compiler on Linux. (Gary Oberbrunner)Steven Knight2005-05-081-1/+1
* Add --include-dir and the source directory when calling the MinGW resource co...Steven Knight2005-05-071-0/+5
* Fix a User's Guide example. (Sanjoy Mahajan)Steven Knight2005-05-071-1/+2