| /netbsd-src/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/ |
| H A D | project_tree.py | 31 all_projects: projects in the LLVM checkout. 63 When False, relative paths for each projects points to a separate 67 # FIXME: cover all of llvm projects. 69 # Projects that reside inside 'projects/' in a single source tree checkout. 74 # Projects that reside inside 'tools/' in a single source tree checkout. 78 projects = [LLVMProject("llvm", "")] 79 projects += [ 80 LLVMProject(p, os.path.join("projects", p)) for p in ORDINARY_PROJECTS 82 projects += [ 85 projects.append( [all …]
|
| H A D | llvm_checksum.py | 31 help="ignore projects from reference_file " + 68 def ComputeLLVMChecksums(root_path, projects): argument 73 projects: a list of LLVMProject instances, which describe checkout paths, 97 for proj in projects: 118 WalkProjectFiles(root_path, projects, proj, add_file_hash) 171 When True, reference_checksums may contain more projects than 172 new_checksums. Projects missing from new_checksums are ignored. 174 for the same set of projects. If there is a project in
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| H A D | SATest.py | 10 PROJECTS_DIR = os.path.join(SCRIPTS_DIR, "projects") 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: [all …]
|
| H A D | ProjectMap.py | 11 DEFAULT_MAP_FILE = "projects.json" 39 of possible sizes. If the user wants to filter projects by one of the 40 possible sizes, we want projects with UNSPECIFIED size to be filtered out 107 Project map stores info about all the "registered" projects. 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 | 5 the analyzer on a set projects. Right now, this includes measuring 36 multiple times for the given set of projects and stores results in the 39 def __init__(self, projects: List[ProjectInfo], iterations: int, 41 self.projects = projects 47 for project in self.projects] 89 # Leave only rows for projects common to both dataframes.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
| H A D | GitHubMove.rst | 2 Moving LLVM Projects to GitHub 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 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/release/ |
| H A D | test-release.sh | 234 # Projects list 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" [all …]
|
| /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/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 20 OpenLDAP 2.x Projects 31 Large projects 38 Medium projects 49 Small projects
|
| /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%
|
| H A D | appveyor.yml | 30 # All external dependencies are installed in C:\projects\deps 39 - md C:\projects\build-libcxx 40 - cd C:\projects\build-libcxx 48 "-DLLVM_PATH=C:\projects\deps\llvm" -DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=OFF 69 - C:\projects\deps\ninja 70 - C:\projects\deps\cmake 71 - C:\projects\deps\llvm-installer.exe
|
| /netbsd-src/share/doc/papers/relengr/ |
| H A D | 2.t | 37 maintains a continuously evolving list of projects that are candidates 44 and still other projects are emergency responses to situations like 47 These projects are ordered based on the perceived benefit of the 65 specializes by projects rather than by particular parts 74 Many projects proceed in parallel, 75 interacting with other projects as their paths cross. 81 when they are colliding with other ongoing projects. 126 The most important is that enough projects have been completed
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/projects/ |
| H A D | Makefile.am | 1 ## Makefile for the gettext-tools/projects subdirectory of GNU gettext 26 projectsdir = $(pkgdatadir)/projects directory 28 PROJECTS = TP KDE GNOME macro 41 @for p in $(PROJECTS); do \ 56 @for p in $(PROJECTS); do \
|
| /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/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/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/crypto/external/bsd/heimdal/dist/doc/ |
| H A D | Makefile.am | 66 PROJECTS = base hdb hx509 gssapi krb5 ntlm wind macro 68 PROJECTS += hcrypto 75 for a in $(PROJECTS) ; do \ 91 for a in $(PROJECTS) ; do \ 103 @for a in $(PROJECTS) ; do \
|
| /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;
|
| H A D | verification | 9 The following elements, projects, and goals are relatively near-term: 14 The following elements, projects, and goals are longer-term: 19 The following elements, projects, and goals are rather blue-sky so far:
|
| /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/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | FormatStatus.rst | 17 track both the status of the sub-projects of the Format library and who is assigned to 18 these sub-projects. This is imperative to effective implementation so that work is not 27 Sub-Projects in the Format library
|
| H A D | RangesStatus.rst | 17 track both the status of the sub-projects of the ranges library and who is assigned to 18 these sub-projects. This is imperative to effective implementation so that work is not 26 Sub-Projects in the One Ranges Proposal
|
| /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/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/apache2/llvm/dist/llvm/ |
| H A D | .gitignore | 41 # External projects that are tracked independently. 42 projects/* 43 !projects/*.* 44 !projects/Makefile
|