Skip to content
Snippets Groups Projects

Miscellaneous

Merged Jeremie Deray requested to merge stuff into master
  • Export missing factory.h header
  • couple of emplace_back rather than push_back
  • some const reference
  • Vector5s & Affine3ds types
  • WOLF_ASSERT_COVARIANCE_MATRIX assert macro & helper functions
  • check for some nullptr

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
178 178
179 179 #define WOLF_REGISTER_PROCESSOR(ProcessorType, ProcessorName) \
180 180 namespace{ const bool ProcessorName##Registered = \
181 ProcessorFactory::get().registerCreator(ProcessorType, ProcessorName::create); }\
181 wolf::ProcessorFactory::get().registerCreator(ProcessorType, ProcessorName::create); }\
  • mentioned in commit 0d2951b9

  • Please register or sign in to reply
    Loading