FreeRDP/winpr/libwinpr/clipboard
ilammy a85cf1b749 wClipboard: drop WITH_DEBUG_WCLIPBOARD option
This preprocessor definition has been initially intended to disable some
computationally expensive logging, however it turned out that there is
not much computation involved in the resulting implementation of new
wClipboard subsystems. Therefore we do not actually need the compilation
option, the logs can be filtered by "com.winpr.wclipboard.*" tag at
runtime if necessary. So drop the WITH_DEBUG_WCLIPBOARD CMake option and
convert all detailed logs to use WLOG_TRACE level via WLog_VRB macro.
2017-05-24 23:17:33 +03:00
..
test Fixed tests and dead store warnings. 2017-03-28 16:49:56 +02:00
clipboard.c wClipboard/posix: basic delegate interface 2017-04-09 03:15:49 +03:00
clipboard.h wClipboard: track sequence numbers of file lists 2017-04-09 03:15:49 +03:00
CMakeLists.txt wClipboard: local file subsystem boilerplate 2017-04-09 03:15:48 +03:00
ModuleOptions.cmake libwinpr-clipboard: initial commit 2014-10-17 15:19:05 -04:00
posix.c wClipboard: drop WITH_DEBUG_WCLIPBOARD option 2017-05-24 23:17:33 +03:00
posix.h wClipboard: local file subsystem boilerplate 2017-04-09 03:15:48 +03:00
synthetic.c ctest for int format specifiers and usage doc 2016-12-16 14:20:30 +01:00