Skip to content
Snippets Groups Projects
  1. Nov 01, 2016
  2. Oct 31, 2016
  3. Oct 30, 2016
  4. Oct 29, 2016
  5. Oct 28, 2016
  6. Oct 27, 2016
    • Tobias Hunger's avatar
      cmake-server: Better error reporting during handshake · d792491c
      Tobias Hunger authored and Brad King's avatar Brad King committed
      Catch more problematic input during handshake and report failure.
      
      These were caught before when trying to configure, but it is way better
      to get these reports early.
      d792491c
    • Bruno Pedrosa's avatar
      Sublime: Add option to specify env vars for the .sublime-project · 95805d72
      Bruno Pedrosa authored and Brad King's avatar Brad King committed
      Create a `CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS` variable to control
      addition of env vars in the `.sublime-project`.
      
      Closes: #16387
      95805d72
    • Brad King's avatar
      Features: Record features for Intel Compiler on Windows · 369d5809
      Brad King authored
      Since this compiler always defines `__cplusplus` to `1` we need to use
      `_MSC_VER`, `__INTEL_CXX11_MODE__`, and the feature test macro named
      `__cpp_aggregate_nsdmi` to detect C++11 and C++14 modes.
      
      With no `-Qstd=` flag this compiler defaults to C++98 plus a subset of
      C++11/C++14 features needed to be compatible with MSVC.  We pretend it
      is plain C++98 and add a `-Qstd=` flag whenever needed for C++11 or
      above features even if they would happen to be available in MSVC-mode.
      
      Closes: #16384
      369d5809
Loading