summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/SConscript.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Only create a default Environment when asked to. (Chad Austin)Steven Knight2003-07-221-1/+1
|
* Fix Import('*')Steven Knight2003-06-131-2/+2
|
* Fix Options.Update().Steven Knight2003-06-091-2/+2
|
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-2/+7
|
* Refactor to use real Nodes for command-line attributes and eliminate ↵Steven Knight2003-05-061-3/+3
| | | | PathList. (Charles Crain)
* Add Python Value Nodes. (Chad Austin)Steven Knight2003-05-011-0/+2
|
* Provide uniform access to (some) command-line options. (Anthony Roach)Steven Knight2003-04-301-10/+19
|
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-0/+2
|
* Make Export() work for local variables. (Anthony Roach)Steven Knight2003-04-201-22/+45
|
* Add Alias() global function. (Anthony Roach)Steven Knight2003-04-181-0/+9
|
* Change the names of the Set{Build,Content}SignatureType() functions.Steven Knight2003-04-141-0/+14
|
* Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ↵Steven Knight2003-03-301-11/+9
| | | | (Charles Crain)
* Fix a side effect of chdir to SConscript directory.Steven Knight2003-03-271-1/+7
|
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-4/+5
|
* Change the default SConscriptChdir() behavior to NOT chdir to the SConscript ↵Steven Knight2003-03-151-2/+11
| | | | directory.
* Document the -f option correctly, support building a parallel tree by ↵Steven Knight2003-03-141-16/+31
| | | | pointing to an SConstruct file using -f.
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-031-0/+4
|
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument ↵Steven Knight2003-02-261-14/+26
| | | | to SConscript(). (Charles Crain)
* Support fetching SConscript files from source code management systems.Steven Knight2003-02-211-0/+13
|
* Disable annotation of nodes with the calling stack frame.Steven Knight2003-02-111-2/+5
|
* Support more intuitive build directory specifications as arguments to ↵Steven Knight2003-02-101-4/+18
| | | | SConscript().
* Annotate objects with their creation SConscript and line.Steven Knight2003-02-091-2/+26
|
* Change the default behavior when no arguments are specified to building ↵Steven Knight2003-02-051-2/+7
| | | | everything in (or below) the current directory.
* Add CacheDir support.Steven Knight2003-02-031-0/+1
|
* Add AddPreAction() and AddPostAction() methods. (Charles Crain)Steven Knight2003-01-201-0/+13
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Fix bug in Clean() functionality. (Steve Leblanc)Steven Knight2003-01-161-4/+9
|
* Implement the Clean() function.Steven Knight2002-12-271-0/+17
|
* Add functions for getting and setting the number of jobs. (Anthony Roach)Steven Knight2002-12-101-0/+14
|
* Document Repository and other methods, plus some added documentation to ↵Steven Knight2002-11-131-8/+8
| | | | SCons.Node and SCons.Node.FS.
* Support special characters in file names. (Charles Crain)Steven Knight2002-11-131-0/+1
|
* Add the ParseConfig() method. (Steve Leblanc)Steven Knight2002-11-121-1/+2
|
* Add a function to choose content signature type. (Anthony Roach)Steven Knight2002-11-041-1/+14
|
* Add Python and SCons version checking functions. (Anthony Roach)Steven Knight2002-10-101-0/+25
|
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-6/+5
| | | | we're building targets.
* Add customizable variable helper. (Anthony Roach)Steven Knight2002-09-261-0/+6
|
* Add Local() functionality to Repository support.Steven Knight2002-08-061-0/+9
|
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-5/+5
|
* Repository support (first cut).Steven Knight2002-07-171-3/+4
|
* Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ↵Steven Knight2002-07-121-0/+15
| | | | SetBuildSignatureType() function. (Anthony Roach)
* Allow build directories outside the SConstruct tree; add a FindFile() ↵Steven Knight2002-07-101-0/+5
| | | | function to search for files with a specified name; add to the shared-object g++ and gcc command lines. (Charles Crain)
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+2
|
* Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)Steven Knight2002-06-151-2/+6
|
* Add a Platform() method.Steven Knight2002-05-091-0/+2
|
* Fix a bug that caused BuildDir(duplicate=1) along with passing a Node to ↵Steven Knight2002-05-021-1/+4
| | | | SConscript() to act as if BuildDir() wasn't used.
* Add a Split() function (like argmunge()) in anticipation of removing the ↵Steven Knight2002-05-021-0/+1
| | | | automatic white-space splitting from Builders in 0.08.
* Add 'dirs' and 'names' keyword arguments to SConscript for easier ↵Steven Knight2002-04-291-36/+87
| | | | specification of subsidiary SConscript files. (Chad Austin)
* Fix importing of modules from the SConscript directory (Anthony Roach)Steven Knight2002-04-161-1/+9
|
* Change to SConscript directory when reading it. (Steve Leblanc)Steven Knight2002-04-111-0/+15
|