* Adding std_backport
Signed-off-by: Omar Shrit <omar@shrit.me>
* Define macro for any and any_cast
Signed-off-by: Omar Shrit <omar@shrit.me>
* Regexp replcement is working
Signed-off-by: Omar Shrit <omar@shrit.me>
* Change the backport library
Signed-off-by: Omar Shrit <omar@shrit.me>
* Change the prereqs to the new library
Signed-off-by: Omar Shrit <omar@shrit.me>
* Adding more boost::any
Signed-off-by: Omar Shrit <omar@shrit.me>
* Adding more boost::any
Signed-off-by: Omar Shrit <omar@shrit.me>
* Starting converting string_view in addition to std::any
Signed-off-by: Omar Shrit <omar@shrit.me>
* Use std::hash instead of boost::hash
Signed-off-by: Omar Shrit <omar@shrit.me>
* Remove boost string_view headers
Signed-off-by: Omar Shrit <omar@shrit.me>
* Clean boost headers
Signed-off-by: Omar Shrit <omar@shrit.me>
* Remove the last hidden boost::any
Signed-off-by: Omar Shrit <omar@shrit.me>
* Let us see if this passes on Windows
Signed-off-by: Omar Shrit <omar@shrit.me>
* Windows has it is own rules
Signed-off-by: Omar Shrit <omar@shrit.me>
* Let us try the Zplusplus switch
Signed-off-by: Omar Shrit <omar@shrit.me>
* Fix go binding const removal
Signed-off-by: Omar Shrit <omar@shrit.me>
* Let see if this make windows happy
Signed-off-by: Omar Shrit <omar@shrit.me>
* Add a typename before std::remove_cv
Signed-off-by: Omar Shrit <omar@shrit.me>
* Let us force C++17 on Windows
Signed-off-by: Omar Shrit <omar@shrit.me>
* Increase boost version on Windows
Signed-off-by: Omar Shrit <omar@shrit.me>
* Fix Windows Path for boost
Signed-off-by: Omar Shrit <omar@shrit.me>
* Remove the additional 0 from the path
Signed-off-by: Omar Shrit <omar@shrit.me>
* Keep only boost, and remove boost math and random
Signed-off-by: Omar Shrit <omar@shrit.me>
* Try to discover boost path
Signed-off-by: Omar Shrit <omar@shrit.me>
* Remove boost lib directory, no longer required
Signed-off-by: Omar Shrit <omar@shrit.me>
* There is no clear in C++17 standard
Also there is no need to clear the string if we are returning
function. C++ should delete it immediately
Signed-off-by: Omar Shrit <omar@shrit.me>
* Remove the const before the double in setParamPtr
Signed-off-by: Omar Shrit <omar@shrit.me>
* Remove boost any header
Signed-off-by: Omar Shrit <omar@shrit.me>
* Let us see if the tests are passing without these two
Signed-off-by: Omar Shrit <omar@shrit.me>
* Fix merge error for any_cast
Signed-off-by: Omar Shrit <omar@shrit.me>
* Fix bad merge
Signed-off-by: Omar Shrit <omar@shrit.me>
* It is looping in the while loop
Signed-off-by: Omar Shrit <omar@shrit.me>
* Adding more debugging symbols
Signed-off-by: Omar Shrit <omar@shrit.me>
* Adding all debugging symbols
Signed-off-by: Omar Shrit <omar@shrit.me>
* Add an empty string view, remove empty debug symbols
Signed-off-by: Omar Shrit <omar@shrit.me>
* Clean boost dis from windows
Signed-off-by: Omar Shrit <omar@shrit.me>
* Update src/mlpack/tests/string_encoding_test.cpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
* Add LICENSE information about MNMLSTC library
Signed-off-by: Omar Shrit <omar@shrit.me>
* Add LICENSE to all the files
Signed-off-by: Omar Shrit <omar@shrit.me>
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>