Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-24add cram based unit testsPetr Štetiar
For improved QA etc. For the start with initial test cases for avl, base64, jshn and list components. Moved runqueue and blobmsg from examples to tests. Converted just a few first test cases from json-script example into the new cram based unit test, more to come. Signed-off-by: Petr Štetiar <ynezz@true.cz>
2015-06-14libubox: cmake: Add BUILD_EXAMPLES optionNikolay Dimitrov
Add ability to skip building the examples. The default value is ON to follow the original cmake behavior. Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
2014-12-22examples: add example code for json_script.Yousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2014-12-11lua: do not hardcode /opt/local/include for Apple.Yousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2014-07-03examples: fix linking with json-cLuka Perkov
Signed-off-by: Luka Perkov <luka@openwrt.org>
2013-05-09runqueue: add a simple task queueing/completion tracking implementationFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2012-10-22add a cmake file for the examples and add the binaries to .gitignoreFelix Fietkau