Skip to content
Snippets Groups Projects
  1. Aug 23, 2017
  2. Apr 27, 2017
  3. Apr 04, 2017
  4. Mar 31, 2017
  5. Feb 28, 2017
  6. Feb 15, 2017
  7. Feb 07, 2017
  8. Feb 02, 2017
  9. Jan 30, 2017
  10. Dec 23, 2016
  11. Dec 20, 2016
  12. Dec 15, 2016
  13. Dec 02, 2016
  14. Nov 18, 2016
  15. Oct 12, 2016
  16. Sep 30, 2016
  17. Sep 28, 2016
  18. Sep 27, 2016
  19. May 19, 2016
  20. May 09, 2016
  21. Apr 21, 2016
  22. Apr 04, 2016
  23. Mar 30, 2016
  24. Feb 19, 2016
  25. Feb 15, 2016
  26. Dec 03, 2015
  27. Nov 03, 2015
  28. Jul 21, 2015
  29. Jul 17, 2015
    • Cristian Maglie's avatar
      Enable C11/C++11 · 1f09fc96
      Cristian Maglie authored
      See https://github.com/arduino/Arduino/pull/2175
      
      Quoting the original commits from Matthijs Kooijman:
      
          Enable C++11 support
      
          This uses the gnu++11 standard, which is C++11 with GNU extensions.
          C++11 should be full compatible with the previously used C++98
          standards, so all pre-existing sketches should continue to work.
      
          Enable C11 support
      
          This uses the gnu11 standard, which is C11 with GNU extensions.
          Previously, gnu89 was being used, which is pretty ancient by now. C99
          brings some important improvements, some of which were already available
          and used even without this option. C11 is more recent and brings more
          minor improvements. Most notable feature is the static_assert statement,
          allowing checking invariants at compiletime using the full C
          expressions.
      1f09fc96
  30. Jul 01, 2015
Loading