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 10, 2020
  4. Jan 07, 2020
  5. Dec 17, 2019
  6. Sep 03, 2019
  7. Aug 30, 2019
  8. Aug 28, 2019
  9. Aug 14, 2019
  10. Aug 13, 2019
  11. Aug 09, 2019
  12. Aug 07, 2019
  13. Aug 06, 2019
  14. Jul 16, 2019
  15. Jul 15, 2019
  16. Jul 12, 2019
  17. Jun 11, 2019
  18. May 29, 2019
  19. May 17, 2019
  20. Apr 03, 2019
  21. Mar 05, 2019
  22. Feb 22, 2019
  23. Feb 18, 2019
  24. Feb 14, 2019
  25. Feb 13, 2019
  26. Feb 11, 2019
  27. Jan 15, 2019
  28. Jan 10, 2019
  29. Dec 13, 2018
  30. Dec 11, 2018
  31. 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
  32. Dec 03, 2018
Loading