/third_party/ninja/ |
D | README.md | 4 https://ninja-build.org/ 6 See [the manual](https://ninja-build.org/manual.html) or 11 [GitHub](https://github.com/ninja-build/ninja/releases). 12 Run `./ninja -h` for Ninja help. 15 resulting ninja binary. However, to enable features like Bash 26 [the wiki](https://github.com/ninja-build/ninja/wiki). 34 This will generate the `ninja` binary and a `build.ninja` file you can now use 44 The `ninja` binary will now be inside the `build-cmake` directory (you can
|
D | CMakeLists.txt | 6 project(ninja) project 39 # the depfile parser and ninja lexers are generated using re2c. 91 # Core source files all build into ninja library. 151 add_executable(ninja src/ninja.cc) target 152 target_link_libraries(ninja PRIVATE libninja libninja-re2c) 155 target_sources(ninja PRIVATE windows/ninja.manifest) 158 # Adds browse mode into the ninja binary if it's supported by the host platform. 174 target_compile_definitions(ninja PRIVATE NINJA_HAVE_BROWSE) 175 target_sources(ninja PRIVATE src/browse.cc) 235 install(TARGETS ninja)
|
D | RELEASING | 5 2. Consider sending a heads-up to the ninja-build mailing list first 22 Add binaries to https://github.com/ninja-build/ninja/releases 28 1. Make sure your ninja checkout is on the v1.5.0 tag 29 2. Clone https://github.com/ninja-build/ninja-build.github.io
|
/third_party/ninja/misc/packaging/ |
D | rpmbuild.sh | 3 echo Building ninja RPMs.. 14 git archive --format=tar --prefix=ninja-${VER}-${REL}/ HEAD | gzip -c > $RPMTOPDIR/SOURCES/ninja-${… 17 sed -e "s/%{ver}/$VER/" -e "s/%{rel}/$REL/" misc/packaging/ninja.spec > $RPMTOPDIR/SPECS/ninja.spec 18 …aN%n- (%h) %s%d%n" --date=local | sed -r 's/[0-9]+:[0-9]+:[0-9]+ //' >> $RPMTOPDIR/SPECS/ninja.spec 26 -ba $RPMTOPDIR/SPECS/ninja.spec &&
|
D | ninja.spec | 2 Name: ninja 7 URL: https://github.com/ninja-build/ninja 27 ./ninja manual 31 cp -p ninja %{buildroot}%{_bindir}/
|
/third_party/spirv-tools/kokoro/scripts/macos/ |
D | build.sh | 28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip 29 unzip -q ninja-mac.zip 30 chmod +x ninja 58 ninja 66 ninja install
|
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/macos/ |
D | build.sh | 28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip 29 unzip -q ninja-mac.zip 30 chmod +x ninja 58 ninja 66 ninja install
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/macos/ |
D | build.sh | 28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip 29 unzip -q ninja-mac.zip 30 chmod +x ninja 58 ninja 66 ninja install
|
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/ |
D | build-docker.sh | 58 using ninja-1.10.0 102 ninja 107 ninja report-coverage 118 ninja install 123 using ninja-1.10.0 149 ninja glslangValidator 152 ninja 156 ninja check-copyright 164 using ninja-1.10.0 180 ninja
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
D | build-docker.sh | 58 using ninja-1.10.0 102 ninja 107 ninja report-coverage 118 ninja install 123 using ninja-1.10.0 149 ninja glslangValidator 152 ninja 156 ninja check-copyright 164 using ninja-1.10.0 180 ninja
|
/third_party/spirv-tools/kokoro/scripts/linux/ |
D | build-docker.sh | 58 using ninja-1.10.0 102 ninja 107 ninja report-coverage 118 ninja install 123 using ninja-1.10.0 149 ninja glslangValidator 152 ninja 156 ninja check-copyright 164 using ninja-1.10.0 180 ninja
|
/third_party/ninja/misc/ |
D | zsh-completion | 1 #compdef ninja 16 # Add the following to your .zshrc to tab-complete ninja targets 17 # fpath=(path/to/ninja/misc/zsh-completion $fpath) 25 file="build.ninja" 30 targets_command="ninja -f \"${file}\" -C \"${dir}\" -t targets all" 35 ninja -t list 2>/dev/null | while read -r a b; do echo $a; done | tail -n +2 39 ninja -d list 2>/dev/null | while read -r a b; do echo $a; done | tail -n +2 | sed '$d' 62 '--version[Print ninja version]' \ 64 '-f+[Specify input build file (default=build.ninja)]:files:_files' \
|
D | write_fake_manifests.py | 108 def write_target_ninja(ninja, target, src_dir): argument 113 ninja.build(compile_depends, 'stamp', target.src_obj_pairs[0][0]) 114 ninja.newline() 116 ninja.variable('defines', target.defines) 117 ninja.variable('includes', '-I' + src_dir) 118 ninja.variable('cflags', ['-Wall', '-fno-rtti', '-fno-exceptions']) 119 ninja.newline() 122 ninja.build(obj, 'cxx', src, implicit=compile_depends) 123 ninja.newline() 128 ninja.variable('libs', libs) [all …]
|
D | ninja.vim | 1 " ninja build file syntax. 2 " Language: ninja build file as described at 3 " http://ninja-build.org/manual.html 11 " ninja lexer and parser are at 12 " https://github.com/ninja-build/ninja/blob/master/src/lexer.in.cc 13 " https://github.com/ninja-build/ninja/blob/master/src/manifest_parser.cc 84 let b:current_syntax = "ninja"
|
/third_party/vk-gl-cts/external/amber/src/kokoro/scripts/macos/ |
D | build.sh | 26 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip 27 unzip -q ninja-mac.zip 28 chmod +x ninja 54 ninja
|
/third_party/node/doc/contributing/ |
D | building-node-with-ninja.md | 7 [Ninja][] is supported in the Makefile. Run `./configure --ninja` to configure 10 For example, `make` will execute `ninja -C out/Release` internally 19 ninja: Entering directory `out/Release` 40 ./configure --ninja --debug && make 43 ## Customizing `ninja` path 49 ./configure --ninja && NINJA="ninja-build" make 52 [Ninja]: https://ninja-build.org/
|
/third_party/vk-gl-cts/external/amber/src/kokoro/android/ |
D | build.sh | 48 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip 49 unzip -q ninja-linux.zip 74 ninja
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | ninja_test.py | 12 import gyp.generator.ninja as ninja namespace 20 writer = ninja.NinjaWriter( 35 writer = ninja.NinjaWriter(
|
D | ninja.py | 237 self.ninja = ninja_syntax.Writer(output_file) 370 targets = self.ninja.build(stamp, "stamp", targets, order_only=order_only) 371 self.ninja.newline() 407 self.ninja.variable("arch", self.win_env[arch]) 408 self.ninja.variable("cc", "$cl_" + arch) 409 self.ninja.variable("cxx", "$cl_" + arch) 410 self.ninja.variable("cc_host", "$cl_" + arch) 411 self.ninja.variable("cxx_host", "$cl_" + arch) 412 self.ninja.variable("asm", "$ml_" + arch) 485 self.ninja.subninja(self._SubninjaNameForArch(arch)) [all …]
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | ninja_test.py | 12 import gyp.generator.ninja as ninja namespace 20 writer = ninja.NinjaWriter( 35 writer = ninja.NinjaWriter(
|
D | ninja.py | 237 self.ninja = ninja_syntax.Writer(output_file) 370 targets = self.ninja.build(stamp, "stamp", targets, order_only=order_only) 371 self.ninja.newline() 407 self.ninja.variable("arch", self.win_env[arch]) 408 self.ninja.variable("cc", "$cl_" + arch) 409 self.ninja.variable("cxx", "$cl_" + arch) 410 self.ninja.variable("cc_host", "$cl_" + arch) 411 self.ninja.variable("cxx_host", "$cl_" + arch) 412 self.ninja.variable("asm", "$ml_" + arch) 485 self.ninja.subninja(self._SubninjaNameForArch(arch)) [all …]
|
/third_party/vk-gl-cts/external/amber/src/kokoro/ndk-build/ |
D | build.sh | 30 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip 31 unzip -q ninja-linux.zip
|
/third_party/mesa3d/.gitlab-ci/container/debian/ |
D | x86_build-mingw-source-deps.sh | 12 --backend=ninja \ 17 ninja install 38 ninja install 73 ninja install 94 ninja install
|
/third_party/node/deps/v8/tools/vim/ |
D | ninja-build.vim | 5 " Adds a "Compile this file" function, using ninja. On Mac, binds Cmd-k to 9 " Adds a "Build this target" function, using ninja. This is not bound 14 " Requires that gyp has already generated build.ninja files, and that ninja is 16 " Bumps the number of parallel jobs in ninja automatically if goma is 20 " so /path/to/src/tools/vim/ninja-build.vim 65 # ninja needs filepaths for the ^ syntax to be relative to the
|
/third_party/mesa3d/.gitlab-ci/container/ |
D | container_pre_build.sh | 30 echo '#!/bin/sh -x' > /usr/local/bin/ninja 31 echo '/usr/bin/ninja -j${FDO_CI_CONCURRENT:-4} "$@"' >> /usr/local/bin/ninja 32 chmod +x /usr/local/bin/ninja
|