Skip to content
Snippets Groups Projects
  1. Oct 15, 2018
  2. Sep 25, 2018
  3. Sep 23, 2018
    • Daniel Agar's avatar
      sanitizers cleanup (#10551) · 18a0b399
      Daniel Agar authored
       - add to AddressSanitizer and UndefinedBehaviorSanitizer to CMAKE_BUILD_TYPE options
       - handle environment variable helpers outside of CMake
       - add -O1 optimization
       - cleanup whitespace
      Unverified
      18a0b399
  4. Aug 25, 2018
  5. Aug 17, 2018
  6. Aug 12, 2018
  7. Aug 05, 2018
  8. Jul 30, 2018
  9. Jun 12, 2018
  10. May 28, 2018
  11. May 09, 2018
    • Matthias Grob's avatar
      Makefile: fix parameter -e printed by echo · ef7e8856
      Matthias Grob authored
      It seems that on linux only inside a makefile the parameter after the echo
      command gets printed if no single quoted sting comes afterwards so I had
      to switch to single quotes such that I can use the parameter.
      ef7e8856
    • Matthias Grob's avatar
      Makefile: fix color output of makefile echos · 4e139d24
      Matthias Grob authored
      Force interpretation of backslash escapes with the parameter -e of echo.
      Switch to a lighter blue because on certain terminals default blue is
      hard to read on black background.
      4e139d24
  12. May 06, 2018
  13. Apr 30, 2018
  14. Apr 14, 2018
  15. Jan 14, 2018
  16. Jan 09, 2018
  17. Jan 08, 2018
  18. Jan 02, 2018
  19. Dec 18, 2017
  20. Dec 15, 2017
  21. Nov 22, 2017
  22. Oct 20, 2017
  23. Oct 17, 2017
  24. Oct 09, 2017
  25. Oct 05, 2017
  26. Oct 04, 2017
  27. Sep 30, 2017
    • Lucas De Marchi's avatar
      build: get rid of annoying CMake warning (#8033) · fa458cdf
      Lucas De Marchi authored
      Depending on the CMake version when we are configuring it emits a
      warning about deprecation of CMAKE_FORCE_CXX_COMPILER. However we
      rely on this macro and don't want to do what CMAKE_CXX_COMPILER
      is doing. Here is what I get with CMake 3.9.1:
      
      	CMake Deprecation Warning at /usr/share/cmake/Modules/CMakeForceCompiler.cmake:83 (message):
      	  The CMAKE_FORCE_CXX_COMPILER macro is deprecated.  Instead just set
      	  CMAKE_CXX_COMPILER and allow CMake to identify the compiler.
      	Call Stack (most recent call first):
      	  cmake/toolchains/Toolchain-arm-none-eabi.cmake:37 (cmake_force_cxx_compiler)
      	  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:94 (include)
      	  CMakeLists.txt:263 (project)
      
      Avoid the warning by passing -Wno-deprecated to cmake.
      fa458cdf
  28. Sep 29, 2017
Loading