Home
last modified time | relevance | path

Searched +full:- +full:dfmt_doc (Results 1 – 4 of 4) sorted by relevance

/external/fmtlib/.github/workflows/
Dmacos.yml12 os: [macos-13, macos-14]
17 - { os: macos-13, std: 11 }
18 - { os: macos-13, std: 17 }
20 - os: macos-14
23 shared: -DBUILD_SHARED_LIBS=ON
25 runs-on: '${{ matrix.os }}'
28 - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
30 - name: Set timezone
31 run: sudo systemsetup -settimezone 'Asia/Yekaterinburg'
33 - name: Select Xcode 14.3 (macOS 13)
[all …]
Dlinux.yml10 runs-on: ubuntu-20.04
13 cxx: [g++-4.9, g++-10, clang++-9]
18 - cxx: g++-4.9
19 install: sudo apt install g++-4.9
20 - cxx: g++-8
23 install: sudo apt install g++-8
24 - cxx: g++-8
27 install: sudo apt install g++-8
28 - cxx: g++-9
31 - cxx: g++-10
[all …]
/external/fmtlib/test/fuzzing/
Dbuild.sh4 # - 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 -e
15 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++-11
28 builddir=$here/build-fuzzers-perfanalysis
29 mkdir -p $builddir
[all …]
/external/fmtlib/support/
Dbuild.gradle11 // https://developer.android.com/studio/releases/gradle-plugin#updating-gradle
24 // Project's root where CMakeLists.txt exists: rootDir/support/.cxx -> rootDir
34 // - This option controls target platform of module
35 // - The platform might be limited by compiler's support
43 include "arm64-v8a", "armeabi-v7a", "x86_64"
56 arguments "-DANDROID_STL=c++_shared" // Specify Android STL
57 arguments "-DBUILD_SHARED_LIBS=true" // Build shared object
58 arguments "-DFMT_TEST=false" // Skip test
59 arguments "-DFMT_DOC=false" // Skip document
60 cppFlags "-std=c++17"
[all …]