| /netbsd-src/external/apache2/llvm/dist/llvm/utils/release/ |
| H A D | test-release.sh | 235 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 D | SATest.py | 40 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 D | ProjectMap.py | 136 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 D | SATestBenchmark.py | 39 def __init__(self, projects: List[ProjectInfo], iterations: int, 41 self.projects = projects 47 for project in self.projects]
|
| H A D | SATestAdd.py | 78 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 D | project_tree.py | 78 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 D | llvm_checksum.py | 68 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 D | appveyor-reqs-install.cmd | 3 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 D | todo | 4 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 D | GitHubMove.rst | 77 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 | .gitignore | 41 # External projects that are tracked independently. 42 projects/* 43 !projects/*.* 44 !projects/Makefile
|
| /netbsd-src/external/mpl/dhcp/dist/ |
| H A D | CONTRIBUTING.md | 19 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 D | TODO | 4 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 D | TODO.txt | 3 - 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 D | TODO | 9 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 D | CMakeLists.txt | 1 # 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 D | README.markdown | 2 [](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.sh | 62 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 D | Doxyfile | 28 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 D | Doxyfile | 28 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 D | Doxyfile | 28 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 D | ports | 9 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 D | unittest.gni | 29 # 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 D | README.elilo | 18 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.sh | 10 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
|