ClickHouse/programs/library-bridge
Ivan 495c6e03aa
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr

* Fix shared context captured by value

* Fix build

* Fix Context with named sessions

* Fix copy context

* Fix gcc build

* Merge with master and fix build

* Fix gcc-9 build
2021-04-11 02:33:54 +03:00
..
CMakeLists.txt Fix split build finally 2021-03-12 21:12:34 +00:00
HandlerFactory.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
HandlerFactory.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
Handlers.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
Handlers.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
library-bridge.cpp First version 2021-03-05 10:19:01 +00:00
library-log.cpp Small improvement 2021-03-17 08:20:14 +00:00
LibraryBridge.cpp Common base for bridges part 3 2021-03-07 13:55:40 +00:00
LibraryBridge.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
LibraryUtils.h Fix style check, build, ya check 2021-03-07 20:07:42 +00:00
SharedLibraryHandler.cpp Better way to pass attributes 2021-03-24 19:32:31 +00:00
SharedLibraryHandler.h Better way to pass attributes 2021-03-24 19:32:31 +00:00
SharedLibraryHandlerFactory.cpp Better way to pass attributes 2021-03-24 19:32:31 +00:00
SharedLibraryHandlerFactory.h Better way to pass attributes 2021-03-24 19:32:31 +00:00