1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-27 20:59:01 +00:00
conky/cmake
Nikolas Garofil 4d5db325d9 Fix problems found when fixing docker (#575)
* Require at least glib-2.36 (from 03/2013) to remove deprecated g_type_init()

* Fix empty continuation line in Dockerfile

* Require at least libmicrohttpd 0.9.25 (from 09/2012) to replace deprecated MHD_create_response_from_data()

* fix versioncheck libmicrohttpd

* Missing char for null-terminator in print_v6addrs()

* safe_asprintf to fix /proc/subdir bufferoverflows

There is no max length of /proc/subdir, increasing the value of /proc/sys/kernel/pid_max is one way this can happen

* Fix conversion constant c++ string to variable char array

* Fix strncpy using unrelated MPD_BUFFER_MAX_LENGTH

* Use strncpy instead of strcpy in eve.cc

* Use strncpy instead of strcpy in libmpdclient.cc

* move safe_asprintf back and use ostreams in proc.cc to make sonarcloud happy
2018-08-07 09:38:36 -04:00
..
scripts Add formatting/static analysis (#486) 2018-05-12 12:03:00 -04:00
build.h.in Move cmake files around, add -D_GNU_SOURCE. 2009-12-09 15:56:07 -08:00
clang-tidy.cmake Only run tidy on modified code, relocate scripts. (#490) 2018-05-12 22:46:47 -04:00
config.h.in Basic macOS support (#480) 2018-05-07 07:27:32 -04:00
Conky.cmake Add formatting/static analysis (#486) 2018-05-12 12:03:00 -04:00
ConkyBuildOptions.cmake Build improvements (external libs, enable more options). (#498) 2018-05-13 13:33:18 -04:00
ConkyCPackSetup.cmake Add formatting/static analysis (#486) 2018-05-12 12:03:00 -04:00
ConkyPlatformChecks.cmake Fix problems found when fixing docker (#575) 2018-08-07 09:38:36 -04:00
Docbook.cmake Add formatting/static analysis (#486) 2018-05-12 12:03:00 -04:00
FindClangTidy.cmake Build improvements: clang-tidy, sonar, Dockerfile. (#488) 2018-05-12 19:26:31 -04:00
FindXinerama.cmake added support for multiple xinerama heads (fixes issue #172) 2015-12-01 13:53:43 +01:00
ToLua.cmake Add formatting/static analysis (#486) 2018-05-12 12:03:00 -04:00