Skip to content
Snippets Groups Projects
  1. Apr 17, 2015
    • est31's avatar
      Fix path detection with --std= parameter · 4abb96fb
      est31 authored
      Fixes path detection when compilers have been told to follow a standard, e.g. with -DCMAKE_CXX_FLAGS=--std=c++98.
      To see the passed defines, try this with and without the --std parameter:
      gcc -E -dM --std=c99 - < /dev/null | grep linux
      4abb96fb
    • est31's avatar
      Fix build for < C++11 since last commit · b318c471
      est31 authored
      Build broke since last commit 479f3897 for compilers not supporting C++11.
      Pre C++11, the constructor of std::ifstream only allows C like strings.
      b318c471
  2. Apr 16, 2015
  3. Apr 14, 2015
  4. Apr 13, 2015
  5. Apr 12, 2015
  6. Apr 11, 2015
  7. Apr 08, 2015
  8. Apr 07, 2015
  9. Apr 06, 2015
  10. Apr 05, 2015
  11. Apr 03, 2015
  12. Apr 02, 2015
  13. Apr 01, 2015
Loading