summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2024-06-18lib: introduce zlib libraryThibaut VARÈNE
2024-05-02ubus: fix uc_ubus_have_uloop for eloop+uloop combinationFelix Fietkau
2024-04-24build: fix symbol and library detectionJo-Philipp Wich
2024-04-24lib: introduce socket libraryJo-Philipp Wich
2023-11-03uloop: support new interval and signal APIsJo-Philipp Wich
2023-11-02build: avoid redefining _FORTIFY_SOURCEJo-Philipp Wich
2023-11-01build: enable source fortification by defaultJo-Philipp Wich
2023-10-10lib: introduce log libraryJo-Philipp Wich
2023-10-10build: auto-enable module depending on present librariesJo-Philipp Wich
2023-10-10build: convert CMakeLists.txt into lowercaseJo-Philipp Wich
2023-08-09lib: introduce debug libraryJo-Philipp Wich
2023-08-09treewide: consolidate platform specific code in platform.cJo-Philipp Wich
2023-03-17ucode: also link libresolv if ns_initparse() is not foundJo-Philipp Wich
2023-01-31rtnl: add support for registering an uloop based listenerFelix Fietkau
2023-01-19nl80211: add support for registering an uloop based listenerFelix Fietkau
2023-01-06build: make rtnl/nl80211 depend on linux instead of !APPLEFelix Fietkau
2022-09-09ubus: add toplevel constants for ubus status codesJo-Philipp Wich
2022-03-31build: remove legacy json-c checkJo-Philipp Wich
2022-03-31build: add polyfills for older libjson-c versionsJo-Philipp Wich
2022-03-23build: fix symlink install targetJo-Philipp Wich
2022-03-22build: only stage ucc symlink if compile support is enabledJo-Philipp Wich
2022-03-21main: turn ucode into multicall executableJo-Philipp Wich
2022-03-15build: consolidate CMakeLists.txt and cover OS X deviationsJo-Philipp Wich
2022-03-02lib: introduce uloop bindingJo-Philipp Wich
2022-01-18syntax: drop legacy syntax supportJo-Philipp Wich
2022-01-18build: support building without compile capabilitiesJo-Philipp Wich
2022-01-18types: add initial infrastructure for function serializationJo-Philipp Wich
2022-01-04treewide: rework numeric value handlingJo-Philipp Wich
2021-10-31lib: introduce struct libraryJo-Philipp Wich
2021-10-22lib: introduce resolver libraryJo-Philipp Wich
2021-09-21lib: introduce Linux 802.11 netlink bindingJo-Philipp Wich
2021-09-15lib: introduce Linux route netlink bindingJo-Philipp Wich
2021-07-11treewide: harmonize function namingJo-Philipp Wich
2021-07-11examples: add libucode usage examplesJo-Philipp Wich
2021-07-11treewide: move header files into dedicated directoryJo-Philipp Wich
2021-07-11build: install header filesJo-Philipp Wich
2021-07-11build: split into libucode and ucode cliJo-Philipp Wich
2021-05-25main: simplify REQUIRE_SEARCH_PATH initializationJo-Philipp Wich
2021-05-19build: let require search patch default to CMAKE_INSTALL_PREFIXJo-Philipp Wich
2021-05-18compiler, lexer: add NO_LEGACY define to disable legacy syntax featuresJo-Philipp Wich
2021-05-14build: lower minimum required CMake version to v3.13Jo-Philipp Wich
2021-04-27treewide: ISO C / pedantic complianceJo-Philipp Wich
2021-04-27build: output error messages on test failuresJo-Philipp Wich
2021-04-25treewide: rework internal data type systemJo-Philipp Wich
2021-04-23tests: add more testsPetr Štetiar
2021-04-23cmake: do not output binaries into lib directoryPetr Štetiar
2021-04-23cmake: enable extra compiler checksPetr Štetiar
2021-04-23cmake: fix includes and librariesPetr Štetiar
2021-04-23cmake: make 3.0 minimum versionPetr Štetiar
2021-02-17treewide: rewrite ucode interpreterJo-Philipp Wich