• Roman Donchenko's avatar
    Boring changes - core. · 8200a95c
    Roman Donchenko authored
    This and several following commits contain the "boring" changes required
    to support the new Ptr. These are changes like:
    
    * new T -> makePtr<T> or .reset(new T) or Ptr<T>(new T)
      (depending on the situation)
    * p.empty() -> !p
    * delete_obj -> DefaultDeleter::operator()
    
    and similar changes that are numerous, but primitive.
    8200a95c
Name
Last commit
Last update
..
test_arithm.cpp Loading commit data...
test_countnonzero.cpp Loading commit data...
test_ds.cpp Loading commit data...
test_dxt.cpp Loading commit data...
test_eigen.cpp Loading commit data...
test_io.cpp Loading commit data...
test_main.cpp Loading commit data...
test_mat.cpp Loading commit data...
test_math.cpp Loading commit data...
test_misc.cpp Loading commit data...
test_operations.cpp Loading commit data...
test_precomp.hpp Loading commit data...
test_rand.cpp Loading commit data...