Home
last modified time | relevance | path

Searched +full:include +full:- +full:all +full:- +full:sources (Results 1 – 25 of 1040) sorted by relevance

12345678910>>...42

/third_party/flutter/skia/third_party/externals/libwebp/
Dbuild.gradle47 cCompiler.args "-mips32r2"
50 cCompiler.args "-mips32r5"
53 cCompiler.args "-mips64r6"
58 all {
60 cCompiler.args "-fPIC"
61 cCompiler.args "-Wall"
68 cCompiler.args "-finline-functions"
69 cCompiler.args "-ffast-math"
70 cCompiler.args "-ffunction-sections"
71 cCompiler.args "-fdata-sections"
[all …]
/third_party/boost/tools/build/src/tools/
Dbuiltin.py5 # all copies. This software is provided "as is" without express or implied
41 adding to the explicit properties default values for all properties
82 feature.compose ("<variant>" + name, explicit_properties.all())
90 # Translates from bjam current OS to the os tags used in host-os and target-os,
91 # i.e. returns the running host-os.
111 """ Registers all features and variants declared by this module.
115 # In future, this may become <target-os> and <host-os>
118 feature.feature ('os', [os], ['propagated', 'link-incompatible'])
121 # The two OS features define a known set of abstract OS names. The host-os is
123 # property we need to list all the values to prevent unknown value errors. Both
[all …]
Dqt4.jam1 # Copyright 2002-2006 Vladimir Prus
3 # Copyright 2005-2009 Juergen Hunold
11 # The module attempts to auto-detect QT installation location from QTDIR
15 # toolset.using qt4 : /usr/local/Trolltech/Qt-4.0.0 ;
18 # running the moc preprocessor on headers. Note that you must list all your
19 # moc-able headers in sources.
26 # It's also possible to run moc on cpp sources:
30 # exe myapp : myapp.cpp [ cast _ moccable-cpp : myapp.cpp ] /qt4//QtGui ;
32 # When moccing source file myapp.cpp you need to include "myapp.moc" from
37 # http://qt-project.org/doc/qt-4.8/moc.html
[all …]
Dqt3.jam52 generators.register-standard qt3.moc : H : CPP(moc_%) : <allow>qt3 ;
54 # qt4.jam/uic-h-generator for explanations that apply in this case as
56 generators.register [ new moc-h-generator-qt3
63 generators.register-standard qt3.uic-h : UI : UIC_H : <allow>qt3 ;
68 class "qt::uic-cpp-generator" : generator
72 generator.__init__ qt3.uic-cpp : UI UIC_H : CPP : <allow>qt3 ;
75 rule run ( project name ? : properties * : sources + )
81 # will fail -- which is okay. However, if there are <library>
82 # properties they will be converted to sources, so the size of
83 # 'sources' will be more than 1. In this case, the base generator
[all …]
Dqt5.jam1 # Copyright 2002-2006 Vladimir Prus
3 # Copyright 2005-2012 Juergen Hunold
11 # The module attempts to auto-detect QT installation location from QTDIR
15 # toolset.using qt5 : /usr/local/Trolltech/Qt-5.0.0 ;
18 # running the moc preprocessor on headers. Note that you must list all your
19 # moc-able headers in sources.
26 # It's also possible to run moc on cpp sources:
30 # exe myapp : myapp.cpp [ cast _ moccable-cpp : myapp.cpp ] /qt5//QtGui ;
32 # When moccing source file myapp.cpp you need to include "myapp.moc" from
37 # http://qt-project.org/doc/qt-5.0/moc.html
[all …]
Dgettext.jam8 # creating machine-readable catalogs from translations files, and
10 # sources.
15 # - Decide on a file name which will contain translations and
18 # gettext.update update-russian : russian.po a.cpp my_app ;
20 # - Create the initial translation file by running::
22 # bjam update-russian
24 # - Edit russian.po. For example, you might change fields like LastTranslator.
26 # - Create a main target for final message catalog::
30 # The machine-readable catalog will be updated whenever you update
34 # - Run::
[all …]
/third_party/boost/libs/units/test_headers/
DJamfile.v23 # Copyright (c) 2007-2008
18 requirements <include>$(BOOST_ROOT) <include>../../..
21 headers = [ path.glob-tree ../../../boost/units : *.hpp : detail ] ;
30 [ regex.replace [ path.relative-to ../../.. $(file) ] "/" "_" ] ;
33 feature.feature <generate-include-all-order> : forward reverse : incidental ;
35 rule generate-include-all ( target : sources * : properties * )
39 if <generate-include-all-order>reverse in $(properties)
41 sources = [ sequence.reverse $(sources) ] ;
44 for local file in $(sources)
46 print.text "#include <$(file:G=)>
[all …]
/third_party/boost/tools/build/doc/src/
Dtasks.adoc5 out-of-the-box. Unless otherwise noted, all mentioned main target rules
13 link:#bbv2.main-target-rule-syntax[common syntax]. For example:
16 ----
21 ----
23 This will create an executable file from the sources--in this case,
25 another library that is created by B2. Generally, sources can
26 include C and {CPP} files, object files and libraries. B2 will
32 variable should include the path to the libraries. It means you have to either
41 link:#bbv2.main-target-rule-syntax[common syntax]. For example:
44 ----
[all …]
Dextending.adoc8 requirements -- primarily to add support for non-standard tools you
22 Low-level concrete target that is specific to Boost.Jam build engine.
23 Essentially a string -- most often a name of file.
30 WARNING: All of the Boost.Jam target-related builtin functions, like
38 such as metatarget kind, name, sources and properties, and can be called
41 link:#bbv2.reference.class.abstract-target[abstract-target].
45 The link:#bbv2.reference.class.abstract-target.generate[generate] method
47 link:#bbv2.reference.class.property-set[property-set] class) and returns
50 * As front element -- Usage-requirements from this invocation (an
51 instance of link:#bbv2.reference.class.property-set[property-set])
[all …]
/third_party/boost/libs/spirit/test/test_headers/
DJamfile3 # Copyright (c) 2007-2008 Steven Watanabe
21 <include>$(BOOST_ROOT)
22 <include>../../../..
23 <c++-template-depth>300
28 path.glob-tree ../../../../boost/spirit/include : *.hpp : classic* phoenix1*
38 [ regex.replace [ path.relative-to ../../../../boost/spirit $(file) ] "/" "_" ]
42 feature.feature <generate-include-all-order> : forward reverse : incidental ;
44 rule generate-include-all ( target : sources * : properties * )
48 if <generate-include-all-order>reverse in $(properties)
50 sources = [ sequence.reverse $(sources) ] ;
[all …]
/third_party/boost/tools/check_build/test/
DJamfile10 import virtual-target ;
14 project : requirements -<link>static ; # from tools/Jamfile
16 if "--debug-check-build" in [ modules.peek : ARGV ]
18 .info-enabled = 1 ;
23 if $(.info-enabled)
29 local all-libraries = [ MATCH .*libs/(.*)/build/.* :
33 all-libraries = [ sequence.unique $(all-libraries) ] ;
38 all-libraries = [ set.difference $(all-libraries) : function_types ] ;
40 #ECHO all-libraries: $(all-libraries) ;
42 rule alias-sources-impl ( project name : property-set : sources * )
[all …]
/third_party/boost/libs/spirit/repository/test/test_headers/
DJamfile3 # Copyright (c) 2007-2008 Steven Watanabe
21 <include>$(BOOST_ROOT)
22 <include>../../../../..
23 <c++-template-depth>300
28 path.glob-tree ../../../../../boost/spirit/repository/include : *.hpp
33 path.glob-tree ../../../../../boost/spirit/include : *.hpp : classic* phoenix1*
43 … [ regex.replace [ path.relative-to ../../../../../boost/spirit/repository $(file) ] "/" "_" ]
47 feature.feature <generate-include-all-order> : forward reverse : incidental ;
49 rule generate-include-all ( target : sources * : properties * )
53 if <generate-include-all-order>reverse in $(properties)
[all …]
/third_party/boost/libs/stacktrace/build/
DJamfile.v21 # Copyright (C) 2016-2019, Antony Polukhin.
9 : source-location .
25 : <include>$(LIBBACKTRACE_PATH)/include
33 rule mp-run-simple ( sources + : args * : input-files * : requirements * : target-name )
35 exe $(target-name)_exe : $(sources) : $(requirements) ;
36 explicit $(target-name)_exe ;
37 make $(target-name).output : $(target-name)_exe : @mp_simple_run_action ;
38 explicit $(target-name).output ;
39 alias $(target-name) : $(target-name).output ;
42 mp-run-simple has_backtrace.cpp : : : <library>backtrace : libbacktrace ;
[all …]
/third_party/gn/src/gn/
Dninja_action_target_writer.cc1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
5 #include "gn/ninja_action_target_writer.h"
7 #include <stddef.h>
9 #include "base/strings/string_util.h"
10 #include "gn/deps_iterator.h"
11 #include "gn/err.h"
12 #include "gn/general_tool.h"
13 #include "gn/pool.h"
14 #include "gn/settings.h"
[all …]
Dfunction_template.cc1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
5 #include "gn/functions.h"
7 #include "gn/parse_tree.h"
8 #include "gn/scope.h"
9 #include "gn/template.h"
10 #include "gn/value.h"
20 to add to the built-in target types.
31 When you call template() it creates a closure around all variables currently
42 names. This means all files internal to the template should use absolute
[all …]
Dfunctions_target.cc1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
5 #include "gn/functions.h"
7 #include "gn/config_values_generator.h"
8 #include "gn/err.h"
9 #include "gn/parse_tree.h"
10 #include "gn/scope.h"
11 #include "gn/target_generator.h"
12 #include "gn/template.h"
13 #include "gn/value.h"
[all …]
/third_party/boost/libs/math/doc/overview/
Dbuilding.qbk5 The first thing you need to ask yourself is "Do I need to build anything at all?"
13 [link extern_c C99 and C++ TR1 C-style Functions]
19 using Boost.Build, from a command-line boost-root directory issue a command like:
21 bjam toolset=gcc --with-math install
25 bjam toolset=msvc --with-math --build-type=complete stage
28 in sub-folder `/stage` below your Boost root directory).
36 sources corresponding to the functions you are using and build them into
39 #include path as well as the boost-root directory
40 (MSVC Tools, Options, Projects and Solutions, VC++ Directories, Include files).
43 a Windows compiler that supports auto-linking and you have built the sources
[all …]
/third_party/boost/tools/build/src/build/
Dvirtual-target.jam11 # whether a particular target should be created at all.
13 # +--------------------------+
14 # | virtual-target |
17 # +--------------------------+
18 # | actualize-action() = 0 |
19 # | actualize-location() = 0 |
20 # +----------------+---------+
24 # +-+-+
26 # +---------------------+ +-------+--------------+
27 # | action | | abstract-file-target |
[all …]
/third_party/libxml2/bakefile/
Dlibxml2.bkl3 <!-- Author: Francesco Montorsi <frm@users.sourceforge.net> -->
4 <!-- Date: 30/8/2004 -->
5 <!-- Last revision: 26/1/2005 -->
8 <!-- LIBXML2 BAKEFILE -->
9 <!-- -->
10 <!-- The bakefile used to build the library and the test -->
11 <!-- programs. The makefiles output is put: -->
12 <!-- -->
13 <!-- - in the ..\LIB folder -->
14 <!-- - in the ..\BIN folder -->
[all …]
/third_party/flutter/skia/third_party/externals/angle2/
DBUILD.gn1 # Copyright 2019 The ANGLE Project Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
29 group("all") {
35 "//samples:all",
36 "//src/tests:all",
62 include_dirs = [ "include" ]
85 "include",
117 "/we4715", # not all control paths return a value
125 # "-Wextra-semi-stmt",
127 "-Wfloat-conversion",
[all …]
/third_party/googletest/
DBUILD.gn1 # Copyright (C) 2018. Huawei Technologies Co., Ltd. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
11 include_dirs = [ "googletest/include" ]
17 "googletest/include/gtest/gtest.h",
18 "googletest/include/gtest/gtest-spi.h",
20 sources = [
21 "googletest/include/gtest/gtest-death-test.h",
22 "googletest/include/gtest/gtest-message.h",
23 "googletest/include/gtest/gtest-param-test.h",
24 "googletest/include/gtest/gtest-printers.h",
[all …]
/third_party/wayland_standard/src/
Devent-loop.c13 * next paragraph) shall be included in all copies or substantial
26 #include <assert.h>
27 #include <stddef.h>
28 #include <stdio.h>
29 #include <errno.h>
30 #include <signal.h>
31 #include <stdlib.h>
32 #include <stdint.h>
33 #include <stdbool.h>
34 #include <string.h>
[all …]
/third_party/wayland_standard/
Dwayland_protocol.gni6 # http://www.apache.org/licenses/LICENSE-2.0
18 # Forward all variables. Ensure that testonly and visibility are forwarded
21 # properly handled. All other variables are forwarded with "*", which
22 # doesn't perform recursive lookups at all. See https://crbug.com/862232
48 assert(defined(invoker.sources), "Need sources for wayland_protocol template")
53 foreach(protocol, invoker.sources) {
57 "${dir}/${name}-protocol.c",
58 "${dir}/${name}-client-protocol.h",
59 "${dir}/${name}-server-protocol.h",
68 # Action which runs wayland-scanner to generate the code.
[all …]
/third_party/node/doc/guides/
Dmaintaining-openssl.md14 % perl -v
17 x86_64-linux-gnu-thread-multi
18 (with 60 registered patches, see perl -V for more detail)
20 % as --version
24 % nasm -v
28 ## 1. Obtain and extract new OpenSSL sources
31 all files into `deps/openssl/openssl`. Then add all files and commit
35 % rm -rf openssl
36 % tar zxf ~/tmp/openssl-1.1.0h.tar.gz
37 % mv openssl-1.1.0h openssl
[all …]
/third_party/gn/docs/
Dreference.md3 *This page is automatically generated from* `gn help --markdown all`.
58 * [split_list: Splits a list into N different sub-lists.](#func_split_list)
66 * [Built-in predefined variables](#predefined_variables)
85 * [aliased_deps: [scope] Set of crate-dependency pairs.](#var_aliased_deps)
97 * [cflags: [string list] Flags passed to all C compiler variants.](#var_cflags)
106 … * [code_signing_sources: [file list] Sources for code signing step.](#var_code_signing_sources)
107 …* [complete_static_lib: [boolean] Links all deps into a static library.](#var_complete_static_li…
114 * [data_deps: [label list] Non-linked dependencies.](#var_data_deps)
119 * [externs: [scope] Set of Rust crate-dependency pairs.](#var_externs)
122 * [friend: [label pattern list] Allow targets to include private headers.](#var_friend)
[all …]

12345678910>>...42