[mlpack-git] master: Merge pull request #800 from rcurtin/singleton (8648000)

gitdub at mlpack.org gitdub at mlpack.org
Mon Oct 24 03:27:55 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/84a940db9d227a0cf094e93e526b902da1bb4e75...86480008b76dbd6b87b4092fb4f104342604f356

>---------------------------------------------------------------

commit 86480008b76dbd6b87b4092fb4f104342604f356
Merge: 84a940d b35088d
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Oct 24 16:27:55 2016 +0900

    Merge pull request #800 from rcurtin/singleton
    
    Put all singletons in libmlpack.so


>---------------------------------------------------------------

86480008b76dbd6b87b4092fb4f104342604f356
 src/mlpack/core/util/CMakeLists.txt              |  2 ++
 src/mlpack/core/util/cli.cpp                     |  2 --
 src/mlpack/core/util/cli_deleter.hpp             |  5 +--
 src/mlpack/core/util/log.cpp                     | 32 ------------------
 src/mlpack/core/util/{log.cpp => singletons.cpp} | 43 +++++++-----------------
 src/mlpack/core/util/singletons.hpp              | 21 ++++++++++++
 6 files changed, 37 insertions(+), 68 deletions(-)




More information about the mlpack-git mailing list