summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-252-60/+297
* Delete properties interfering with clean .jpg checkout.Steven Knight2006-05-071-0/+0
* Add a NoClean() function. (Steven Johnson)Steven Knight2006-02-1311-185/+410
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-214-14/+14
* Add a --debug=taskmaster option to print traces of what it's doing on its stack.Steven Knight2005-12-182-1/+13
* Add mention of LIBSUFFIXES in the SharedLibrary() example for overriding SHLI...Steven Knight2005-12-161-2/+9
* Bring CVS back in sync.Steven Knight2005-11-172-3002/+673
* Allow explicit target_factory=Dir with Builders that make a directory to over...Steven Knight2005-11-151-1511/+145
* Make all relevant builders of .tex and .ltx files consistent with respect to ...Steven Knight2005-11-071-0/+9
* Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT...Steven Knight2005-11-061-2/+40
* Add support for an explicit SCONS_HOME variable for writing the SCons executi...Steven Knight2005-11-061-0/+9
* Add use of $CPPDEFINES to $RCCOM on MinGW. (Amir Szekely)Steven Knight2005-11-061-3/+6
* Add Visual Studio support for SCC Provider variables. (Dobes Vandermeer)Steven Knight2005-11-051-0/+75
* Add support for a $INSTALLSTR string. (Christoph Schulz)Steven Knight2005-11-051-0/+8
* Add --debug=explain to the man page. (How did we miss this?)Steven Knight2005-11-011-0/+10
* Better document the "raw" option to env.subst() for people that want to prese...Steven Knight2005-10-081-6/+22
* MSVC.py improvements: new MSVSSolution() Builder, new variables to contro ge...Steven Knight2005-10-081-41/+198
* Add $CONFIGURELOG and $CONFIGUREDIR values to support specification of the co...Steven Knight2005-10-041-0/+19
* Document the necessity of passing in "target" to and "source" to env.subst() ...Steven Knight2005-09-211-2/+58
* Documentation fixes.Steven Knight2005-08-151-2/+24
* Add a Dirs() function that can be used in hBcexpansions. (Stanislav Baranov)Steven Knight2005-08-131-15/+15
* Handle Visual Studio project and solution files in Unicode. (Chen Lee)Steven Knight2005-08-131-9/+13
* Add %SYSTEMDRIVE% to the list of Windows variables preserved. (Chris Prince)Steven Knight2005-08-131-2/+6
* Enhance EnsureSConsVersion() to take revision numbers, too. (Amir Szekely)Steven Knight2005-08-121-4/+11
* Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary Oberbru...Steven Knight2005-08-121-2/+57
* Look up Fortran modules relative to . (Craig Scott)Steven Knight2005-08-111-2/+2
* Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson)Steven Knight2005-08-061-0/+8
* Add a --raw option to the sconsign script.Steven Knight2005-06-251-0/+6
* Add a --diskcheck option to control looking on-disk for things.Steven Knight2005-06-101-1/+41
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...Steven Knight2005-06-071-1/+2
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-0/+16
* Add a brief description of env.subst() to the man page. (Karol Pietrzak)Steven Knight2005-05-301-1/+14
* Clarify the man page description of --max-drift.Steven Knight2005-05-291-4/+9
* Fix a man page keyword argument for Command(). (Bjorn Eriksson)Steven Knight2005-05-091-2/+2
* Fix a User's Guide example. (Sanjoy Mahajan)Steven Knight2005-05-074-5/+15
* Add RPATH (-R) support to the sun linker. (Karol Pietrzak)Steven Knight2005-05-071-1/+2
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-5/+28
* More flexible (and Make-like) ignoring command exit status, and suppressing p...Steven Knight2005-04-261-2/+56
* Allow configurability of yacc-generated header files suffixes.Steven Knight2005-04-101-0/+28
* Fix a bad example in the man page. (Sanjoy Mahajan)Steven Knight2005-04-051-1/+1
* Fix misplaced line in the man page. (Greg Ward)Steven Knight2005-04-051-6/+7
* Allow toolpath to be stored in the environment and re-used for Copy() and Too...Steven Knight2005-03-241-1/+14
* Make the GenerateHelpText format easily configurable.Steven Knight2005-03-061-4/+34
* Add support for Objective C/C++ .m and .mm file extensions. (Timothee Besset)Steven Knight2005-02-281-1/+7
* Accumulated documentation changes.Steven Knight2005-02-1585-698/+5540
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-2/+46
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-9/+82
* Improve --debug=count to get an idea of when different objects are created.Steven Knight2005-01-121-3/+5
* More performance improvements?Steven Knight2005-01-121-0/+7
* Support 'from SConsScript import *' to allow Python modules imported by SCons...Steven Knight2005-01-081-0/+24