summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2024-04-09Check for Snappy only when required. (#17319)Austin S. Hemmelgarn
2024-04-05Drop generic bitmap implementation. (#17322)vkalintiris
2024-04-04Add basic support for dinit in our system service handling code. (#16836)Austin S. Hemmelgarn
2024-03-28Correctly handle libyaml linking for log2journal. (#17276)Austin S. Hemmelgarn
2024-03-26Assorted macOS build fixes. (#17216)Austin S. Hemmelgarn
2024-03-26Try finding OpenSSL using pkg-config first on macOS. (#17250)Austin S. Hemmelgarn
2024-03-25DBENGINE: support ZSTD compression (#17244)Costa Tsaousis
2024-03-23Code cleanup (#17237)Costa Tsaousis
2024-03-23updated dbengine unittest (#17232)Costa Tsaousis
2024-03-21Add -Wno-builtin-macro-redefined to compiler flags. (#17209)Austin S. Hemmelgarn
2024-03-20Move bundling of libyaml to CMake. (#17190)Austin S. Hemmelgarn
2024-03-20Prefer Protobuf’s own CMake config over CMake's FindProtobuf. (#17128)Austin S. Hemmelgarn
2024-03-18split apps.plugin into multiple files and support MacOS (#17180)Costa Tsaousis
2024-03-05go.d.plugin dyncfgv2 (#17064)Ilya Mashchenko
2024-02-26Integrate Go plugin with build system. (#17005)Austin S. Hemmelgarn
2024-02-26Assorted build-related changes. (#16906)vkalintiris
2024-02-26More concretely utilize local modules in our CMake code. (#17022)Austin S. Hemmelgarn
2024-02-26Add watcher thread to report shutdown steps. (#17010)vkalintiris
2024-02-22Correctly mark protobuf as required in find_package. (#17021)Austin S. Hemmelgarn
2024-02-14Assorted cleanup of CI/packaging related code. (#16938)Austin S. Hemmelgarn
2024-02-12Move web/ under src/ (#16992)vkalintiris
2024-02-12Remove config macros that are always set. (#16994)vkalintiris
2024-02-09Use C++14 by default when building on systems that support it. (#16972)Austin S. Hemmelgarn
2024-02-08Move collectors/ under src/ (#16965)vkalintiris
2024-02-07Move health/ under src/ (#16954)vkalintiris
2024-02-06Move daemon/ under src/ (#16933)vkalintiris
2024-02-05Move exporting/ under src/ (#16913)vkalintiris
2024-02-03split dictionary into multiple files (#16920)Costa Tsaousis
2024-02-02Network viewer: filter by username (#16911)Costa Tsaousis
2024-02-01fluent-bit & logsmanagement under src/ (#16903)vkalintiris
2024-02-01Move aclk/ under src/ (#16899)vkalintiris
2024-02-01Create a top-level directory to contain source code. (#16896)vkalintiris
2024-02-01local-sockets: use netlink when libmnl is available (#16893)Costa Tsaousis
2024-01-30Setup sentry-native SDK. (#16798)vkalintiris
2024-01-30Network Viewer (local-sockets version) (#16872)Costa Tsaousis
2024-01-29port useful code from incomplete PRs (#16863)Costa Tsaousis
2024-01-29detect sockets direction (#16861)Costa Tsaousis
2024-01-29New Permissions System (#16837)Costa Tsaousis
2024-01-23DYNCFG: dynamically configured alerts (#16779)Costa Tsaousis
2024-01-18Move mqtt_websockets under aclk/ (#16804)vkalintiris
2024-01-12Fix handling of hardening flags with Clang (#16731)Austin S. Hemmelgarn
2024-01-11add schemas to /usr/lib/netdata/conf.d/schema.d (#16757)Costa Tsaousis
2024-01-11dyncfg v2 (#16702)Costa Tsaousis
2024-01-10Address sanitizer through CMake and use it for unit tests. (#16748)vkalintiris
2024-01-10cleanup proc net-dev renames (#16745)Costa Tsaousis
2024-01-04Add extra build flags to CMakeLists.txt. (#16641)Austin S. Hemmelgarn
2023-12-29cmake log2journal netdatacli (#16688)Costa Tsaousis
2023-12-28cmake missing defines (#16680)Costa Tsaousis
2023-12-20cmake: make WEB_DIR configurable (#16638)Ilya Mashchenko
2023-12-19Correctly handle basic permissions for most scripts on install. (#16629)Austin S. Hemmelgarn