summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Environment.xml
Commit message (Collapse)AuthorAgeFilesLines
* Use print() function to fix py2/3Craig Rodrigues2017-03-101-1/+1
|
* fix typo in Decider documentation.William Deegan2016-08-181-2/+2
|
* Glob exclude parameter can now be a string or a list of stringsAlexandre Feblot2015-04-291-1/+1
|
* Fix typo in the docAlexandre Feblot2015-04-251-1/+1
|
* Add an exclude parameter to Glob(), to allow excluding some elements ↵Alexandre Feblot2015-04-251-1/+12
| | | | matching the main pattern
* - added doc editor configuration for XXE5Dirk Baechle2014-01-191-2/+2
| | | | | - added missing icons for XXE4 - adapted schema location, such that the validation works properly in SernaFree and XXE
* - switched to different schemaLocation URIDirk Baechle2013-05-031-1/+1
|
* - rewrote all tool/builder docs to new SCons XSDDirk Baechle2013-05-031-126/+595
|
* Fix <variablelist> formatting in some new function definitions: make someSteven Knight2010-08-021-18/+32
| | | | | overlooked terms <literal>, and rearrange tags so the regular expression substitution in bin/scons-proc.py match them.
* Issue 2551: Add an entry in the Builders section for Command(),Steven Knight2010-07-231-0/+11
| | | | with a pointer to the Function entry.
* Add the generated function documentation to the User's Guide as an appendix.Steven Knight2010-07-221-23/+18
| | | | | Fixes and refactoring in the bin/scons-proc.py script to support this. Fixes to various parts of the XML input.
* Move the authoritative source for functions from the man page to variousSteven Knight2010-07-211-0/+2951
| | | | | | .xml files (some new, some updated) next to the modules that implement them. Generate the man page using the output generated from the .xml file by bin/scons-proc.py.
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-0/+32
| | | | | | | | | | | | | | | | | | | | | | specific support for batched compilation for Microsoft Visual C/C++. Merged revisions 3819-3851,3854-3869,3871-3877,3880 via svnmerge from http://scons.tigris.org/svn/scons/branches/sgk_batch ........ r3820 | stevenknight | 2008-12-09 23:59:14 -0800 (Tue, 09 Dec 2008) | 6 lines Issue 1086: Batch compilation support: * $MSVC_BATCH to control Visual C/C++ batch compilation. * New $CHANGED_SOURCES, $CHANGED_TARGETS, $UNCHANGED_SOURCES and $UNCHANGED_TARGETS construction variables. * New Action(batch_key=, targets=) keyword arguments. ........ r3880 | stevenknight | 2009-01-07 20:50:41 -0800 (Wed, 07 Jan 2009) | 3 lines Use UniqueList objects to collect the all_children(), all_prerequisites() and all_sources() lists instead of calling uniquer_hashables() by hand. ........
* Bring CVS back in sync.Steven Knight2005-11-171-12/+10
|
* Accumulated documentation changes.Steven Knight2005-02-151-0/+157