sccn / liblsl

C++ lsl library for multi-modal time-synched data transmission over the local network
Other
108 stars 63 forks source link

Small modernizations #54

Closed tstenner closed 4 years ago

tstenner commented 4 years ago

The first half is automatized modernizations from clang-tidy, the second half replaces the ini reader and string splitting / trimming functions from boost with small, unit tested handwritten routines. This improves compile times for affected files by ~10% and reduces the debug build size by ~1.5MB on Linux.