discord-rpc/src
Michał Janiszewski d121bbe709 Use cmake-standard flag BUILD_SHARED_LIBS
This removes custom `BUILD_DYNAMIC_LIB` option and replaces it with a
standard BUILD_SHARED_LIBS:
https://cmake.org/cmake/help/v3.7/variable/BUILD_SHARED_LIBS.html

Although not mentioned in the documentation there, this flag is
implicitly available.
2017-11-15 09:22:07 -08:00
..
backoff.h clang-format I suppose 2017-11-10 09:59:51 -08:00
CMakeLists.txt Use cmake-standard flag BUILD_SHARED_LIBS 2017-11-15 09:22:07 -08:00
connection.h track open/close state in connection, disconnect on read error, clarify error codes a little 2017-07-31 15:38:12 -07:00
connection_unix.cpp Enable warnings, clang edition. 2017-10-12 16:08:08 -07:00
connection_win.cpp clang-format I suppose 2017-11-10 09:59:51 -08:00
discord-rpc.cpp Fix some sizes on join request strings. 2017-11-03 13:40:30 -07:00
discord_register.h Enable warnings, clang edition. 2017-10-12 16:08:08 -07:00
discord_register_linux.cpp Fix unused result 2017-11-13 10:38:18 -08:00
discord_register_osx.m Use steam://rungameid/ 2017-11-10 09:59:51 -08:00
discord_register_win.cpp Add a comment explaining WINVER macros for MinGW 2017-11-15 08:20:48 -08:00
dllmain.cpp Fix my dll making, also other cmake variable use 2017-08-01 13:32:56 -07:00
msg_queue.h Missed a couple wanrings. Build example dll 2017-10-12 16:14:16 -07:00
rpc_connection.cpp Enable all warnings, turn the noisy ones back off, fix the others. 2017-10-12 15:39:31 -07:00
rpc_connection.h track open/close state in connection, disconnect on read error, clarify error codes a little 2017-07-31 15:38:12 -07:00
serialization.cpp Enable warnings, clang edition. 2017-10-12 16:08:08 -07:00
serialization.h Fix unused parameter warning triggering 2017-11-10 09:59:51 -08:00