1. 02 11月, 2014 3 次提交
  2. 01 11月, 2014 20 次提交
  3. 30 10月, 2014 2 次提交
  4. 29 10月, 2014 1 次提交
  5. 28 10月, 2014 1 次提交
  6. 27 10月, 2014 1 次提交
  7. 21 10月, 2014 2 次提交
  8. 20 10月, 2014 2 次提交
  9. 14 10月, 2014 6 次提交
  10. 08 10月, 2014 2 次提交
    • B
      Merge pull request #351 from grissiom/fix-tools-srcremove · a4bb77d0
      Bernard Xiong 提交于
      tools: fix SrcRemove on empty src
      a4bb77d0
    • G
      tools: fix SrcRemove on empty src · d33df46f
      Grissiom 提交于
      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'):
      d33df46f