Skip to content
Snippets Groups Projects
  1. Jan 30, 2020
    • Lars Bilke's avatar
      [CMake] Added version requirements file in json-format. · 1ab8ee8d
      Lars Bilke authored
      The file is read by CMake (via new a json parser submodule) and
      the web site generator and provides info on required clang and
      gcc versions. This info will be expanded in future commits.
      
      Goal is to have a single source of truth for versions infos and
      maybe other requirements.
      
      On CMake you access the info via `ogs.`-prefixed variables:
      
          ${ogs.minimum_version.gcc}
      
      In Hugo you access the info via the new dataFile-shortcode:
      
          {{< dataFile "versions.minimum_version.gcc" >}}
      1ab8ee8d
  2. Jan 29, 2020
  3. Aug 14, 2019
  4. Aug 07, 2019
  5. Jul 15, 2019
  6. Feb 22, 2019
  7. Jan 10, 2019
  8. Dec 05, 2018
    • Lars Bilke's avatar
      Bumped GCC version to 6.2. · b290b61f
      Lars Bilke authored
      6.2 is the minimum tested compiler by our CI (on envinf1).
      6.5 is the default gcc 6 in Ubuntu 16.04 when using the ubuntu-toolchain-r/test PPA.
      b290b61f
  9. Aug 28, 2018
  10. Aug 20, 2018
  11. Feb 27, 2018
Loading