1. 07 9月, 2013 4 次提交
    • G
      travis: auto build the simulator · 0168048f
      Grissiom 提交于
      Building is only the first step. Correctness is what we need. There are
      already many GCC builds for other bsp so GCC building for simulator is
      not important. So I use clang-analyze to check all the source codes in
      simulator project. Hope it will help us.
      0168048f
    • G
      simulator: add clang-analyze tool support · 35cac170
      Grissiom 提交于
      When CROSS_TOOL or 'RTT_CC' env is setted to 'clang-analyze', it will
      use Clang to check the codes.
      35cac170
    • G
      Scons: add a custom tool to do clang static analyze · c289aa9f
      Grissiom 提交于
      Bsps can use the clang analyzer as a tool:
      
          env = Environment(toolpath=[os.path.join(RTT_ROOT, 'tools',
                            'tools')], tools = ['clang-analyze'])
      
      When building the project, the static analyzer will be called to check
      all the C code. The warnings are print to stderr.
      c289aa9f
    • G
      Scons: run `clang -Wall -fsyntax-only` in clang-analyze · 3b4f3f59
      Grissiom 提交于
      The `clang -fsyntax-only` will give us additional warning messages in
      the console.
      3b4f3f59
  2. 06 9月, 2013 2 次提交
  3. 04 9月, 2013 1 次提交
  4. 03 9月, 2013 4 次提交
  5. 02 9月, 2013 1 次提交
  6. 01 9月, 2013 1 次提交
  7. 31 8月, 2013 3 次提交
  8. 27 8月, 2013 1 次提交
  9. 22 8月, 2013 2 次提交
  10. 21 8月, 2013 1 次提交
  11. 20 8月, 2013 4 次提交
  12. 19 8月, 2013 13 次提交
  13. 12 8月, 2013 2 次提交
  14. 09 8月, 2013 1 次提交