Skip to content
Snippets Groups Projects

Remove Loki as a dependency, require C++11 support in library

Merged Dave Moxey requested to merge feature/remove-loki into master

This MR removes Loki as a dependency of Nektar++ and enables the requirement of C++11 for compiling Nektar++. In particular the following changes are made:

  • Loki::Singleton is removed for our factory holders, instead using a simple static variable inside a static function, which is guaranteed to be thread-safe in C++11.
  • CMake configuration is set up to require C++11
  • Boost preprocessor headers have been removed in deference to variadic templates in the factory, manager and memory manager.
  • .clang-format updated to C++11
Edited by Dave Moxey

Merge request reports

Merged by avatar (Apr 3, 2025 9:02pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading