Searched +full:- +full:- +full:build (Results 1 – 25 of 1130) sorted by relevance
12345678910>>...46
1 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.7 .Nd "source build options"12 the build process of the15 .Xr build 7 .43 may be necessary if the system-wide settings are not suitable44 for a particular build.49 effectively resets all build controls to their defaults.63 for a particular build via the72 for the build can be controlled via the75 .Pa /etc/src-env.conf .[all …]
1 # Makefile fragment - requires GNU make3 # Copyright (c) 2019-2021, Arm Limited.4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception7 B := build/string10 all-string bench-string check-string install-string clean-string:15 string-lib-srcs := $(wildcard $(S)/$(ARCH)/*.[cS])16 string-lib-srcs += $(wildcard $(S)/$(ARCH)/experimental/*.[cS])17 string-test-srcs := $(wildcard $(S)/test/*.c)18 string-bench-srcs := $(wildcard $(S)/bench/*.c)20 string-arch-include-dir := $(wildcard $(S)/$(ARCH))[all …]
5 -------------------------7 The unified scheme takes all its data from the `build.info` files seen9 needed to build end product files from diverse sources. See the10 section on `build.info` files below.12 From the information in `build.info` files, `Configure` builds up an14 stored in configdata.pm, found at the top of the build tree (which may20 build-file templates. See the section on build-file templates further23 build.info files24 ----------------26 As mentioned earlier, `build.info` files are meant to hold the minimum[all …]
10 *.tmpl Build file templates, please read 'Build-file11 programming with the "unified" build system' as well12 as 'Build info files' for more information.52 given, as the build file defaults are95 like "-fPIC".138 where a default build would normally create the SSL139 shared library as 'libssl.so -> libssl.so.1.1' with141 definition that sets 'shlib_variant => "-abc"' will142 create 'libssl.so -> libssl-abc.so.1.1', again with149 and all non-alphanumeric characters to '_'.[all …]
1 Error: build failed2 *** [do-check-joberr] Error code 13 Error: build failed4 *** [do-check-joberr] Error code 15 Error: build failed6 *** [do-check-joberr] Error code 17 Error: build failed8 *** [do-check-joberr] Error code 19 Error: build failed10 *** [do-check-joberr] Error code 1[all …]
2 .\" SPDX-License-Identifier: BSD-2-Clause32 .Nm build33 .Nd general instructions on how to build the41 .Bl -tag -width "/usr/ports"44 loosely defined as everything required to build the system49 third-party software, with a consistent interface for building and54 These directories may be initially empty or non-existent until updated64 command is used in each of these directories to build and install the74 A source tree is allowed to be read-only.98 The default components included in the build are specified in the file[all …]
2 perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969)3 build: Build Zstd with `noexecstack` on All Architectures (@felixhandte, #2964)12 perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang4216 perf: on-demand reduced ZSTD_DCtx state size, using build macro ZSTD_DECODER_INTERNAL_BUFFER, at a …17 build: allows hiding static symbols in the dynamic library, using build macro, by @skitt18 build: support for m68k (Motorola 68000's), by @cyan497319 build: improved AIX support, by @Helflym20 build: improved meson unofficial build, by @eli-schwartz22 …t advanced parameters information when compressing in very verbose mode (``-vv`), by @Svetlitski-FB25 api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42)[all …]
4 -5 version: 1.0.{build}8 - release9 - master10 - /appveyor*/11 - /visual*/14 - COMPILER: "gcc"17 SCRIPT: "make allzstd MOREFLAGS=-static"19 BUILD: "true"20 - COMPILER: "gcc"[all …]
6 dnl # Setup the kernel build environment.34 dnl # which interfaces are available. By invoking the kernel build system280 AS_IF([test "x$enable_linux_builtin" != xyes -a -f "$modpost"], [281 AS_IF([grep -q Modules.symvers $modpost], [287 AS_IF([test ! -f "$LINUX_OBJ/$LINUX_SYMBOLS"], [291 *** the kernel is configured, built, and the '--with-linux=PATH'306 dnl # source (source) and prebuilt (build) files. Additionally, there are307 dnl # `source` and `build` symlinks in `/lib/modules/$(KERNEL_VERSION)`310 dnl # - `configure` command line values if both `--with-linux` and311 dnl # `--with-linux-obj` were defined[all …]
4 linux-setup:6 - run: sudo apt-get update8 - run: sudo NEEDRESTART_MODE=l apt-get install -y cmake ${TOOLCHAIN_PACKAGES}9 - run: sudo NEEDRESTART_MODE=l apt-get install -y libcmocka-de[all...]
3 …chray/nvi2/wiki/Porting) in the Wiki. This document is an overview of the build process that allow…7 - CMake >= 3.17;8 - Ninja build system;9 - libiconv (for `USE_ICONV`);10 - libncursesw (for `USE_WIDECHAR`);14 - Berkeley DB1 in libc;15 - /var/tmp/vi.recover/ with mode 41777.19 …build system generator. By specifying "Ninja Multi-Config" as the build system to generate, you ca…22 cmake -G "Ninja Multi-Config" -B build25 Now `build` becomes your build directory to hold the artifacts. To build nvi2 in Debug mode, run[all …]
28 .Em Build directories31 build products by asking the build system to place such build products34 Most build systems today support build directories.35 For example, the GNU Automake/Autoconf build system exposes such concept when37 .Bd -literal -offset indent38 $ cd my-project-1.039 $ mkdir build40 $ cd build45 Under such invocation, all the results of the build are left in the46 .Pa my-project-1.0/build/[all …]
1 # Makefile fragment - requires GNU make3 # Copyright (c) 2019-2024, Arm Limited.4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception13 $(warning WARNING: Double-precision ULP tests will not be usable without MPFR)16 $(error Can only generate special GLIBC symbols on Linux - please disable USE_GLIBC_ABI)29 math-src-dir := $(srcdir)/math30 math-build-dir := build/math32 math-lib-srcs := $(wildcard $(math-src-dir)/*.[cS])33 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/*.[cS])36 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/*/*.[cS])[all …]
2 .\" SPDX-License-Identifier: BSD-2-Clause37 .Op Fl c Ar config-file47 It can be used to build specialized install images, designed for easy51 .Bl -tag -width ".Fl c Ar config-file" -offset indent55 Skip the build stages (both for kernel and world).56 .It Fl c Ar config-file63 Build the disk image from an existing build/install.65 Skip the disk image build stage.69 stage of the build.73 stage of the build.[all …]
1 //===-- llvm/CodeGen/GlobalISel/MachineIRBuilder.h - MIBuilder --*- C++ -*-===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 //===----------------------------------------------------------------------===//10 /// This is a helper class to build MachineInstr.11 //===----------------------------------------------------------------------===//162 MIB.addUse(SrcMIB->getOperand(0).getReg()); in addSrcToMIB()178 return MRI.getType(SrcMIB->getOperand(0).getReg()); in getLLTTy()191 return SrcMIB->getOperand(0).getReg(); in getReg()220 /// Helper class to build MachineInstr.242 State.Observer->createdInstr(*InsertedInstr); in recordInsertion()[all …]
1 # Makefile fragment - requires GNU make3 # Copyright (c) 2019-2025, Arm Limited.4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception7 B := build/networking10 all-networking check-networking install-networking clean-networking:15 networking-lib-srcs := $(wildcard $(S)/*.[cS]) $(wildcard $(S)/$(ARCH)/*.[cS])16 networking-test-srcs := $(wildcard $(S)/test/*.c)18 networking-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h))20 networking-libs := \21 build/lib/libnetworking.so \[all …]
1 Build and Install11 - [Prerequisites](#prerequisites)12 - [Notational Conventions](#notational-conventions)13 - [Quick Installation Guide](#quick-installation-guide)14 - [Building OpenSSL](#building-openssl)15 - [Installing OpenSSL](#installing-openssl)16 - [Configuration Options](#configuration-options)17 - [API Level](#api-level)18 - [Cross Compile Prefix](#cross-compile-prefix)19 - [Build Type](#build-type)[all …]
1 ### Generic Build Instructions5 To build GoogleTest and your tests that use it, you need to tell your build7 depends on which build system you use, and is usually straightforward.9 ### Build with CMake11 GoogleTest comes with a CMake build script13 that can be used on a wide range of platforms ("C" stands for cross-platform.).17 CMake works by generating native makefiles or build projects that can be used in18 the compiler environment of your choice. You can either build GoogleTest as a19 standalone project or it can be incorporated into an existing CMake build for28 git clone https://github.com/google/googletest.git -b v1.15.0[all …]
6 set SPHINXBUILD=sphinx-build8 set BUILDDIR=build9 set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source12 set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%13 set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%36 echo. xml to make Docutils-native XML files37 echo. pseudoxml to make pseudoxml-XML files for display purposes53 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx55 echo.to the full path of the 'sphinx-build' executable. Alternatively you59 echo.http://sphinx-doc.org/[all …]
3 IAM=`hostname || uname -n`7 '--one'|'-1')17 PARSE="--enable-parse-clocks"19 STD="--enabl[all...]
4 build system. If you're using GoogleTest for the first time or need a refresher,13 * [Bazel](https://bazel.build/), the preferred build system used by the20 [Bazel installation guide](https://bazel.build/install).28 [Bazel workspace](https://docs.bazel.build/versions/main/build-ref.html#workspace)30 software you want to build. Each workspace directory has a text file named32 dependencies required to build the outputs.42 [Bazel external dependency](https://docs.bazel.build/versions/main/external.html)44 [`http_archive` rule](https://docs.bazel.build/versions/main/repo/http.html#http_archive).54 strip_prefix = "googletest-5ab508a01f9eb089207ee87fd547d290da39d015",64 Now you're ready to build C++ code that uses GoogleTest.[all …]
1 CC_VERSION := $(shell $(CC) --version | \2 sed -n -e '/clang-/s/.*clang-\([0-9][0-9]*\).*/\1/p')10 # Warnings are version-dependent, unfortunately,11 # so test for version before adding a -W flag.13 ifeq ($(shell test $(CC_VERSION) -gt 0; echo $$?),0)14 WFLAGS += -Weverything15 WFLAGS += -Wno-padded16 WFLAGS += -Wno-gnu-zero-variadic-macro-arguments17 WFLAGS += -Wno-format-nonliteral18 WFLAGS += -Wno-unused-macros[all …]
1 # Copyright (c) 2021-2022 Yubico AB. All rights reserved.2 # Use of this source code is governed by a BSD-style4 # SPDX-License-Identifier: BSD-2-Clause9 [string]$SevenZPath = "C:\Program Files\7-Zip\7z.exe",24 if ($LastExitCode -ne 0) { in ExitOnError() 30 Write-Host "Cloning ${REPO}..." in GitClone() 31 & $Git - in GitClone() [all...]
1 //===- VersionTuple.h - Version Number Handling --------40 unsigned Build : 31; global() variable 62 VersionTuple(unsigned Major,unsigned Minor,unsigned Subminor,unsigned Build) VersionTuple() argument [all...]
40 #include <atf-c++.hpp>104 const_cast< lazy_test_program* >(this)->set_test_cases( in test_cases()126 .build(); in check_ctor_and_getters()129 .build(); in check_ctor_and_getters()132 "mock", fs::path("binary"), fs::path("root"), "suite-name", tp_md, in check_ctor_and_getters()133 model::test_cases_map_builder().add("foo", tc_md).build()); in check_ctor_and_getters()141 ATF_REQUIRE_EQ("suite-name", test_program.test_suite_name()); in check_ctor_and_getters()147 .build(); in check_ctor_and_getters()150 .build(); in check_ctor_and_getters()176 const model::test_case test_case("main", model::metadata_builder().build()); in check_find_ok()[all …]