Home
last modified time | relevance | path

Searched full:distribution (Results 1 – 25 of 6507) sorted by relevance

12345678910>>...261

/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DLLVMDistributionSupport.cmake1 # Utility functions for packaging an LLVM distribution. See the
10 # - The ${PROJECT}${distribution}_HAS_EXPORTS global property holds whether a
11 # project has any exports for a particular ${distribution} (where ${PROJECT}
31 # distribution for a target later. The distribution for ${target} is stored in
38 # denote the default (unnamed) distribution.
42 foreach(distribution ${LLVM_DISTRIBUTIONS})
43 foreach(target ${LLVM_${distribution}_DISTRIBUTION_COMPONENTS})
49 if(current_distribution AND NOT current_distribution STREQUAL distribution)
52 ${distribution} and ${current_distribution}\n"
56 set_property(GLOBAL PROPERTY LLVM_DISTRIBUTION_FOR_${target} ${distribution})
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A DBuildingADistribution.rst2 Building a Distribution of LLVM
12 combination of LLVM sub-project tools for distribution. This document covers
20 General Distribution Guidance
23 When building a distribution of a compiler it is generally advised to perform a
30 In deciding how to build your distribution there are a few trade-offs that you
33 #. Compile time of the distribution against performance of the built compiler
35 #. Binary size of the distribution against performance of the built compiler
39 distribution, and it will take longer to generate, but it provides the most
42 The guidance for minimizing distribution size is to dynamically link LLVM and
58 The simplest example of building a distribution with reasonable performance is
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/
H A DMeta_1_0.pod44 know some stuff about a distribution before downloading it and starting to
70 The name of the distribution. Often created by taking the "main
71 module" in the distribution and changing "::" to "-". Sometimes it's
73 L<libwww-perl|http://search.cpan.org/author/GAAS/libwww-perl/> distribution.
79 The version of the distribution to which the META.yml file refers.
85 The license under which this distribution may be used and
94 The distribution may be copied and redistributed under the same terms as perl
101 The distribution is distributed under the terms of the GNU General Public
106 The distribution is distributed under the terms of the GNU Lesser General
111 The distribution is licensed under the Artistic License version 1, as specified
[all …]
H A DMeta_1_1.pod44 know some stuff about a distribution before downloading it and starting to
70 The name of the distribution. Often created by taking the "main
71 module" in the distribution and changing "::" to "-". Sometimes it's
73 L<libwww-perl|http://search.cpan.org/author/GAAS/libwww-perl/> distribution.
79 The version of the distribution to which the META.yml file refers.
87 The standard tools that deal with module distribution (PAUSE, CPAN,
88 etc.) form an identifier for each distribution by joining the 'name'
100 The license under which this distribution may be used and
109 The distribution may be copied and redistributed under the same terms as perl
116 The distribution is distributed under the terms of the GNU General Public
[all …]
H A DMeta_1_4.pod83 want to know some stuff about a distribution before downloading it and
120 =item distribution
165 (Spec 1.0) [required] {string} The name of the distribution which is often
166 created by taking the "main module" in the distribution and changing
168 case of the libwww-perl distribution (see
177 (Spec 1.0) [required] {version} The version of the distribution to which the
187 distribution.
197 distribution. The preferred form is author-name <email-address>.
206 distribution may be used and redistributed.
214 The distribution is licensed under the Apache Software License version 1.1
[all …]
H A DMeta_1_3.pod83 want to know some stuff about a distribution before downloading it and
120 =item distribution
165 (Spec 1.0) [required] {string} The name of the distribution which is often
166 created by taking the "main module" in the distribution and changing
168 case of the libwww-perl distribution (see
177 (Spec 1.0) [required] {version} The version of the distribution to which the
187 distribution.
197 distribution. The preferred form is author-name <email-address>.
205 (Spec 1.0) [required] {string} The license under which this distribution may be
214 The distribution is licensed under the Apache Software License version 1.1
[all …]
H A DMeta_1_2.pod83 want to know some stuff about a distribution before downloading it and
120 =item distribution
193 (Spec 1.0) [required] {string} The name of the distribution which is often
194 created by taking the "main module" in the distribution and changing
196 case of the libwww-perl distribution (see
205 (Spec 1.0) [required] {version} The version of the distribution to which the
215 distribution.
225 distribution. The preferred form is author-name <email-address>.
233 (Spec 1.0) [required] {string} The license under which this distribution may be
242 The distribution may be copied and redistributed under the same terms as perl
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DSpec.pm15 # ABSTRACT: specification for CPAN distribution metadata
28 CPAN::Meta::Spec - specification for CPAN distribution metadata
93 This document describes version 2 of the CPAN distribution metadata
101 Distribution metadata describe important properties of Perl
102 distributions. Distribution building tools like Module::Build,
105 the distribution for use by automated tools that index, examine, package
112 =item distribution
251 This is a short description of the purpose of the distribution.
262 distribution. The preferred form of the contact string is:
269 including but not limited to (security) problems with the distribution,
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/IO/
H A DREADME1 This is the perl5 IO distribution.
3 This distribution is included in the perl5 core distribution. You should
4 only need to install this distribution if it is newer than your perl
7 To install this distribution you will need access rights to the perl
11 This distribution relies upon the Socket module (version 1.3), which is
14 core perl distribution.
19 To build, test and install this distribution type:
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DPlugin.pm42 sub distribution { # ; subroutine
45 my $distribution = $self->distribution_object->id;
46 CPAN::Shell->expand("Distribution",$distribution)
47 or $self->frontend->mydie("Unknowns distribution '$distribution'\n");
54 CPAN::DistnameInfo->new ($self->distribution->id);
61 my $build_dir = $self->distribution->{build_dir}
62 or $self->frontend->mydie("Distribution has not been built yet, cannot proceed");
126 Get current distribution object.
128 =head2 distribution
134 Simple delegatees for misc parameters derived from distribution
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/API/
H A DHOWTO.pod10 =head2 What distribution contains a particular module?
12 my $distribution = CPAN::Shell->expand(
14 )->distribution()->pretty_id();
17 full path and filename to this distribution on a CPAN mirror, then it is
20 =head2 What modules does a particular distribution contain?
24 "Distribution", "JHI/Graph-0.83.tar.gz"
27 You may also refer to a distribution in the form A/AU/AUTHORID/TARBALL.
/openbsd-src/gnu/llvm/clang/cmake/caches/
H A DMultiDistributionExample.cmake2 # Note that for a real distribution, you likely want to perform a bootstrap
30 # produce the install-toolchain-distribution and install-development-distribution
37 # We want to include the C++ headers in our distribution.
54 # Note that we need to include the CMake exports targets for the distribution
57 # clang-cmake-exports), in our list of targets. The distribution CMake exports
58 # targets just install the CMake exports file for the distribution's targets,
61 # CMake_projects via find_package, and include the distribution's CMake exports
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Drandom91 * the input for a specific Distribution.
136 * value in the input domain for the dependent random number distribution.
188 * generator @p __eng for the random distribution @p __dist.
197 * Gets the next generated value on the distribution.
228 * Gets a reference to the underlying random distribution.
231 distribution()
235 * Gets a const reference to the underlying random distribution.
238 distribution() const
242 * Gets the closed lower bound of the distribution interval.
246 { return this->distribution().min(); }
[all …]
/openbsd-src/gnu/usr.bin/cvs/contrib/
H A Dcvshelp.man189 .SS "Placing a Third-Party Source Distribution Under CVS Control"
201 Save the original distribution kit somewhere. For example, if the
204 the distribution kit could be saved in
206 Organize the distribution directory so that each release
224 checkin \-m 'Bugs-R-Us 4.3 distribution' bugs VENDOR V4_3
395 .SS "Merging a Subsequent Third-Party Distribution"
397 third-party distribution under CVS for the first time: save the
398 distribution kit and unpack the package in a scratch directory. From
407 checkin \-m 'Bugs-R-Us 5.0 distribution' bugs VENDOR V5_0 \\
421 distribution that you just checked in.
[all …]
/openbsd-src/gnu/usr.bin/perl/
H A DArtistic69 d) make other distribution arrangements with the Copyright Holder.
78 b) accompany the distribution with the machine-readable source of
85 d) make other distribution arrangements with the Copyright Holder.
87 5. You may charge a reasonable copying fee for any distribution of this
92 distribution provided that you do not advertise this Package as a
104 binary executable image, then distribution of such an image shall
105 neither be construed as a distribution of this Package nor shall it
118 8. Aggregation of this Package with a commercial distribution is always
121 to the end user of the commercial distribution. Such use shall not be
122 construed as a distribution of this Package.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlartistic.pod24 this as their distribution license can link to it.
127 make other distribution arrangements with the Copyright Holder.
146 accompany the distribution with the machine-readable source of the
157 make other distribution arrangements with the Copyright Holder.
163 You may charge a reasonable copying fee for any distribution of this
168 distribution provided that you do not advertise this Package as a
182 binary executable image, then distribution of such an image shall
183 neither be construed as a distribution of this Package nor shall it
200 Aggregation of this Package with a commercial distribution is always
203 to the end user of the commercial distribution. Such use shall not be
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DDistro.h1 //===--- Distro.h - Linux distribution detection support --------*- C++ -*-===//
20 /// This class encapsulates the clang Linux distribution detection mechanism
22 /// into wider distribution classes.
84 /// The distribution, possibly with specific version.
91 /// Default constructor leaves the distribution unknown.
94 /// Constructs a Distro type for specific distribution.
97 /// Detects the distribution using specified VFS.
/openbsd-src/lib/libcrypto/man/
H A DDIST_POINT_new.329 .Nd X.509 CRL distribution point extensions
49 Using the CRL distribution point extension, a certificate can specify
58 It can hold issuer names, distribution point names, and reason flags.
102 Using this extension, a CRL can specify which distribution point
135 section 4.2.1.13: CRL Distribution Points
137 section 5.2.5: Issuing Distribution Point
/openbsd-src/gnu/llvm/lldb/scripts/
H A Dinstall_custom_python.py2 structure that mirrors that of an official Python distribution.
8 Python distribution installed on their system. Occasionally
13 official Python distribution, thus allowing PYTHONHOME to be
59 print('Copying distribution %s ==> %s' % (source_dir, dest_dir))
65 # First copy the files that go into the root of the new distribution. This
90 # match an official distribution as closely as possible. Note that we don't just copy
91 # the subdirectory recursively. The source distribution ships with many more tools
93 # in an installed distribution.
130 description='Install a custom Python distribution')
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm26 use CPAN::Distribution;
467 for my $class (qw(Module Distribution)) {
1444 … SEARCH: for my $d (sort { $a->id cmp $b->id } $CPAN::META->all_objects("CPAN::Distribution")) {
1546 # distribution objects:
1548 $do = CPAN::Shell->expand("Module",$mod)->distribution;
1550 $do = CPAN::Shell->expand("Distribution",
1601 =item Searching for authors, bundles, distribution files and modules
1636 Distribution id = B/BO/BOOK/Acme-MetaSyntactic-0.99.tar.gz
1646 Distribution BEATNIK/Filter-NumberLines-0.02.tar.gz
1664 other embedded slash distribution
[all …]
/openbsd-src/gnu/usr.bin/texinfo/
H A DREADME2 This is the README file for the GNU Texinfo distribution. Texinfo is
8 Copying and distribution of this file, with or without modification,
14 Primary distribution point: ftp://ftp.gnu.org/gnu/texinfo/
54 This distribution includes the following files, among others:
62 Texinfo source files in this distribution.
79 this distribution.
83 included in this distribution as C
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/include/
H A Dgpl.texi76 The precise terms and conditions for copying, distribution and
80 @unnumberedsec TERMS AND CONDITIONS FOR COPYING,@*DISTRIBUTION AND MODIFICATION
83 @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
98 Activities other than copying, distribution and modification are not
153 on the Program, the distribution of the whole must be on the terms of
159 exercise the right to control the distribution of derivative or
164 a storage or distribution medium does not bring the other work under
181 cost of physically performing source distribution, a complete
189 allowed only for noncommercial distribution and only if you
205 If distribution of executable or object code is made by offering
[all …]
/openbsd-src/gnu/gcc/gcc/doc/include/
H A Dgpl.texi78 The precise terms and conditions for copying, distribution and
82 @unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
85 @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
100 Activities other than copying, distribution and modification are not
155 on the Program, the distribution of the whole must be on the terms of
161 exercise the right to control the distribution of derivative or
166 a storage or distribution medium does not bring the other work under
183 cost of physically performing source distribution, a complete
191 allowed only for noncommercial distribution and only if you
207 If distribution of executable or object code is made by offering
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dgpl.texi76 The precise terms and conditions for copying, distribution and
80 @unnumberedsec TERMS AND CONDITIONS FOR COPYING,@*DISTRIBUTION AND MODIFICATION
83 @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
98 Activities other than copying, distribution and modification are not
153 on the Program, the distribution of the whole must be on the terms of
159 exercise the right to control the distribution of derivative or
164 a storage or distribution medium does not bring the other work under
181 cost of physically performing source distribution, a complete
189 allowed only for noncommercial distribution and only if you
205 If distribution of executable or object code is made by offering
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DCOPYING56 The precise terms and conditions for copying, distribution and
60 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
72 Activities other than copying, distribution and modification are not
120 on the Program, the distribution of the whole must be on the terms of
126 exercise the right to control the distribution of derivative or
131 a storage or distribution medium does not bring the other work under
144 cost of physically performing source distribution, a complete
151 allowed only for noncommercial distribution and only if you
166 If distribution of executable or object code is made by offering
169 distribution of the source code, even though third parties are not
[all …]

12345678910>>...261