aboutsummaryrefslogtreecommitdiff
path: root/libs/check
Commit message (Collapse)AuthorAge
* check: Update to 0.13.0Rosen Penev2019-10-29
| | | | | | | | | | Switch to CMake. Allows to simplify the Makefile. Replaced InstallDev section with CMAKE_INSTALL. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* libs/check: update to 0.12.0Eduardo Abinader2017-10-22
| | | | Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* check: use sha256 checksumEduardo Abinader2017-02-13
| | | | Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* check: changing MaintainerEduardo Abinader2017-02-13
| | | | | | As agreed on https://github.com/openwrt/packages/pull/3238 Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* check: bump to 0.11.0Eduardo Abinader2017-02-13
| | | | | | | updated new package url and solved some issues: https://github.com/libcheck/check/releases/tag/0.11.0 Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* check: fix fortify source compatibilityJo-Philipp Wich2015-06-30
| | | | | | | | | | Let `./configure` assume C99 compliant `snprintf()` and `vsnprintf()` functions by passing the required cache variables via `CONFIGURE_VARS`. Fixes fortify-source related undeclared function errors when compiling the `tests/` directory. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* check: import from old packages feedNicolas Thill2015-02-07
- update to latest version (v0.9.14) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>