Home
last modified time | relevance | path

Searched +full:- +full:dfruit_uses_boost (Results 1 – 7 of 7) sorted by relevance

/external/google-fruit/
Dappveyor.yml6 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
9 …MAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_DEBUG /D_I…
11 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
14 …L_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_DEBUG /…
16 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
19 …ITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_D…
21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
24 ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX" -T host=x64 -A x64'
26 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
29 ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX" -T host=x64'
[all …]
DCONTRIBUTING.md7 [here](https://github.com/google/fruit/wiki/install#building-fruit-manually).
28 mkdir build-debug
29 cd build-debug
30 cmake .. -DCMAKE_BUILD_TYPE=Debug -DFRUIT_ENABLE_CLANG_TIDY=TRUE -DCMAKE_CXX_FLAGS="-Werror -DFRUIT…
31 make -j 16
33 py.test-3 -n auto
39 [here](https://travis-ci.org/google/fruit/builds). The CI configuration is defined in
63 ([list of images](https://hub.docker.com/r/polettimarco/fruit-basesystem/tags/)).
68 export OS=linux; export COMPILER='clang-3.9'; export STL='libstdc++'; export UBUNTU='16.04'; extras…
83 This is often very useful to e.g. re-run a compilation manually with additional debug flags.
[all …]
DCMakeLists.txt24 …L_ERROR "Please re-run CMake, specifying -DCMAKE_BUILD_TYPE=Debug , -DCMAKE_BUILD_TYPE=Release , -
29 …nerators default to multiple configurations, but Fruit doesn't support multi-configuration build d…
41 # - https://software.intel.com/en-us/forums/intel-c-compiler/topic/606048
42 # - https://software.intel.com/en-us/forums/intel-c-compiler/topic/606049
46 …PILE_FLAGS "${FRUIT_ADDITIONAL_COMPILE_FLAGS} -std=c++11 -W -Wall -Wno-unknown-warning-option -Wno
48 … the warning C4709 because MSVC emits it even when there is no reason to. Re-enable it when possib…
54 …# The warning C5205 is disabled, MSVC emits it for abstract classes in example code with non-virtu…
62 …PILE_FLAGS "${FRUIT_ADDITIONAL_COMPILE_FLAGS} -fprofile-arcs -ftest-coverage -fno-exceptions -fno-
63 …INKER_FLAGS "${FRUIT_ADDITIONAL_LINKER_FLAGS} -fprofile-arcs -ftest-coverage -fno-exceptions -fno-
81 … re-run CMake, specifying the boost library path as Boost_INCLUDE_DIR, e.g. -DBoost_INCLUDE_DIR=C:…
[all …]
/external/google-fruit/extras/benchmark/tables/
Dfruit_internal.yml20 - new_delete_run_time
21 - fruit_single_file_compile_time
24 - total_max_ram_usage
30 - name: "Compile time (Clang)"
34 compiler: "clang++-10"
56 - name: "Compile time (GCC)"
60 compiler: "g++-9"
82 - name: "Incremental compile time (Clang)"
86 compiler: "clang++-10"
108 - name: "Incremental compile time (GCC)"
[all …]
Dfruit_wiki.yml22 - name: "Fruit compile time (single file)"
33 - name: "Fruit compile time"
44 - name: "Fruit startup time"
55 - name: "Fruit per-request time"
66 - name: "New/delete time"
79 - name: "Compile time (100 classes)"
105 - name: "Compile time (250 classes)"
131 - name: "Compile time (1000 classes)"
157 - name: "Incremental compile time (100 classes)"
183 - name: "Incremental compile time (250 classes)"
[all …]
/external/google-fruit/extras/benchmark/suites/
Dfruit_full.yml7 # http://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS-IS" BASIS,
22 - "g++-9"
23 - "clang++-10"
25 - 100
26 - 250
27 - 1000
30 - name: "fruit_single_file_compile_time"
32 - 20
33 - 80
[all …]
Ddebug.yml7 # http://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS-IS" BASIS,
25 - "g++-9"
26 - "clang++-10"
28 - "g++-9"
30 - "clang++-10"
33 - name: "fruit_single_file_compile_time"
35 - 20
39 - []
41 - []
[all …]