• 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
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
README.md Loading commit data...
index.rst Loading commit data...