Home
last modified time | relevance | path

Searched refs:explicitonly (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/simdjson/simdjson-0.9.6/
H A D.drone.yml12 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
33 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
54 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
81 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
104 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
127 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
146 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
173 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
197 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
217 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
[all …]
H A D.appveyor.yml22 CTEST_ARGS: -LE explicitonly
26 CTEST_ARGS: -LE explicitonly
30 CTEST_ARGS: -LE explicitonly
34 CTEST_ARGS: -LE explicitonly
H A D.cirrus.yml26 - ctest --output-on-failure -LE explicitonly
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/
H A D.drone.yml12 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
33 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
54 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
81 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
104 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
127 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
146 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
173 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
197 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
217 CTEST_FLAGS: -j4 --output-on-failure -LE explicitonly
[all …]
H A D.appveyor.yml22 CTEST_ARGS: -LE explicitonly
26 CTEST_ARGS: -LE explicitonly
30 CTEST_ARGS: -LE explicitonly
34 CTEST_ARGS: -LE explicitonly
H A D.cirrus.yml26 - ctest --output-on-failure -LE explicitonly
/dports/devel/simdjson/simdjson-0.9.6/.circleci/
H A Dconfig.yml106 ctest $CTEST_FLAGS -LE acceptance -LE explicitonly
122 … SIMDJSON_FORCE_IMPLEMENTATION=haswell ctest $CTEST_FLAGS -L per_implementation -LE explicitonly &&
123 …SIMDJSON_FORCE_IMPLEMENTATION=westmere ctest $CTEST_FLAGS -L per_implementation -LE explicitonly &&
124 …SIMDJSON_FORCE_IMPLEMENTATION=fallback ctest $CTEST_FLAGS -L per_implementation -LE explicitonly &&
194 …IC=OFF -DSIMDJSON_SANITIZE=ON, BUILD_FLAGS: "", CTEST_FLAGS: --output-on-failure -LE explicitonly }
199 …MDJSON_BUILD_STATIC=OFF -DSIMDJSON_SANITIZE=ON, CTEST_FLAGS: --output-on-failure -LE explicitonly }
204 …DSIMDJSON_SANITIZE_THREADS=ON, BUILD_FLAGS: "", CTEST_FLAGS: --output-on-failure -LE explicitonly }
209 …UILD_STATIC=OFF -DSIMDJSON_SANITIZE_THREADS=ON, CTEST_FLAGS: --output-on-failure -LE explicitonly }
265 …IC=OFF -DSIMDJSON_SANITIZE=ON, BUILD_FLAGS: "", CTEST_FLAGS: --output-on-failure -LE explicitonly }
270 …MDJSON_BUILD_STATIC=OFF -DSIMDJSON_SANITIZE=ON, CTEST_FLAGS: --output-on-failure -LE explicitonly }
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/.circleci/
H A Dconfig.yml106 ctest $CTEST_FLAGS -LE acceptance -LE explicitonly
122 … SIMDJSON_FORCE_IMPLEMENTATION=haswell ctest $CTEST_FLAGS -L per_implementation -LE explicitonly &&
123 …SIMDJSON_FORCE_IMPLEMENTATION=westmere ctest $CTEST_FLAGS -L per_implementation -LE explicitonly &&
124 …SIMDJSON_FORCE_IMPLEMENTATION=fallback ctest $CTEST_FLAGS -L per_implementation -LE explicitonly &&
194 … -DBUILD_SHARED_LIBS=ON -DSIMDJSON_SANITIZE=ON, CTEST_FLAGS: --output-on-failure -LE explicitonly }
199 …ON_NO_FORCE_INLINING=ON -DSIMDJSON_SANITIZE=ON, CTEST_FLAGS: --output-on-failure -LE explicitonly }
204 …_SHARED_LIBS=ON -DSIMDJSON_SANITIZE_THREADS=ON, CTEST_FLAGS: --output-on-failure -LE explicitonly }
209 …RCE_INLINING=ON -DSIMDJSON_SANITIZE_THREADS=ON, CTEST_FLAGS: --output-on-failure -LE explicitonly }
265 … -DBUILD_SHARED_LIBS=ON -DSIMDJSON_SANITIZE=ON, CTEST_FLAGS: --output-on-failure -LE explicitonly }
270 …ON_NO_FORCE_INLINING=ON -DSIMDJSON_SANITIZE=ON, CTEST_FLAGS: --output-on-failure -LE explicitonly }
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Drendersky.cpp342 bool drawskylimits(bool explicitonly) in drawskylimits() argument
348 bool rendered = rendersky(explicitonly); in drawskylimits()
401 explicitonly = false; in drawskybox() local
404 explicitonly = alwaysrender || !sparklyfix || refracting; in drawskybox()
405 if(!drawskylimits(explicitonly) && !alwaysrender) return; in drawskybox()
407 if(!alwaysrender && !renderedskyfaces && !ati_skybox_bug) explicitonly = false; in drawskybox()
437 if(explicitonly) glDisable(GL_DEPTH_TEST); in drawskybox()
576 if(explicitonly) glEnable(GL_DEPTH_TEST); in drawskybox()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/.github/workflows/
H A Dmacos-11.yml24 ctest -j --output-on-failure -LE explicitonly &&
30 ctest -j --output-on-failure -LE explicitonly &&
H A Dmacos.yml23 ctest -j --output-on-failure -LE explicitonly &&
29 ctest -j --output-on-failure -LE explicitonly &&
H A Dubuntu20.yml23 ctest -j --output-on-failure -LE explicitonly &&
29 ctest -j --output-on-failure -LE explicitonly &&
H A Dvs16-ci.yml33 ctest -C Release -LE explicitonly --output-on-failure
37 ctest -C Debug -LE explicitonly --output-on-failure
H A Dubuntu20-nothread.yml23 ctest -j --output-on-failure -LE explicitonly &&
29 ctest -j --output-on-failure -LE explicitonly &&
H A Dubuntu20-noexcept.yml23 ctest -j --output-on-failure -LE explicitonly &&
29 ctest -j --output-on-failure -LE explicitonly &&
H A Dvs15-ci.yml33 ctest -C Release -LE explicitonly --output-on-failure
37 ctest -C Debug -LE explicitonly --output-on-failure
H A Dubuntu20-sani.yml23 ctest -j --output-on-failure -LE explicitonly
H A Dvs16-noexcept-ci.yml28 run: ctest -C Release -LE explicitonly --output-on-failure
H A Dubuntu18-oldclang.yml31 ctest -j --output-on-failure -LE explicitonly
H A Dvs16-clang-ci.yml30 run: ctest -C Release -LE explicitonly --output-on-failure
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Drendersky.cpp394 bool drawskylimits(bool explicitonly) in drawskylimits() argument
399 bool rendered = rendersky(explicitonly); in drawskylimits()
467 explicitonly = false; in drawskybox() local
470 explicitonly = alwaysrender || !sparklyfix || refracting; in drawskybox()
471 if(!drawskylimits(explicitonly) && !alwaysrender) return; in drawskybox()
473 if(!alwaysrender && !renderedskyfaces && !ati_skybox_bug) explicitonly = false; in drawskybox()
505 if(explicitonly) glDisable(GL_DEPTH_TEST); in drawskybox()
635 if(explicitonly) glEnable(GL_DEPTH_TEST); in drawskybox()
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Drendersky.cpp551 bool drawskylimits(bool explicitonly) in drawskylimits() argument
556 bool rendered = rendersky(explicitonly); in drawskylimits()
604 explicitonly = false; in drawskybox() local
607 explicitonly = alwaysrender || !sparklyfix || refracting; in drawskybox()
608 if(!drawskylimits(explicitonly) && !alwaysrender) return; in drawskybox()
610 if(!alwaysrender && !renderedskyfaces && !ati_skybox_bug) explicitonly = false; in drawskybox()
642 if(explicitonly) glDisable(GL_DEPTH_TEST); in drawskybox()
748 if(explicitonly) glEnable(GL_DEPTH_TEST); in drawskybox()
/dports/devel/simdjson/simdjson-0.9.6/.github/workflows/
H A Dvs16-noexcept-ci.yml34 run: ctest -C Release -LE explicitonly --output-on-failure
H A Dvs16-clang-ci.yml36 run: ctest -C Release -LE explicitonly --output-on-failure
H A Dalpine.yml40 ./alpine.sh bash -c "cd build_for_alpine && ctest -LE explicitonly"

123