summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/SConscript.xml
Commit message (Collapse)AuthorAgeFilesLines
* Work on Default docu wording a bit moreMats Wichmann2019-01-191-0/+4
| | | | | | | An earlier change updated some examples, this makes some tweaks to the wording as well for Default, DEFAULT_TARGETS, etc. to clarify. Signed-off-by: Mats Wichmann <mats@linux.com>
* Add tests for SConscript(must_warn) optionMats Wichmann2018-07-281-6/+7
| | | | | | | | | | | | | | Testcases added to confirm the behavior of: first attempt to call a non-existent script gives a deprecation warning, additional ones give plain warning; True/False values for must_warn behave as expected; if scons default is changed to exception the call fails but if must_warn=False it still works. Tweaked the logic to actually get that last bit to work. Also minor doc update. Signed-off-by: Mats Wichmann <mats@linux.com>
* Add ability for SConscript to fail on missing scriptMats Wichmann2018-07-211-4/+14
| | | | | | | | | | | | | | | SConscript call now takes an optional must_exist flag, which defaults to False for compatiility with current behavior. If True, an exception is raised if the file is missing. To improve readability, the decision is moved off to a new function rather than being inline in _SConscript. A global setting to control the overall behavior is also added. A deprecation warning is added for the current behavior, which is printed only once. Signed-off-by: Mats Wichmann <mats@linux.com>
* Added help for pull request #226William Deegan2015-09-281-5/+11
|
* - 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-38/+125
|
* Move the authoritative source for functions from the man page to variousSteven Knight2010-07-211-0/+509
.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.