Home
last modified time | relevance | path

Searched +full:- +full:dwith_tests (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libcbor/.circleci/
H A Dconfig.yml4 linux-setup:
6 - run: sudo apt-get update
8 - run: sudo NEEDRESTART_MODE=l apt-get install -y cmake ${TOOLCHAIN_PACKAGES}
9 - run: sudo NEEDRESTART_MODE=l apt-get install -y libcmocka-de
[all...]
/freebsd/targets/pseudo/stage/
H A DMakefile2 # distrib-dirs can be done in STAGE_OBJTOP
8 stage-distrib-dirs: .META ${META_DEPS}
9 mkdir -p ${STAGE_OBJTOP}
10 INSTALL="sh ${SRCTOP}/tools/install.sh" ${.MAKE} -C ${SRCTOP}/etc \
11 distrib-dirs -DNO_FSCHG -DWITH_TESTS DESTDIR=${STAGE_OBJTOP}
23 stage-distrib-dirs: .META
24 mkdir -p ${std_dirs:@d@${STAGE_OBJTOP}$d@}
31 all: stage-distrib-dirs
/freebsd/contrib/libcbor/
H A Drelease.sh6 set -e
16 # http://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
18 OUTDIR=$(mktemp -d)
25 grep -A 10 -F "$1" CHANGELOG.md || true
33 grep -A 2 'SET(CBOR_VERSION_MAJOR' CMakeLists.txt
37 grep -A 2 'CBOR_MAJOR_VERSION' examples/bazel/third_party/libcbor/cbor/configuration.h
44 set -x
53 cp -r html libcbor_docs_html
54 tar -zcf libcbor_docs.tar.gz libcbor_docs_html
56 cp -r doxygen/html libcbor_api_docs_html
[all …]
H A DCMakeLists.txt13 option(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY "cmake --build --target install does not depend on cmake --build" true)
21 add_definitions(-DIS_BIG_ENDIAN)
28 "The flag is a no-op and will be removed in the next version. "
32 option(CBOR_PRETTY_PRINTER "Include a pretty-printing routine" ON)
38 add_definitions(-DWITH_TEST
[all...]
H A DCHANGELOG.md2 - [Fix issue X in feature Y](https://github.com/PJK/libcbor/pull/XXX) (by [YYY](https://github.com/YYY))
5 ---------
[all...]
/freebsd/crypto/libecc/
H A Dmeson.build3 …version: run_command('dunamai', 'from', 'git', '--style', 'semver', '--dirty', check: true).stdout…
5 license: 'BSD-3-Clause OR GPL-2.0-or-later',
11 # dunamai is used for version sync with gconf (in the same way poetry-dynamic-versioning does)
57 '-fno-builtin',
58 '-D_FORTIFY_SOURCE=2',
59 '-fstack-protector-strong',
60 '-DUSE_WARN_UNUSED_RET',
61 '-ffreestanding'
67 # 1. build-relative options first
69 # info compilers arguments (such as m32/m64 should be cross-file related.
[all …]