Roman Donchenko
8200a95ced
Boring changes - core.
...
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.
2013-09-05 18:26:43 +04:00
..
2013-08-27 13:26:44 +04:00
2013-09-04 16:38:36 +08:00
2013-08-28 18:05:10 +04:00
2013-08-30 17:25:07 +04:00
2013-09-05 18:26:43 +04:00
2013-08-27 14:23:26 +04:00
2013-08-27 14:23:26 +04:00
2013-08-27 14:23:26 +04:00
2013-09-02 19:53:45 +04:00
2013-09-02 19:53:45 +04:00
2013-09-02 19:53:45 +04:00
2013-09-02 19:53:45 +04:00
2013-09-02 19:53:45 +04:00
2013-09-02 19:53:45 +04:00
2013-09-02 19:53:45 +04:00
2013-09-02 19:53:45 +04:00
2013-09-02 19:53:45 +04:00
2013-09-02 19:53:45 +04:00
2013-09-02 19:53:45 +04:00
2013-09-04 11:53:33 +04:00
2013-09-02 19:44:51 +04:00
2013-08-27 13:26:44 +04:00
2013-08-27 13:26:44 +04:00
2013-08-28 13:41:41 +04:00
2013-08-27 14:23:26 +04:00
2013-08-27 17:13:53 +04:00
2013-09-02 19:44:51 +04:00
2013-09-02 19:53:45 +04:00
2013-08-27 14:23:26 +04:00
2013-08-27 13:26:44 +04:00
2013-09-02 19:53:45 +04:00
2013-08-27 14:23:26 +04:00
2013-08-27 13:26:44 +04:00
2013-08-27 13:26:44 +04:00
2013-08-27 14:23:26 +04:00
2013-08-27 14:23:26 +04:00
2013-08-21 18:59:24 +04:00
2013-06-10 18:18:01 +04:00
2012-05-30 14:06:47 +00:00