summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2020-11-19treewide: rebrand to ucodeJo-Philipp Wich
2020-10-02build: install extension libraries as wellJo-Philipp Wich
2020-09-11lib: move math functions to new moduleJo-Philipp Wich
2020-09-11lib: implement uci pluginJo-Philipp Wich
2020-09-10build: test whether json_object_array_shrink() is availableJo-Philipp Wich
2020-09-10lib: add ubus moduleJo-Philipp Wich
2020-09-02lib: introduce filesystem moduleJo-Philipp Wich
2020-09-02eval, lib: add loadable module infrastructureJo-Philipp Wich
2020-08-24treewide: remove unneeded libubox dependencyJo-Philipp Wich
2020-08-21Initial commitJo-Philipp Wich