rt-thread/tools
Grissiom d33df46f19 tools: fix SrcRemove on empty src
If the src is empty list, it will crash at:

    IndexError: list index out of range:
      File "/home/xxx/src/SConstruct", line 39:
        objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=True)
      ...
      File "/home/xxx/src/drivers/SConscript", line 12:
        SrcRemove(src, src_need_remove)
      File "/home/rt-thread-stable/tools/building.py", line 496:
        if type(src[0]) == type('str'):
2014-10-08 18:03:12 +08:00
..
tools travis: add scan-build in PATH 2013-09-07 18:31:05 +08:00
auto-ci.py Add detail build result 2013-02-02 17:36:34 +08:00
buildbot.py add buildbot script. 2012-01-08 03:14:19 +00:00
building.py tools: fix SrcRemove on empty src 2014-10-08 18:03:12 +08:00
codeblocks.py add a default codeblocks template. 2013-06-16 23:18:16 +08:00
cscope.py tools: add an option to generate cscope database 2013-06-19 18:02:03 +08:00
iar.py update iar.py: fixed bug when path is absolute. 2013-06-22 23:22:30 +08:00
keil.py tools/keil: preserve the order of CPPPATH 2014-08-27 11:39:34 +08:00
sconsui.py convert end of line 2013-01-08 05:05:02 -08:00
template.cbp add a default codeblocks template. 2013-06-16 23:18:16 +08:00
ua.py [scons] fix the BSP_ROOT issue in ua.py. 2014-03-25 10:04:48 +08:00
utils.py cleanup the building script in tools. 2012-02-19 09:11:35 +00:00
vs.py scons script: support to generate vs2012 project xml 2013-10-01 15:37:34 +08:00
vs2012.py scons script: support to generate vs2012 project xml 2013-10-01 15:37:34 +08:00
win32spawn.py convert end of line 2013-01-08 05:05:02 -08:00
wizard.py [scons] Change attribution for wizard.py (ci build) 2014-02-16 16:37:40 +08:00