John Hood
|
a3b05e69b6
|
Add missing shared::make_shared<T>()
|
2017-08-02 22:07:02 -04:00 |
|
john hood
|
70c62c5a94
|
#include <memory> for std::shared
|
2016-05-11 00:51:00 -04:00 |
|
John Hood
|
589d21bbf2
|
Add make_shared emulation for std::tr1::shared_ptr; use make_shared
|
2015-12-06 17:42:34 -05:00 |
|
John Hood
|
b41bad918d
|
Make Terminal::Framebuffer::Rows shared and copy-on-write.
* Support both std:: and std::tr1:: shared_ptr. FreeBSD 10 now uses C++11 by default.
* Remove Framebuffer pointers in STMClient
|
2015-12-06 17:42:34 -05:00 |
|