1. 31 1月, 2015 2 次提交
  2. 28 1月, 2015 1 次提交
  3. 31 12月, 2014 1 次提交
  4. 06 12月, 2014 1 次提交
  5. 23 11月, 2014 1 次提交
  6. 30 10月, 2014 1 次提交
  7. 28 10月, 2014 1 次提交
  8. 14 10月, 2014 1 次提交
  9. 01 9月, 2014 1 次提交
  10. 22 8月, 2014 2 次提交
  11. 03 8月, 2014 2 次提交
  12. 31 7月, 2014 1 次提交
  13. 25 6月, 2014 1 次提交
  14. 12 4月, 2014 1 次提交
  15. 24 11月, 2013 1 次提交
  16. 08 9月, 2013 1 次提交
  17. 05 4月, 2013 1 次提交
  18. 23 3月, 2013 1 次提交
  19. 13 1月, 2013 1 次提交
  20. 11 1月, 2013 1 次提交
    • G
      Newlib: link with libm in default. · 8ad12057
      Grissiom 提交于
      libm is a frequently used lib. Newlib is compiled with
      -ffunction-sections in recent GCC tool chains. The linker would just
      link in the functions that have been referenced. So setting this won't
      result in bigger text size.
      8ad12057
  21. 10 1月, 2013 1 次提交
    • G
      remove math code for newlib · 3ef52371
      Grissiom 提交于
      Newlib already have optimized and full featured math implementation. To
      use it, one should add:
      
          env['LIBS'] = ['m']
      
      or equivalent to the SConstruct.
      3ef52371
  22. 09 1月, 2013 1 次提交
    • G
      fix math.h · 1bb22a0a
      Grissiom 提交于
      Declare sin/cos and M_PI in math.h.
      1bb22a0a
  23. 08 1月, 2013 1 次提交
  24. 11 12月, 2012 1 次提交
  25. 24 11月, 2012 1 次提交
  26. 23 11月, 2012 3 次提交
  27. 22 11月, 2012 1 次提交
  28. 13 11月, 2012 2 次提交
  29. 12 11月, 2012 1 次提交
  30. 09 10月, 2012 2 次提交
  31. 13 7月, 2012 1 次提交
  32. 06 7月, 2012 1 次提交
  33. 30 6月, 2012 1 次提交