summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Defaults.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Portability fixes for tests.Steven Knight2003-08-191-2/+2
* Branch for User's Guide changes.Steven Knight2003-08-161-1/+1
* Add support for a platform-independent CPPDEFINES variable.Steven Knight2003-08-021-0/+34
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-73/+1
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-0/+1
* Only create a default Environment when asked to. (Chad Austin)Steven Knight2003-07-221-0/+10
* When an input yacc file ends in .yy and the yacc -d flag is used, expect a ge...Steven Knight2003-07-021-8/+13
* Clean-ups in preparation for release: doc and comment changes, comment out S...Steven Knight2003-03-261-1/+1
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-0/+6
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-10/+30
* Make the Install() method copy files (by default).Steven Knight2003-02-121-1/+12
* Fix library dependencies when the prefix is specified explicitly.Steven Knight2003-01-211-11/+28
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Make shared/static objects less irritating. (Anthony Roach)Steven Knight2003-01-181-6/+6
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-2/+0
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-061-4/+4
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-071-0/+51
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-031-0/+3
* Add SHOBJPREFIX AND SHOBJSUFFIX.Steven Knight2002-10-011-3/+3
* Win32 portability fixes. (Charles Crain)Steven Knight2002-07-151-15/+19
* Add support for assembly language (.s and .S) Tools. Still needs support for...Steven Knight2002-06-271-0/+4
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-529/+71
* Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)Steven Knight2002-06-151-128/+123
* Add a native Fortran include scanner.Steven Knight2002-06-121-20/+23
* Changes from Charles Crain.Steven Knight2002-06-051-26/+32