File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changes for liblsl 1.14
2
2
3
3
* **change**: CMake doesn't set `CMAKE_INSTALL_PREFIX`and `CMAKE_BUILD_TYPE` by default unless `LSL_COMFY_DEFAULTS` is set (Tristan Stenner)
4
+ * change: object handles in the C++ API use smart pointers internally.
5
+ The smart pointer to the object can be retrieved with the `handle()` function
6
+ * **change**: The `stream_info` copy constructor creates a shallow copy.
7
+ Use `stream_info::clone()` for the previous behavior (deep copy).
4
8
* fix: prevent race condition when two threads modify an overflowing buffer (https://github.com/sccn/liblsl/pull/71, Jérémy Frey)
5
9
* fix: improve latency and CPU usage (https://github.com/sccn/liblsl/pull/71, Jérémy Frey)
6
10
* fix: various build system fixces and improvments (Chadwick Boulay, Tristan Stenner)
You can’t perform that action at this time.
0 commit comments