1. Sep 12, 2018
  2. Jul 08, 2018
  3. Jul 06, 2018
  4. Apr 20, 2018
  5. Apr 12, 2018
  6. Mar 10, 2018
  7. Mar 03, 2018
  8. Feb 23, 2018
  9. Feb 08, 2018
  10. Jan 27, 2018
  11. Dec 13, 2017
  12. Nov 12, 2017
  13. Oct 05, 2017
  14. Oct 04, 2017
  15. Sep 24, 2017
    • Khem Raj's avatar
      clang: Switch c++ default to gnu++14 standard · a7380dfd
      Khem Raj authored
      
      Using cmdline options -std doesnt always work e.g. boost
      where it uses c++ driver (clang++) to invoke compilation
      but then passes '-x c' to choose the language for compilation
      
      Which ends in errors like below
      
      error: invalid argument '-std=c++14' not allowed with 'C'
      
      Therefore change the defaults in driver itself to use gnu++14
      which is default with g++ from gcc7+ too.
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      a7380dfd
  16. Sep 21, 2017
  17. Sep 20, 2017
  18. Sep 19, 2017