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 28, 2019
  4. Aug 14, 2019
  5. Aug 09, 2019
  6. Aug 07, 2019
  7. Jul 15, 2019
  8. May 29, 2019
  9. Mar 05, 2019
  10. Feb 22, 2019
  11. Jan 10, 2019
  12. 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
  13. Sep 19, 2018
  14. Sep 14, 2018
  15. Sep 13, 2018
  16. Sep 12, 2018
    • Lars Bilke's avatar
      [web] Renamed .md to .pandoc. · 6d9c1370
      Lars Bilke authored and Dmitri Naumov's avatar Dmitri Naumov committed
      Fixes formula rendering errors. Pandoc is also a superset of Markdown
      with lots of useful features. For the future we should use just Pandoc
      as format.
      6d9c1370
  17. Aug 28, 2018
  18. Aug 20, 2018
  19. Feb 28, 2018
  20. Feb 27, 2018
  21. Feb 21, 2017
  22. Feb 14, 2017
  23. Feb 13, 2017
Loading