summaryrefslogtreecommitdiffstats
path: root/doc/user/actions.in
Commit message (Collapse)AuthorAgeFilesLines
* - removed *.in files from the user guideDirk Baechle2013-05-031-404/+0
|
* Fix XML in documentation, and in the bin/scons-doc.py script that generatesSteven Knight2010-04-051-2/+2
| | | | the User's Guide XML from the .in files' SGML.
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-9/+173
| | | | | | | | | | | | | | | | | | | | | | 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. ........
* Branch for documentation changes.Steven Knight2004-08-161-1/+1
|
* Branch for User's Guide changes.Steven Knight2003-08-161-0/+240