adapter icon indicating copy to clipboard operation
adapter copied to clipboard

C++11 Conversion, Refactor and CMake conversion

Open MatthewPowley opened this issue 7 years ago • 0 comments

  • Conversion of the code to C++11.
  • Changed parameter naming convention, removed 'a' prefix and used camel-case
  • Whitespace and layout changes to make code more readable and aid debugging
  • 'const' correctness changes to allow compilers to make better performance optimizatiobs

MatthewPowley avatar Apr 23 '18 11:04 MatthewPowley