| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | TableGen.cmake | 5 function(tablegen project ofn) 7 if(NOT ${project}_TABLEGEN_EXE) 8 message(FATAL_ERROR "${project}_TABLEGEN_EXE not set") 70 if (MSVC AND project STREQUAL LLVM) 89 # ("${${project}_TABLEGEN_TARGET}" STREQUAL "${${project}_TABLEGEN_EXE}") 95 COMMAND ${${project}_TABLEGEN_EXE} ${ARGN} -I ${CMAKE_CURRENT_SOURCE_DIR} 104 DEPENDS ${${project}_TABLEGEN_TARGET} ${${project}_TABLEGEN_EXE} 132 macro(add_tablegen target project) 145 set(${project}_TABLEGEN "${target}" CACHE 149 set(${project}_TABLEGEN_EXE ${${project}_TABLEGEN} PARENT_SCOPE) [all …]
|
| H A D | LLVMDistributionSupport.cmake | 6 # - The generated CMake exports file for ${project} is called ${project}Targets 7 # (except for LLVM where it's called ${project}Exports for legacy reasons). 8 # - The build target for the CMake exports is called ${project}-cmake-exports 11 # project has any exports for a particular ${distribution} (where ${PROJECT} 12 # is the project name in uppercase). 13 # - The ${PROJECT}_CMAKE_DIR variable is computed by ${project}Config.cmake to 16 # for the project's CMake modules. 100 # project. As explained at the top of the file, the project export set for a 101 # distribution is named ${project}{distribution}Targets (except for LLVM where 102 # it's named ${project}{distribution}Exports for legacy reasons). Also set the [all …]
|
| H A D | AddSphinxTarget.cmake | 19 # ``project`` should be the project name 25 function (add_sphinx_target builder project) 28 set(SPHINX_DOC_TREE_DIR "${CMAKE_CURRENT_BINARY_DIR}/_doctrees-${project}-${builder}") 29 set(SPHINX_TARGET_NAME docs-${project}-${builder}) 52 … "Generating ${builder} Sphinx documentation for ${project} into \"${SPHINX_BUILD_DIR}\"") 83 COMPONENT "${project}-sphinx-man" 89 COMPONENT "${project}-sphinx-man") 92 string(TOUPPER "${project}" project_upper) 93 set(${project_upper}_INSTALL_SPHINX_HTML_DIR "share/doc/${project}/html" 94 CACHE STRING "HTML documentation install directory for ${project}") [all …]
|
| /netbsd-src/sys/arch/hpcmips/stand/dspgen/ |
| H A D | gen_workspace.sh | 40 SORTED_PROJECTS=`(for project in $*; do 41 echo $project 65 for project in $SORTED_PROJECTS; do 67 echo "Project: \"$project\"=.\\$project\\$project.$suffix - Package Owner=<4>" 75 for libdep in `( . $project/$project.config; echo $LIBDEP_LIST )`; do
|
| /netbsd-src/sys/arch/hpc/stand/dspgen/ |
| H A D | gen_workspace.sh | 40 SORTED_PROJECTS=`(for project in $*; do 41 echo $project 69 for project in $SORTED_PROJECTS; do 71 echo "Project: \"$project\"=.\\$project\\$project.$suffix - Package Owner=<4>" 79 for libdep in `( . $project/$project.config; echo $LIBDEP_LIST )`; do
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| H A D | SATest.py | 29 project = ProjectInfo(args.name[0], args.mode, args.source, args.origin, 32 SATestAdd.add_new_project(project) 80 for project in project_map.projects: 81 SATestUpdateDiffs.update_reference_results(project, args.git) 104 return [project.with_fields(enabled=(force or project.enabled) and 105 predicate(project)) 106 for project in projects] 110 available_projects = [project.name 111 for project in projects] 118 "{all}.".format(project=manual_project, [all …]
|
| H A D | SATestAdd.py | 52 def add_new_project(project: ProjectInfo): 58 test_info = SATestBuild.TestInfo(project, 73 if is_existing_project(project_map, project): 78 project_map.projects.append(project) 82 def is_existing_project(project_map: ProjectMap, project: ProjectInfo) -> bool: 83 return any(existing_project.name == project.name
|
| H A D | SATestBenchmark.py | 46 results = [self._benchmark_project(project) 47 for project in self.projects] 52 def _benchmark_project(self, project: ProjectInfo) -> pd.DataFrame: 53 if not project.enabled: 59 test_info = TestInfo(project) 70 "iteration": i, "project": project.name})
|
| H A D | SATestBuild.py | 213 project: ProjectInfo 250 for project in self.projects: 252 TestInfo(project, 309 self.project = test_info.project 322 if not self.project.enabled: 352 return os.path.join(os.path.abspath(os.curdir), self.project.name) 381 if self.project.mode == 1: 393 self.project.mode) 505 if self.project.mode == 2: 591 if self.project.source == DownloadType.GIT: [all …]
|
| H A D | ProjectMap.py | 195 return [ProjectMap._convert_info_to_dict(project) 196 for project in projects] 199 def _convert_info_to_dict(project: ProjectInfo) -> JSON: 200 whole_dict = project._asdict() 201 defaults = project._field_defaults
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | project | 3 # $File: project,v 1.5 2017/03/17 21:35:28 christos Exp $ 4 # project: file(1) magic for Project management 6 # Magic strings for ftnchek project files. Alexander Mai 7 0 string FTNCHEK_\ P project file for ftnchek
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/ |
| H A D | project_tree.py | 27 def WalkProjectFiles(checkout_root, all_projects, project, visitor): argument 35 assert project in all_projects 39 if other_project != project and other_project.is_subproject(project): 45 project_root = os.path.join(checkout_root, project.relpath)
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
| H A D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 9 Contributions to any Google project must be accompanied by a Contributor 12 project. 22 one (even if it was for a different project), you probably don't need to do it 29 another Google project), make a commit adding yourself to the 45 1. Follow the normal process of [forking][] the project, and setup a new 51 This provides consistency throughout the project, and ensures that commit
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
| H A D | CONTRIBUTING.md | 3 We'd love to accept your patches and contributions to this project. There are 9 Contributions to any Google project must be accompanied by a Contributor 12 project. 22 one (even if it was for a different project), you probably don't need to do it 29 another Google project), make a commit adding yourself to the 45 1. Follow the normal process of [forking][] the project, and setup a new 51 This provides consistency throughout the project, and ensures that commit
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/user-docs/ |
| H A D | CrossTranslationUnit.rst | 23 The analysis needs the PCH dumps of all the translations units used in the project. 59 "directory": "/path/to/your/project", 64 "directory": "/path/to/your/project", 76 $ pwd $ /path/to/your/project 89 c:@F@foo# /path/to/your/project/foo.cpp 110 /path/to/your/project 130 The `CodeChecker <https://github.com/Ericsson/codechecker>`_ project fully supports automated CTU a… 194 $ /your/path/to/llvm-project/clang/tools/scan-build-py/bin/analyze-build --ctu 196 …$ /your/path/to/llvm-project/clang/tools/scan-view/bin/scan-view /tmp/scan-build-2019-07-17-17-53-… 250 "directory": "/path/to/your/project", [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
| H A D | amdgpu_display_mode_lib.c | 64 enum dml_project project) in dml_init_instance() argument 68 lib->project = project; in dml_init_instance() 69 switch (project) { in dml_init_instance()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/projects/ |
| H A D | team-address | 9 for project in `cat "$projectsdir/index"`; do 10 if /bin/sh "$projectsdir/$project/trigger"; then 11 /bin/sh "$projectsdir/$project/team-address" "$projectsdir" "$progdir" "$catalog" "$language"
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/ModuleMaker/ |
| H A D | README.txt | 2 // ModuleMaker Sample project 5 This project is an extremely simple example of using some simple pieces of the 6 LLVM API. The actual executable generated by this project simply emits an
|
| /netbsd-src/external/mit/libcbor/dist/docs/stylesheets/ |
| H A D | stylesheet.css | 74 .project-name { 79 .project-name { 83 .project-name { 87 .project-name { 90 .project-tagline { 96 .project-tagline { 100 .project-tagline { 104 .project-tagline {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/release/ |
| H A D | build_llvm_package.bat | 45 curl -L https://github.com/llvm/llvm-project/archive/%revision%.zip -o src.zip || exit /b 47 mv llvm-project-* llvm-project || exit /b 71 …N_HOME=%python32_dir% -DPYTHON_EXECUTABLE=%python32_dir%\python.exe ..\llvm-project\llvm || exit /b 85 …N_HOME=%python32_dir% -DPYTHON_EXECUTABLE=%python32_dir%\python.exe ..\llvm-project\llvm || exit /b 109 …N_HOME=%python32_dir% -DPYTHON_EXECUTABLE=%python32_dir%\python.exe ..\llvm-project\llvm || exit /b 111 copy ..\llvm-project\llvm\tools\clang\tools\clang-format-vs\ClangFormat\bin\Release\ClangFormat.vsi… 121 …N_HOME=%python64_dir% -DPYTHON_EXECUTABLE=%python64_dir%\python.exe ..\llvm-project\llvm || exit /b 135 …N_HOME=%python64_dir% -DPYTHON_EXECUTABLE=%python64_dir%\python.exe ..\llvm-project\llvm || exit /b
|
| /netbsd-src/external/bsd/elftosb/dist/ |
| H A D | ReadMe.txt | 21 elftosb.xcodeproj directory is an Xcode project "file". It has targets for elftosb, 23 to use Xcode is that the project is set up so that the flex and bison input files are 26 The Windows project and Linux makefile are not configured to build the flex or bison 29 If you do use the Xcode project and make changes to the .l or .y files, be sure to copy 42 On Mac OS X just open the .xcodeproj project and build the "Everything" target.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | GitBisecting.rst | 14 toplevel project that was developed out-of-tree and then merged later. 15 As of early 2020, the only such merged project is MLIR, but flang will likely 50 Here's an example run script. It assumes that you're in ``llvm-project`` and 51 that you have a sibling ``llvm-build-project`` build directory where you 60 ninja -C ../llvm-build-project clang || exit 125 62 ../llvm-build-project/bin/clang repro.c 75 to build a different project and then run a built executable of that project
|
| H A D | GettingStartedVS.rst | 51 generates the project files you will use to build with. 96 2. ``git clone https://github.com/llvm/llvm-project.git llvm`` 99 5. Use `CMake <http://www.cmake.org/>`_ to generate up-to-date project files: 112 itself (trying to create a C++ project in Visual Studio will generally 116 * CMake generates project files for all build types. To select a specific 119 * By default, the Visual Studio project files generated by CMake use the 126 * In the directory you created the project files will have an ``llvm.sln`` 134 ``ALL_BUILD`` project to build everything, or the ``INSTALL`` project, 135 which first builds the ``ALL_BUILD`` project, then installs the LLVM 138 * The Fibonacci project is a sample program that uses the JIT. Modify the [all …]
|
| /netbsd-src/external/bsd/ppp/dist/ |
| H A D | Submitting-patches.md | 1 How to contribute patches to the PPP project. 4 The PPP project source code is maintained in a Git repository, which 17 project is not a "github project", in the sense that the development 73 problems, this project requires a "Signed-off-by" line on all 82 By making a contribution to this project, I certify that: 100 (d) I understand and agree that this project and the contribution 104 this project or the open source license(s) involved.
|
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | readme.txt | 53 On Windows, the Visual Studio 2008 project file appears in this directory: 60 directory. This is a bug in Bison. The default Windows project file for 125 3) Integrating iASL into a Visual Studio ASL project build 128 This procedure creates a project that compiles ASL files to AML. 130 a) Create a new, empty project and add your .ASL files to the project 132 b) For all ASL files in the project, specify a custom build (under
|