Home
last modified time | relevance | path

Searched full:builds (Results 1 – 25 of 900) sorted by relevance

12345678910>>...36

/freebsd/crypto/openssl/
H A DNOTES-WINDOWS.md4 - [Native builds using Visual C++](#native-builds-using-visual-c)
5 - [Native builds using Embarcadero C++Builder](
6 #native-builds-using-embarcadero-cbuilder)
7 - [Native builds using MinGW](#native-builds-using-mingw)
9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin)
28 Native builds using Visual C++
31 The native builds using Visual C++ have a `VC-*` prefix.
121 To enable the reading of registry keys from windows builds, add
129 for multiple openssl builds to be created and installed on a single system, in
143 Special notes for Universal Windows Platform builds, aka `VC-*-UWP`
[all …]
H A DNOTES-NONSTOP.md40 API. There is no supported 32-bit or Guardian builds for KLT. Note: KLT is
50 The TNS/E platform is build using the same set of builds specifying `nse`
69 `libcrypto` builds (specifically in `crypto/init.c`). This switch can be
71 for NonStop builds. If you need to have `atexit()` functionality, set
79 Because there are many potential builds that must co-exist on any given
147 be aware that signatures may not match between builds done under OSS and under
159 **Note:** Cross-compile builds for TNS/E have not been attempted, but should
167 **Note:** None of these builds have been tested by the platform maintainer and
/freebsd/contrib/unbound/
H A DREADME-Travis.md5 …86_64. The Android recipes build and install OpenSSL and Expat, and then builds Unbound. The testi…
30 ## Sanitizer builds
32builds are tested using Clang and GCC, for a total of four builds. The first sanitizer is Undefine…
67 ## Android builds
69 Travis tests Android builds for the armv7a, aarch64, x86 and x86_64 architectures. The builds are t…
142 The fifth step builds OpenSSL and Expat. OpenSSL and Expat are built for Android using the scripts …
152 Finally, once OpenSSL and Expat are built, then the Travis script configures and builds Unbound. Th…
183 ## iOS builds
185builds for the armv7a, armv7s and aarch64 architectures for iPhoneOS, AppleTVOS and WatchOS. iPhon…
242 The fourth step builds OpenSSL and Expat. OpenSSL and Expat are built for iOS using the scripts `co…
[all …]
/freebsd/contrib/ldns/
H A DREADME-Travis.md5 … x86 and x86_64. The Android recipes build and install OpenSSL, and then builds LDNS. The testing …
30 ## Sanitizer builds
32builds are tested using Clang and GCC, for a total of four builds. The first sanitizer is Undefine…
63 ## Android builds
65 Travis tests Android builds for the armv7a, aarch64, x86 and x86_64 architectures. The builds are t…
138 The fifth step builds OpenSSL. OpenSSL is built for iOS using the scripts `contrib/android/install_…
150 Finally, once OpenSSL are built, then the Travis script configures and builds LDNS. The recipe look…
181 ## iOS builds
183builds for the armv7a, armv7s and aarch64 architectures for iPhoneOS, AppleTVOS and WatchOS. iPhon…
240 The fourth step builds OpenSSL. OpenSSL is built for iOS using the scripts `contrib/ios/install_ope…
[all …]
/freebsd/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py108 "builds/msvc/vs2017/libsodium/libsodium.vcxproj.filters", sbox)
110 "builds/msvc/vs2015/libsodium/libsodium.vcxproj.filters", sbox)
112 "builds/msvc/vs2013/libsodium/libsodium.vcxproj.filters", sbox)
114 "builds/msvc/vs2012/libsodium/libsodium.vcxproj.filters", sbox)
116 "builds/msvc/vs2010/libsodium/libsodium.vcxproj.filters", sbox)
120 "builds/msvc/vs2017/libsodium/libsodium.vcxproj", sbox)
124 "builds/msvc/vs2015/libsodium/libsodium.vcxproj", sbox)
128 "builds/msvc/vs2013/libsodium/libsodium.vcxproj", sbox)
132 "builds/msvc/vs2012/libsodium/libsodium.vcxproj", sbox)
136 "builds/msvc/vs2010/libsodium/libsodium.vcxproj", sbox)
/freebsd/contrib/kyua/utils/
H A Dsanity.hpp69 /// in debug builds.
88 /// check is only performed in debug builds.
101 /// check is only performed in debug builds.
111 /// check is only performed in debug builds.
124 /// check is only performed in debug builds.
134 /// The check is only performed in debug builds.
147 /// The check is only performed in debug builds.
160 /// in debug and production builds.
174 /// in debug and production builds.
/freebsd/contrib/bsddialog/lib/
H A Dbsddialog.3587 builds a dialog to select a date.
595 builds dialogs to select some item from a list via the SPACE key, can be
602 builds a dialog to select a date.
618 builds a dialog to display an array of
703 builds a dialog with a bar to show
719 builds a dialog without buttons and returns instantly.
722 builds a dialog to select an item from a list via SPACE and ENTER.
791 builds a dialog with a main bar with the
819 builds a dialog with collections of checklists, radiolists and separators.
856 builds
[all...]
/freebsd/share/man/man7/
H A Dbuild.7214 for all builds.
217 for native builds, and
219 for cross builds and native builds with variable
249 This target builds a cross-toolchain for the given
298 For cross-architecture builds, this step creates a cross-toolchain.
335 Builds and installs a cross-toolchain and sysroot for the given
359 Builds for the
484 Variables that influence all builds include:
530 Additionally, builds in
729 This variable can also be useful when debugging failed builds.
[all …]
H A Drelease.7290 .Sh EMBEDDED BUILDS
293 variables are relevant only to release builds for embedded systems:
297 release builds.
334 variables are relevant only to virtual machine disk image builds:
480 Builds installation CD-ROM images.
491 Builds installation DVD-ROM images.
500 Builds an installation memory stick image named
527 Builds
552 Builds a bootable installation system containing all the distribution files
562 Builds the release documentation.
/freebsd/tools/build/options/
H A DWITH_UNIFIED_OBJDIR4 For cross-builds, native-builds, and sub-directory builds, the format of
H A DWITHOUT_UNIFIED_OBJDIR4 For native-builds and builds done directly in sub-directories the format of
7 while for cross-builds
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp152 errs() << "SelectionDAG::viewGraph is only available in debug builds on " in viewGraph()
183 errs() << "SelectionDAG::clearGraphAttrs is only available in builds with " in clearGraphAttrs()
195 errs() << "SelectionDAG::setGraphAttrs is only available in builds with " in setGraphAttrs()
213 errs() << "SelectionDAG::getGraphAttrs is only available in builds with " in getGraphAttrs()
225 errs() << "SelectionDAG::setGraphColor is only available in builds with " in setGraphColor()
257 errs() << "SelectionDAG::setSubgraphColor is only available in debug builds" in setSubgraphColorHelper()
279 errs() << "SelectionDAG::setSubgraphColor is only available in debug builds" in setSubgraphColor()
/freebsd/crypto/openssl/test/
H A DREADME-external.md37 Much like the PYCA/Cryptography test suite, this builds and runs the krb5
71 Much like the PYCA/Cryptography test suite, this builds and runs the GOST engine
93 Much like the PYCA/Cryptography test suite, this builds and runs the OQS
123 This builds and runs pkcs11-provider tests against the local OpenSSL build.
/freebsd/crypto/openssl/test/recipes/
H A D06-test_rdcpu_sanity.t18 # We also need static builds to be enabled even on linux
19 plan skip_all => "This test is unsupported if static builds are not enabled"
/freebsd/contrib/llvm-project/lld/docs/
H A Dwindows_support.rst23 The current status is that LLD is used to link production builds of large
68 Builds <https://llvm.org/builds/>`_.
/freebsd/contrib/googletest/
H A DCMakeLists.txt18 # Note that googlemock target already builds googletest.
19 option(BUILD_GMOCK "Builds the googlemock subproject" ON)
/freebsd/sys/contrib/libsodium/
H A DChangeLog17 non-sumo builds.
92 - Javascript: the sumo builds now include all symbols. They were
93 previously limited to symbols defined in minimal builds.
99 - armv7s-optimized code was re-added to iOS builds.
110 - scrypt was removed from minimal builds.
146 - Minimal builds can be checked using `sodium_library_minimal()`.
149 - Android builds are now using clang on platforms where it is
204 - HEASLR is now enabled on MinGW builds.
/freebsd/crypto/openssl/ssl/record/methods/
H A Dbuild.info10 # For shared builds we need to include the sources needed in providers
18 # For shared builds we need to include the sources needed in providers
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dmutex_posix.cpp18 // Remove warning for non-debug builds. in lock()
27 // Remove warning for non-debug builds. in unlock()
/freebsd/contrib/openpam/
H A DINSTALL41 Builds the sample PAM module.
44 Builds the sample su(1) implementation.
/freebsd/share/man/man5/
H A Dmake.conf.5105 In the case of world and kernel builds it is possible to put these variables
110 This way the environment for documentation and ports builds is not polluted
114 variable you can use during the indicated builds.
127 that are used for all builds, or are used by the
129 for things other than builds.
H A Dsrc.conf.528 variables that control the aspects of how the system builds.
95 that can be used for source builds.
545 logic for incremental builds.
602 for subsequent builds.
1557 from the kernel, boot loaders, and uname output, so that builds produce
1811 For native-builds and builds done directly in sub-directories the format of
1814 while for cross-builds
1948 for amd64 kernel builds due to incompatability with ifunc memset.
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DSourceCodeBuilders.h60 /// Builds source for an expression, adding parens if needed for unambiguous
65 /// Builds idiomatic source for the dereferencing of `E`: prefix with `*` but
70 /// Builds idiomatic source for taking the address of `E`: prefix with `&` but
/freebsd/sys/dev/isci/scil/
H A Dsati_inquiry.c80 * @brief This method builds the SCSI data associated with the SATI product
144 * @brief This method builds the SCSI data associated with a SCSI standard
241 * @brief This method builds the SCSI data associated with an SCSI inquiry
271 * @brief This method builds the SCSI data associated with a request for
309 * @brief This method builds the SCSI data associated with a request for
369 * @brief This method builds the SCSI data associated with a request for
558 * @brief This method builds the SCSI data associated with a request for
/freebsd/contrib/llvm-project/lld/docs/MachO/
H A Dld64-vs-lld.rst53 hermetic builds, enabled by setting any value for the ``ZERO_AR_DATE``
54 environment variable. LLD flips this default to prefer hermetic builds, but

12345678910>>...36