Home
last modified time | relevance | path

Searched refs:projects (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/netbsd-src/external/apache2/llvm/dist/llvm/utils/release/
H A Dtest-release.sh235 projects="llvm clang clang-tools-extra"
237 projects="$projects compiler-rt"
240 projects="$projects libcxx"
242 projects="$projects libcxxabi"
245 projects="$projects libunwind"
250 projects="$projects test-suite"
254 projects="$projects openmp"
257 projects="$projects lld"
260 projects="$projects lldb"
263 projects="$projects polly"
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATest.py40 projects = get_projects(parser, args)
42 projects,
80 for project in project_map.projects:
87 projects = get_projects(parser, args)
88 benchmark = Benchmark(projects, args.iterations, args.output)
101 projects = project_map.projects
103 def filter_projects(projects, predicate, force=False): argument
106 for project in projects]
108 if args.projects:
109 projects_arg = args.projects.split(",")
[all …]
H A DProjectMap.py136 self._save(self.projects, self.path)
146 self.projects = self._parse(raw_projects)
188 def _save(projects: List[ProjectInfo], path: str):
190 json.dump(ProjectMap._convert_infos_to_dicts(projects),
194 def _convert_infos_to_dicts(projects: List[ProjectInfo]) -> List[JSON]:
196 for project in projects]
H A DSATestBenchmark.py39 def __init__(self, projects: List[ProjectInfo], iterations: int,
41 self.projects = projects
47 for project in self.projects]
H A DSATestAdd.py78 project_map.projects.append(project)
84 for existing_project in project_map.projects)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/
H A Dproject_tree.py78 projects = [LLVMProject("llvm", "")]
79 projects += [
82 projects += [
85 projects.append(
89 projects = [LLVMProject("llvm", "llvm")]
90 projects += [LLVMProject(p, p) for p in ORDINARY_PROJECTS]
91 projects += [LLVMProject(p, p) for p in TOOLS_PROJECTS]
92 projects.append(
95 return projects
H A Dllvm_checksum.py68 def ComputeLLVMChecksums(root_path, projects): argument
97 for proj in projects:
118 WalkProjectFiles(root_path, projects, proj, add_file_hash)
/netbsd-src/external/apache2/llvm/dist/libcxx/
H A Dappveyor-reqs-install.cmd3 if NOT EXIST C:\projects\deps (
4 mkdir C:\projects\deps
6 cd C:\projects\deps
30 7z x cmake.zip -oC:\projects\deps > nul
31 move C:\projects\deps\cmake-* C:\projects\deps\cmake
34 @set PATH=C:\projects\deps\cmake\bin;%PATH%
42 7z x ninja.zip -oC:\projects\deps\ninja > nul
45 @set PATH=C:\projects\deps\ninja;%PATH%
/netbsd-src/external/bsd/openldap/dist/doc/devel/
H A Dtodo4 This is a list of projects that need getting done. They are defined
6 projects based upon your personal priorities.
8 If you would like to work on any of these projects, please coordinate
31 Large projects
38 Medium projects
49 Small projects
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DGitHubMove.rst77 In addition, because Git seems to be replacing many OSS projects' version
85 projects. Any of these could replace the code-hosting infrastructure that we
103 The current SVN repository hosts all the LLVM sub-projects alongside each other.
105 all LLVM sub-projects.
168 Git views for the sub-projects (if the monorepo is selected).
212 sub-projects in a single source tree. It is often referred to as a monorepo and
214 own top-level directory. Not all sub-projects are used for building toolchains.
217 Putting all sub-projects in a single checkout makes cross-project refactoring
220 * New sub-projects can be trivially split out for better reuse and/or layering
223 * Changing an API in LLVM and upgrading the sub-projects will always be done in
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/
H A D.gitignore41 # External projects that are tracked independently.
42 projects/*
43 !projects/*.*
44 !projects/Makefile
/netbsd-src/external/mpl/dhcp/dist/
H A DCONTRIBUTING.md19 2. **open an issue** in [this project](https://gitlab.isc.org/isc-projects/dhcp/issues/new), make s…
24 …the DHCP project page, click the [Fork button](https://gitlab.isc.org/isc-projects/dhcp/forks/new).
28 …go to the DHCP project [merge requests page](https://gitlab.isc.org/isc-projects/dhcp/merge_reques…
29 click [New merge request](https://gitlab.isc.org/isc-projects/dhcp/merge_requests/new). If you
40 …ributing to ISC DHCP is to [create an issue](https://gitlab.isc.org/isc-projects/dhcp/issues/new),…
49 …ding the [ISC DHCP Developer's Survival Guide](https://gitlab.isc.org/isc-projects/dhcp/wikis/home)
64 on [Github](https://github.com/isc-projects/dhcp), ISC developers rarely look at Github, which is
68 from ISC to create new projects. We gladly do this for anyone who asks and provides a good reason.
76 click the [Fork button](https://gitlab.isc.org/isc-projects/dhcp/forks/new) and you will be prompted
81 Please read the [Gitlab How-To](https://gitlab.isc.org/isc-projects/dhcp/wikis/processes/gitlab-how…
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/
H A DTODO4 This is a list of projects that need getting done for the C++ API.
5 They are not listed in any specific order. Contribute to projects
8 If you would like to work on any of these projects, please coordinate
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/
H A DTODO.txt3 - more projects (lldb, check- targets for compiler-rt's asan/ubsan/msan/tsan)
4 - once there are more projects, have an llvm_enable_projects arg, modeled
6 - a check-all build target that runs test of all projects
/netbsd-src/doc/
H A DTODO9 these projects are small, others are large. Some are extremely
29 Please don't hesitate to suggest more projects for this list.
30 Suggestions, comments, etc to projects@NetBSD.org.
39 This is a list of suggested smaller projects (in no particular order):
/netbsd-src/external/apache2/llvm/dist/llvm/projects/
H A DCMakeLists.txt1 # Discover the projects that use CMake in the subdirectories.
30 # Add the projects in reverse order of their dependencies so that the
31 # dependent projects can see the target names of their dependencies.
/netbsd-src/sys/external/isc/libsodium/dist/
H A DREADME.markdown2 [![Windows build status](https://ci.appveyor.com/api/projects/status/fu8s2elx25il98hj?svg=true)](ht…
3 … Scan Build Status](https://scan.coverity.com/projects/2397/badge.svg)](https://scan.coverity.com/
/netbsd-src/external/mit/libcbor/dist/
H A D.travis-qemu.sh62 git clone git://git.cryptomilk.org/projects/cmocka.git
78 git clone git://git.cryptomilk.org/projects/cmocka.git
104 git clone git://git.cryptomilk.org/projects/cmocka.git
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DDoxyfile28 STRIP_FROM_PATH = "/Users/creed/projects/elftosb/elftosb2" \
29 "/Users/creed/projects/sgtl/elftosb/sbtool" \
30 "/Users/creed/projects/elftosb/common" \
31 "/Users/creed/projects/sgtl/elftosb/common"
/netbsd-src/external/bsd/elftosb/dist/keygen/
H A DDoxyfile28 STRIP_FROM_PATH = "/Users/creed/projects/elftosb/sbtool" \
29 "/Users/creed/projects/sgtl/elftosb/sbtool" \
30 "/Users/creed/projects/elftosb/common" \
31 "/Users/creed/projects/sgtl/elftosb/common"
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DDoxyfile28 STRIP_FROM_PATH = "/Users/creed/projects/elftosb/sbtool" \
29 "/Users/creed/projects/sgtl/elftosb/sbtool" \
30 "/Users/creed/projects/elftosb/common" \
31 "/Users/creed/projects/sgtl/elftosb/common"
/netbsd-src/doc/roadmaps/
H A Dports9 The following elements, projects, and goals are considered strategic
14 The following elements, projects, and goals are not strategic
22 The following elements, projects, and goals are perhaps less pressing;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/utils/unittest/
H A Dunittest.gni29 # 2. The CMake build doesn't put the unit tests of all projects (clang,
31 # be name collisions between test binaries from separate projects.
37 # constraints that test binaries of different projects should go in
/netbsd-src/sys/external/bsd/gnu-efi/dist/
H A DREADME.elilo18 http://www.sf.net/projects/gnu-efi
19 http://www.sf.net/projects/elilo
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A D.travis-libcxx-setup.sh10 git clone --depth=1 https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx
11 git clone --depth=1 https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi

12345678910>>...23