summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/SConscript.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add WhereIs() functionality.Steven Knight2002-03-271-1/+2
|
* Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its ↵Steven Knight2002-03-241-3/+2
| | | | name.
* Changes to the CommandGenerator functionality. (Charles Crain)Steven Knight2002-03-081-0/+1
|
* Allow the exported variables in an SConscript() call to be a UserList, too.Steven Knight2002-02-101-4/+6
|
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
|
* Task 45350 - Add passing of custom command-line arguments.Steven Knight2002-01-181-2/+8
|
* Add Action() and Scanner() the list of global variables.Steven Knight2002-01-151-16/+19
|
* Make the Default() method accomodate targets with white space in the file name.Steven Knight2002-01-121-2/+2
|
* Fix using a directory as Default().Steven Knight2002-01-111-1/+1
|
* Add command-line redirection (Charles Crain).Steven Knight2002-01-111-0/+2
|
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-291-17/+20
|
* Make Default work with subdirectories.Steven Knight2001-12-221-1/+1
|
* Create the Script directorySteven Knight2001-12-211-0/+176