Tyler Veness
|
841ef5d739
|
Remove template types from lock RAII wrapper usages (#1756)
C++17 has template type autodeduction. These wrappers include
std::lock_guard and std::unique_lock.
|
2019-07-07 19:17:14 -07:00 |
|
Peter Johnson
|
8757bc471b
|
Remove pre-C++17 shims (#1752)
Now that all compilers support C++17, remove some old C++14/C++17 shims.
|
2019-07-07 15:44:43 -07:00 |
|
Tyler Veness
|
f432f65bef
|
Update copyright year in license to 2019 (#1524)
Also update clang-format to 6.0.
|
2019-05-17 17:35:09 -07:00 |
|
Peter Johnson
|
05d6660a6b
|
cscore: Add config json to VideoSink (#1543)
Same format as VideoSource.
Refactor properties json handling into PropertyContainer.
|
2019-01-11 20:33:05 -08:00 |
|
Peter Johnson
|
195e101816
|
cscore: Use Twine instead of StringRef in API (#1244)
|
2018-07-29 12:53:41 -07:00 |
|
Peter Johnson
|
9398278250
|
cscore: Add properties support to VideoSink (#1228)
Refactor the Property internals into PropertyContainer.
|
2018-07-27 22:12:30 -07:00 |
|