zoneminder/tests
Peter Keresztes Schmidt e6c159fb70 Vector2: Make coordinate components public
The components were already unconditionally/without side-effects writable. Let's make them public so we don't need the setters.
2021-05-16 16:42:58 +02:00
..
data/fonts ZmFont: Store character padding in font file 2021-04-25 23:13:21 +02:00
CMakeLists.txt Vector2: Add unit tests 2021-05-14 20:14:50 +02:00
main.cpp Add Catch2 as C++ test framework 2021-02-04 18:53:54 +01:00
zm_comms.cpp tests/comms: Disable tests which bind TCP sockets on CI runs 2021-04-11 02:46:56 +02:00
zm_crypt.cpp tests: Add unit tests for JWT validation 2021-02-04 18:53:58 +01:00
zm_font.cpp Fix logging format string mismatches 2021-04-30 00:26:24 +02:00
zm_utils.cpp utils: Add a clamping function mimicking std::clamp 2021-04-25 23:13:21 +02:00
zm_vector2.cpp Vector2: Make coordinate components public 2021-05-16 16:42:58 +02:00