Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip empty cmdline args as targets | Mats Wichmann | 2021-03-25 | 1 | -4/+18 |
| | | | | | | | | | | | | Previously, quoted empty arguments like '', '""', "''" were added to targets, which had some side effects - a blank would eventually turn into a Node for the top directory, meaning Default calls were ignored since a target is specified and thus the whole tree will be built. Fixes #2986 Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Resolving a batch of failing tests for python 2.7. | William Blevins | 2016-01-24 | 1 | -14/+14 |
| | | | | Note: please evaluate python 3.X compliance. | ||||
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -12/+12 |
| | | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1. | ||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
| | |||||
* | Allow modification of BUILD_TARGETS from with SConscript files. (Stanislav ↵ | Steven Knight | 2005-08-13 | 1 | -0/+31 |
| | | | | Baranov) | ||||
* | Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables. | Steven Knight | 2003-11-07 | 1 | -0/+109 |