summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Documentation fixes.Steven Knight2005-08-151-2/+24
| | | | Improve man page explanation of impact of not having external environment variables automatically imported. Fix cut-and-paste errors in descriptions of AppendENVPath() and Prepend(). Correct the __doc__ string for get_visualstudio_versions().
* 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 ↵Steven Knight2005-08-121-2/+57
| | | | Oberbrunner)
* 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. ↵Steven Knight2005-06-071-1/+2
| | | | Add size info to the File information we collect.
* 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 ↵Steven Knight2005-04-261-2/+56
| | | | printing of a command.
* 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 ↵Steven Knight2005-03-241-1/+14
| | | | Tool() calls. (Chad Austin)
* 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 ↵Steven Knight2005-02-141-9/+82
| | | | Scanners that env.Object() can use.
* 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 ↵Steven Knight2005-01-081-0/+24
| | | | SConscript files to get at the global builders and functions more easily.
* Add LoadableModule support. (Michael McCracken)Steven Knight2005-01-071-0/+45
|
* Finish the display-customization variables: , , , , , and .Steven Knight2005-01-071-4/+41
|
* More command-line customizability: , , , , , , .Steven Knight2005-01-061-1/+32
|
* Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ↵Steven Knight2005-01-051-5/+15
| | | | case someone has a reason to need to allow duplicates.
* Have ParseDepends() env.subst() the specified file name. Add an only_one ↵Steven Knight2005-01-041-2/+24
| | | | keyword argument that will sanity check that the file only contains one dependency target.
* Add a PathOptions.PathAccept validator. (Kevin Quick)Steven Knight2005-01-033-0/+223
|
* Intel C compiler improvements. (Gary Oberbrunner)Steven Knight2004-12-311-0/+5
|
* More command-line customizability: , , , , .Steven Knight2004-12-031-0/+28
|
* More command-line customizability: and .Steven Knight2004-12-011-0/+19
|
* Add the ability to map keywords to ListOption (like we already do with ↵Steven Knight2004-11-231-1/+9
| | | | EnumOption).
* More command-line output customizability: , , , .Steven Knight2004-11-211-0/+38
|
* Add a --debug=stree option to show Node status. (Kevin Quick)Steven Knight2004-11-211-0/+6
|
* Add more customizability: , , , .Steven Knight2004-11-201-1/+25
|
* Add Fortran COMSTR variables for output customizability.Steven Knight2004-11-201-0/+47
|
* Add support for new tools: Metroworks CodeWarrior compiler and linker ↵Steven Knight2004-11-191-0/+11
| | | | (Russell Yanofsky); new Intel C compiler (Gary Oberbrunner).
* More display customizability: , . (Also add the missing , for ↵Steven Knight2004-11-151-0/+25
| | | | completeness, and gets rid of the unused SCons.Defaults.DAction object.)
* Add more command-line customizability: and .Steven Knight2004-11-151-0/+18
|
* More command-line configurability: , .Steven Knight2004-11-151-0/+20
|
* More command-line customization: , .Steven Knight2004-11-151-2/+20
|