Searched +full:- +full:dfmt_doc (Results 1 – 4 of 4) sorted by relevance
12 os: [macos-13, macos-14]17 - { os: macos-13, std: 11 }18 - { os: macos-13, std: 17 }20 - os: macos-1423 shared: -DBUILD_SHARED_LIBS=ON25 runs-on: '${{ matrix.os }}'28 - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.030 - name: Set timezone31 run: sudo systemsetup -settimezone 'Asia/Yekaterinburg'33 - name: Select Xcode 14.3 (macOS 13)[all …]
10 runs-on: ubuntu-20.0413 cxx: [g++-4.9, g++-10, clang++-9]18 - cxx: g++-4.919 install: sudo apt install g++-4.920 - cxx: g++-823 install: sudo apt install g++-824 - cxx: g++-827 install: sudo apt install g++-828 - cxx: g++-931 - cxx: g++-10[all …]
4 # - oss-fuzz emulated mode (makes sure a simulated invocation by oss-fuzz works)5 # - libFuzzer build (you will need clang)6 # - afl build (you will need afl)13 set -e15 root=$(readlink -f "$(dirname "$0")/../..")22 CXXFLAGSALL="-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION= -g"23 CMAKEFLAGSALL="$root -GNinja -DCMAKE_BUILD_TYPE=Debug -DFMT_DOC=Off -DFMT_TEST=Off -DFMT_FUZZ=On -D…25 CLANG=clang++-1128 builddir=$here/build-fuzzers-perfanalysis29 mkdir -p $builddir[all …]
11 // https://developer.android.com/studio/releases/gradle-plugin#updating-gradle24 // Project's root where CMakeLists.txt exists: rootDir/support/.cxx -> rootDir34 // - This option controls target platform of module35 // - The platform might be limited by compiler's support43 include "arm64-v8a", "armeabi-v7a", "x86_64"56 arguments "-DANDROID_STL=c++_shared" // Specify Android STL57 arguments "-DBUILD_SHARED_LIBS=true" // Build shared object58 arguments "-DFMT_TEST=false" // Skip test59 arguments "-DFMT_DOC=false" // Skip document60 cppFlags "-std=c++17"[all …]