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. Jan 28, 2020
  4. Jan 27, 2020
  5. Jan 24, 2020
Loading