Skip to content
Snippets Groups Projects
  1. Oct 14, 2021
  2. Oct 13, 2021
  3. Oct 12, 2021
  4. Oct 08, 2021
  5. Oct 07, 2021
    • Timo Röhling's avatar
      GNUInstallDirs: Fix misinterpretation of Debian Policy on LIBEXECDIR · 6658e260
      Timo Röhling authored and Brad King's avatar Brad King committed
      Revert commit 798c1c31 (GNUInstallDirs: Comply with Debian Policy on
      LIBEXECDIR, 2020-10-08, v3.19.0-rc1~11^2).
      
      The Debian Policy builds upon FHS 3.0 and permits installing to
      `/usr/libexec`. While Policy does grant an additional exception for
      applications to use a single subdirectory of `/usr/lib/<triplet>`, this
      is not meant to replace `/usr/libexec` as valid target.
      
      Fixes: #22731
      6658e260
    • Joe Snyder's avatar
      Tutorial: Step 4 improvements · 5a86ce54
      Joe Snyder authored and Brad King's avatar Brad King committed
      Small changes to the text and CMake code for the fourth step of the
      tutorial:
      
      * Remove parameter from endfunction call
      * Standardize on "binary directory" for test location
      * Add additional information about a Release build.
      
      Issue: #22663
      5a86ce54
    • Brad King's avatar
      MSVC: Tolerate cxx_std_23 feature on older compiler versions · ef47e18a
      Brad King authored
      In commit 3aaf1d91 (MSVC: C++20 final flag, C++23 support, 2021-05-29,
      v3.20.4~7^2~1) we forgot to add `cxx_std_23` to the fallback table for
      MSVC versions from VS 2010 through VS 2015.  This allows project to at
      least attempt compilation with these compilers since they do not have
      any modes.
      
      Issue: #22729
      ef47e18a
Loading