This project is mirrored from https://gitee.com/mirrors_OpenSpace/OpenSpace.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 01 Jan, 2022 1 commit
  2. 05 Aug, 2021 1 commit
  3. 30 Jul, 2021 1 commit
  4. 08 Jul, 2021 1 commit
  5. 01 Jun, 2021 1 commit
  6. 13 Apr, 2021 1 commit
  7. 11 Feb, 2021 1 commit
  8. 09 Feb, 2021 1 commit
  9. 02 Jan, 2021 1 commit
  10. 28 Dec, 2020 1 commit
    • Alexander Bock's avatar
      Feature/CMake (#1443) · ad8af3ff
      Alexander Bock authored
      General CMake cleanup/overhaul
      * Enable precompiled headers for all projects
      * Move specifications itto separate CMakeLists files
        * Add openspace-core as a subdirectory
        * Move handle_modules functionality into modules/CMakeLists.txt
        * Move handleapplications logic into apps/CMakeLists.txt
      * Introduce openspace-module-collection interface library to simplify inclusion of modules in applications
      * Turn module initialization into a two-step process to adapt to the new minimal dependency scenario
      * Compile time speedup
        * Remove circular dependencies between modules and core preventing multithreaded compilation on MSVC
        * Build Spice multithreaded and as static library
        * Remove dependency from core to module-webbrowser
        * Remove unused dependency from kameleon
        * Remove additional unnecessary dependencies
        * Cleanup volume/kameleon/kameleonvolume modules
        * Fix visibility issues. Restrict include paths
        * Compile kameleon in parallel
      * Other cleanup
        * O...
      ad8af3ff
  11. 08 Dec, 2020 1 commit
  12. 18 Oct, 2020 1 commit
  13. 09 Oct, 2020 1 commit
  14. 14 Sep, 2020 1 commit
  15. 20 Aug, 2020 3 commits
  16. 17 Aug, 2020 1 commit
  17. 25 Jun, 2020 1 commit
  18. 13 Jun, 2020 2 commits
  19. 19 Feb, 2020 1 commit
  20. 14 Feb, 2020 2 commits
  21. 13 Feb, 2020 1 commit
  22. 10 Feb, 2020 3 commits
  23. 17 Sep, 2019 1 commit
    • Alexander Bock's avatar
      Update version number to 0.15.0 · af4dee8d
      Alexander Bock authored
      Move AllowAddresses out of Interface into Server in openspace.cfg to circumvent potential stack corruption
      Make lua_state not being copied
      af4dee8d
  24. 22 Aug, 2019 2 commits
  25. 22 Jul, 2019 1 commit
  26. 19 Jul, 2019 1 commit
  27. 04 Jun, 2019 1 commit
  28. 19 May, 2019 1 commit
  29. 18 May, 2019 1 commit
    • Emil Axelsson's avatar
      Feature/cef cmake (#873) · d0e91706
      Emil Axelsson authored
      * Expose `CMAKE_BUILD_TYPE` to cmake gui (for single configuration generators)
      * Use generator expressions to get debug vs release mode
      * Fix mac app icon
      d0e91706
  30. 17 May, 2019 1 commit
    • Alexander Bock's avatar
      Feature/globe speedup (#862) · 512e35be
      Alexander Bock authored
       * Updated GDAL version to 2.4.1
       * Add vtune performance commands
       * Add Nvtools performance commands
       * Add warning if GDAL dataset could not be loaded
      512e35be
  31. 16 May, 2019 1 commit
  32. 24 Apr, 2019 1 commit
    • Emil Axelsson's avatar
      Feature/cef speedup (#806) · 0dcf65ce
      Emil Axelsson authored
        * Improve cmake errors
        * Calling doMessageLoopWork more often to increase gui performance
        * Introduce frequent callbacks
        * Restructure browser update callbacks
        * Cleanup cef speedup
        * Add flag to toggle updating browser between renderable calls
        * CEF should not be used in single process mode
        * Update CEF version
        * Postbuild step for finding framework from web helper
        * Load libcef dynamically to fix issue with CEF update
        * Only include dynamic library loader on mac
        * Improve keyboard mapping support on MacOS
        * Add arrow keys
        * Rename manifest
        * Fix bug with missing blinking cursor in text fields
        * Bump minimum cmake version
        * CEF fixes: Runtime and correct helper path
        * Be true to actual sandbox compatibility specified by CEF
        * Cleanup
      0dcf65ce
  33. 24 Mar, 2019 1 commit
    • Alexander Bock's avatar
      Feature/jenkins fix (#816) · bb3db7ad
      Alexander Bock authored
      * Cleanup
      * CMake cleanups
      * Update current year
      * Update copyright header
      * Use script to return list of all modules
      * Update credits, license and ghoul
      bb3db7ad