Searched +full:windows +full:- +full:build +full:- +full:rules (Results 1 – 25 of 391) sorted by relevance
12345678910>>...16
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | gitlab-ci.yml | 3 .incorporate-templates-commit: 5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" 7 .incorporate-base-tag+templates-commit: 9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT… 10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}" 12 .set-image: 14 - .incorporate-templates-commit 19 .set-image-base-tag: 21 - .set-image 22 - .incorporate-base-tag+templates-commit [all …]
|
| /third_party/mesa3d/src/microsoft/ci/ |
| D | gitlab-ci.yml | 1 test-spirv2dxil-windows: 3 - .build-windows 4 - .use-windows_test_vs2019 5 - .spirv2dxil-test-rules 6 stage: layered-backends 8 - windows-vs2019 10 - windows-vs2019 11 - windows_test_vs2019 13 GIT_STRATEGY: none # testing doesn't build anything from source 15 - . _install/spirv2dxil_run.ps1 [all …]
|
| /third_party/ninja/doc/ |
| D | manual.asciidoc | 1 The Ninja build system 7 ------------ 9 Ninja is yet another build system. It takes as input the 13 Ninja joins a sea of other build systems. Its distinguishing goal is 17 files and whose other build systems (including one built from custom 18 non-recursive Makefiles) would take ten seconds to start building 24 Where other build systems are high-level languages, Ninja aims to be 27 Build systems get slow when they need to make decisions. When you are 28 in an edit-compile cycle you want it to be as fast as possible -- you 29 want the build system to do the minimum work necessary to figure out [all …]
|
| /third_party/icu/icu4c/source/python/icutools/databuilder/ |
| D | __main__.py | 4 # Python 2/3 Compatibility (ICU-20299) 5 # TODO(ICU-20301): Remove this. 22 description = """Generates rules for building ICU binary data files from text 25 Use the --mode option to declare how to execute those rules, either exporting 26 the rules to a Makefile or spawning child processes to run them immediately: 28 --mode=gnumake prints a Makefile to standard out. 29 --mode=unix-exec spawns child processes in a Unix-like environment. 30 --mode=windows-exec spawns child processes in a Windows-like environment. 32 Tips for --mode=unix-exec 40 $ LD_LIBRARY_PATH=lib PYTHONPATH=python python3 -m icutools.databuilder ... [all …]
|
| /third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/ |
| D | __main__.py | 4 # Python 2/3 Compatibility (ICU-20299) 5 # TODO(ICU-20301): Remove this. 22 description = """Generates rules for building ICU binary data files from text 25 Use the --mode option to declare how to execute those rules, either exporting 26 the rules to a Makefile or spawning child processes to run them immediately: 28 --mode=gnumake prints a Makefile to standard out. 29 --mode=unix-exec spawns child processes in a Unix-like environment. 30 --mode=windows-exec spawns child processes in a Windows-like environment. 32 Tips for --mode=unix-exec 40 $ LD_LIBRARY_PATH=lib PYTHONPATH=python python3 -m icutools.databuilder ... [all …]
|
| /third_party/skia/third_party/externals/icu/source/extra/scrptrun/ |
| D | readme.html | 1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 6 …<!-- meta name="Copyright" content="Copyright (c) 2002, International Business Machines Corporatio… 8 <meta name="GENERATOR" content="Mozilla/4.72 [en] (Windows NT 5.0; U) [Netscape]"> 20 <blockquote><font face="Courier New,Courier"><font size=-1>Script 'DEVANAGARI' 22 <br><font face="Courier New,Courier"><font size=-1>Script 'ARABIC' from 24 <br><font face="Courier New,Courier"><font size=-1>Script 'CYRILLIC' from 26 <br><font face="Courier New,Courier"><font size=-1>Script 'LATIN' from 28 <br><font face="Courier New,Courier"><font size=-1>Script 'HAN' from 33 30 <br><font face="Courier New,Courier"><font size=-1>Script 'HIRAGANA' from [all …]
|
| /third_party/icu/icu4c/source/extra/scrptrun/ |
| D | readme.html | 1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 6 …<!-- meta name="Copyright" content="Copyright (c) 2002, International Business Machines Corporatio… 8 <meta name="GENERATOR" content="Mozilla/4.72 [en] (Windows NT 5.0; U) [Netscape]"> 20 <blockquote><font face="Courier New,Courier"><font size=-1>Script 'DEVANAGARI' 22 <br><font face="Courier New,Courier"><font size=-1>Script 'ARABIC' from 24 <br><font face="Courier New,Courier"><font size=-1>Script 'CYRILLIC' from 26 <br><font face="Courier New,Courier"><font size=-1>Script 'LATIN' from 28 <br><font face="Courier New,Courier"><font size=-1>Script 'HAN' from 33 30 <br><font face="Courier New,Courier"><font size=-1>Script 'HIRAGANA' from [all …]
|
| /third_party/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 1 # Shared between windows and Linux 2 .build-common: 3 extends: .build-rules 10 - _build/meson-logs/*.txt 11 - _build/meson-logs/strace 12 - shader-db 15 .build-linux: 16 extends: .build-common 23 - !reference [default, before_script] 24 - export PATH="/usr/lib/ccache:$PATH" [all …]
|
| /third_party/libsnd/ |
| D | README.md | 11 Erik de Castro Lopo <erikd@mega-nerd.com> aka @erikd. The project was developed 29 There are currently two build systems: the traditional GNU autotool based one and 30 modern CMake based build system. Use of the CMake build system is documented 33 Setting up a build environment for libsndfile on Debian or Ubuntu is as simple as: 35 sudo apt install autoconf autogen automake build-essential libasound2-dev \ 36 libflac-dev libogg-dev libtool libvorbis-dev libopus-dev libmp3lame-dev \ 37 libmpg123-dev pkg-config python 44 brew install autoconf autogen automake flac libogg libtool libvorbis opus mpg123 pkg-config 46 Once the build environment has been set up, building and testing libsndfile is 49 autoreconf -vif [all …]
|
| /third_party/icu/icu4c/source/samples/strsrch/ |
| D | readme.txt | 4 Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserve… 5 …h finds the occurrences of a pattern string in a source string, using user-defined collation rules. 8 Creating a user-defined string search mechanism. 13 strsrch.sln Windows MSVC workspace. Double-click this to get started. 14 strsrch.vcproj Windows MSVC project file 16 To Build strsrch on Windows 17 1. Install and build ICU 19 3. Choose a Debug or Release build. 20 4. Build. 22 To Run on Windows [all …]
|
| /third_party/skia/third_party/externals/icu/source/samples/strsrch/ |
| D | readme.txt | 4 Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserve… 5 …h finds the occurrences of a pattern string in a source string, using user-defined collation rules. 8 Creating a user-defined string search mechanism. 13 strsrch.sln Windows MSVC workspace. Double-click this to get started. 14 strsrch.vcproj Windows MSVC project file 16 To Build strsrch on Windows 17 1. Install and build ICU 19 3. Choose a Debug or Release build. 20 4. Build. 22 To Run on Windows [all …]
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ci/ |
| D | gitlab-ci.yml | 1 .d3d12-test: 3 - .build-windows 4 - .use-windows_test_vs2019 5 - .glon12-test-rules 6 stage: layered-backends 8 - windows-vs2019 10 - windows-vs2019 11 - windows_test_vs2019 13 GIT_STRATEGY: none # testing doesn't build anything from source 17 .d3d12-test-piglit: [all …]
|
| /third_party/glfw/ |
| D | .gitignore | 1 # The canonical out-of-tree build subdirectory 2 build 3 build-* 23 GLFW.build 33 build.ninja 34 rules.ninja 79 examples/triangle-opengl 81 examples/windows 101 tests/triangle-vulkan 103 tests/windows
|
| /third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
| D | ChangeLog.29 | 1 2018-05-01 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-9-1'. 12 * README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj, 13 src/base/ftver.rc, builds/windows/vc2005/index.html, 14 builds/windows/vc2008/freetype.vcproj, 15 builds/windows/vc2008/index.html, 16 builds/windows/vc2010/freetype.vcxproj, 17 builds/windows/vc2010/index.html, 18 builds/windows/visualc/freetype.dsp, 19 builds/windows/visualc/freetype.vcproj, [all …]
|
| /third_party/gn/src/gn/ |
| D | ninja_build_writer.cc | 2 // Use of this source code is governed by a BSD-style license that can be 37 #include <windows.h> 57 build_settings->build_dir().Resolve(build_settings->root_path()); in GetSelfInvocationCommandLine() 66 // will have the build directory as the current one. Coding it explicitly in GetSelfInvocationCommandLine() 71 base::FilePath root_path = build_settings->root_path(); in GetSelfInvocationCommandLine() 75 cmdline.AppendSwitchPath(std::string("--") + switches::kRoot, in GetSelfInvocationCommandLine() 78 cmdline.AppendSwitch(std::string("-") + switches::kQuiet); in GetSelfInvocationCommandLine() 84 // possibly with spaces, that we want to quote. The Windows command line in GetSelfInvocationCommandLine() 89 // If both --root and --dotfile are passed, make sure the --dotfile is in GetSelfInvocationCommandLine() 90 // made relative to the build dir here. in GetSelfInvocationCommandLine() [all …]
|
| /third_party/glib/ |
| D | README.win32.md | 1 Chun-wei Fan `<fanc999@yahoo.com.tw>` 12 import libraries) of GLib, Pango, GTK+ etc for Windows, go to 13 https://www.gtk.org/download/windows.php . They are for "native" 14 Windows meaning they use the Win32 API and Microsoft C runtime library 17 To build GLib on Win32, you can use either GCC ("MinGW") or the Microsoft 21 You can also cross-compile GLib for Windows from Linux using the 22 cross-compiling mingw packages for your distro. 24 Note that to just *use* GLib on Windows, there is no need to build it 27 On Windows setting up a correct build environment is very similar to typing 31 compilation related to Win32 in GLib-using code: [all …]
|
| /third_party/skia/buildtools/third_party/libc++/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 5 import("${skia_root_dir}/build/config/c++/c++.gni") 6 import("${skia_root_dir}/build/config/sanitizers/sanitizers.gni") 7 import("${skia_root_dir}/build/toolchain/toolchain.gni") 11 cflags = [ "-fstrict-aliasing" ] 16 "-Wno-macro-redefined", 20 "-std:c++17", 24 "-fPIC", 25 "-std=c++17", 30 # Explicitly set version macros to Windows 7 to prevent libc++ from adding a [all …]
|
| /third_party/skia/third_party/externals/freetype/src/winfonts/ |
| D | rules.mk | 2 # FreeType 2 Windows FNT/FON driver configuration rules 6 # Copyright (C) 1996-2021 by 16 # Windows driver directory 27 # Windows driver sources (i.e., C files) 31 # Windows driver headers 37 # Windows driver object(s) 45 # Windows driver source file for single build 50 # Windows driver - single object 56 # Windows driver - multiple objects
|
| /third_party/gn/ |
| D | README.md | 3 GN is a meta-build system that generates build files for 4 [Ninja](https://ninja-build.org). 15 * The [mailing list](https://groups.google.com/a/chromium.org/forum/#!forum/gn-dev). 20 GN is currently used as the build system for Chromium, Fuchsia, and related 24 many thousands of build files and tens of thousands of source files. 26 * It has a readable, clean syntax. Once a build is set-up, it is generally 27 easy for people with no backround in GN to make basic edits to the build. 29 * It is designed for multi-platform projects. It can cleanly express many 30 complicated build variants across different platforms. A single build 40 allow developers to ensure the build evolves as desired (for example, `gn [all …]
|
| /third_party/skia/third_party/externals/icu/ |
| D | README.chromium | 2 URL: https://github.com/unicode-org/icu 3 Version: 69-1 4 CPEPrefix: cpe:/a:icu-project:international_components_for_unicode:69.1 13 1. Run "scripts/update.sh <version>" (e.g. 69-1). 15 It does preserve Chrome-specific build files and 25 B. How to build ICU data files 28 Pre-built data files are generated and checked in with the following steps 30 1. icu data files for Chrome OS, Linux, Mac and Windows 32 a. Make a icu data build directory outside the Chromium source tree 41 ${CHROME_ICU_TREE_TOP}/source/runConfigureICU Linux --disable-layout --disable-tests [all …]
|
| /third_party/skia/third_party/externals/freetype/docs/ |
| D | INSTALL.GNU | 1 This document contains instructions how to build the FreeType library 2 on non-Unix systems with the help of GNU Make. Note that if you are 3 running Cygwin or MinGW/MSYS in Windows, you should follow the 7 FreeType 2 includes a powerful and flexible build system that allows 12 ------------------- 14 The FreeType 2 build system relies on many features special to GNU 26 pass option `--norc-substitution'. 31 make -v 39 ---------------- 48 FreeType build system -- automatic system detection [all …]
|
| /third_party/icu/docs/userguide/icu_data/ |
| D | buildtool.md | 1 --- 3 title: ICU Data Build Tool 6 --- 7 <!-- 10 --> 12 # ICU Data Build Tool 16 {: .no_toc .text-delta } 21 --- 36 something like `icudt64l.dat`, which is little-endian data for ICU 64. This 38 on Windows. In ICU4J, it is bundled into a jar file named `icudata.jar`. [all …]
|
| /third_party/curl/docs/ |
| D | CODE_STYLE.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 11 single code base. Easy-to-read is an important property of code and helps 17 Our C code has a few style rules. Most of them are verified and upheld by the 19 by the build system when built after `./configure --enable-debug` has been 24 particularly unusual rules in our set of rules. 26 We also work hard on writing code that are warning-free on all the major 28 causes warnings is not accepted as-is. 32 Try using a non-confusing naming scheme for your new functions and variable [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
| D | CHANGES | 1 Revision history for SPIRV-Tools 3 v2021.5-dev 2021-11-11 4 - Start v2021.5-dev 6 v2021.4 2021-11-11 7 - General 8 - Add a WebAssembly build (#3752) 9 - Make cxx exceptions controllable (#4591) 10 - Validator 11 - Improve decoration validation (#4490) 12 - Optimizer [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/ |
| D | CHANGES | 1 Revision history for SPIRV-Tools 3 v2021.5-dev 2021-11-11 4 - Start v2021.5-dev 6 v2021.4 2021-11-11 7 - General 8 - Add a WebAssembly build (#3752) 9 - Make cxx exceptions controllable (#4591) 10 - Validator 11 - Improve decoration validation (#4490) 12 - Optimizer [all …]
|
12345678910>>...16