/aosp_15_r20/external/cronet/third_party/boringssl/src/ |
H A D | BUILDING.md | 13 Unless otherwise noted, build tools must at most five years old, matching 17 * [CMake](https://cmake.org/download/) 3.12 or later is required. 36 Using Ninja (note the 'N' is capitalized in the cmake invocation): 38 cmake -GNinja -B build 43 cmake -B build 47 assertions are included. Pass `-DCMAKE_BUILD_TYPE=Release` to `cmake` to 50 cmake -GNinja -B build -DCMAKE_BUILD_TYPE=Release 54 Intel in `util/`. Wipe out the build directory, run `cmake` like this: 56 cmake -B build -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake -GNinja 67 See [CMake's documentation](https://cmake.org/cmake/help/v3.4/manual/cmake-variables.7.html) [all …]
|
/aosp_15_r20/external/boringssl/src/ |
H A D | BUILDING.md | 13 Unless otherwise noted, build tools must at most five years old, matching 17 * [CMake](https://cmake.org/download/) 3.12 or later is required. 36 Using Ninja (note the 'N' is capitalized in the cmake invocation): 38 cmake -GNinja -B build 43 cmake -B build 47 assertions are included. Pass `-DCMAKE_BUILD_TYPE=Release` to `cmake` to 50 cmake -GNinja -B build -DCMAKE_BUILD_TYPE=Release 54 Intel in `util/`. Wipe out the build directory, run `cmake` like this: 56 cmake -B build -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake -GNinja 67 See [CMake's documentation](https://cmake.org/cmake/help/v3.4/manual/cmake-variables.7.html) [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | FortranCInterface.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 29 Prefix for a global symbol without an underscore. 32 Suffix for a global symbol without an underscore. 35 The case for a global symbol without an underscore, 39 Prefix for a global symbol with an underscore. 42 Suffix for a global symbol with an underscore. 45 The case for a global symbol with an underscore, 49 Prefix for a module symbol without an underscore. 52 Middle of a module symbol without an underscore that appears 53 between the name of the module and the name of the symbol. [all …]
|
D | FindMatlab.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 214 visibility, except for the entry point. This is the default behavior of 215 the MEX compiler, which lowers the risk of symbol collision between the 231 performed by a command such as ``D = gpuDevice()`` at the beginning of 243 will be performed. If set, it should point to a valid version of Matlab. 279 include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) 637 # we first try without suffix, since cmake does not understand a list with 844 Adds a Matlab unit test to the test set of cmake/ctest. 943 -P ${_FindMatlab_SELF_DIR}/MatlabTestsRedirect.cmake 1069 … message(WARNING "[MATLAB] matlab_add_mex requires that at least C or CXX are enabled languages") [all …]
|
/aosp_15_r20/external/libgav1/ |
H A D | README.md | 4 compliant AV1 decoder. More information on the AV1 video format can be found at 16 2. [CMake >= 3.7.1](https://cmake.org/download/) 43 $ cmake -G "Unix Makefiles" .. 52 [symbol reduction](#symbol-reduction) in an optimized build to keep all 88 $ cmake .. -LH 99 [`ctest`](https://cmake.org/cmake/help/latest/manual/ctest.1.html). 104 on Android platforms or the source directory configured with cmake 132 * `src/dsp/dsp.cc` defines the main entry point: `libgav1::dsp::DspInit()`. 159 symbol is defined and if not set the value to the corresponding 168 Within each module the code should check if the symbol is defined to its
|
/aosp_15_r20/external/expat/expat/ |
H A D | configure.ac | 52 dnl the command at m4-generation time. This allows us to create an m4 53 dnl symbol holding the correct version number. AC_INIT requires the 54 dnl version number at m4-time, rather than when ./configure is run, so 77 dnl Increment LIBREVISION if source code has changed at all 326 [Retain context around the current parse point; 329 [Do not retain context around the current parse point]), 337 [Define to specify how much context to retain around the current parse point, 0 to disable.]) 355 than XML. Please install docbook2X and use variable DOCBOOK_TO_MAN to point 363 dnl This relies on file xmlwf.1 being at least as recent as its source file xmlwf.xml. 403 PACKAGE_INIT="${srcdir}"/cmake/autotools/expat-package-init.cmake [all …]
|
/aosp_15_r20/external/libwebsockets/lib/event-libs/ |
H A D | README.md | 13 Lws supports wholesale replacement of its wait selectable at runtime, either by 15 building runtime-loadable plugins. CMake symbol `LWS_WITH_EVLIB_PLUGINS` 36 All event libs should add a cmake define `LWS_WITH_**lib name**` and make its 38 `./cmake/lws_config.h.in` as well so user builds can understand if the event 41 If the event lib is disabled in cmake, nothing in its directory is built or 96 struct at runtime. 100 Declare "container structs" in your private....h for anything you need at 132 being created to point at the over-allocation. For example for the wsi 141 event lib and opaque to everyone else. Once the event lib is selected at 142 runtime, all of these objects are guaranteed to have the right size object at [all …]
|
/aosp_15_r20/external/mesa3d/docs/drivers/ |
H A D | llvmpipe.rst | 8 do runtime code generation. Shaders, point/line/triangle rasterization 11 multithreaded to take advantage of multiple CPU cores (up to 32 at this 39 derived distributions like Ubuntu, you can use the APT repository at 50 …use the Copr repository at `fedora-llvm-team/llvm-snapshots <https://copr.fedorainfracloud.org/cop… 92 properly using the Android NDK, so the below cmake command can be 99 cmake ../llvm-project-18.1.1.src/llvm \ 100 -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_ROOT}/build/cmake/android.toolchain.cmake \ 242 On Linux, it is possible to have symbol resolution of JIT code with 251 ``/tmp/perf-XXXXX.map`` file with symbol address table. It also dumps 272 LLVMpipe will create a ``jit-symbols-XXXXX.map`` file containing the symbol [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/ |
H A D | build_cmake.md | 4 [CMake](https://cmake.org/) tool. 18 sudo apt-get install cmake 22 [the official cmake installation guide](https://cmake.org/install/) 48 cmake ../tensorflow_src/tensorflow/lite 53 If you need to produce a debug build which has symbol information, you need to 57 cmake ../tensorflow_src/tensorflow/lite -DCMAKE_BUILD_TYPE=Debug 67 cmake ../tensorflow_src/tensorflow/lite -DTFLITE_KERNEL_TEST=on 79 variables to point to your library installations. 82 cmake ../tensorflow_src/tensorflow/lite -DTFLITE_ENABLE_INSTALL=ON \ 84 -Dabsl_DIR=<install path>/lib/cmake/absl \ [all …]
|
/aosp_15_r20/external/angle/src/third_party/volk/ |
H A D | README.md | 26 …ine `VOLK_IMPLEMENTATION` before including `volk.h`. Do not build `volk.c` at all in this case. Th… 32 …include `vulkan/vulkan.h` and don't include `volk.h`, this can result in symbol conflicts; conside… 54 …ently support multiple VkDevice objects in the same application, but comes at a price of dispatch … 72 …ers pointing directly at the driver functions, minimizing the call overhead. When layers are loade… 79 ```cmake 89 ```cmake
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | INSTALL.md | 103 Set environment variables to point to the cross-compile toolchain and call 105 `--build` parameters at configuration time. The following script is an 222 cd /path/to/cmake/source 225 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local/cares .. 250 cd /path/to/cmake/source 253 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local/cares -G "Ninja" .. 262 cd \path\to\cmake\source 265 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=C:\cares -G "NMake Makefiles" .. 273 cd \path\to\cmake\source 276 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=C:\cares -G "MSYS Makefiles" .. [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/ |
D | README.md | 60 available at the time of release. 207 their results should differ only due to floating-point round-off, if at all. 246 and is hosted at https://github.com/KhronosGroup/SPIRV-Tools. 286 # Check out sources for dependencies, at versions known to work together, 351 You can build the project using [CMake][cmake]: 356 cmake [-G <platform-generator>] <spirv-dir> 365 cmake --build . [--config Debug] # runs `make` or `ninja` or `msbuild` etc. 379 cmake [-G <platform-generator>] <spirv-dir> -DSPIRV_BUILD_FUZZER=ON 380 cmake --build . --config Debug 424 - [CMake](http://www.cmake.org/): if using CMake for generating compilation [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/ |
H A D | README.md | 211 their results should differ only due to floating-point round-off, if at all. 250 and is hosted at https://github.com/KhronosGroup/SPIRV-Tools. 290 # Check out sources for dependencies, at versions known to work together, 355 You can build the project using [CMake][cmake]: 360 cmake [-G <platform-generator>] <spirv-dir> 369 cmake --build . [--config Debug] # runs `make` or `ninja` or `msbuild` etc. 383 cmake [-G <platform-generator>] <spirv-dir> -DSPIRV_BUILD_FUZZER=ON 384 cmake --build . --config Debug 428 - [CMake](http://www.cmake.org/): if using CMake for generating compilation 518 In order to use the library from an application, the include path should point [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/ |
H A D | README.md | 213 their results should differ only due to floating-point round-off, if at all. 252 and is hosted at https://github.com/KhronosGroup/SPIRV-Tools. 292 # Check out sources for dependencies, at versions known to work together, 357 You can build the project using [CMake][cmake]: 362 cmake [-G <platform-generator>] <spirv-dir> 371 cmake --build . [--config Debug] # runs `make` or `ninja` or `msbuild` etc. 385 cmake [-G <platform-generator>] <spirv-dir> -DSPIRV_BUILD_FUZZER=ON 386 cmake --build . --config Debug 430 - [CMake](http://www.cmake.org/): if using CMake for generating compilation 520 In order to use the library from an application, the include path should point [all …]
|
/aosp_15_r20/external/executorch/ |
H A D | CMakeLists.txt | 16 # NOTE: Build options can be configured by passing arguments to cmake. For 17 # example, to enable the EXECUTORCH_BUILD_XNNPACK option, change the cmake 18 # command to 'cmake -DEXECUTORCH_BUILD_XNNPACK=ON ..'. 20 (rm -rf cmake-out \ 21 && mkdir cmake-out \ 22 && cd cmake-out \ 23 && cmake ..) 32 # cmake --build cmake-out -j9 39 # cmake-format -i CMakeLists.txt 41 # It should also be cmake-lint clean. [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/ |
D | cmake-buildsystem.7.rst | 1 .. cmake-manual-description: CMake Buildsystem Reference 3 cmake-buildsystem(7) 28 .. code-block:: cmake 45 .. code-block:: cmake 50 run at build time can transparently use an :prop_tgt:`EXECUTABLE <TYPE>` 65 .. code-block:: cmake 69 .. code-block:: cmake 86 at least one symbol. 88 .. code-block:: cmake 105 .. code-block:: cmake [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/docs/ |
H A D | BuildingLibcxx.rst | 12 The instructions on this page are aimed at vendors who ship libc++ as part of an 29 invocation at ``<monorepo>/runtimes``. While those projects are under the LLVM 39 …$ cmake -G Ninja -S runtimes -B build -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" # Config… 65 CMake invocation at ``<monorepo>/llvm``: 70 …$ cmake -G Ninja -S llvm -B build -DLLVM_ENABLE_PROJECTS="clang" \ # Configu… 82 Adding the `--fresh` flag to the top-level cmake invocation in a bootstrapping build *will not* 83 freshen the cmake cache of any of the enabled runtimes. 102 > cmake -G "Visual Studio 16 2019" -S runtimes -B build ^ 107 > cmake --build build 134 > cmake -G Ninja -S runtimes -B build ^ [all …]
|
/aosp_15_r20/external/libcxx/docs/ |
H A D | BuildingLibcxx.rst | 47 * ``cmake -G <generator> [options] <path to llvm sources>`` 87 $ cmake -DLLVM_PATH=path/to/llvm \ 111 > cmake -G "Visual Studio 14 2015" ^ 117 > cmake --build . 128 > cmake -G Ninja ^ 156 CMake docs or execute ``cmake --help-variable VARIABLE_NAME``. 386 custom versions of libc++ with unique symbol names in order to prevent conflicts or ODR issues 465 $ CC=clang CXX=clang++ cmake -G "Unix Makefiles" \ 501 $ CC=clang CXX=clang++ cmake -G "Unix Makefiles" \ 510 Unfortunately you can't simply run clang with "-stdlib=libc++" at this point, as [all …]
|
/aosp_15_r20/external/pytorch/ |
H A D | CONTRIBUTING.md | 73 …tHub](https://github.com/pytorch/pytorch/fork) and follow the instructions at [Connecting to GitHu… 303 For example, to run all the TorchScript JIT tests (located at 410 …ppropriate reviewer in a couple business days. The reviewer will then look at your PR and respond. 423 These are the docs that you see over at [our docs website](https://pytorch.org/docs). 585 PyTorch will host documentation previews at `https://docs-preview.pytorch.org/pytorch/pytorch/<pr n… 687 rebuild only that test binary (without rerunning cmake). (Replace `ninja` with 713 `cmake-gui build/`, or directly edit `build/CMakeCache.txt` to adapt build 722 information for the code in `torch/csrc`. More information at: 729 By default, cmake will use its Makefile generator to generate your build 839 …le tensor index is selected, which can be achieved by setting a breakpoint at `applySelect` functi… [all …]
|
/aosp_15_r20/external/webp/ |
H A D | ChangeLog | 13 e2c8f233 cmake,wasm: simplify SDL2 related flags 14 d537cd37 cmake: fix vwebp_sdl compile w/libsdl-org release 24 8a7e9112 Merge "CMakeLists.txt: apply cmake-format" into main 28 fba7d62e CMakeLists.txt: apply cmake-format 38 cbe825e4 cmake: fix sharpyuv simd files' build 147 ebb6f949 cmake,emscripten: explicitly set stack size 169 ff6c7f4e CONTRIBUTING.md: add C style / cmake-format notes 170 dd530437 add .cmake-format.py 171 adbe2cb1 cmake,cosmetics: apply cmake-format 184 cba30078 WebPConfig.cmake.in: use calculated include path [all …]
|
/aosp_15_r20/external/swiftshader/ |
H A D | CMakeLists.txt | 5 # You may obtain a copy of the License at 83 "or i386) could be specified at build time.") 87 # Cross compiling with `cmake -A <arch>`. 221 # LLVM disallows calling cmake . from the main LLVM dir, the reason is that 224 # the problem, if cmake . is called from the main dir, the condition that 227 # and CMakeCache in the directory, cmake .. from a subdirectory will still 330 … # entry point (a private implementation detail betwen the Fuchsia Vulkan loader and the ICD). 342 # -Bsymbolic binds symbol references to their global definitions within 343 # a shared object, thereby preventing symbol preemption.
|
/aosp_15_r20/external/curl/ |
H A D | RELEASE-NOTES | 44 o cmake, Makefile.mk: use -isystem for headers, silence BearSSL issues [37] 45 o cmake/FindCares: fix version detection for c-ares 1.34.1 [209] 46 o cmake/FindNGTCP2: use library path as hint for finding crypto module [40] 47 o cmake: add missed variable to comment 48 o cmake: add native `pkg-config` detection for mbedTLS, MSH3, Quiche, Rustls, wolfSSL [149] 49 o cmake: allow building tests in unity mode [31] 50 o cmake: apply `WIN32_LEAN_AND_MEAN` to all feature checks 51 o cmake: avoid setting `BUILD_TESTING` [179] 52 o cmake: clear package version after `pkg-config` detection [207] 53 o cmake: delete unused NEED_LBER_H, HAVE_LDAP_H [38] [all …]
|
/aosp_15_r20/external/libpng/ |
H A D | CHANGES | 173 Added macros for simple libpng debugging output selectable at compile time 609 Removed comments on #endifs at the end of many short, non-nested #if-blocks. 629 Option to eliminate all floating point support was added. Some new 630 fixed-point functions such as png_set_gAMA_fixed() were added. 661 Reversed the order of trying to write floating-point and fixed-point gAMA. 801 Rearranged some members at the end of png_info and png_struct, to put 945 Fixed sequence-point bug in contrib/pngminus/png2pnm (Martin Zinser) 1256 Added setjmp() at the end of png_create_*_struct_2() in case user forgets 1387 Added "#!/bin/sh" at the top of configure, for recognition of the 1565 Despammed mailing addresses by masking "@" with "at". [all …]
|
/aosp_15_r20/external/libaom/ |
H A D | CHANGELOG | 128 * aomedia:2754, aomedia:3567: Ensure thread stack size is at least 145 * aomedia:2754, aomedia:3567: Ensure thread stack size is at least 292 * Fix a hang of cmake on arm64 macOS with cmake 3.27.0 or later. 307 * Fix a hang of cmake on arm64 macOS with cmake 3.27.0 or later. 320 CRC, DotProd, I8MM and SVE CPU feature presence is detected at run 332 to (non-realtime) speed 2, retuned static selection at higher 382 * b/303023614: Segfault at encoding time for high bit depth images 470 * aomedia:3416 prune unused symbols / restrict symbol visibility 484 * aomedia:3420 Floating point exception in av1_tpl_get_frame_importance() 497 * aomedia:3370 Random color block at fast motion area [all …]
|
/aosp_15_r20/external/pigweed/pw_build/ |
H A D | BUILD.gn | 5 # the License at 44 # Enable debug symbol generation. This has no effect on final code size. 97 cflags = [ "-ffixed-point" ] 449 "cmake.rst",
|