1. 07 6月, 2018 2 次提交
  2. 04 6月, 2018 1 次提交
  3. 31 5月, 2018 1 次提交
  4. 30 5月, 2018 1 次提交
  5. 14 5月, 2018 1 次提交
    • B
      Add GCC version detection. · 6ac213d6
      Bernard Xiong 提交于
      Add cconfig.h file for different version of GCC, which is automatically
      detected and generated by scons script.
      6ac213d6
  6. 15 4月, 2018 1 次提交
  7. 07 4月, 2018 1 次提交
  8. 01 3月, 2018 1 次提交
  9. 16 1月, 2018 1 次提交
  10. 29 12月, 2017 1 次提交
  11. 02 12月, 2017 1 次提交
  12. 30 11月, 2017 1 次提交
  13. 25 11月, 2017 1 次提交
  14. 13 11月, 2017 1 次提交
  15. 06 11月, 2017 1 次提交
  16. 04 11月, 2017 1 次提交
  17. 02 11月, 2017 1 次提交
  18. 24 10月, 2017 1 次提交
  19. 31 1月, 2017 1 次提交
  20. 28 10月, 2016 1 次提交
  21. 08 3月, 2016 1 次提交
  22. 14 10月, 2015 1 次提交
  23. 11 10月, 2015 1 次提交
  24. 09 8月, 2015 1 次提交
  25. 04 8月, 2015 1 次提交
  26. 27 7月, 2015 1 次提交
  27. 25 7月, 2015 1 次提交
  28. 04 5月, 2015 1 次提交
  29. 10 4月, 2015 1 次提交
  30. 18 3月, 2015 1 次提交
  31. 14 3月, 2015 1 次提交
    • B
      [Tools] Add bsp_directory. · 1d23ce6c
      Bernard Xiong 提交于
      Add bsp_directory for PrepareModuleBuilding function and module building environment can parse rtconfig.h too.
      1d23ce6c
  32. 23 1月, 2015 1 次提交
  33. 19 11月, 2014 2 次提交
  34. 18 11月, 2014 1 次提交
  35. 08 10月, 2014 2 次提交
    • 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
    • G
      tools: preserve the order of CPPPATH/CPPDEFINES/LIBPATH/LIBS · 2c5eea4c
      Grissiom 提交于
      The order of them are important while the uniqueness has nothing to do
      with the compiling.
      2c5eea4c
  36. 06 9月, 2014 1 次提交
  37. 01 9月, 2014 1 次提交
    • G
      tools/building: remove the use of startupinfo · 51c4a3ae
      Grissiom 提交于
      The startupinfo does not have any visible effects on the building
      process and some old Python version does not have it at all. So remove
      it for the seek of simple.
      
      Tested `scons -j4` in a dual core virtual machine.
      51c4a3ae