summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Defaults.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-8/+28
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-7/+14
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-6/+33
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-0/+2
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-31/+5
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-82/+37
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-10/+79
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-1/+0
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-2/+6
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-9/+30
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-271-0/+1
* Fix DVIPDF tests, refactor various TeX Tool modules.Steven Knight2005-12-161-23/+0
* Add a TeX emitter to cover removal of .aux and .log files. (Joel B. Mohler)Steven Knight2005-11-281-2/+4
* Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT...Steven Knight2005-11-061-0/+4
* Add support for a $INSTALLSTR string. (Christoph Schulz)Steven Knight2005-11-051-0/+1
* Add $CONFIGURELOG and $CONFIGUREDIR values to support specification of the co...Steven Knight2005-10-041-0/+2
* Document the necessity of passing in "target" to and "source" to env.subst() ...Steven Knight2005-09-211-9/+7
* Give the subst logic its own SCons.Subst module. It's big enough.Steven Knight2005-09-191-2/+3
* Add a Dirs() function that can be used in hBcexpansions. (Stanislav Baranov)Steven Knight2005-08-131-0/+1
* Handle Visual Studio project and solution files in Unicode. (Chen Lee)Steven Knight2005-08-131-4/+4
* Accumulated documentation changes.Steven Knight2005-02-151-4/+0
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-0/+6
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-32/+12
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-33/+56
* Add LoadableModule support. (Michael McCracken)Steven Knight2005-01-071-0/+1
* More display customizability: , . (Also add the missing , for completeness,...Steven Knight2004-11-151-3/+2
* Add more command-line customizability: and .Steven Knight2004-11-151-2/+2
* More command-line configurability: , .Steven Knight2004-11-151-2/+2
* More command-line customization: , .Steven Knight2004-11-151-2/+2
* Easier customization of printable strings for , and .Steven Knight2004-11-151-3/+3
* Add a name to the default ObjSourceScanner. (Kevin Quick)Steven Knight2004-10-061-1/+1
* Allow LIBS to contain lists of lists.Steven Knight2004-09-181-0/+2
* Fix Delete action for non-existent files and must_exist=1 under Python 2.3. ...Steven Knight2004-09-151-1/+1
* Allow to contain File Nodes. Have ParseConfig add libraries to . Add suppo...Steven Knight2004-09-011-9/+15
* Delete() should not blow up if what it's deleting doesn't exist.Steven Knight2004-08-191-3/+7
* Add Fortran 90/95 support. (Chris Murray)Steven Knight2004-07-291-16/+1
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-0/+3
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-1/+12
* Move Action initializations for common default COM values from Tool/*.py to D...Steven Knight2004-05-161-0/+8
* Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch().Steven Knight2004-04-191-0/+56
* Filter null values from the _concat() list. (Chad Austin)Steven Knight2004-04-141-11/+12
* Add support for extending the suffixes a scanner knows about.Steven Knight2004-04-101-1/+18
* Add a D language Tool. (Andy Friesen)Steven Knight2004-03-081-1/+4
* Refactor path-substitution logic into an Environment method.Steven Knight2004-03-051-23/+15
* Make the static/shared object check work even if the object was already created.Steven Knight2004-01-101-43/+39
* Miscellaneous changes: update a call to env.subst(); white space cleanup in ...Steven Knight2004-01-041-1/+1
* Restore the ability for _stripixes() to call a custom _concat() function in t...Steven Knight2003-11-251-1/+6
* Allow LIBS to be a single element, not a list, and allow it to contain File n...Steven Knight2003-11-091-0/+2
* More Environment method conversions:Steven Knight2003-10-131-12/+1
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-121-0/+3