Home
last modified time | relevance | path

Searched full:config (Results 1 – 16 of 16) sorted by relevance

/tinycbor-2.7.6/tools/cbordump/
Dcbordump.pro2 CONFIG += console
3 CONFIG -= app_bundle
4 CONFIG -= qt
/tinycbor-2.7.6/
D.travis.yml17 - QMAKEFLAGS="-config release"
32 - QMAKEFLAGS="-config release"
37 - QMAKEFLAGS="-config debug"
47 - make -s -f Makefile.configure configure | tee .config
D.appveyor.yml25 if /i "%tests%"=="1" qmake CONFIG-=release CONFIG+=debug
DMakefile98 -include .config
124 all: .config \
133 configure: .config
134 .config: Makefile.configure
D.gitignore81 .config
Dmaketag.pl27 my @result = run("git", "config", "--get", "commit.template");
DDoxyfile20 # This tag specifies the encoding used for all characters in the config file
962 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
1739 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1750 # similar to doxygen's config file. A template extensions file can be generated
/tinycbor-2.7.6/tools/json2cbor/
Djson2cbor.pro2 CONFIG += console
3 CONFIG -= app_bundle
4 CONFIG -= qt
/tinycbor-2.7.6/src/
Dtinycbor.pro2 CONFIG += static
3 CONFIG -= qt
Dsrc.pri18 CONFIG(release, debug|release): DEFINES += NDEBUG
/tinycbor-2.7.6/examples/
Dsimplereader.pro1 CONFIG -= qt
/tinycbor-2.7.6/tests/cpp/
Dcpp.pro1 CONFIG += testcase parallel_test c++11
/tinycbor-2.7.6/tests/tojson/
Dtojson.pro1 CONFIG += testcase parallel_test c++11
/tinycbor-2.7.6/tests/encoder/
Dencoder.pro3 CONFIG += testcase parallel_test c++11
/tinycbor-2.7.6/tests/parser/
Dparser.pro3 CONFIG += testcase parallel_test c++11
/tinycbor-2.7.6/include/tinycbor/
Dcbor.h28 #include "tinycbor/config.h"