summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: enable extra compiler checksPetr Štetiar2020-12-111-1/+6
| | | | | | | Let's enforce additional automatic checks enforced by the compiler in order to catch possible errors during compilation. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* Add basic cram based unit testsPetr Štetiar2020-12-111-2/+22
| | | | | | For the start just basic uclient-fetch functionality coverage. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* cmake: fix building out of the treePetr Štetiar2020-12-081-1/+7
| | | | | | | When building out of the tree, linker is unable to find the ubox library so fix it by using find_library CMake command. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* remove obsolete mac os x /opt/local include/library search pathFelix Fietkau2016-12-091-5/+0
| | | | | | Where necessary, this can easily be provided through CFLAGS/LDFLAGS Signed-off-by: Felix Fietkau <nbd@nbd.name>
* cmake: Find libubox/ustream-ssl.h header fileFlorian Fainelli2016-07-021-0/+3
| | | | | | | | Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for libubox/ustream-ssl.h. Some external toolchains which do not include standard locations would fail to find the header otherwise. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* uclient-fetch: add progress bar supportFelix Fietkau2016-01-171-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* fetch: remove http header outputFelix Fietkau2014-05-061-1/+2
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* rename uclient-example to uclient-fetchFelix Fietkau2014-05-061-2/+2
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* example: make ustream-ssl optional (load via dlopen)Felix Fietkau2014-05-041-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* http: make ustream_ssl optional, only use provided ssl contextFelix Fietkau2014-05-041-2/+2
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* Initial importFelix Fietkau2014-03-201-0/+26
Signed-off-by: Felix Fietkau <nbd@openwrt.org>