John Preston
|
e1c68892d4
|
Show third column only when explicitly requested.
This allows you to show info in layer from mention links.
|
2017-12-04 13:42:05 +04:00 |
|
John Preston
|
2432845df2
|
Optimize and rename base::weak_unique_ptr.
Rename base::enable_weak_from_this -> base::has_weak_ptr.
Rename base::weak_unique_ptr -> base::weak_ptr.
Rename base::make_weak_unique -> base::make_weak.
Rename base/weak_unique_ptr.h -> base/weak_ptr.h
|
2017-11-30 21:33:27 +04:00 |
|
John Preston
|
6ca105a290
|
Minimal layer 72 support.
|
2017-11-20 23:54:05 +04:00 |
|
John Preston
|
25ffaaaa2d
|
Replace t_assert() with Assert().
Also use this assertions for Expects(), Ensures() and Unexpected().
|
2017-08-30 19:15:42 +03:00 |
|
John Preston
|
b3da99c302
|
Replace gsl::not_null<T*> with just not_null<T*>.
|
2017-08-30 19:15:41 +03:00 |
|
John Preston
|
782114d644
|
Add and use base::make_weak_unique() helper.
|
2017-08-30 19:15:28 +03:00 |
|
John Preston
|
8ae159dd66
|
Add special dc options config request.
|
2017-06-29 11:40:07 +03:00 |
|