Backlog¶
-
Replace empty destructors with default DONE
-
Remove empty destructor for hpmml::Exception DONE
-
Replace empty constructors with default DONE
-
Replace defaults in initializer list with defaults in declaration DONE
-
Replace throw() with noexcept DONE
-
Replace pointers with unique pointers DONE
-
Add std::make_unique DONE
-
Change Prediction and Model initialization DONE
-
Replace enum with enum class DONE
-
Replace check with find with exception DONE
-
Reorder initializer lists DONE
-
Remove const in return value DONE
-
Check if inline needed everywhere in headers DONE
-
Add CLANG format DONE
-
Add macOS support DONE
-
Remove all gcc warnings DONE
-
Add continuous integration with Travis AFTER REPO CREATION
-
Refine CONTRIBUTING.md with stuff you’d like TO DO