Searched +full:- +full:dfruit_uses_boost (Results 1 – 7 of 7) sorted by relevance
6 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 20199 …MAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_DEBUG /D_I…11 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 201914 …L_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_DEBUG /…16 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 201719 …ITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX /DFRUIT_DEBUG /DFRUIT_EXTRA_D…21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 201924 ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX" -T host=x64 -A x64'26 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 201729 ADDITIONAL_CMAKE_ARGS: '-DFRUIT_USES_BOOST=False -DCMAKE_CXX_FLAGS="/WX" -T host=x64'[all …]
7 [here](https://github.com/google/fruit/wiki/install#building-fruit-manually).28 mkdir build-debug29 cd build-debug30 cmake .. -DCMAKE_BUILD_TYPE=Debug -DFRUIT_ENABLE_CLANG_TIDY=TRUE -DCMAKE_CXX_FLAGS="-Werror -DFRUIT…31 make -j 1633 py.test-3 -n auto39 [here](https://travis-ci.org/google/fruit/builds). The CI configuration is defined in63 ([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 …]
24 …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/60604842 # - https://software.intel.com/en-us/forums/intel-c-compiler/topic/60604946 …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 …]
20 - new_delete_run_time21 - fruit_single_file_compile_time24 - total_max_ram_usage30 - 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 …]
22 - 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 …]
7 # http://www.apache.org/licenses/LICENSE-2.010 # distributed under the License is distributed on an "AS-IS" BASIS,22 - "g++-9"23 - "clang++-10"25 - 10026 - 25027 - 100030 - name: "fruit_single_file_compile_time"32 - 2033 - 80[all …]
7 # http://www.apache.org/licenses/LICENSE-2.010 # 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 - 2039 - []41 - [][all …]