Skip to content
Snippets Groups Projects
  1. Apr 21, 2021
  2. Apr 20, 2021
  3. Apr 19, 2021
  4. Apr 16, 2021
  5. Apr 15, 2021
  6. Apr 14, 2021
    • Tobias Triffterer's avatar
      Switch to C++17 · a3c9a79c
      Tobias Triffterer authored
      Apparently the ROOT version we use is recent enough to support C++17 (my
      previous knowledge was that C++14 was the maximum), therefore we use
      C++17 throughout the project.
      a3c9a79c
    • Tobias Triffterer's avatar
      Add ROOT as Submodule · 7ae1c65e
      Tobias Triffterer authored
      The stable release of ROOT – as of today 6.22/08 – is hereby added as a
      submodule so that the project can be built independently from the host
      environment and also on a Flatpak SDK and on Windows.
      7ae1c65e
    • Tobias Triffterer's avatar
      Add ROOT Dependency · 7e128ffe
      Tobias Triffterer authored
      Adds a dependency on ROOT and the package discovery for it.
      
      For now, the ROOT installation on the host system will be used, but the
      option to have a fixed version of ROOT as a git submodule is underway.
      7e128ffe
    • Tobias Triffterer's avatar
      Use correct Directory when determining Version · ae5a34bb
      Tobias Triffterer authored
      If SOURCE_DIR is used, the submodule will read the version of the
      superproject.
      ae5a34bb
    • Tobias Triffterer's avatar
      Adapt Versioning to Submodule Usage · 9281b1db
      Tobias Triffterer authored
      CURRENT_SOURCE_DIR should be used instead of SOURCE_DIR to make sure
      that the script also works when the project is used as a submodule.
      9281b1db
    • Tobias Triffterer's avatar
      Enable CMake Support in KDevelop · d54efe89
      Tobias Triffterer authored
      This changes the project configuration of KDevelop to use CMake for
      build control.
      d54efe89
Loading