CMakeLists.txt: bump minimum cmake version
[project/ubus.git] / CMakeLists.txt
2023-12-18 Felix FietkauCMakeLists.txt: bump minimum cmake version master
2021-02-15 Felix Fietkaucmake: add a possibility to set library version
2020-10-19 Daniel Golleubus: move /var/run/ubus.sock to /var/run/ubus/ubus...
2019-12-16 Petr Štetiaradd fuzzer and cram based unit tests
2019-12-16 Petr Štetiarrefactor ubusd.c into reusable ubusd_library
2019-12-11 Petr Štetiarcmake: enable extra compiler checks
2019-07-01 Alban Bedelubus: Support static builds
2016-11-20 Felix Fietkaubuild: remove /opt/local prefix
2016-07-01 Florian Fainellicmake: Fix find_library for ubusd and examples/server
2016-06-01 John Crispinubusd: remove systemd socket activation support
2016-06-01 Matthias Schifferubusd: fix systemd socket activation support
2016-03-07 Petr Štetiarcmake: Add ubox, blobmsg_json libraries and include...
2015-11-19 Felix Fietkauubusd: add monitor support
2015-06-18 John Crispinadd acl code
2014-07-03 Alexandru Ardeleanubus: increase message size limit and make it configura...
2013-05-29 Felix Fietkaucli: use the new json-c library name
2013-03-04 Thomas Gstädtneradd systemd support
2013-03-04 Thomas Gstädtnermake UBUS_UNIX_SOCKET configurable via cmake
2013-03-03 Thomas Gstädtnermake building examples an option
2013-01-23 Felix Fietkaubuild: remove install prefix override
2012-12-14 Felix Fietkaulibubus: refactor code, move request handling to libubu...
2012-12-13 Felix Fietkauwatch add/remove -> subscribe/unsubscribe:
2012-10-24 Felix Fietkaulibubus: split out some code into separate source files
2012-10-24 Felix Fietkaumove example to examples/
2012-05-28 Felix Fietkauenable -Wmissing-declarations
2012-05-05 Jo-Philipp Wichimplement Lua binding
2011-02-12 Felix Fietkauchange minimum cmake version to 2.6
2011-02-07 Felix Fietkausuppress -rdynamic when linking ubus
2011-02-06 Felix Fietkauuse the json to blobmsg library
2011-02-06 Felix Fietkaurename listener to ubus-example
2011-02-06 Felix Fietkauadd support for parsing method calls with json arguments
2011-02-05 Felix Fietkauadd some stub functionality for the ubus event switch
2011-02-04 Felix Fietkauinstall header files
2011-01-31 Felix Fietkauadd install targets
2011-01-31 Felix Fietkaumake libubus a dynamic library
2011-01-30 Felix FietkauInitial import