Home
last modified time | relevance | path

Searched +refs:cmake +refs:help +refs:command +refs:history (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/googletest/
H A DCONTRIBUTING.md33 makes the history hard to follow. If you want to make a change that doesn't
53 are definitely encouraged to contribute to the discussion and you can also help
93 * [CMake](https://cmake.org/) v2.8.12 or newer
108 cmake -Dgtest_build_tests=ON -Dgmock_build_tests=ON ${GTEST_REPO_DIR}
112 cmake command to be one of each
115 cmake -Dgtest_build_tests=ON ${GTEST_DIR} # sets up Google Test tests
116 cmake -Dgmock_build_tests=ON ${GMOCK_DIR} # sets up Google Mock tests
120 in Python. If the cmake command complains about not being able to find Python
125 cmake -DPYTHON_EXECUTABLE=path/to/python ...
/aosp_15_r20/external/cronet/third_party/googletest/src/
H A DCONTRIBUTING.md33 makes the history hard to follow. If you want to make a change that doesn't
53 are definitely encouraged to contribute to the discussion and you can also help
93 * [CMake](https://cmake.org/) v2.8.12 or newer
108 cmake -Dgtest_build_tests=ON -Dgmock_build_tests=ON ${GTEST_REPO_DIR}
112 cmake command to be one of each
115 cmake -Dgtest_build_tests=ON ${GTEST_DIR} # sets up Google Test tests
116 cmake -Dgmock_build_tests=ON ${GMOCK_DIR} # sets up Google Mock tests
120 in Python. If the cmake command complains about not being able to find Python
125 cmake -DPYTHON_EXECUTABLE=path/to/python ...
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/
H A DCONTRIBUTING.md33 makes the history hard to follow. If you want to make a change that doesn't
53 are definitely encouraged to contribute to the discussion and you can also help
93 * [CMake](https://cmake.org/) v2.8.12 or newer
108 cmake -Dgtest_build_tests=ON -Dgmock_build_tests=ON ${GTEST_REPO_DIR}
112 cmake command to be one of each
115 cmake -Dgtest_build_tests=ON ${GTEST_DIR} # sets up Google Test tests
116 cmake -Dgmock_build_tests=ON ${GMOCK_DIR} # sets up Google Mock tests
120 in Python. If the cmake command complains about not being able to find Python
125 cmake -DPYTHON_EXECUTABLE=path/to/python ...
/aosp_15_r20/external/deqp/external/openglcts/
H A DREADME.md18 - [Test History](#test-history)
35 - [Command line options](#command-line-options)
48 - [Revision History](#revision-history)
82 The reader is assumed to be a fluent programmer experienced with command line
132 file `targets/my_target/my_target.cmake`.
147 |android | Used in Android build. Requires use of suitable toolchain file (see `cmake/` directory) |
155 **Example target file (targets/null/null.cmake):**
212 In your target `.cmake` file add
258 command line examples in the next steps:
260 - NMake (must be run in VS or SDK command prompt): "NMake Makefiles"
[all …]
/aosp_15_r20/external/swiftshader/
H A DREADME.md20 …[Install CMake](https://cmake.org/download/) for Linux, macOS, or Windows and use either [the GUI]…
23 cmake ..
24 cmake --build . --parallel
28 …Tip: Set the [CMAKE_BUILD_PARALLEL_LEVEL](https://cmake.org/cmake/help/latest/envvar/CMAKE_BUILD_P…
33cmake-projects-in-visual-studio?view=vs-2019#ide-integration) in the Solution Explorer and select …
64 On Windows, this command line requires using the [Git Bash Shell](https://www.atlassian.com/git/tut…
86 …ithub.com/git/git/blob/master/contrib/subtree/git-subtree.txt) to include all of Subzero's history.
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/
H A DREADME.md17 In contrast, the XML registry file has a linear history, so it is
36 Tools that generate SPIR-V should use a magic number in the SPIR-V to help identify the
58 cmake ..
59 cmake --build . --target install
65 `-DCMAKE_INSTALL_PREFIX=/other/path` on the first `cmake` command.
153 cmake ..
154 cmake --build . --target install
/aosp_15_r20/external/angle/third_party/spirv-headers/src/
H A DREADME.md17 In contrast, the XML registry file has a linear history, so it is
36 Tools that generate SPIR-V should use a magic number in the SPIR-V to help identify the
58 cmake ..
59 cmake --build . --target install
65 `-DCMAKE_INSTALL_PREFIX=/other/path` on the first `cmake` command.
153 cmake ..
154 cmake --build . --target install
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/
DREADME.md17 In contrast, the XML registry file has a linear history, so it is
36 Tools that generate SPIR-V should use a magic number in the SPIR-V to help identify the
58 cmake ..
59 cmake --build . --target install
65 `-DCMAKE_INSTALL_PREFIX=/other/path` on the first `cmake` command.
153 cmake ..
154 cmake --build . --target install
/aosp_15_r20/external/angle/third_party/spirv-tools/src/
H A DREADME.md54 Use the `--version` option on each command line tool to see the software
84 `spirv-dis --help`.
111 See [`tools/val/val.cpp`](tools/val/val.cpp) or run `spirv-val --help` for the command-line help.
266 feature](https://help.github.com/articles/tracking-the-progress-of-your-work-with-projects/)
283 We intend to maintain a linear history on the GitHub `main` branch.
357 You can build the project using [CMake][cmake]:
362 cmake [-G <platform-generator>] <spirv-dir>
366 command (e.g. `ninja`, `make`, `msbuild`, etc.; this depends on the platform
368 command for you:
371 cmake --build . [--config Debug] # runs `make` or `ninja` or `msbuild` etc.
[all …]
H A DCHANGES1 Revision history for SPIRV-Tools
63 - Add modify-maximal-reconvergence to spirv-opt help (#5546)
227 - build: cmake: Add support for GNU/Hurd (#4895)
643 - Add tests for recently added command line option (#3297)
778 - Reduce/fuzz: improve command line args (#2932)
787 - reduce/fuzz: improve command line args (#2932)
967 - Add cmake option to turn off SPIRV_TIMER_ENABLED (#2103)
976 - Added passes to help preserve OpLine information (#2027)
1087 - Add testing of command line executables
1260 - Default target environment is now SPIR-V 1.3. For command-line tools,
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/
DREADME.md47 Use the `--version` option on each command line tool to see the software
105 See [`tools/val/val.cpp`](tools/val/val.cpp) or run `spirv-val --help` for the command-line help.
260 feature](https://help.github.com/articles/tracking-the-progress-of-your-work-with-projects/)
277 We intend to maintain a linear history on the GitHub `main` branch.
351 You can build the project using [CMake][cmake]:
356 cmake [-G <platform-generator>] <spirv-dir>
360 command (e.g. `ninja`, `make`, `msbuild`, etc.; this depends on the platform
362 command for you:
365 cmake --build . [--config Debug] # runs `make` or `ninja` or `msbuild` etc.
379 cmake [-G <platform-generator>] <spirv-dir> -DSPIRV_BUILD_FUZZER=ON
[all …]
DCHANGES1 Revision history for SPIRV-Tools
152 - build: cmake: Add support for GNU/Hurd (#4895)
568 - Add tests for recently added command line option (#3297)
703 - Reduce/fuzz: improve command line args (#2932)
712 - reduce/fuzz: improve command line args (#2932)
892 - Add cmake option to turn off SPIRV_TIMER_ENABLED (#2103)
901 - Added passes to help preserve OpLine information (#2027)
1012 - Add testing of command line executables
1185 - Default target environment is now SPIR-V 1.3. For command-line tools,
1549 - Add optimization passes (in API and spirv-opt command)
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/
H A DREADME.md54 Use the `--version` option on each command line tool to see the software
109 See [`tools/val/val.cpp`](tools/val/val.cpp) or run `spirv-val --help` for the command-line help.
264 feature](https://help.github.com/articles/tracking-the-progress-of-your-work-with-projects/)
281 We intend to maintain a linear history on the GitHub `main` branch.
355 You can build the project using [CMake][cmake]:
360 cmake [-G <platform-generator>] <spirv-dir>
364 command (e.g. `ninja`, `make`, `msbuild`, etc.; this depends on the platform
366 command for you:
369 cmake --build . [--config Debug] # runs `make` or `ninja` or `msbuild` etc.
383 cmake [-G <platform-generator>] <spirv-dir> -DSPIRV_BUILD_FUZZER=ON
[all …]
H A DCHANGES1 Revision history for SPIRV-Tools
35 - Add modify-maximal-reconvergence to spirv-opt help (#5546)
199 - build: cmake: Add support for GNU/Hurd (#4895)
615 - Add tests for recently added command line option (#3297)
750 - Reduce/fuzz: improve command line args (#2932)
759 - reduce/fuzz: improve command line args (#2932)
939 - Add cmake option to turn off SPIRV_TIMER_ENABLED (#2103)
948 - Added passes to help preserve OpLine information (#2027)
1059 - Add testing of command line executables
1232 - Default target environment is now SPIR-V 1.3. For command-line tools,
[all …]
/aosp_15_r20/external/llvm/docs/
H A DGettingStarted.rst83 before trying to configure with cmake. cmake does not pickup newly
95 * ``cmake -G <generator> [options] <path to llvm sources>``
224 * **bzip2** --- bzip2 command for distribution generation
225 * **bunzip2** --- bunzip2 command for distribution checking
234 * **gzip** --- gzip command for distribution generation
235 * **gunzip** --- gunzip command for distribution checking
245 * **unzip** --- unzip command for distribution checking
246 * **zip** --- zip command for distribution generation
320 extremely old versions of GCC. These steps attempt to help you upgrade you
381 cmake .. -DCMAKE_CXX_LINK_FLAGS="-Wl,-rpath,$HOME/toolchains/lib64 -L$HOME/toolchains/lib64"
[all …]
/aosp_15_r20/external/AFLplusplus/docs/
H A Dfuzzing_in_depth.md39 A good way to monitor disk I/O on Linux is the `iostat` command:
59 evaluation flow will help you to select the best possible.
104 * Passing --afl-`MODE` command line options to the compiler via
114 Because no AFL++ specific command-line options are accepted (beside the
115 --afl-MODE command), the compile-time tools make fairly broad use of environment
311 mkdir build; cd build; cmake -DCMAKE_C_COMPILER=afl-cc -DCMAKE_CXX_COMPILER=afl-c++ ..
321 first command!
327 #### Other build systems or if configure/cmake didn't work
329 Sometimes `cmake` and `configure` do not pick up the AFL++ compiler or the
518 If you need to stop and re-start the fuzzing, use the same command line options
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/
DChangeLog132 - Allow overriding the default install locations for cmake
133 - Generate and install the pkg-config file with cmake
134 - Build both a static and a shared version of zlib with cmake
135 - Include version symbols for cmake builds
136 - If using cmake with MSVC, add the source directory to the includes
190 - Add missing libs to minizip linker command
396 - Restore zconf.h for builds that don't use configure or cmake
450 - Fix ./configure --help to correctly name options
562 - Add puff TEST command options, ability to read piped input
593 - Add a --uname= option to configure to perhaps help with cross-compiling
[all …]
/aosp_15_r20/external/python/cpython2/Modules/zlib/
DChangeLog132 - Allow overriding the default install locations for cmake
133 - Generate and install the pkg-config file with cmake
134 - Build both a static and a shared version of zlib with cmake
135 - Include version symbols for cmake builds
136 - If using cmake with MSVC, add the source directory to the includes
190 - Add missing libs to minizip linker command
396 - Restore zconf.h for builds that don't use configure or cmake
450 - Fix ./configure --help to correctly name options
562 - Add puff TEST command options, ability to read piped input
593 - Add a --uname= option to configure to perhaps help with cross-compiling
[all …]
/aosp_15_r20/external/freetype/docs/oldlogs/
H A DChangeLog.25489 (providing a similar effect as LaTeX's `\hfill' command) are removed
1167 [cmake] Add iOS build support.
1170 * builds/cmake/iOS.cmake: New file. Universal binaries are built
1606 [cmake] Add option to build OS X framework.
2064 * builds/unix/freetype-config.in (--static): New command line
3044 complicated history of the horizontal positions of the TSB and BSB
3284 points. Kudos to Greg Hitchcock for help.
3383 Provide cmake support.
4968 (main): Handle new command line flag `-wN'.
/aosp_15_r20/external/libpng/
H A DCHANGES207 all configurable options can be selected from command line instead
358 More work on loop optimization which may help when compiled with C++
709 Added "png_jmp_env()" macro to pngconf.h, to help people migrate to the
717 Changed the allocation of palette, history, and trans arrays back to
984 help prevent applications from using MNG features in PNG datastreams.
2906 disable. Corrected scripts/options.awk to handle both command line
3922 option is now done automagically only when required, so that command-line
3945 Fix character count in pngstest command in projects/owatcom/pngstest.tgt
3996 configure command or put #define PNG_SAFE_LIMITS_SUPPORTED in
5102 The macros passed in the command line to Borland make were ignored if
[all …]
/aosp_15_r20/out/soong/
Dbuild.aosp_shiba.ninja.globs4294 …ery-1.6.2.min.js","build/make/tools/droiddoc/templates-pdk/assets/jquery-history.js","build/make/t…
10087 …ent_tests/clearCases/test-no-history-1.json","cts/tests/framework/base/windowmanager/intent_tests/…
13154command/Main.java","dalvik/dx/src/com/android/dx/command/UsageException.java","dalvik/dx/src/com/a…
19202 …","external/bc/src/dc_parse.c","external/bc/src/file.c","external/bc/src/history.c","external/bc/s…
19204 …red.txt","external/bc/tests/fuzzing/","external/bc/tests/history.py","external/bc/tests/history.sh…
19207cmake","external/boringssl/crypto-sources.mk","external/boringssl/eureka.mk","external/boringssl/i…
19225 …roid-sources.cmake","Excludes":null,"Matches":["external/boringssl/android-sources.cmake"],"Deps":…
19353 …"external/boringssl/src/cmake","Excludes":null,"Matches":["external/boringssl/src/cmake/"],"Deps":…
19354cmake/OpenSSLConfig.cmake","Excludes":null,"Matches":["external/boringssl/src/cmake/OpenSSLConfig.
19355 …ingssl/src/cmake/go.cmake","Excludes":null,"Matches":["external/boringssl/src/cmake/go.cmake"],"De…
[all …]
Dbuild.aosp_shiba.4.ninja782command = out/host/linux-x86/bin/aidl --preprocess out/soong/.intermediates/art/artd/binder/artd-a…
3699command = out/host/linux-x86/bin/sbox --sandbox-path out/soong/.temp --output-dir out/soong/.inter…
3702command = out/host/linux-x86/bin/sbox --sandbox-path out/soong/.temp --output-dir out/soong/.inter…
3770command = out/host/linux-x86/bin/sbox --sandbox-path out/soong/.temp --output-dir out/soong/.inter…
3776command = out/host/linux-x86/bin/sbox --sandbox-path out/soong/.temp --output-dir out/soong/.inter…
3782command = ( true && diff -u -F '{ *$$' packages/modules/Virtualization/android/virtualizationservi…
3785command = ( true && cp -f out/soong/.intermediates/packages/modules/Virtualization/android/virtual…
4144command = rm -rf out/soong/.intermediates/tools/asuite/asuite_proto/linux_glibc_x86_64_PY3/gen/ate…
4147command = rm -rf out/soong/.intermediates/tools/asuite/asuite_proto/linux_glibc_x86_64_PY3/gen/ate…
4150command = rm -rf out/soong/.intermediates/tools/asuite/asuite_proto/linux_glibc_x86_64_PY3/gen/ate…
[all …]
/aosp_15_r20/external/tensorflow/
H A DRELEASE.md1820 would help avoid RPCs and data copy if every TF worker colocates with a
4909 * Adds `tf.config.experimental.mlir_bridge_rollout` which will help us rollout
5243 history of op executions at the Python (eager) and intra-graph levels, the
5740 * Add CompositeTensor support for DistributedIterators. This should help
6060 [here](https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads).
6105 `tf.debugging.disable_check_numerics()` to help debugging the root
6368 * Fixes critical bugs that help with `DenseFeatures` usability in TF2
6584 `freeze_graph` command line tool; `SavedModel` should be used in place
6766 new utilities to help scale losses `tf.nn.compute_average_loss`,
6847 help scale losses `tf.nn.compute_average_loss`,
[all …]
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv311 …ternal/squashfs-tools,plougher,"Fix small stat bug in 1.0 filesystems, and update help information"
621 …s,[email protected],DngCreatorTest: Add test logging to help debug failures
630 …9a576d5b283,platform/cts,[email protected],Missing userid in appops command
659[email protected],CTS Test for security vulnerability fix: Equalizer command might allow negat…
716[email protected],CTS Test for security vulnerability fix: Effect command might allow negat…
1037 …907507e70,platform/cts,[email protected],Override Console 'version' command
1299 …tform/cts,[email protected],Added a helper APK to help develop AccountChec…
1800[email protected],Added TODO for replacing shell move task command to long press rec…
1972 …ts,[email protected],CameraITS: add max timeout for tablet (30m) to command
2072 …tform/cts,[email protected],Rename usages of move task shell command in CTS
[all …]
/aosp_15_r20/external/harfbuzz_ng/perf/texts/
H A Den-words.txt1932 cmake
2030 command
4825 help
4889 history

12