mirror of https://github.com/koide3/small_gicp.git
Deployed fd29d8c with MkDocs version: 1.6.0
This commit is contained in:
commit
467341fbc5
|
|
@ -0,0 +1,349 @@
|
|||
|
||||
<!doctype html>
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
|
||||
<meta name="description" content="small_gicp: Efficient and parallel algorithms for point cloud registration">
|
||||
|
||||
|
||||
<meta name="author" content="k.koide">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="/koide3/small_gicp/assets/images/favicon.png">
|
||||
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.31">
|
||||
|
||||
|
||||
|
||||
<title>small_gicp</title>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/koide3/small_gicp/assets/stylesheets/main.3cba04c6.min.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/koide3/small_gicp/assets/stylesheets/palette.06af60db.min.css">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
|
||||
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/koide3/small_gicp/css/custom.css">
|
||||
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
|
||||
|
||||
<script>__md_scope=new URL("/koide3/small_gicp/",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="indigo" data-md-color-accent="indigo">
|
||||
|
||||
|
||||
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
|
||||
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
|
||||
<label class="md-overlay" for="__drawer"></label>
|
||||
<div data-md-component="skip">
|
||||
|
||||
</div>
|
||||
<div data-md-component="announce">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<header class="md-header md-header--shadow" data-md-component="header">
|
||||
<nav class="md-header__inner md-grid" aria-label="Header">
|
||||
<a href="/koide3/small_gicp/index.html" title="small_gicp" class="md-header__button md-logo" aria-label="small_gicp" data-md-component="logo">
|
||||
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg>
|
||||
|
||||
</a>
|
||||
<label class="md-header__button md-icon" for="__drawer">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2Z"/></svg>
|
||||
</label>
|
||||
<div class="md-header__title" data-md-component="header-title">
|
||||
<div class="md-header__ellipsis">
|
||||
<div class="md-header__topic">
|
||||
<span class="md-ellipsis">
|
||||
small_gicp
|
||||
</span>
|
||||
</div>
|
||||
<div class="md-header__topic" data-md-component="header-topic">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<label class="md-header__button md-icon" for="__search">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg>
|
||||
</label>
|
||||
<div class="md-search" data-md-component="search" role="dialog">
|
||||
<label class="md-search__overlay" for="__search"></label>
|
||||
<div class="md-search__inner" role="search">
|
||||
<form class="md-search__form" name="search">
|
||||
<input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
|
||||
<label class="md-search__icon md-icon" for="__search">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg>
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg>
|
||||
</label>
|
||||
<nav class="md-search__options" aria-label="Search">
|
||||
|
||||
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z"/></svg>
|
||||
</button>
|
||||
</nav>
|
||||
|
||||
</form>
|
||||
<div class="md-search__output">
|
||||
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
|
||||
<div class="md-search-result" data-md-component="search-result">
|
||||
<div class="md-search-result__meta">
|
||||
Initializing search
|
||||
</div>
|
||||
<ol class="md-search-result__list" role="presentation"></ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="md-header__source">
|
||||
<a href="https://github.com/koide3/small_gicp" title="Go to repository" class="md-source" data-md-component="source">
|
||||
<div class="md-source__icon md-icon">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
|
||||
</div>
|
||||
<div class="md-source__repository">
|
||||
GitHub
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
|
||||
<div class="md-container" data-md-component="container">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<main class="md-main" data-md-component="main">
|
||||
<div class="md-main__inner md-grid">
|
||||
|
||||
|
||||
|
||||
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
|
||||
<div class="md-sidebar__scrollwrap">
|
||||
<div class="md-sidebar__inner">
|
||||
|
||||
|
||||
|
||||
|
||||
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
|
||||
<label class="md-nav__title" for="__drawer">
|
||||
<a href="/koide3/small_gicp/index.html" title="small_gicp" class="md-nav__button md-logo" aria-label="small_gicp" data-md-component="logo">
|
||||
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg>
|
||||
|
||||
</a>
|
||||
small_gicp
|
||||
</label>
|
||||
|
||||
<div class="md-nav__source">
|
||||
<a href="https://github.com/koide3/small_gicp" title="Go to repository" class="md-source" data-md-component="source">
|
||||
<div class="md-source__icon md-icon">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
|
||||
</div>
|
||||
<div class="md-source__repository">
|
||||
GitHub
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<ul class="md-nav__list" data-md-scrollfix>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="/koide3/small_gicp/index.html" class="md-nav__link">
|
||||
|
||||
|
||||
<span class="md-ellipsis">
|
||||
small_gicp
|
||||
</span>
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
|
||||
<div class="md-sidebar__scrollwrap">
|
||||
<div class="md-sidebar__inner">
|
||||
|
||||
|
||||
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
|
||||
|
||||
|
||||
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="md-content" data-md-component="content">
|
||||
<article class="md-content__inner md-typeset">
|
||||
|
||||
<h1>404 - Not found</h1>
|
||||
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
||||
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="md-footer">
|
||||
|
||||
<div class="md-footer-meta md-typeset">
|
||||
<div class="md-footer-meta__inner md-grid">
|
||||
<div class="md-copyright">
|
||||
|
||||
<div class="md-copyright__highlight">
|
||||
Copyright © 2024 Kenji Koide
|
||||
</div>
|
||||
|
||||
|
||||
Made with
|
||||
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
||||
Material for MkDocs
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="md-social">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://staff.aist.go.jp/k.koide/" target="_blank" rel="noopener" title="staff.aist.go.jp" class="md-social__link">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5Z"/></svg>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://github.com/koide3/small_gicp" target="_blank" rel="noopener" title="github.com" class="md-social__link">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://twitter.com/k_koide3" target="_blank" rel="noopener" title="twitter.com" class="md-social__link">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
<div class="md-dialog" data-md-component="dialog">
|
||||
<div class="md-dialog__inner md-typeset"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<script id="__config" type="application/json">{"base": "/koide3/small_gicp/", "features": [], "search": "/koide3/small_gicp/assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
|
||||
|
||||
|
||||
<script src="/koide3/small_gicp/assets/javascripts/bundle.fe8b6f2b.min.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
.PHONY: help
|
||||
help:
|
||||
@echo "make cpp|py|all"
|
||||
|
||||
.PHONY: cpp
|
||||
cpp:
|
||||
@echo "Building C++ documentation..."
|
||||
doxygen Doxyfile doc_cpp
|
||||
|
||||
.PHONY: py
|
||||
py:
|
||||
@echo "Building Python documentation..."
|
||||
mkdir -p build && cd build && cmake ../../ -DBUILD_PYTHON_BINDINGS=ON && make -j
|
||||
sphinx-build -b singlehtml . ./doc_py/
|
||||
|
||||
.PHONY: mkdocs
|
||||
mkdocs:
|
||||
@echo "Building MkDocs documentation..."
|
||||
cd .. && mkdocs build
|
||||
|
||||
.PHONY: all
|
||||
all: cpp py mkdocs
|
||||
@echo "All documentation built."
|
||||
|
||||
.PHONY: deploy
|
||||
deploy:
|
||||
@echo "Deploying documentation..."
|
||||
cd .. && mkdocs gh-deploy --force
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 212 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 93 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,18 @@
|
|||
/*!
|
||||
* Lunr languages, `Danish` language
|
||||
* https://github.com/MihaiValentin/lunr-languages
|
||||
*
|
||||
* Copyright 2014, Mihai Valentin
|
||||
* http://www.mozilla.org/MPL/
|
||||
*/
|
||||
/*!
|
||||
* based on
|
||||
* Snowball JavaScript Library v0.3
|
||||
* http://code.google.com/p/urim/
|
||||
* http://snowball.tartarus.org/
|
||||
*
|
||||
* Copyright 2010, Oleg Mazko
|
||||
* http://www.mozilla.org/MPL/
|
||||
*/
|
||||
|
||||
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.da=function(){this.pipeline.reset(),this.pipeline.add(e.da.trimmer,e.da.stopWordFilter,e.da.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.da.stemmer))},e.da.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.da.trimmer=e.trimmerSupport.generateTrimmer(e.da.wordCharacters),e.Pipeline.registerFunction(e.da.trimmer,"trimmer-da"),e.da.stemmer=function(){var r=e.stemmerSupport.Among,i=e.stemmerSupport.SnowballProgram,n=new function(){function e(){var e,r=f.cursor+3;if(d=f.limit,0<=r&&r<=f.limit){for(a=r;;){if(e=f.cursor,f.in_grouping(w,97,248)){f.cursor=e;break}if(f.cursor=e,e>=f.limit)return;f.cursor++}for(;!f.out_grouping(w,97,248);){if(f.cursor>=f.limit)return;f.cursor++}d=f.cursor,d<a&&(d=a)}}function n(){var e,r;if(f.cursor>=d&&(r=f.limit_backward,f.limit_backward=d,f.ket=f.cursor,e=f.find_among_b(c,32),f.limit_backward=r,e))switch(f.bra=f.cursor,e){case 1:f.slice_del();break;case 2:f.in_grouping_b(p,97,229)&&f.slice_del()}}function t(){var e,r=f.limit-f.cursor;f.cursor>=d&&(e=f.limit_backward,f.limit_backward=d,f.ket=f.cursor,f.find_among_b(l,4)?(f.bra=f.cursor,f.limit_backward=e,f.cursor=f.limit-r,f.cursor>f.limit_backward&&(f.cursor--,f.bra=f.cursor,f.slice_del())):f.limit_backward=e)}function s(){var e,r,i,n=f.limit-f.cursor;if(f.ket=f.cursor,f.eq_s_b(2,"st")&&(f.bra=f.cursor,f.eq_s_b(2,"ig")&&f.slice_del()),f.cursor=f.limit-n,f.cursor>=d&&(r=f.limit_backward,f.limit_backward=d,f.ket=f.cursor,e=f.find_among_b(m,5),f.limit_backward=r,e))switch(f.bra=f.cursor,e){case 1:f.slice_del(),i=f.limit-f.cursor,t(),f.cursor=f.limit-i;break;case 2:f.slice_from("løs")}}function o(){var e;f.cursor>=d&&(e=f.limit_backward,f.limit_backward=d,f.ket=f.cursor,f.out_grouping_b(w,97,248)?(f.bra=f.cursor,u=f.slice_to(u),f.limit_backward=e,f.eq_v_b(u)&&f.slice_del()):f.limit_backward=e)}var a,d,u,c=[new r("hed",-1,1),new r("ethed",0,1),new r("ered",-1,1),new r("e",-1,1),new r("erede",3,1),new r("ende",3,1),new r("erende",5,1),new r("ene",3,1),new r("erne",3,1),new r("ere",3,1),new r("en",-1,1),new r("heden",10,1),new r("eren",10,1),new r("er",-1,1),new r("heder",13,1),new r("erer",13,1),new r("s",-1,2),new r("heds",16,1),new r("es",16,1),new r("endes",18,1),new r("erendes",19,1),new r("enes",18,1),new r("ernes",18,1),new r("eres",18,1),new r("ens",16,1),new r("hedens",24,1),new r("erens",24,1),new r("ers",16,1),new r("ets",16,1),new r("erets",28,1),new r("et",-1,1),new r("eret",30,1)],l=[new r("gd",-1,-1),new r("dt",-1,-1),new r("gt",-1,-1),new r("kt",-1,-1)],m=[new r("ig",-1,1),new r("lig",0,1),new r("elig",1,1),new r("els",-1,1),new r("løst",-1,2)],w=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,48,0,128],p=[239,254,42,3,0,0,0,0,0,0,0,0,0,0,0,0,16],f=new i;this.setCurrent=function(e){f.setCurrent(e)},this.getCurrent=function(){return f.getCurrent()},this.stem=function(){var r=f.cursor;return e(),f.limit_backward=r,f.cursor=f.limit,n(),f.cursor=f.limit,t(),f.cursor=f.limit,s(),f.cursor=f.limit,o(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return n.setCurrent(e),n.stem(),n.getCurrent()}):(n.setCurrent(e),n.stem(),n.getCurrent())}}(),e.Pipeline.registerFunction(e.da.stemmer,"stemmer-da"),e.da.stopWordFilter=e.generateStopWordFilter("ad af alle alt anden at blev blive bliver da de dem den denne der deres det dette dig din disse dog du efter eller en end er et for fra ham han hans har havde have hende hendes her hos hun hvad hvis hvor i ikke ind jeg jer jo kunne man mange med meget men mig min mine mit mod ned noget nogle nu når og også om op os over på selv sig sin sine sit skal skulle som sådan thi til ud under var vi vil ville vor være været".split(" ")),e.Pipeline.registerFunction(e.da.stopWordFilter,"stopWordFilter-da")}});
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
|||
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.hi=function(){this.pipeline.reset(),this.pipeline.add(e.hi.trimmer,e.hi.stopWordFilter,e.hi.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.hi.stemmer))},e.hi.wordCharacters="ऀ-ःऄ-एऐ-टठ-यर-िी-ॏॐ-य़ॠ-९॰-ॿa-zA-Za-zA-Z0-90-9",e.hi.trimmer=e.trimmerSupport.generateTrimmer(e.hi.wordCharacters),e.Pipeline.registerFunction(e.hi.trimmer,"trimmer-hi"),e.hi.stopWordFilter=e.generateStopWordFilter("अत अपना अपनी अपने अभी अंदर आदि आप इत्यादि इन इनका इन्हीं इन्हें इन्हों इस इसका इसकी इसके इसमें इसी इसे उन उनका उनकी उनके उनको उन्हीं उन्हें उन्हों उस उसके उसी उसे एक एवं एस ऐसे और कई कर करता करते करना करने करें कहते कहा का काफ़ी कि कितना किन्हें किन्हों किया किर किस किसी किसे की कुछ कुल के को कोई कौन कौनसा गया घर जब जहाँ जा जितना जिन जिन्हें जिन्हों जिस जिसे जीधर जैसा जैसे जो तक तब तरह तिन तिन्हें तिन्हों तिस तिसे तो था थी थे दबारा दिया दुसरा दूसरे दो द्वारा न नके नहीं ना निहायत नीचे ने पर पहले पूरा पे फिर बनी बही बहुत बाद बाला बिलकुल भी भीतर मगर मानो मे में यदि यह यहाँ यही या यिह ये रखें रहा रहे ऱ्वासा लिए लिये लेकिन व वग़ैरह वर्ग वह वहाँ वहीं वाले वुह वे वो सकता सकते सबसे सभी साथ साबुत साभ सारा से सो संग ही हुआ हुई हुए है हैं हो होता होती होते होना होने".split(" ")),e.hi.stemmer=function(){return function(e){return"function"==typeof e.update?e.update(function(e){return e}):e}}();var r=e.wordcut;r.init(),e.hi.tokenizer=function(i){if(!arguments.length||null==i||void 0==i)return[];if(Array.isArray(i))return i.map(function(r){return isLunr2?new e.Token(r.toLowerCase()):r.toLowerCase()});var t=i.toString().toLowerCase().replace(/^\s+/,"");return r.cut(t).split("|")},e.Pipeline.registerFunction(e.hi.stemmer,"stemmer-hi"),e.Pipeline.registerFunction(e.hi.stopWordFilter,"stopWordFilter-hi")}});
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
|||
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.hy=function(){this.pipeline.reset(),this.pipeline.add(e.hy.trimmer,e.hy.stopWordFilter)},e.hy.wordCharacters="[A-Za-z-֏ff-ﭏ]",e.hy.trimmer=e.trimmerSupport.generateTrimmer(e.hy.wordCharacters),e.Pipeline.registerFunction(e.hy.trimmer,"trimmer-hy"),e.hy.stopWordFilter=e.generateStopWordFilter("դու և եք էիր էիք հետո նաև նրանք որը վրա է որ պիտի են այս մեջ ն իր ու ի այդ որոնք այն կամ էր մի ես համար այլ իսկ էին ենք հետ ին թ էինք մենք նրա նա դուք եմ էի ըստ որպես ում".split(" ")),e.Pipeline.registerFunction(e.hy.stopWordFilter,"stopWordFilter-hy"),e.hy.stemmer=function(){return function(e){return"function"==typeof e.update?e.update(function(e){return e}):e}}(),e.Pipeline.registerFunction(e.hy.stemmer,"stemmer-hy")}});
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
|||
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var r="2"==e.version[0];e.ja=function(){this.pipeline.reset(),this.pipeline.add(e.ja.trimmer,e.ja.stopWordFilter,e.ja.stemmer),r?this.tokenizer=e.ja.tokenizer:(e.tokenizer&&(e.tokenizer=e.ja.tokenizer),this.tokenizerFn&&(this.tokenizerFn=e.ja.tokenizer))};var t=new e.TinySegmenter;e.ja.tokenizer=function(i){var n,o,s,p,a,u,m,l,c,f;if(!arguments.length||null==i||void 0==i)return[];if(Array.isArray(i))return i.map(function(t){return r?new e.Token(t.toLowerCase()):t.toLowerCase()});for(o=i.toString().toLowerCase().replace(/^\s+/,""),n=o.length-1;n>=0;n--)if(/\S/.test(o.charAt(n))){o=o.substring(0,n+1);break}for(a=[],s=o.length,c=0,l=0;c<=s;c++)if(u=o.charAt(c),m=c-l,u.match(/\s/)||c==s){if(m>0)for(p=t.segment(o.slice(l,c)).filter(function(e){return!!e}),f=l,n=0;n<p.length;n++)r?a.push(new e.Token(p[n],{position:[f,p[n].length],index:a.length})):a.push(p[n]),f+=p[n].length;l=c+1}return a},e.ja.stemmer=function(){return function(e){return e}}(),e.Pipeline.registerFunction(e.ja.stemmer,"stemmer-ja"),e.ja.wordCharacters="一二三四五六七八九十百千万億兆一-龠々〆ヵヶぁ-んァ-ヴーア-ン゙a-zA-Za-zA-Z0-90-9",e.ja.trimmer=e.trimmerSupport.generateTrimmer(e.ja.wordCharacters),e.Pipeline.registerFunction(e.ja.trimmer,"trimmer-ja"),e.ja.stopWordFilter=e.generateStopWordFilter("これ それ あれ この その あの ここ そこ あそこ こちら どこ だれ なに なん 何 私 貴方 貴方方 我々 私達 あの人 あのかた 彼女 彼 です あります おります います は が の に を で え から まで より も どの と し それで しかし".split(" ")),e.Pipeline.registerFunction(e.ja.stopWordFilter,"stopWordFilter-ja"),e.jp=e.ja,e.Pipeline.registerFunction(e.jp.stemmer,"stemmer-jp"),e.Pipeline.registerFunction(e.jp.trimmer,"trimmer-jp"),e.Pipeline.registerFunction(e.jp.stopWordFilter,"stopWordFilter-jp")}});
|
||||
|
|
@ -0,0 +1 @@
|
|||
module.exports=require("./lunr.ja");
|
||||
|
|
@ -0,0 +1 @@
|
|||
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.kn=function(){this.pipeline.reset(),this.pipeline.add(e.kn.trimmer,e.kn.stopWordFilter,e.kn.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.kn.stemmer))},e.kn.wordCharacters="ಀ-಄ಅ-ಔಕ-ಹಾ-ೌ಼-ಽೕ-ೖೝ-ೞೠ-ೡೢ-ೣ೦-೯ೱ-ೳ",e.kn.trimmer=e.trimmerSupport.generateTrimmer(e.kn.wordCharacters),e.Pipeline.registerFunction(e.kn.trimmer,"trimmer-kn"),e.kn.stopWordFilter=e.generateStopWordFilter("ಮತ್ತು ಈ ಒಂದು ರಲ್ಲಿ ಹಾಗೂ ಎಂದು ಅಥವಾ ಇದು ರ ಅವರು ಎಂಬ ಮೇಲೆ ಅವರ ತನ್ನ ಆದರೆ ತಮ್ಮ ನಂತರ ಮೂಲಕ ಹೆಚ್ಚು ನ ಆ ಕೆಲವು ಅನೇಕ ಎರಡು ಹಾಗು ಪ್ರಮುಖ ಇದನ್ನು ಇದರ ಸುಮಾರು ಅದರ ಅದು ಮೊದಲ ಬಗ್ಗೆ ನಲ್ಲಿ ರಂದು ಇತರ ಅತ್ಯಂತ ಹೆಚ್ಚಿನ ಸಹ ಸಾಮಾನ್ಯವಾಗಿ ನೇ ಹಲವಾರು ಹೊಸ ದಿ ಕಡಿಮೆ ಯಾವುದೇ ಹೊಂದಿದೆ ದೊಡ್ಡ ಅನ್ನು ಇವರು ಪ್ರಕಾರ ಇದೆ ಮಾತ್ರ ಕೂಡ ಇಲ್ಲಿ ಎಲ್ಲಾ ವಿವಿಧ ಅದನ್ನು ಹಲವು ರಿಂದ ಕೇವಲ ದ ದಕ್ಷಿಣ ಗೆ ಅವನ ಅತಿ ನೆಯ ಬಹಳ ಕೆಲಸ ಎಲ್ಲ ಪ್ರತಿ ಇತ್ಯಾದಿ ಇವು ಬೇರೆ ಹೀಗೆ ನಡುವೆ ಇದಕ್ಕೆ ಎಸ್ ಇವರ ಮೊದಲು ಶ್ರೀ ಮಾಡುವ ಇದರಲ್ಲಿ ರೀತಿಯ ಮಾಡಿದ ಕಾಲ ಅಲ್ಲಿ ಮಾಡಲು ಅದೇ ಈಗ ಅವು ಗಳು ಎ ಎಂಬುದು ಅವನು ಅಂದರೆ ಅವರಿಗೆ ಇರುವ ವಿಶೇಷ ಮುಂದೆ ಅವುಗಳ ಮುಂತಾದ ಮೂಲ ಬಿ ಮೀ ಒಂದೇ ಇನ್ನೂ ಹೆಚ್ಚಾಗಿ ಮಾಡಿ ಅವರನ್ನು ಇದೇ ಯ ರೀತಿಯಲ್ಲಿ ಜೊತೆ ಅದರಲ್ಲಿ ಮಾಡಿದರು ನಡೆದ ಆಗ ಮತ್ತೆ ಪೂರ್ವ ಆತ ಬಂದ ಯಾವ ಒಟ್ಟು ಇತರೆ ಹಿಂದೆ ಪ್ರಮಾಣದ ಗಳನ್ನು ಕುರಿತು ಯು ಆದ್ದರಿಂದ ಅಲ್ಲದೆ ನಗರದ ಮೇಲಿನ ಏಕೆಂದರೆ ರಷ್ಟು ಎಂಬುದನ್ನು ಬಾರಿ ಎಂದರೆ ಹಿಂದಿನ ಆದರೂ ಆದ ಸಂಬಂಧಿಸಿದ ಮತ್ತೊಂದು ಸಿ ಆತನ ".split(" ")),e.kn.stemmer=function(){return function(e){return"function"==typeof e.update?e.update(function(e){return e}):e}}();var r=e.wordcut;r.init(),e.kn.tokenizer=function(t){if(!arguments.length||null==t||void 0==t)return[];if(Array.isArray(t))return t.map(function(r){return isLunr2?new e.Token(r.toLowerCase()):r.toLowerCase()});var n=t.toString().toLowerCase().replace(/^\s+/,"");return r.cut(n).split("|")},e.Pipeline.registerFunction(e.kn.stemmer,"stemmer-kn"),e.Pipeline.registerFunction(e.kn.stopWordFilter,"stopWordFilter-kn")}});
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
|||
!function(e,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():t()(e.lunr)}(this,function(){return function(e){e.multiLanguage=function(){for(var t=Array.prototype.slice.call(arguments),i=t.join("-"),r="",n=[],s=[],p=0;p<t.length;++p)"en"==t[p]?(r+="\\w",n.unshift(e.stopWordFilter),n.push(e.stemmer),s.push(e.stemmer)):(r+=e[t[p]].wordCharacters,e[t[p]].stopWordFilter&&n.unshift(e[t[p]].stopWordFilter),e[t[p]].stemmer&&(n.push(e[t[p]].stemmer),s.push(e[t[p]].stemmer)));var o=e.trimmerSupport.generateTrimmer(r);return e.Pipeline.registerFunction(o,"lunr-multi-trimmer-"+i),n.unshift(o),function(){this.pipeline.reset(),this.pipeline.add.apply(this.pipeline,n),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add.apply(this.searchPipeline,s))}}}});
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,18 @@
|
|||
/*!
|
||||
* Lunr languages, `Norwegian` language
|
||||
* https://github.com/MihaiValentin/lunr-languages
|
||||
*
|
||||
* Copyright 2014, Mihai Valentin
|
||||
* http://www.mozilla.org/MPL/
|
||||
*/
|
||||
/*!
|
||||
* based on
|
||||
* Snowball JavaScript Library v0.3
|
||||
* http://code.google.com/p/urim/
|
||||
* http://snowball.tartarus.org/
|
||||
*
|
||||
* Copyright 2010, Oleg Mazko
|
||||
* http://www.mozilla.org/MPL/
|
||||
*/
|
||||
|
||||
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.no=function(){this.pipeline.reset(),this.pipeline.add(e.no.trimmer,e.no.stopWordFilter,e.no.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.no.stemmer))},e.no.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.no.trimmer=e.trimmerSupport.generateTrimmer(e.no.wordCharacters),e.Pipeline.registerFunction(e.no.trimmer,"trimmer-no"),e.no.stemmer=function(){var r=e.stemmerSupport.Among,n=e.stemmerSupport.SnowballProgram,i=new function(){function e(){var e,r=w.cursor+3;if(a=w.limit,0<=r||r<=w.limit){for(s=r;;){if(e=w.cursor,w.in_grouping(d,97,248)){w.cursor=e;break}if(e>=w.limit)return;w.cursor=e+1}for(;!w.out_grouping(d,97,248);){if(w.cursor>=w.limit)return;w.cursor++}a=w.cursor,a<s&&(a=s)}}function i(){var e,r,n;if(w.cursor>=a&&(r=w.limit_backward,w.limit_backward=a,w.ket=w.cursor,e=w.find_among_b(m,29),w.limit_backward=r,e))switch(w.bra=w.cursor,e){case 1:w.slice_del();break;case 2:n=w.limit-w.cursor,w.in_grouping_b(c,98,122)?w.slice_del():(w.cursor=w.limit-n,w.eq_s_b(1,"k")&&w.out_grouping_b(d,97,248)&&w.slice_del());break;case 3:w.slice_from("er")}}function t(){var e,r=w.limit-w.cursor;w.cursor>=a&&(e=w.limit_backward,w.limit_backward=a,w.ket=w.cursor,w.find_among_b(u,2)?(w.bra=w.cursor,w.limit_backward=e,w.cursor=w.limit-r,w.cursor>w.limit_backward&&(w.cursor--,w.bra=w.cursor,w.slice_del())):w.limit_backward=e)}function o(){var e,r;w.cursor>=a&&(r=w.limit_backward,w.limit_backward=a,w.ket=w.cursor,e=w.find_among_b(l,11),e?(w.bra=w.cursor,w.limit_backward=r,1==e&&w.slice_del()):w.limit_backward=r)}var s,a,m=[new r("a",-1,1),new r("e",-1,1),new r("ede",1,1),new r("ande",1,1),new r("ende",1,1),new r("ane",1,1),new r("ene",1,1),new r("hetene",6,1),new r("erte",1,3),new r("en",-1,1),new r("heten",9,1),new r("ar",-1,1),new r("er",-1,1),new r("heter",12,1),new r("s",-1,2),new r("as",14,1),new r("es",14,1),new r("edes",16,1),new r("endes",16,1),new r("enes",16,1),new r("hetenes",19,1),new r("ens",14,1),new r("hetens",21,1),new r("ers",14,1),new r("ets",14,1),new r("et",-1,1),new r("het",25,1),new r("ert",-1,3),new r("ast",-1,1)],u=[new r("dt",-1,-1),new r("vt",-1,-1)],l=[new r("leg",-1,1),new r("eleg",0,1),new r("ig",-1,1),new r("eig",2,1),new r("lig",2,1),new r("elig",4,1),new r("els",-1,1),new r("lov",-1,1),new r("elov",7,1),new r("slov",7,1),new r("hetslov",9,1)],d=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,48,0,128],c=[119,125,149,1],w=new n;this.setCurrent=function(e){w.setCurrent(e)},this.getCurrent=function(){return w.getCurrent()},this.stem=function(){var r=w.cursor;return e(),w.limit_backward=r,w.cursor=w.limit,i(),w.cursor=w.limit,t(),w.cursor=w.limit,o(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return i.setCurrent(e),i.stem(),i.getCurrent()}):(i.setCurrent(e),i.stem(),i.getCurrent())}}(),e.Pipeline.registerFunction(e.no.stemmer,"stemmer-no"),e.no.stopWordFilter=e.generateStopWordFilter("alle at av bare begge ble blei bli blir blitt både båe da de deg dei deim deira deires dem den denne der dere deres det dette di din disse ditt du dykk dykkar då eg ein eit eitt eller elles en enn er et ett etter for fordi fra før ha hadde han hans har hennar henne hennes her hjå ho hoe honom hoss hossen hun hva hvem hver hvilke hvilken hvis hvor hvordan hvorfor i ikke ikkje ikkje ingen ingi inkje inn inni ja jeg kan kom korleis korso kun kunne kva kvar kvarhelst kven kvi kvifor man mange me med medan meg meget mellom men mi min mine mitt mot mykje ned no noe noen noka noko nokon nokor nokre nå når og også om opp oss over på samme seg selv si si sia sidan siden sin sine sitt sjøl skal skulle slik so som som somme somt så sånn til um upp ut uten var vart varte ved vere verte vi vil ville vore vors vort vår være være vært å".split(" ")),e.Pipeline.registerFunction(e.no.stopWordFilter,"stopWordFilter-no")}});
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
|||
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.sa=function(){this.pipeline.reset(),this.pipeline.add(e.sa.trimmer,e.sa.stopWordFilter,e.sa.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.sa.stemmer))},e.sa.wordCharacters="ऀ-ःऄ-एऐ-टठ-यर-िी-ॏॐ-य़ॠ-९॰-ॿ꣠-꣱ꣲ-ꣷ꣸-ꣻ꣼-ꣽꣾ-ꣿᆰ0-ᆰ9",e.sa.trimmer=e.trimmerSupport.generateTrimmer(e.sa.wordCharacters),e.Pipeline.registerFunction(e.sa.trimmer,"trimmer-sa"),e.sa.stopWordFilter=e.generateStopWordFilter('तथा अयम् एकम् इत्यस्मिन् तथा तत् वा अयम् इत्यस्य ते आहूत उपरि तेषाम् किन्तु तेषाम् तदा इत्यनेन अधिकः इत्यस्य तत् केचन बहवः द्वि तथा महत्वपूर्णः अयम् अस्य विषये अयं अस्ति तत् प्रथमः विषये इत्युपरि इत्युपरि इतर अधिकतमः अधिकः अपि सामान्यतया ठ इतरेतर नूतनम् द न्यूनम् कश्चित् वा विशालः द सः अस्ति तदनुसारम् तत्र अस्ति केवलम् अपि अत्र सर्वे विविधाः तत् बहवः यतः इदानीम् द दक्षिण इत्यस्मै तस्य उपरि नथ अतीव कार्यम् सर्वे एकैकम् इत्यादि। एते सन्ति उत इत्थम् मध्ये एतदर्थं . स कस्य प्रथमः श्री. करोति अस्मिन् प्रकारः निर्मिता कालः तत्र कर्तुं समान अधुना ते सन्ति स एकः अस्ति सः अर्थात् तेषां कृते . स्थितम् विशेषः अग्रिम तेषाम् समान स्रोतः ख म समान इदानीमपि अधिकतया करोतु ते समान इत्यस्य वीथी सह यस्मिन् कृतवान् धृतः तदा पुनः पूर्वं सः आगतः किम् कुल इतर पुरा मात्रा स विषये उ अतएव अपि नगरस्य उपरि यतः प्रतिशतं कतरः कालः साधनानि भूत तथापि जात सम्बन्धि अन्यत् ग अतः अस्माकं स्वकीयाः अस्माकं इदानीं अन्तः इत्यादयः भवन्तः इत्यादयः एते एताः तस्य अस्य इदम् एते तेषां तेषां तेषां तान् तेषां तेषां तेषां समानः सः एकः च तादृशाः बहवः अन्ये च वदन्ति यत् कियत् कस्मै कस्मै यस्मै यस्मै यस्मै यस्मै न अतिनीचः किन्तु प्रथमं सम्पूर्णतया ततः चिरकालानन्तरं पुस्तकं सम्पूर्णतया अन्तः किन्तु अत्र वा इह इव श्रद्धाय अवशिष्यते परन्तु अन्ये वर्गाः सन्ति ते सन्ति शक्नुवन्ति सर्वे मिलित्वा सर्वे एकत्र"'.split(" ")),e.sa.stemmer=function(){return function(e){return"function"==typeof e.update?e.update(function(e){return e}):e}}();var r=e.wordcut;r.init(),e.sa.tokenizer=function(t){if(!arguments.length||null==t||void 0==t)return[];if(Array.isArray(t))return t.map(function(r){return isLunr2?new e.Token(r.toLowerCase()):r.toLowerCase()});var i=t.toString().toLowerCase().replace(/^\s+/,"");return r.cut(i).split("|")},e.Pipeline.registerFunction(e.sa.stemmer,"stemmer-sa"),e.Pipeline.registerFunction(e.sa.stopWordFilter,"stopWordFilter-sa")}});
|
||||
|
|
@ -0,0 +1 @@
|
|||
!function(r,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():t()(r.lunr)}(this,function(){return function(r){r.stemmerSupport={Among:function(r,t,i,s){if(this.toCharArray=function(r){for(var t=r.length,i=new Array(t),s=0;s<t;s++)i[s]=r.charCodeAt(s);return i},!r&&""!=r||!t&&0!=t||!i)throw"Bad Among initialisation: s:"+r+", substring_i: "+t+", result: "+i;this.s_size=r.length,this.s=this.toCharArray(r),this.substring_i=t,this.result=i,this.method=s},SnowballProgram:function(){var r;return{bra:0,ket:0,limit:0,cursor:0,limit_backward:0,setCurrent:function(t){r=t,this.cursor=0,this.limit=t.length,this.limit_backward=0,this.bra=this.cursor,this.ket=this.limit},getCurrent:function(){var t=r;return r=null,t},in_grouping:function(t,i,s){if(this.cursor<this.limit){var e=r.charCodeAt(this.cursor);if(e<=s&&e>=i&&(e-=i,t[e>>3]&1<<(7&e)))return this.cursor++,!0}return!1},in_grouping_b:function(t,i,s){if(this.cursor>this.limit_backward){var e=r.charCodeAt(this.cursor-1);if(e<=s&&e>=i&&(e-=i,t[e>>3]&1<<(7&e)))return this.cursor--,!0}return!1},out_grouping:function(t,i,s){if(this.cursor<this.limit){var e=r.charCodeAt(this.cursor);if(e>s||e<i)return this.cursor++,!0;if(e-=i,!(t[e>>3]&1<<(7&e)))return this.cursor++,!0}return!1},out_grouping_b:function(t,i,s){if(this.cursor>this.limit_backward){var e=r.charCodeAt(this.cursor-1);if(e>s||e<i)return this.cursor--,!0;if(e-=i,!(t[e>>3]&1<<(7&e)))return this.cursor--,!0}return!1},eq_s:function(t,i){if(this.limit-this.cursor<t)return!1;for(var s=0;s<t;s++)if(r.charCodeAt(this.cursor+s)!=i.charCodeAt(s))return!1;return this.cursor+=t,!0},eq_s_b:function(t,i){if(this.cursor-this.limit_backward<t)return!1;for(var s=0;s<t;s++)if(r.charCodeAt(this.cursor-t+s)!=i.charCodeAt(s))return!1;return this.cursor-=t,!0},find_among:function(t,i){for(var s=0,e=i,n=this.cursor,u=this.limit,o=0,h=0,c=!1;;){for(var a=s+(e-s>>1),f=0,l=o<h?o:h,_=t[a],m=l;m<_.s_size;m++){if(n+l==u){f=-1;break}if(f=r.charCodeAt(n+l)-_.s[m])break;l++}if(f<0?(e=a,h=l):(s=a,o=l),e-s<=1){if(s>0||e==s||c)break;c=!0}}for(;;){var _=t[s];if(o>=_.s_size){if(this.cursor=n+_.s_size,!_.method)return _.result;var b=_.method();if(this.cursor=n+_.s_size,b)return _.result}if((s=_.substring_i)<0)return 0}},find_among_b:function(t,i){for(var s=0,e=i,n=this.cursor,u=this.limit_backward,o=0,h=0,c=!1;;){for(var a=s+(e-s>>1),f=0,l=o<h?o:h,_=t[a],m=_.s_size-1-l;m>=0;m--){if(n-l==u){f=-1;break}if(f=r.charCodeAt(n-1-l)-_.s[m])break;l++}if(f<0?(e=a,h=l):(s=a,o=l),e-s<=1){if(s>0||e==s||c)break;c=!0}}for(;;){var _=t[s];if(o>=_.s_size){if(this.cursor=n-_.s_size,!_.method)return _.result;var b=_.method();if(this.cursor=n-_.s_size,b)return _.result}if((s=_.substring_i)<0)return 0}},replace_s:function(t,i,s){var e=s.length-(i-t),n=r.substring(0,t),u=r.substring(i);return r=n+s+u,this.limit+=e,this.cursor>=i?this.cursor+=e:this.cursor>t&&(this.cursor=t),e},slice_check:function(){if(this.bra<0||this.bra>this.ket||this.ket>this.limit||this.limit>r.length)throw"faulty slice operation"},slice_from:function(r){this.slice_check(),this.replace_s(this.bra,this.ket,r)},slice_del:function(){this.slice_from("")},insert:function(r,t,i){var s=this.replace_s(r,t,i);r<=this.bra&&(this.bra+=s),r<=this.ket&&(this.ket+=s)},slice_to:function(){return this.slice_check(),r.substring(this.bra,this.ket)},eq_v_b:function(r){return this.eq_s_b(r.length,r)}}}},r.trimmerSupport={generateTrimmer:function(r){var t=new RegExp("^[^"+r+"]+"),i=new RegExp("[^"+r+"]+$");return function(r){return"function"==typeof r.update?r.update(function(r){return r.replace(t,"").replace(i,"")}):r.replace(t,"").replace(i,"")}}}}});
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
/*!
|
||||
* Lunr languages, `Swedish` language
|
||||
* https://github.com/MihaiValentin/lunr-languages
|
||||
*
|
||||
* Copyright 2014, Mihai Valentin
|
||||
* http://www.mozilla.org/MPL/
|
||||
*/
|
||||
/*!
|
||||
* based on
|
||||
* Snowball JavaScript Library v0.3
|
||||
* http://code.google.com/p/urim/
|
||||
* http://snowball.tartarus.org/
|
||||
*
|
||||
* Copyright 2010, Oleg Mazko
|
||||
* http://www.mozilla.org/MPL/
|
||||
*/
|
||||
|
||||
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.sv=function(){this.pipeline.reset(),this.pipeline.add(e.sv.trimmer,e.sv.stopWordFilter,e.sv.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.sv.stemmer))},e.sv.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.sv.trimmer=e.trimmerSupport.generateTrimmer(e.sv.wordCharacters),e.Pipeline.registerFunction(e.sv.trimmer,"trimmer-sv"),e.sv.stemmer=function(){var r=e.stemmerSupport.Among,n=e.stemmerSupport.SnowballProgram,t=new function(){function e(){var e,r=w.cursor+3;if(o=w.limit,0<=r||r<=w.limit){for(a=r;;){if(e=w.cursor,w.in_grouping(l,97,246)){w.cursor=e;break}if(w.cursor=e,w.cursor>=w.limit)return;w.cursor++}for(;!w.out_grouping(l,97,246);){if(w.cursor>=w.limit)return;w.cursor++}o=w.cursor,o<a&&(o=a)}}function t(){var e,r=w.limit_backward;if(w.cursor>=o&&(w.limit_backward=o,w.cursor=w.limit,w.ket=w.cursor,e=w.find_among_b(u,37),w.limit_backward=r,e))switch(w.bra=w.cursor,e){case 1:w.slice_del();break;case 2:w.in_grouping_b(d,98,121)&&w.slice_del()}}function i(){var e=w.limit_backward;w.cursor>=o&&(w.limit_backward=o,w.cursor=w.limit,w.find_among_b(c,7)&&(w.cursor=w.limit,w.ket=w.cursor,w.cursor>w.limit_backward&&(w.bra=--w.cursor,w.slice_del())),w.limit_backward=e)}function s(){var e,r;if(w.cursor>=o){if(r=w.limit_backward,w.limit_backward=o,w.cursor=w.limit,w.ket=w.cursor,e=w.find_among_b(m,5))switch(w.bra=w.cursor,e){case 1:w.slice_del();break;case 2:w.slice_from("lös");break;case 3:w.slice_from("full")}w.limit_backward=r}}var a,o,u=[new r("a",-1,1),new r("arna",0,1),new r("erna",0,1),new r("heterna",2,1),new r("orna",0,1),new r("ad",-1,1),new r("e",-1,1),new r("ade",6,1),new r("ande",6,1),new r("arne",6,1),new r("are",6,1),new r("aste",6,1),new r("en",-1,1),new r("anden",12,1),new r("aren",12,1),new r("heten",12,1),new r("ern",-1,1),new r("ar",-1,1),new r("er",-1,1),new r("heter",18,1),new r("or",-1,1),new r("s",-1,2),new r("as",21,1),new r("arnas",22,1),new r("ernas",22,1),new r("ornas",22,1),new r("es",21,1),new r("ades",26,1),new r("andes",26,1),new r("ens",21,1),new r("arens",29,1),new r("hetens",29,1),new r("erns",21,1),new r("at",-1,1),new r("andet",-1,1),new r("het",-1,1),new r("ast",-1,1)],c=[new r("dd",-1,-1),new r("gd",-1,-1),new r("nn",-1,-1),new r("dt",-1,-1),new r("gt",-1,-1),new r("kt",-1,-1),new r("tt",-1,-1)],m=[new r("ig",-1,1),new r("lig",0,1),new r("els",-1,1),new r("fullt",-1,3),new r("löst",-1,2)],l=[17,65,16,1,0,0,0,0,0,0,0,0,0,0,0,0,24,0,32],d=[119,127,149],w=new n;this.setCurrent=function(e){w.setCurrent(e)},this.getCurrent=function(){return w.getCurrent()},this.stem=function(){var r=w.cursor;return e(),w.limit_backward=r,w.cursor=w.limit,t(),w.cursor=w.limit,i(),w.cursor=w.limit,s(),!0}};return function(e){return"function"==typeof e.update?e.update(function(e){return t.setCurrent(e),t.stem(),t.getCurrent()}):(t.setCurrent(e),t.stem(),t.getCurrent())}}(),e.Pipeline.registerFunction(e.sv.stemmer,"stemmer-sv"),e.sv.stopWordFilter=e.generateStopWordFilter("alla allt att av blev bli blir blivit de dem den denna deras dess dessa det detta dig din dina ditt du där då efter ej eller en er era ert ett från för ha hade han hans har henne hennes hon honom hur här i icke ingen inom inte jag ju kan kunde man med mellan men mig min mina mitt mot mycket ni nu när någon något några och om oss på samma sedan sig sin sina sitta själv skulle som så sådan sådana sådant till under upp ut utan vad var vara varför varit varje vars vart vem vi vid vilka vilkas vilken vilket vår våra vårt än är åt över".split(" ")),e.Pipeline.registerFunction(e.sv.stopWordFilter,"stopWordFilter-sv")}});
|
||||
|
|
@ -0,0 +1 @@
|
|||
!function(e,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():t()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.ta=function(){this.pipeline.reset(),this.pipeline.add(e.ta.trimmer,e.ta.stopWordFilter,e.ta.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.ta.stemmer))},e.ta.wordCharacters="-உஊ-ஏஐ-ஙச-ட-னப-யர-ஹ-ிீ-ொ-ௐ---௩௪-௯௰-௹௺-a-zA-Za-zA-Z0-90-9",e.ta.trimmer=e.trimmerSupport.generateTrimmer(e.ta.wordCharacters),e.Pipeline.registerFunction(e.ta.trimmer,"trimmer-ta"),e.ta.stopWordFilter=e.generateStopWordFilter("அங்கு அங்கே அது அதை அந்த அவர் அவர்கள் அவள் அவன் அவை ஆக ஆகவே ஆகையால் ஆதலால் ஆதலினால் ஆனாலும் ஆனால் இங்கு இங்கே இது இதை இந்த இப்படி இவர் இவர்கள் இவள் இவன் இவை இவ்வளவு உனக்கு உனது உன் உன்னால் எங்கு எங்கே எது எதை எந்த எப்படி எவர் எவர்கள் எவள் எவன் எவை எவ்வளவு எனக்கு எனது எனவே என் என்ன என்னால் ஏது ஏன் தனது தன்னால் தானே தான் நாங்கள் நாம் நான் நீ நீங்கள்".split(" ")),e.ta.stemmer=function(){return function(e){return"function"==typeof e.update?e.update(function(e){return e}):e}}();var t=e.wordcut;t.init(),e.ta.tokenizer=function(r){if(!arguments.length||null==r||void 0==r)return[];if(Array.isArray(r))return r.map(function(t){return isLunr2?new e.Token(t.toLowerCase()):t.toLowerCase()});var i=r.toString().toLowerCase().replace(/^\s+/,"");return t.cut(i).split("|")},e.Pipeline.registerFunction(e.ta.stemmer,"stemmer-ta"),e.Pipeline.registerFunction(e.ta.stopWordFilter,"stopWordFilter-ta")}});
|
||||
|
|
@ -0,0 +1 @@
|
|||
!function(e,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():t()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.te=function(){this.pipeline.reset(),this.pipeline.add(e.te.trimmer,e.te.stopWordFilter,e.te.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.te.stemmer))},e.te.wordCharacters="ఀ-ఄఅ-ఔక-హా-ౌౕ-ౖౘ-ౚౠ-ౡౢ-ౣ౦-౯౸-౿఼ఽ్ౝ౷",e.te.trimmer=e.trimmerSupport.generateTrimmer(e.te.wordCharacters),e.Pipeline.registerFunction(e.te.trimmer,"trimmer-te"),e.te.stopWordFilter=e.generateStopWordFilter("అందరూ అందుబాటులో అడగండి అడగడం అడ్డంగా అనుగుణంగా అనుమతించు అనుమతిస్తుంది అయితే ఇప్పటికే ఉన్నారు ఎక్కడైనా ఎప్పుడు ఎవరైనా ఎవరో ఏ ఏదైనా ఏమైనప్పటికి ఒక ఒకరు కనిపిస్తాయి కాదు కూడా గా గురించి చుట్టూ చేయగలిగింది తగిన తర్వాత దాదాపు దూరంగా నిజంగా పై ప్రకారం ప్రక్కన మధ్య మరియు మరొక మళ్ళీ మాత్రమే మెచ్చుకో వద్ద వెంట వేరుగా వ్యతిరేకంగా సంబంధం".split(" ")),e.te.stemmer=function(){return function(e){return"function"==typeof e.update?e.update(function(e){return e}):e}}();var t=e.wordcut;t.init(),e.te.tokenizer=function(r){if(!arguments.length||null==r||void 0==r)return[];if(Array.isArray(r))return r.map(function(t){return isLunr2?new e.Token(t.toLowerCase()):t.toLowerCase()});var i=r.toString().toLowerCase().replace(/^\s+/,"");return t.cut(i).split("|")},e.Pipeline.registerFunction(e.te.stemmer,"stemmer-te"),e.Pipeline.registerFunction(e.te.stopWordFilter,"stopWordFilter-te")}});
|
||||
|
|
@ -0,0 +1 @@
|
|||
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var r="2"==e.version[0];e.th=function(){this.pipeline.reset(),this.pipeline.add(e.th.trimmer),r?this.tokenizer=e.th.tokenizer:(e.tokenizer&&(e.tokenizer=e.th.tokenizer),this.tokenizerFn&&(this.tokenizerFn=e.th.tokenizer))},e.th.wordCharacters="[-]",e.th.trimmer=e.trimmerSupport.generateTrimmer(e.th.wordCharacters),e.Pipeline.registerFunction(e.th.trimmer,"trimmer-th");var t=e.wordcut;t.init(),e.th.tokenizer=function(i){if(!arguments.length||null==i||void 0==i)return[];if(Array.isArray(i))return i.map(function(t){return r?new e.Token(t):t});var n=i.toString().replace(/^\s+/,"");return t.cut(n).split("|")}}});
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
|||
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.vi=function(){this.pipeline.reset(),this.pipeline.add(e.vi.stopWordFilter,e.vi.trimmer)},e.vi.wordCharacters="[A-Za-ẓ̀͐́͑̉̃̓ÂâÊêÔôĂ-ăĐ-đƠ-ơƯ-ư]",e.vi.trimmer=e.trimmerSupport.generateTrimmer(e.vi.wordCharacters),e.Pipeline.registerFunction(e.vi.trimmer,"trimmer-vi"),e.vi.stopWordFilter=e.generateStopWordFilter("là cái nhưng mà".split(" "))}});
|
||||
|
|
@ -0,0 +1 @@
|
|||
!function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r(require("@node-rs/jieba")):r()(e.lunr)}(this,function(e){return function(r,t){if(void 0===r)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===r.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var i="2"==r.version[0];r.zh=function(){this.pipeline.reset(),this.pipeline.add(r.zh.trimmer,r.zh.stopWordFilter,r.zh.stemmer),i?this.tokenizer=r.zh.tokenizer:(r.tokenizer&&(r.tokenizer=r.zh.tokenizer),this.tokenizerFn&&(this.tokenizerFn=r.zh.tokenizer))},r.zh.tokenizer=function(n){if(!arguments.length||null==n||void 0==n)return[];if(Array.isArray(n))return n.map(function(e){return i?new r.Token(e.toLowerCase()):e.toLowerCase()});t&&e.load(t);var o=n.toString().trim().toLowerCase(),s=[];e.cut(o,!0).forEach(function(e){s=s.concat(e.split(" "))}),s=s.filter(function(e){return!!e});var u=0;return s.map(function(e,t){if(i){var n=o.indexOf(e,u),s={};return s.position=[n,e.length],s.index=t,u=n,new r.Token(e,s)}return e})},r.zh.wordCharacters="\\w一-龥",r.zh.trimmer=r.trimmerSupport.generateTrimmer(r.zh.wordCharacters),r.Pipeline.registerFunction(r.zh.trimmer,"trimmer-zh"),r.zh.stemmer=function(){return function(e){return e}}(),r.Pipeline.registerFunction(r.zh.stemmer,"stemmer-zh"),r.zh.stopWordFilter=r.generateStopWordFilter("的 一 不 在 人 有 是 为 為 以 于 於 上 他 而 后 後 之 来 來 及 了 因 下 可 到 由 这 這 与 與 也 此 但 并 並 个 個 其 已 无 無 小 我 们 們 起 最 再 今 去 好 只 又 或 很 亦 某 把 那 你 乃 它 吧 被 比 别 趁 当 當 从 從 得 打 凡 儿 兒 尔 爾 该 該 各 给 給 跟 和 何 还 還 即 几 幾 既 看 据 據 距 靠 啦 另 么 麽 每 嘛 拿 哪 您 凭 憑 且 却 卻 让 讓 仍 啥 如 若 使 谁 誰 虽 雖 随 隨 同 所 她 哇 嗡 往 些 向 沿 哟 喲 用 咱 则 則 怎 曾 至 致 着 著 诸 諸 自".split(" ")),r.Pipeline.registerFunction(r.zh.stopWordFilter,"stopWordFilter-zh")}});
|
||||
|
|
@ -0,0 +1,206 @@
|
|||
/**
|
||||
* export the module via AMD, CommonJS or as a browser global
|
||||
* Export code from https://github.com/umdjs/umd/blob/master/returnExports.js
|
||||
*/
|
||||
;(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module.
|
||||
define(factory)
|
||||
} else if (typeof exports === 'object') {
|
||||
/**
|
||||
* Node. Does not work with strict CommonJS, but
|
||||
* only CommonJS-like environments that support module.exports,
|
||||
* like Node.
|
||||
*/
|
||||
module.exports = factory()
|
||||
} else {
|
||||
// Browser globals (root is window)
|
||||
factory()(root.lunr);
|
||||
}
|
||||
}(this, function () {
|
||||
/**
|
||||
* Just return a value to define the module export.
|
||||
* This example returns an object, but the module
|
||||
* can return a function as the exported value.
|
||||
*/
|
||||
|
||||
return function(lunr) {
|
||||
// TinySegmenter 0.1 -- Super compact Japanese tokenizer in Javascript
|
||||
// (c) 2008 Taku Kudo <taku@chasen.org>
|
||||
// TinySegmenter is freely distributable under the terms of a new BSD licence.
|
||||
// For details, see http://chasen.org/~taku/software/TinySegmenter/LICENCE.txt
|
||||
|
||||
function TinySegmenter() {
|
||||
var patterns = {
|
||||
"[一二三四五六七八九十百千万億兆]":"M",
|
||||
"[一-龠々〆ヵヶ]":"H",
|
||||
"[ぁ-ん]":"I",
|
||||
"[ァ-ヴーア-ン゙ー]":"K",
|
||||
"[a-zA-Za-zA-Z]":"A",
|
||||
"[0-90-9]":"N"
|
||||
}
|
||||
this.chartype_ = [];
|
||||
for (var i in patterns) {
|
||||
var regexp = new RegExp(i);
|
||||
this.chartype_.push([regexp, patterns[i]]);
|
||||
}
|
||||
|
||||
this.BIAS__ = -332
|
||||
this.BC1__ = {"HH":6,"II":2461,"KH":406,"OH":-1378};
|
||||
this.BC2__ = {"AA":-3267,"AI":2744,"AN":-878,"HH":-4070,"HM":-1711,"HN":4012,"HO":3761,"IA":1327,"IH":-1184,"II":-1332,"IK":1721,"IO":5492,"KI":3831,"KK":-8741,"MH":-3132,"MK":3334,"OO":-2920};
|
||||
this.BC3__ = {"HH":996,"HI":626,"HK":-721,"HN":-1307,"HO":-836,"IH":-301,"KK":2762,"MK":1079,"MM":4034,"OA":-1652,"OH":266};
|
||||
this.BP1__ = {"BB":295,"OB":304,"OO":-125,"UB":352};
|
||||
this.BP2__ = {"BO":60,"OO":-1762};
|
||||
this.BQ1__ = {"BHH":1150,"BHM":1521,"BII":-1158,"BIM":886,"BMH":1208,"BNH":449,"BOH":-91,"BOO":-2597,"OHI":451,"OIH":-296,"OKA":1851,"OKH":-1020,"OKK":904,"OOO":2965};
|
||||
this.BQ2__ = {"BHH":118,"BHI":-1159,"BHM":466,"BIH":-919,"BKK":-1720,"BKO":864,"OHH":-1139,"OHM":-181,"OIH":153,"UHI":-1146};
|
||||
this.BQ3__ = {"BHH":-792,"BHI":2664,"BII":-299,"BKI":419,"BMH":937,"BMM":8335,"BNN":998,"BOH":775,"OHH":2174,"OHM":439,"OII":280,"OKH":1798,"OKI":-793,"OKO":-2242,"OMH":-2402,"OOO":11699};
|
||||
this.BQ4__ = {"BHH":-3895,"BIH":3761,"BII":-4654,"BIK":1348,"BKK":-1806,"BMI":-3385,"BOO":-12396,"OAH":926,"OHH":266,"OHK":-2036,"ONN":-973};
|
||||
this.BW1__ = {",と":660,",同":727,"B1あ":1404,"B1同":542,"、と":660,"、同":727,"」と":1682,"あっ":1505,"いう":1743,"いっ":-2055,"いる":672,"うし":-4817,"うん":665,"から":3472,"がら":600,"こう":-790,"こと":2083,"こん":-1262,"さら":-4143,"さん":4573,"した":2641,"して":1104,"すで":-3399,"そこ":1977,"それ":-871,"たち":1122,"ため":601,"った":3463,"つい":-802,"てい":805,"てき":1249,"でき":1127,"です":3445,"では":844,"とい":-4915,"とみ":1922,"どこ":3887,"ない":5713,"なっ":3015,"など":7379,"なん":-1113,"にし":2468,"には":1498,"にも":1671,"に対":-912,"の一":-501,"の中":741,"ませ":2448,"まで":1711,"まま":2600,"まる":-2155,"やむ":-1947,"よっ":-2565,"れた":2369,"れで":-913,"をし":1860,"を見":731,"亡く":-1886,"京都":2558,"取り":-2784,"大き":-2604,"大阪":1497,"平方":-2314,"引き":-1336,"日本":-195,"本当":-2423,"毎日":-2113,"目指":-724,"B1あ":1404,"B1同":542,"」と":1682};
|
||||
this.BW2__ = {"..":-11822,"11":-669,"――":-5730,"−−":-13175,"いう":-1609,"うか":2490,"かし":-1350,"かも":-602,"から":-7194,"かれ":4612,"がい":853,"がら":-3198,"きた":1941,"くな":-1597,"こと":-8392,"この":-4193,"させ":4533,"され":13168,"さん":-3977,"しい":-1819,"しか":-545,"した":5078,"して":972,"しな":939,"その":-3744,"たい":-1253,"たた":-662,"ただ":-3857,"たち":-786,"たと":1224,"たは":-939,"った":4589,"って":1647,"っと":-2094,"てい":6144,"てき":3640,"てく":2551,"ては":-3110,"ても":-3065,"でい":2666,"でき":-1528,"でし":-3828,"です":-4761,"でも":-4203,"とい":1890,"とこ":-1746,"とと":-2279,"との":720,"とみ":5168,"とも":-3941,"ない":-2488,"なが":-1313,"など":-6509,"なの":2614,"なん":3099,"にお":-1615,"にし":2748,"にな":2454,"によ":-7236,"に対":-14943,"に従":-4688,"に関":-11388,"のか":2093,"ので":-7059,"のに":-6041,"のの":-6125,"はい":1073,"はが":-1033,"はず":-2532,"ばれ":1813,"まし":-1316,"まで":-6621,"まれ":5409,"めて":-3153,"もい":2230,"もの":-10713,"らか":-944,"らし":-1611,"らに":-1897,"りし":651,"りま":1620,"れた":4270,"れて":849,"れば":4114,"ろう":6067,"われ":7901,"を通":-11877,"んだ":728,"んな":-4115,"一人":602,"一方":-1375,"一日":970,"一部":-1051,"上が":-4479,"会社":-1116,"出て":2163,"分の":-7758,"同党":970,"同日":-913,"大阪":-2471,"委員":-1250,"少な":-1050,"年度":-8669,"年間":-1626,"府県":-2363,"手権":-1982,"新聞":-4066,"日新":-722,"日本":-7068,"日米":3372,"曜日":-601,"朝鮮":-2355,"本人":-2697,"東京":-1543,"然と":-1384,"社会":-1276,"立て":-990,"第に":-1612,"米国":-4268,"11":-669};
|
||||
this.BW3__ = {"あた":-2194,"あり":719,"ある":3846,"い.":-1185,"い。":-1185,"いい":5308,"いえ":2079,"いく":3029,"いた":2056,"いっ":1883,"いる":5600,"いわ":1527,"うち":1117,"うと":4798,"えと":1454,"か.":2857,"か。":2857,"かけ":-743,"かっ":-4098,"かに":-669,"から":6520,"かり":-2670,"が,":1816,"が、":1816,"がき":-4855,"がけ":-1127,"がっ":-913,"がら":-4977,"がり":-2064,"きた":1645,"けど":1374,"こと":7397,"この":1542,"ころ":-2757,"さい":-714,"さを":976,"し,":1557,"し、":1557,"しい":-3714,"した":3562,"して":1449,"しな":2608,"しま":1200,"す.":-1310,"す。":-1310,"する":6521,"ず,":3426,"ず、":3426,"ずに":841,"そう":428,"た.":8875,"た。":8875,"たい":-594,"たの":812,"たり":-1183,"たる":-853,"だ.":4098,"だ。":4098,"だっ":1004,"った":-4748,"って":300,"てい":6240,"てお":855,"ても":302,"です":1437,"でに":-1482,"では":2295,"とう":-1387,"とし":2266,"との":541,"とも":-3543,"どう":4664,"ない":1796,"なく":-903,"など":2135,"に,":-1021,"に、":-1021,"にし":1771,"にな":1906,"には":2644,"の,":-724,"の、":-724,"の子":-1000,"は,":1337,"は、":1337,"べき":2181,"まし":1113,"ます":6943,"まっ":-1549,"まで":6154,"まれ":-793,"らし":1479,"られ":6820,"るる":3818,"れ,":854,"れ、":854,"れた":1850,"れて":1375,"れば":-3246,"れる":1091,"われ":-605,"んだ":606,"んで":798,"カ月":990,"会議":860,"入り":1232,"大会":2217,"始め":1681,"市":965,"新聞":-5055,"日,":974,"日、":974,"社会":2024,"カ月":990};
|
||||
this.TC1__ = {"AAA":1093,"HHH":1029,"HHM":580,"HII":998,"HOH":-390,"HOM":-331,"IHI":1169,"IOH":-142,"IOI":-1015,"IOM":467,"MMH":187,"OOI":-1832};
|
||||
this.TC2__ = {"HHO":2088,"HII":-1023,"HMM":-1154,"IHI":-1965,"KKH":703,"OII":-2649};
|
||||
this.TC3__ = {"AAA":-294,"HHH":346,"HHI":-341,"HII":-1088,"HIK":731,"HOH":-1486,"IHH":128,"IHI":-3041,"IHO":-1935,"IIH":-825,"IIM":-1035,"IOI":-542,"KHH":-1216,"KKA":491,"KKH":-1217,"KOK":-1009,"MHH":-2694,"MHM":-457,"MHO":123,"MMH":-471,"NNH":-1689,"NNO":662,"OHO":-3393};
|
||||
this.TC4__ = {"HHH":-203,"HHI":1344,"HHK":365,"HHM":-122,"HHN":182,"HHO":669,"HIH":804,"HII":679,"HOH":446,"IHH":695,"IHO":-2324,"IIH":321,"III":1497,"IIO":656,"IOO":54,"KAK":4845,"KKA":3386,"KKK":3065,"MHH":-405,"MHI":201,"MMH":-241,"MMM":661,"MOM":841};
|
||||
this.TQ1__ = {"BHHH":-227,"BHHI":316,"BHIH":-132,"BIHH":60,"BIII":1595,"BNHH":-744,"BOHH":225,"BOOO":-908,"OAKK":482,"OHHH":281,"OHIH":249,"OIHI":200,"OIIH":-68};
|
||||
this.TQ2__ = {"BIHH":-1401,"BIII":-1033,"BKAK":-543,"BOOO":-5591};
|
||||
this.TQ3__ = {"BHHH":478,"BHHM":-1073,"BHIH":222,"BHII":-504,"BIIH":-116,"BIII":-105,"BMHI":-863,"BMHM":-464,"BOMH":620,"OHHH":346,"OHHI":1729,"OHII":997,"OHMH":481,"OIHH":623,"OIIH":1344,"OKAK":2792,"OKHH":587,"OKKA":679,"OOHH":110,"OOII":-685};
|
||||
this.TQ4__ = {"BHHH":-721,"BHHM":-3604,"BHII":-966,"BIIH":-607,"BIII":-2181,"OAAA":-2763,"OAKK":180,"OHHH":-294,"OHHI":2446,"OHHO":480,"OHIH":-1573,"OIHH":1935,"OIHI":-493,"OIIH":626,"OIII":-4007,"OKAK":-8156};
|
||||
this.TW1__ = {"につい":-4681,"東京都":2026};
|
||||
this.TW2__ = {"ある程":-2049,"いった":-1256,"ころが":-2434,"しょう":3873,"その後":-4430,"だって":-1049,"ていた":1833,"として":-4657,"ともに":-4517,"もので":1882,"一気に":-792,"初めて":-1512,"同時に":-8097,"大きな":-1255,"対して":-2721,"社会党":-3216};
|
||||
this.TW3__ = {"いただ":-1734,"してい":1314,"として":-4314,"につい":-5483,"にとっ":-5989,"に当た":-6247,"ので,":-727,"ので、":-727,"のもの":-600,"れから":-3752,"十二月":-2287};
|
||||
this.TW4__ = {"いう.":8576,"いう。":8576,"からな":-2348,"してい":2958,"たが,":1516,"たが、":1516,"ている":1538,"という":1349,"ました":5543,"ません":1097,"ようと":-4258,"よると":5865};
|
||||
this.UC1__ = {"A":484,"K":93,"M":645,"O":-505};
|
||||
this.UC2__ = {"A":819,"H":1059,"I":409,"M":3987,"N":5775,"O":646};
|
||||
this.UC3__ = {"A":-1370,"I":2311};
|
||||
this.UC4__ = {"A":-2643,"H":1809,"I":-1032,"K":-3450,"M":3565,"N":3876,"O":6646};
|
||||
this.UC5__ = {"H":313,"I":-1238,"K":-799,"M":539,"O":-831};
|
||||
this.UC6__ = {"H":-506,"I":-253,"K":87,"M":247,"O":-387};
|
||||
this.UP1__ = {"O":-214};
|
||||
this.UP2__ = {"B":69,"O":935};
|
||||
this.UP3__ = {"B":189};
|
||||
this.UQ1__ = {"BH":21,"BI":-12,"BK":-99,"BN":142,"BO":-56,"OH":-95,"OI":477,"OK":410,"OO":-2422};
|
||||
this.UQ2__ = {"BH":216,"BI":113,"OK":1759};
|
||||
this.UQ3__ = {"BA":-479,"BH":42,"BI":1913,"BK":-7198,"BM":3160,"BN":6427,"BO":14761,"OI":-827,"ON":-3212};
|
||||
this.UW1__ = {",":156,"、":156,"「":-463,"あ":-941,"う":-127,"が":-553,"き":121,"こ":505,"で":-201,"と":-547,"ど":-123,"に":-789,"の":-185,"は":-847,"も":-466,"や":-470,"よ":182,"ら":-292,"り":208,"れ":169,"を":-446,"ん":-137,"・":-135,"主":-402,"京":-268,"区":-912,"午":871,"国":-460,"大":561,"委":729,"市":-411,"日":-141,"理":361,"生":-408,"県":-386,"都":-718,"「":-463,"・":-135};
|
||||
this.UW2__ = {",":-829,"、":-829,"〇":892,"「":-645,"」":3145,"あ":-538,"い":505,"う":134,"お":-502,"か":1454,"が":-856,"く":-412,"こ":1141,"さ":878,"ざ":540,"し":1529,"す":-675,"せ":300,"そ":-1011,"た":188,"だ":1837,"つ":-949,"て":-291,"で":-268,"と":-981,"ど":1273,"な":1063,"に":-1764,"の":130,"は":-409,"ひ":-1273,"べ":1261,"ま":600,"も":-1263,"や":-402,"よ":1639,"り":-579,"る":-694,"れ":571,"を":-2516,"ん":2095,"ア":-587,"カ":306,"キ":568,"ッ":831,"三":-758,"不":-2150,"世":-302,"中":-968,"主":-861,"事":492,"人":-123,"会":978,"保":362,"入":548,"初":-3025,"副":-1566,"北":-3414,"区":-422,"大":-1769,"天":-865,"太":-483,"子":-1519,"学":760,"実":1023,"小":-2009,"市":-813,"年":-1060,"強":1067,"手":-1519,"揺":-1033,"政":1522,"文":-1355,"新":-1682,"日":-1815,"明":-1462,"最":-630,"朝":-1843,"本":-1650,"東":-931,"果":-665,"次":-2378,"民":-180,"気":-1740,"理":752,"発":529,"目":-1584,"相":-242,"県":-1165,"立":-763,"第":810,"米":509,"自":-1353,"行":838,"西":-744,"見":-3874,"調":1010,"議":1198,"込":3041,"開":1758,"間":-1257,"「":-645,"」":3145,"ッ":831,"ア":-587,"カ":306,"キ":568};
|
||||
this.UW3__ = {",":4889,"1":-800,"−":-1723,"、":4889,"々":-2311,"〇":5827,"」":2670,"〓":-3573,"あ":-2696,"い":1006,"う":2342,"え":1983,"お":-4864,"か":-1163,"が":3271,"く":1004,"け":388,"げ":401,"こ":-3552,"ご":-3116,"さ":-1058,"し":-395,"す":584,"せ":3685,"そ":-5228,"た":842,"ち":-521,"っ":-1444,"つ":-1081,"て":6167,"で":2318,"と":1691,"ど":-899,"な":-2788,"に":2745,"の":4056,"は":4555,"ひ":-2171,"ふ":-1798,"へ":1199,"ほ":-5516,"ま":-4384,"み":-120,"め":1205,"も":2323,"や":-788,"よ":-202,"ら":727,"り":649,"る":5905,"れ":2773,"わ":-1207,"を":6620,"ん":-518,"ア":551,"グ":1319,"ス":874,"ッ":-1350,"ト":521,"ム":1109,"ル":1591,"ロ":2201,"ン":278,"・":-3794,"一":-1619,"下":-1759,"世":-2087,"両":3815,"中":653,"主":-758,"予":-1193,"二":974,"人":2742,"今":792,"他":1889,"以":-1368,"低":811,"何":4265,"作":-361,"保":-2439,"元":4858,"党":3593,"全":1574,"公":-3030,"六":755,"共":-1880,"円":5807,"再":3095,"分":457,"初":2475,"別":1129,"前":2286,"副":4437,"力":365,"動":-949,"務":-1872,"化":1327,"北":-1038,"区":4646,"千":-2309,"午":-783,"協":-1006,"口":483,"右":1233,"各":3588,"合":-241,"同":3906,"和":-837,"員":4513,"国":642,"型":1389,"場":1219,"外":-241,"妻":2016,"学":-1356,"安":-423,"実":-1008,"家":1078,"小":-513,"少":-3102,"州":1155,"市":3197,"平":-1804,"年":2416,"広":-1030,"府":1605,"度":1452,"建":-2352,"当":-3885,"得":1905,"思":-1291,"性":1822,"戸":-488,"指":-3973,"政":-2013,"教":-1479,"数":3222,"文":-1489,"新":1764,"日":2099,"旧":5792,"昨":-661,"時":-1248,"曜":-951,"最":-937,"月":4125,"期":360,"李":3094,"村":364,"東":-805,"核":5156,"森":2438,"業":484,"氏":2613,"民":-1694,"決":-1073,"法":1868,"海":-495,"無":979,"物":461,"特":-3850,"生":-273,"用":914,"町":1215,"的":7313,"直":-1835,"省":792,"県":6293,"知":-1528,"私":4231,"税":401,"立":-960,"第":1201,"米":7767,"系":3066,"約":3663,"級":1384,"統":-4229,"総":1163,"線":1255,"者":6457,"能":725,"自":-2869,"英":785,"見":1044,"調":-562,"財":-733,"費":1777,"車":1835,"軍":1375,"込":-1504,"通":-1136,"選":-681,"郎":1026,"郡":4404,"部":1200,"金":2163,"長":421,"開":-1432,"間":1302,"関":-1282,"雨":2009,"電":-1045,"非":2066,"駅":1620,"1":-800,"」":2670,"・":-3794,"ッ":-1350,"ア":551,"グ":1319,"ス":874,"ト":521,"ム":1109,"ル":1591,"ロ":2201,"ン":278};
|
||||
this.UW4__ = {",":3930,".":3508,"―":-4841,"、":3930,"。":3508,"〇":4999,"「":1895,"」":3798,"〓":-5156,"あ":4752,"い":-3435,"う":-640,"え":-2514,"お":2405,"か":530,"が":6006,"き":-4482,"ぎ":-3821,"く":-3788,"け":-4376,"げ":-4734,"こ":2255,"ご":1979,"さ":2864,"し":-843,"じ":-2506,"す":-731,"ず":1251,"せ":181,"そ":4091,"た":5034,"だ":5408,"ち":-3654,"っ":-5882,"つ":-1659,"て":3994,"で":7410,"と":4547,"な":5433,"に":6499,"ぬ":1853,"ね":1413,"の":7396,"は":8578,"ば":1940,"ひ":4249,"び":-4134,"ふ":1345,"へ":6665,"べ":-744,"ほ":1464,"ま":1051,"み":-2082,"む":-882,"め":-5046,"も":4169,"ゃ":-2666,"や":2795,"ょ":-1544,"よ":3351,"ら":-2922,"り":-9726,"る":-14896,"れ":-2613,"ろ":-4570,"わ":-1783,"を":13150,"ん":-2352,"カ":2145,"コ":1789,"セ":1287,"ッ":-724,"ト":-403,"メ":-1635,"ラ":-881,"リ":-541,"ル":-856,"ン":-3637,"・":-4371,"ー":-11870,"一":-2069,"中":2210,"予":782,"事":-190,"井":-1768,"人":1036,"以":544,"会":950,"体":-1286,"作":530,"側":4292,"先":601,"党":-2006,"共":-1212,"内":584,"円":788,"初":1347,"前":1623,"副":3879,"力":-302,"動":-740,"務":-2715,"化":776,"区":4517,"協":1013,"参":1555,"合":-1834,"和":-681,"員":-910,"器":-851,"回":1500,"国":-619,"園":-1200,"地":866,"場":-1410,"塁":-2094,"士":-1413,"多":1067,"大":571,"子":-4802,"学":-1397,"定":-1057,"寺":-809,"小":1910,"屋":-1328,"山":-1500,"島":-2056,"川":-2667,"市":2771,"年":374,"庁":-4556,"後":456,"性":553,"感":916,"所":-1566,"支":856,"改":787,"政":2182,"教":704,"文":522,"方":-856,"日":1798,"時":1829,"最":845,"月":-9066,"木":-485,"来":-442,"校":-360,"業":-1043,"氏":5388,"民":-2716,"気":-910,"沢":-939,"済":-543,"物":-735,"率":672,"球":-1267,"生":-1286,"産":-1101,"田":-2900,"町":1826,"的":2586,"目":922,"省":-3485,"県":2997,"空":-867,"立":-2112,"第":788,"米":2937,"系":786,"約":2171,"経":1146,"統":-1169,"総":940,"線":-994,"署":749,"者":2145,"能":-730,"般":-852,"行":-792,"規":792,"警":-1184,"議":-244,"谷":-1000,"賞":730,"車":-1481,"軍":1158,"輪":-1433,"込":-3370,"近":929,"道":-1291,"選":2596,"郎":-4866,"都":1192,"野":-1100,"銀":-2213,"長":357,"間":-2344,"院":-2297,"際":-2604,"電":-878,"領":-1659,"題":-792,"館":-1984,"首":1749,"高":2120,"「":1895,"」":3798,"・":-4371,"ッ":-724,"ー":-11870,"カ":2145,"コ":1789,"セ":1287,"ト":-403,"メ":-1635,"ラ":-881,"リ":-541,"ル":-856,"ン":-3637};
|
||||
this.UW5__ = {",":465,".":-299,"1":-514,"E2":-32768,"]":-2762,"、":465,"。":-299,"「":363,"あ":1655,"い":331,"う":-503,"え":1199,"お":527,"か":647,"が":-421,"き":1624,"ぎ":1971,"く":312,"げ":-983,"さ":-1537,"し":-1371,"す":-852,"だ":-1186,"ち":1093,"っ":52,"つ":921,"て":-18,"で":-850,"と":-127,"ど":1682,"な":-787,"に":-1224,"の":-635,"は":-578,"べ":1001,"み":502,"め":865,"ゃ":3350,"ょ":854,"り":-208,"る":429,"れ":504,"わ":419,"を":-1264,"ん":327,"イ":241,"ル":451,"ン":-343,"中":-871,"京":722,"会":-1153,"党":-654,"務":3519,"区":-901,"告":848,"員":2104,"大":-1296,"学":-548,"定":1785,"嵐":-1304,"市":-2991,"席":921,"年":1763,"思":872,"所":-814,"挙":1618,"新":-1682,"日":218,"月":-4353,"査":932,"格":1356,"機":-1508,"氏":-1347,"田":240,"町":-3912,"的":-3149,"相":1319,"省":-1052,"県":-4003,"研":-997,"社":-278,"空":-813,"統":1955,"者":-2233,"表":663,"語":-1073,"議":1219,"選":-1018,"郎":-368,"長":786,"間":1191,"題":2368,"館":-689,"1":-514,"E2":-32768,"「":363,"イ":241,"ル":451,"ン":-343};
|
||||
this.UW6__ = {",":227,".":808,"1":-270,"E1":306,"、":227,"。":808,"あ":-307,"う":189,"か":241,"が":-73,"く":-121,"こ":-200,"じ":1782,"す":383,"た":-428,"っ":573,"て":-1014,"で":101,"と":-105,"な":-253,"に":-149,"の":-417,"は":-236,"も":-206,"り":187,"る":-135,"を":195,"ル":-673,"ン":-496,"一":-277,"中":201,"件":-800,"会":624,"前":302,"区":1792,"員":-1212,"委":798,"学":-960,"市":887,"広":-695,"後":535,"業":-697,"相":753,"社":-507,"福":974,"空":-822,"者":1811,"連":463,"郎":1082,"1":-270,"E1":306,"ル":-673,"ン":-496};
|
||||
|
||||
return this;
|
||||
}
|
||||
TinySegmenter.prototype.ctype_ = function(str) {
|
||||
for (var i in this.chartype_) {
|
||||
if (str.match(this.chartype_[i][0])) {
|
||||
return this.chartype_[i][1];
|
||||
}
|
||||
}
|
||||
return "O";
|
||||
}
|
||||
|
||||
TinySegmenter.prototype.ts_ = function(v) {
|
||||
if (v) { return v; }
|
||||
return 0;
|
||||
}
|
||||
|
||||
TinySegmenter.prototype.segment = function(input) {
|
||||
if (input == null || input == undefined || input == "") {
|
||||
return [];
|
||||
}
|
||||
var result = [];
|
||||
var seg = ["B3","B2","B1"];
|
||||
var ctype = ["O","O","O"];
|
||||
var o = input.split("");
|
||||
for (i = 0; i < o.length; ++i) {
|
||||
seg.push(o[i]);
|
||||
ctype.push(this.ctype_(o[i]))
|
||||
}
|
||||
seg.push("E1");
|
||||
seg.push("E2");
|
||||
seg.push("E3");
|
||||
ctype.push("O");
|
||||
ctype.push("O");
|
||||
ctype.push("O");
|
||||
var word = seg[3];
|
||||
var p1 = "U";
|
||||
var p2 = "U";
|
||||
var p3 = "U";
|
||||
for (var i = 4; i < seg.length - 3; ++i) {
|
||||
var score = this.BIAS__;
|
||||
var w1 = seg[i-3];
|
||||
var w2 = seg[i-2];
|
||||
var w3 = seg[i-1];
|
||||
var w4 = seg[i];
|
||||
var w5 = seg[i+1];
|
||||
var w6 = seg[i+2];
|
||||
var c1 = ctype[i-3];
|
||||
var c2 = ctype[i-2];
|
||||
var c3 = ctype[i-1];
|
||||
var c4 = ctype[i];
|
||||
var c5 = ctype[i+1];
|
||||
var c6 = ctype[i+2];
|
||||
score += this.ts_(this.UP1__[p1]);
|
||||
score += this.ts_(this.UP2__[p2]);
|
||||
score += this.ts_(this.UP3__[p3]);
|
||||
score += this.ts_(this.BP1__[p1 + p2]);
|
||||
score += this.ts_(this.BP2__[p2 + p3]);
|
||||
score += this.ts_(this.UW1__[w1]);
|
||||
score += this.ts_(this.UW2__[w2]);
|
||||
score += this.ts_(this.UW3__[w3]);
|
||||
score += this.ts_(this.UW4__[w4]);
|
||||
score += this.ts_(this.UW5__[w5]);
|
||||
score += this.ts_(this.UW6__[w6]);
|
||||
score += this.ts_(this.BW1__[w2 + w3]);
|
||||
score += this.ts_(this.BW2__[w3 + w4]);
|
||||
score += this.ts_(this.BW3__[w4 + w5]);
|
||||
score += this.ts_(this.TW1__[w1 + w2 + w3]);
|
||||
score += this.ts_(this.TW2__[w2 + w3 + w4]);
|
||||
score += this.ts_(this.TW3__[w3 + w4 + w5]);
|
||||
score += this.ts_(this.TW4__[w4 + w5 + w6]);
|
||||
score += this.ts_(this.UC1__[c1]);
|
||||
score += this.ts_(this.UC2__[c2]);
|
||||
score += this.ts_(this.UC3__[c3]);
|
||||
score += this.ts_(this.UC4__[c4]);
|
||||
score += this.ts_(this.UC5__[c5]);
|
||||
score += this.ts_(this.UC6__[c6]);
|
||||
score += this.ts_(this.BC1__[c2 + c3]);
|
||||
score += this.ts_(this.BC2__[c3 + c4]);
|
||||
score += this.ts_(this.BC3__[c4 + c5]);
|
||||
score += this.ts_(this.TC1__[c1 + c2 + c3]);
|
||||
score += this.ts_(this.TC2__[c2 + c3 + c4]);
|
||||
score += this.ts_(this.TC3__[c3 + c4 + c5]);
|
||||
score += this.ts_(this.TC4__[c4 + c5 + c6]);
|
||||
// score += this.ts_(this.TC5__[c4 + c5 + c6]);
|
||||
score += this.ts_(this.UQ1__[p1 + c1]);
|
||||
score += this.ts_(this.UQ2__[p2 + c2]);
|
||||
score += this.ts_(this.UQ3__[p3 + c3]);
|
||||
score += this.ts_(this.BQ1__[p2 + c2 + c3]);
|
||||
score += this.ts_(this.BQ2__[p2 + c3 + c4]);
|
||||
score += this.ts_(this.BQ3__[p3 + c2 + c3]);
|
||||
score += this.ts_(this.BQ4__[p3 + c3 + c4]);
|
||||
score += this.ts_(this.TQ1__[p2 + c1 + c2 + c3]);
|
||||
score += this.ts_(this.TQ2__[p2 + c2 + c3 + c4]);
|
||||
score += this.ts_(this.TQ3__[p3 + c1 + c2 + c3]);
|
||||
score += this.ts_(this.TQ4__[p3 + c2 + c3 + c4]);
|
||||
var p = "O";
|
||||
if (score > 0) {
|
||||
result.push(word);
|
||||
word = "";
|
||||
p = "B";
|
||||
}
|
||||
p1 = p2;
|
||||
p2 = p3;
|
||||
p3 = p;
|
||||
word += seg[i];
|
||||
}
|
||||
result.push(word);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
lunr.TinySegmenter = TinySegmenter;
|
||||
};
|
||||
|
||||
}));
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 185 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 441 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1 @@
|
|||
{"version":3,"sources":["src/templates/assets/stylesheets/palette/_scheme.scss","../../../../src/templates/assets/stylesheets/palette.scss","src/templates/assets/stylesheets/palette/_accent.scss","src/templates/assets/stylesheets/palette/_primary.scss","src/templates/assets/stylesheets/utilities/_break.scss"],"names":[],"mappings":"AA2BA,cAGE,6BAME,sDAAA,CACA,6DAAA,CACA,+DAAA,CACA,gEAAA,CACA,mDAAA,CACA,6DAAA,CACA,+DAAA,CACA,gEAAA,CAGA,mDAAA,CACA,gDAAA,CAGA,0BAAA,CACA,mCAAA,CAGA,iCAAA,CACA,kCAAA,CACA,mCAAA,CACA,mCAAA,CACA,kCAAA,CACA,iCAAA,CACA,+CAAA,CACA,6DAAA,CACA,gEAAA,CACA,4DAAA,CACA,4DAAA,CACA,6DAAA,CAGA,6CAAA,CAGA,+CAAA,CAGA,uDAAA,CACA,6DAAA,CACA,2DAAA,CAGA,iCAAA,CAGA,yDAAA,CACA,iEAAA,CAGA,mDAAA,CACA,mDAAA,CAGA,qDAAA,CACA,uDAAA,CAGA,8DAAA,CAKA,8DAAA,CAKA,0DAAA,CAvEA,iBCeF,CD6DE,kHAEE,YC3DJ,CDkFE,yDACE,4BChFJ,CD+EE,2DACE,4BC7EJ,CD4EE,gEACE,4BC1EJ,CDyEE,2DACE,4BCvEJ,CDsEE,yDACE,4BCpEJ,CDmEE,0DACE,4BCjEJ,CDgEE,gEACE,4BC9DJ,CD6DE,0DACE,4BC3DJ,CD0DE,2OACE,4BC/CJ,CDsDA,+FAGE,iCCpDF,CACF,CC/CE,2BACE,4BAAA,CACA,2CAAA,CAOE,yBAAA,CACA,qCD2CN,CCrDE,4BACE,4BAAA,CACA,2CAAA,CAOE,yBAAA,CACA,qCDkDN,CC5DE,8BACE,4BAAA,CACA,2CAAA,CAOE,yBAAA,CACA,qCDyDN,CCnEE,mCACE,4BAAA,CACA,2CAAA,CAOE,yBAAA,CACA,qCDgEN,CC1EE,8BACE,4BAAA,CACA,2CAAA,CAOE,yBAAA,CACA,qCDuEN,CCjFE,4BACE,4BAAA,CACA,2CAAA,CAOE,yBAAA,CACA,qCD8EN,CCxFE,kCACE,4BAAA,CACA,2CAAA,CAOE,yBAAA,CACA,qCDqFN,CC/FE,4BACE,4BAAA,CACA,2CAAA,CAOE,yBAAA,CACA,qCD4FN,CCtGE,4BACE,4BAAA,CACA,2CAAA,CAOE,yBAAA,CACA,qCDmGN,CC7GE,6BACE,4BAAA,CACA,2CAAA,CAOE,yBAAA,CACA,qCD0GN,CCpHE,mCACE,4BAAA,CACA,2CAAA,CAOE,yBAAA,CACA,qCDiHN,CC3HE,4BACE,4BAAA,CACA,2CAAA,CAIE,8BAAA,CACA,qCD2HN,CClIE,8BACE,4BAAA,CACA,2CAAA,CAIE,8BAAA,CACA,qCDkIN,CCzIE,6BACE,yBAAA,CACA,2CAAA,CAIE,8BAAA,CACA,qCDyIN,CChJE,8BACE,4BAAA,CACA,2CAAA,CAIE,8BAAA,CACA,qCDgJN,CCvJE,mCACE,4BAAA,CACA,2CAAA,CAOE,yBAAA,CACA,qCDoJN,CEzJE,4BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCFsJN,CEjKE,6BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCF8JN,CEzKE,+BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCFsKN,CEjLE,oCACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCF8KN,CEzLE,+BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCFsLN,CEjME,6BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCF8LN,CEzME,mCACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCFsMN,CEjNE,6BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCF8MN,CEzNE,6BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCFsNN,CEjOE,8BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCF8NN,CEzOE,oCACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCFsON,CEjPE,6BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAIE,+BAAA,CACA,sCFiPN,CEzPE,+BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAIE,+BAAA,CACA,sCFyPN,CEjQE,8BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAIE,+BAAA,CACA,sCFiQN,CEzQE,+BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAIE,+BAAA,CACA,sCFyQN,CEjRE,oCACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCF8QN,CEzRE,8BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCFsRN,CEjSE,6BACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCAAA,CAKA,4BF0RN,CE1SE,kCACE,6BAAA,CACA,oCAAA,CACA,mCAAA,CAOE,0BAAA,CACA,sCAAA,CAKA,4BFmSN,CEpRE,sEACE,4BFuRJ,CExRE,+DACE,4BF2RJ,CE5RE,iEACE,4BF+RJ,CEhSE,gEACE,4BFmSJ,CEpSE,iEACE,4BFuSJ,CE9RA,8BACE,mDAAA,CACA,4DAAA,CACA,0DAAA,CACA,oDAAA,CACA,2DAAA,CAGA,4BF+RF,CE5RE,yCACE,+BF8RJ,CE3RI,kDAEE,0CAAA,CACA,sCAAA,CAFA,mCF+RN,CG3MI,mCD1EA,+CACE,8CFwRJ,CErRI,qDACE,8CFuRN,CElRE,iEACE,mCFoRJ,CACF,CGtNI,sCDvDA,uCACE,oCFgRJ,CACF,CEvQA,8BACE,kDAAA,CACA,4DAAA,CACA,wDAAA,CACA,oDAAA,CACA,6DAAA,CAGA,4BFwQF,CErQE,yCACE,+BFuQJ,CEpQI,kDAEE,0CAAA,CACA,sCAAA,CAFA,mCFwQN,CEjQE,yCACE,6CFmQJ,CG5NI,0CDhCA,8CACE,gDF+PJ,CACF,CGjOI,0CDvBA,iFACE,6CF2PJ,CACF,CGzPI,sCDKA,uCACE,6CFuPJ,CACF","file":"palette.css"}
|
||||
|
|
@ -0,0 +1,607 @@
|
|||
# This is the CMakeCache file.
|
||||
# For build in directory: /home/runner/work/small_gicp/small_gicp/docs/build
|
||||
# It was generated by CMake: /usr/local/bin/cmake
|
||||
# You can edit this file to change values found and used by cmake.
|
||||
# If you do not want to change any of the values, simply exit the editor.
|
||||
# If you do want to change a value, simply edit, save, and exit the editor.
|
||||
# The syntax for the file is as follows:
|
||||
# KEY:TYPE=VALUE
|
||||
# KEY is the name of a variable in the cache.
|
||||
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
||||
# VALUE is the current value for the KEY.
|
||||
|
||||
########################
|
||||
# EXTERNAL cache entries
|
||||
########################
|
||||
|
||||
//Build benchmarks
|
||||
BUILD_BENCHMARKS:BOOL=OFF
|
||||
|
||||
//Build examples
|
||||
BUILD_EXAMPLES:BOOL=OFF
|
||||
|
||||
//Build helper library
|
||||
BUILD_HELPER:BOOL=ON
|
||||
|
||||
//Build python bindings
|
||||
BUILD_PYTHON_BINDINGS:BOOL=ON
|
||||
|
||||
//Build shared libraries
|
||||
BUILD_SHARED_LIBS:BOOL=ON
|
||||
|
||||
//Build tests
|
||||
BUILD_TESTS:BOOL=OFF
|
||||
|
||||
//Build with fast_gicp (required for benchmark and test only)
|
||||
BUILD_WITH_FAST_GICP:BOOL=OFF
|
||||
|
||||
//Build with Iridescence (required for benchmark)
|
||||
BUILD_WITH_IRIDESCENCE:BOOL=OFF
|
||||
|
||||
//Build with -march=native
|
||||
BUILD_WITH_MARCH_NATIVE:BOOL=OFF
|
||||
|
||||
//Build with OpenMP
|
||||
BUILD_WITH_OPENMP:STRING=auto
|
||||
|
||||
//Build with PCL (required for benchmark and test only)
|
||||
BUILD_WITH_PCL:BOOL=OFF
|
||||
|
||||
//Build with TBB
|
||||
BUILD_WITH_TBB:BOOL=OFF
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_AR:FILEPATH=/usr/bin/ar
|
||||
|
||||
//Choose the type of build.
|
||||
CMAKE_BUILD_TYPE:STRING=Release
|
||||
|
||||
//Enable/Disable color output during build.
|
||||
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
||||
|
||||
//Install directory for CMake config files
|
||||
CMAKE_CONFIG_INSTALL_DIR:PATH=lib/cmake/small_gicp
|
||||
|
||||
//CXX compiler
|
||||
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
|
||||
|
||||
//Flags used by the CXX compiler during all build types.
|
||||
CMAKE_CXX_FLAGS:STRING=
|
||||
|
||||
//Flags used by the CXX compiler during DEBUG builds.
|
||||
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the CXX compiler during MINSIZEREL builds.
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELEASE builds.
|
||||
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//C compiler
|
||||
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
|
||||
|
||||
//Flags used by the C compiler during all build types.
|
||||
CMAKE_C_FLAGS:STRING=
|
||||
|
||||
//Flags used by the C compiler during DEBUG builds.
|
||||
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the C compiler during MINSIZEREL builds.
|
||||
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELEASE builds.
|
||||
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
||||
|
||||
//Flags used by the linker during all build types.
|
||||
CMAKE_EXE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during DEBUG builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during MINSIZEREL builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during RELEASE builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during RELWITHDEBINFO builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Enable/Disable output of compile commands during generation.
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
||||
|
||||
//Value Computed by CMake.
|
||||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles/pkgRedirects
|
||||
|
||||
//User executables (bin)
|
||||
CMAKE_INSTALL_BINDIR:PATH=bin
|
||||
|
||||
//Read-only architecture-independent data (DATAROOTDIR)
|
||||
CMAKE_INSTALL_DATADIR:PATH=
|
||||
|
||||
//Read-only architecture-independent data root (share)
|
||||
CMAKE_INSTALL_DATAROOTDIR:PATH=share
|
||||
|
||||
//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
|
||||
CMAKE_INSTALL_DOCDIR:PATH=
|
||||
|
||||
//C header files (include)
|
||||
CMAKE_INSTALL_INCLUDEDIR:PATH=include
|
||||
|
||||
//Info documentation (DATAROOTDIR/info)
|
||||
CMAKE_INSTALL_INFODIR:PATH=
|
||||
|
||||
//Object code libraries (lib)
|
||||
CMAKE_INSTALL_LIBDIR:PATH=lib
|
||||
|
||||
//Program executables (libexec)
|
||||
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
|
||||
|
||||
//Locale-dependent data (DATAROOTDIR/locale)
|
||||
CMAKE_INSTALL_LOCALEDIR:PATH=
|
||||
|
||||
//Modifiable single-machine data (var)
|
||||
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
|
||||
|
||||
//Man documentation (DATAROOTDIR/man)
|
||||
CMAKE_INSTALL_MANDIR:PATH=
|
||||
|
||||
//C header files for non-gcc (/usr/include)
|
||||
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
|
||||
|
||||
//Install path prefix, prepended onto install directories.
|
||||
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
||||
|
||||
//Run-time variable data (LOCALSTATEDIR/run)
|
||||
CMAKE_INSTALL_RUNSTATEDIR:PATH=
|
||||
|
||||
//System admin executables (sbin)
|
||||
CMAKE_INSTALL_SBINDIR:PATH=sbin
|
||||
|
||||
//Modifiable architecture-independent data (com)
|
||||
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
|
||||
|
||||
//Read-only single-machine data (etc)
|
||||
CMAKE_INSTALL_SYSCONFDIR:PATH=etc
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_LINKER:FILEPATH=/usr/bin/ld
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// all build types.
|
||||
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// DEBUG builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// MINSIZEREL builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELEASE builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELWITHDEBINFO builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_NM:FILEPATH=/usr/bin/nm
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
|
||||
|
||||
//Generate position-independent code
|
||||
CMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_NAME:STATIC=small_gicp
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION:STATIC=1.0.0
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_MAJOR:STATIC=1
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_MINOR:STATIC=0
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_PATCH:STATIC=0
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_TWEAK:STATIC=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_READELF:FILEPATH=/usr/bin/readelf
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during all build types.
|
||||
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//If set, runtime paths are not added when installing shared libraries,
|
||||
// but are added when building.
|
||||
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
||||
|
||||
//If set, runtime paths are not added when using shared libraries.
|
||||
CMAKE_SKIP_RPATH:BOOL=NO
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during all build types.
|
||||
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_STRIP:FILEPATH=/usr/bin/strip
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
|
||||
|
||||
//If this value is on, makefiles will be generated without the
|
||||
// .SILENT directive, and all commands will be echoed to the console
|
||||
// during the make. This is useful for debugging only. With Visual
|
||||
// Studio IDE projects all commands are done without /nologo.
|
||||
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||
|
||||
//Enable coverage
|
||||
ENABLE_COVERAGE:BOOL=OFF
|
||||
|
||||
//The directory containing a CMake configuration file for Eigen3.
|
||||
Eigen3_DIR:PATH=/usr/share/eigen3/cmake
|
||||
|
||||
//CXX compiler flags for OpenMP parallelization
|
||||
OpenMP_CXX_FLAGS:STRING=-fopenmp
|
||||
|
||||
//CXX compiler libraries for OpenMP parallelization
|
||||
OpenMP_CXX_LIB_NAMES:STRING=gomp;pthread
|
||||
|
||||
//C compiler flags for OpenMP parallelization
|
||||
OpenMP_C_FLAGS:STRING=-fopenmp
|
||||
|
||||
//C compiler libraries for OpenMP parallelization
|
||||
OpenMP_C_LIB_NAMES:STRING=gomp;pthread
|
||||
|
||||
//Path to the gomp library for OpenMP
|
||||
OpenMP_gomp_LIBRARY:FILEPATH=/usr/lib/gcc/x86_64-linux-gnu/11/libgomp.so
|
||||
|
||||
//Path to the pthread library for OpenMP
|
||||
OpenMP_pthread_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpthread.a
|
||||
|
||||
//The directory containing a CMake configuration file for pybind11.
|
||||
pybind11_DIR:PATH=/usr/lib/cmake/pybind11
|
||||
|
||||
//Value Computed by CMake
|
||||
small_gicp_BINARY_DIR:STATIC=/home/runner/work/small_gicp/small_gicp/docs/build
|
||||
|
||||
//Value Computed by CMake
|
||||
small_gicp_IS_TOP_LEVEL:STATIC=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
small_gicp_SOURCE_DIR:STATIC=/home/runner/work/small_gicp/small_gicp
|
||||
|
||||
|
||||
########################
|
||||
# INTERNAL cache entries
|
||||
########################
|
||||
|
||||
//ADVANCED property for variable: CMAKE_ADDR2LINE
|
||||
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_AR
|
||||
CMAKE_AR-ADVANCED:INTERNAL=1
|
||||
//STRINGS property for variable: CMAKE_BUILD_TYPE
|
||||
CMAKE_BUILD_TYPE-STRINGS:INTERNAL=Debug;Release;MinSizeRel;RelWithDebInfo
|
||||
//This is the directory where this CMakeCache.txt was created
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=/home/runner/work/small_gicp/small_gicp/docs/build
|
||||
//Major version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
||||
//Minor version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MINOR_VERSION:INTERNAL=30
|
||||
//Patch version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
|
||||
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
|
||||
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
//Path to CMake executable.
|
||||
CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
|
||||
//Path to cpack program executable.
|
||||
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack
|
||||
//Path to ctest program executable.
|
||||
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER
|
||||
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
|
||||
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
|
||||
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
||||
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
||||
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
|
||||
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER
|
||||
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
|
||||
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
|
||||
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS
|
||||
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
||||
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
||||
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
||||
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_DLLTOOL
|
||||
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
|
||||
//Path to cache edit program executable.
|
||||
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake
|
||||
//Executable file format
|
||||
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
||||
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
||||
//Name of external makefile project generator.
|
||||
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
||||
//Name of generator.
|
||||
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
|
||||
//Generator instance identifier.
|
||||
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
||||
//Name of generator platform.
|
||||
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
||||
//Name of generator toolset.
|
||||
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||
//Source directory with the top level CMakeLists.txt file for this
|
||||
// project
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=/home/runner/work/small_gicp/small_gicp
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
|
||||
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
|
||||
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
|
||||
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
|
||||
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
|
||||
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
|
||||
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
|
||||
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
|
||||
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
|
||||
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
|
||||
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
|
||||
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
|
||||
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
|
||||
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
|
||||
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
|
||||
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
|
||||
//Install .so files without execute permission.
|
||||
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
|
||||
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_LINKER
|
||||
CMAKE_LINKER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
|
||||
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
||||
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_NM
|
||||
CMAKE_NM-ADVANCED:INTERNAL=1
|
||||
//number of local generators
|
||||
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_OBJCOPY
|
||||
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_OBJDUMP
|
||||
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
||||
//Platform information initialized
|
||||
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_RANLIB
|
||||
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_READELF
|
||||
CMAKE_READELF-ADVANCED:INTERNAL=1
|
||||
//Path to CMake installation.
|
||||
CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-3.30
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
||||
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
||||
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
||||
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
||||
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STRIP
|
||||
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_TAPI
|
||||
CMAKE_TAPI-ADVANCED:INTERNAL=1
|
||||
//uname command
|
||||
CMAKE_UNAME:INTERNAL=/usr/bin/uname
|
||||
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
||||
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
//Details about finding OpenMP
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_OpenMP:INTERNAL=[TRUE][TRUE][c ][v4.5()]
|
||||
//Details about finding OpenMP_C
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_OpenMP_C:INTERNAL=[-fopenmp][/usr/lib/gcc/x86_64-linux-gnu/11/libgomp.so][/usr/lib/x86_64-linux-gnu/libpthread.a][v4.5()]
|
||||
//Details about finding OpenMP_CXX
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_OpenMP_CXX:INTERNAL=[-fopenmp][/usr/lib/gcc/x86_64-linux-gnu/11/libgomp.so][/usr/lib/x86_64-linux-gnu/libpthread.a][v4.5()]
|
||||
//Details about finding Python
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Python:INTERNAL=[/usr/bin/python3.10][/usr/include/python3.10][/usr/lib/x86_64-linux-gnu/libpython3.10.so][cfound components: Interpreter Development Development.Module Development.Embed ][v3.10.12()]
|
||||
//Test HAS_FLTO
|
||||
HAS_FLTO:INTERNAL=1
|
||||
//Result of TRY_COMPILE
|
||||
OpenMP_COMPILE_RESULT_CXX_fopenmp:INTERNAL=TRUE
|
||||
//Result of TRY_COMPILE
|
||||
OpenMP_COMPILE_RESULT_C_fopenmp:INTERNAL=TRUE
|
||||
//ADVANCED property for variable: OpenMP_CXX_FLAGS
|
||||
OpenMP_CXX_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: OpenMP_CXX_LIB_NAMES
|
||||
OpenMP_CXX_LIB_NAMES-ADVANCED:INTERNAL=1
|
||||
//CXX compiler's OpenMP specification date
|
||||
OpenMP_CXX_SPEC_DATE:INTERNAL=201511
|
||||
//ADVANCED property for variable: OpenMP_C_FLAGS
|
||||
OpenMP_C_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: OpenMP_C_LIB_NAMES
|
||||
OpenMP_C_LIB_NAMES-ADVANCED:INTERNAL=1
|
||||
//C compiler's OpenMP specification date
|
||||
OpenMP_C_SPEC_DATE:INTERNAL=201511
|
||||
//Result of TRY_COMPILE
|
||||
OpenMP_SPECTEST_CXX_:INTERNAL=TRUE
|
||||
//Result of TRY_COMPILE
|
||||
OpenMP_SPECTEST_C_:INTERNAL=TRUE
|
||||
//ADVANCED property for variable: OpenMP_gomp_LIBRARY
|
||||
OpenMP_gomp_LIBRARY-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: OpenMP_pthread_LIBRARY
|
||||
OpenMP_pthread_LIBRARY-ADVANCED:INTERNAL=1
|
||||
//Python executable during the last CMake run
|
||||
PYBIND11_PYTHON_EXECUTABLE_LAST:INTERNAL=/usr/bin/python3.10
|
||||
//Python debug status
|
||||
PYTHON_IS_DEBUG:INTERNAL=0
|
||||
PYTHON_MODULE_EXTENSION:INTERNAL=.cpython-310-x86_64-linux-gnu.so
|
||||
//linker supports push/pop state
|
||||
_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
|
||||
//CMAKE_INSTALL_PREFIX during last run
|
||||
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
|
||||
_Python:INTERNAL=Python
|
||||
//Compiler reason failure
|
||||
_Python_Compiler_REASON_FAILURE:INTERNAL=
|
||||
_Python_DEVELOPMENT_EMBED_SIGNATURE:INTERNAL=dda1c5a898074ddd86cc57d4f1aa6e4f
|
||||
_Python_DEVELOPMENT_MODULE_SIGNATURE:INTERNAL=c5a4196440ec27af21f23fe28f108fb0
|
||||
//Development reason failure
|
||||
_Python_Development_REASON_FAILURE:INTERNAL=
|
||||
//Path to a program.
|
||||
_Python_EXECUTABLE:INTERNAL=/usr/bin/python3.10
|
||||
//Path to a file.
|
||||
_Python_INCLUDE_DIR:INTERNAL=/usr/include/python3.10
|
||||
//Python Properties
|
||||
_Python_INTERPRETER_PROPERTIES:INTERNAL=Python;3;10;12;64;<none>;cpython-310-x86_64-linux-gnu;abi3;/usr/lib/python3.10;/usr/lib/python3.10;/usr/local/lib/python3.10/dist-packages;/usr/local/lib/python3.10/dist-packages
|
||||
_Python_INTERPRETER_SIGNATURE:INTERNAL=61380851b1f49cd20124cec6c9ca8095
|
||||
//Path to a library.
|
||||
_Python_LIBRARY_RELEASE:INTERNAL=/usr/lib/x86_64-linux-gnu/libpython3.10.so
|
||||
//NumPy reason failure
|
||||
_Python_NumPy_REASON_FAILURE:INTERNAL=
|
||||
//Directories where pybind11 and possibly Python headers are located
|
||||
pybind11_INCLUDE_DIRS:INTERNAL=/usr/include;/usr/include/python3.10
|
||||
|
||||
|
|
@ -0,0 +1,81 @@
|
|||
set(CMAKE_C_COMPILER "/usr/bin/cc")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_VERSION "11.4.0")
|
||||
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_C_COMPILER_WRAPPER "")
|
||||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
|
||||
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_C_STANDARD_LATEST "23")
|
||||
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
|
||||
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
||||
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
||||
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
||||
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
|
||||
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
|
||||
|
||||
set(CMAKE_C_PLATFORM_ID "Linux")
|
||||
set(CMAKE_C_SIMULATE_ID "")
|
||||
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU")
|
||||
set(CMAKE_C_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "/usr/bin/ar")
|
||||
set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-11")
|
||||
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
||||
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-11")
|
||||
set(CMAKE_LINKER "/usr/bin/ld")
|
||||
set(CMAKE_LINKER_LINK "")
|
||||
set(CMAKE_LINKER_LLD "")
|
||||
set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld")
|
||||
set(CMAKE_C_COMPILER_LINKER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_LINKER_VERSION 2.38)
|
||||
set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU)
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND")
|
||||
set(CMAKE_COMPILER_IS_GNUCC 1)
|
||||
set(CMAKE_C_COMPILER_LOADED 1)
|
||||
set(CMAKE_C_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_C_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
||||
|
||||
set(CMAKE_C_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
||||
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
set(CMAKE_C_LINKER_PREFERENCE 10)
|
||||
set(CMAKE_C_LINKER_DEPFILE_SUPPORTED FALSE)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_C_SIZEOF_DATA_PTR "8")
|
||||
set(CMAKE_C_COMPILER_ABI "ELF")
|
||||
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
|
||||
if(CMAKE_C_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
||||
|
|
@ -0,0 +1,101 @@
|
|||
set(CMAKE_CXX_COMPILER "/usr/bin/c++")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "11.4.0")
|
||||
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
||||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17")
|
||||
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_CXX_STANDARD_LATEST "23")
|
||||
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23")
|
||||
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
||||
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
||||
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
||||
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
||||
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
|
||||
set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23")
|
||||
set(CMAKE_CXX26_COMPILE_FEATURES "")
|
||||
|
||||
set(CMAKE_CXX_PLATFORM_ID "Linux")
|
||||
set(CMAKE_CXX_SIMULATE_ID "")
|
||||
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU")
|
||||
set(CMAKE_CXX_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "/usr/bin/ar")
|
||||
set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-11")
|
||||
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-11")
|
||||
set(CMAKE_LINKER "/usr/bin/ld")
|
||||
set(CMAKE_LINKER_LINK "")
|
||||
set(CMAKE_LINKER_LLD "")
|
||||
set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld")
|
||||
set(CMAKE_CXX_COMPILER_LINKER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.38)
|
||||
set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU)
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND")
|
||||
set(CMAKE_COMPILER_IS_GNUCXX 1)
|
||||
set(CMAKE_CXX_COMPILER_LOADED 1)
|
||||
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_CXX_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m)
|
||||
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
|
||||
foreach (lang IN ITEMS C OBJC OBJCXX)
|
||||
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
||||
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
||||
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
||||
endforeach()
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
||||
set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
|
||||
set(CMAKE_CXX_COMPILER_ABI "ELF")
|
||||
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
|
||||
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/11;/usr/include/x86_64-linux-gnu/c++/11;/usr/include/c++/11/backward;/usr/lib/gcc/x86_64-linux-gnu/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
||||
set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "")
|
||||
|
||||
set(CMAKE_CXX_COMPILER_IMPORT_STD "")
|
||||
### Imported target for C++23 standard library
|
||||
set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles")
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,15 @@
|
|||
set(CMAKE_HOST_SYSTEM "Linux-6.5.0-1025-azure")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "6.5.0-1025-azure")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
|
||||
|
||||
set(CMAKE_SYSTEM "Linux-6.5.0-1025-azure")
|
||||
set(CMAKE_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_SYSTEM_VERSION "6.5.0-1025-azure")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
|
||||
set(CMAKE_SYSTEM_LOADED 1)
|
||||
|
|
@ -0,0 +1,904 @@
|
|||
#ifdef __cplusplus
|
||||
# error "A C++ compiler has been selected for C."
|
||||
#endif
|
||||
|
||||
#if defined(__18CXX)
|
||||
# define ID_VOID_MAIN
|
||||
#endif
|
||||
#if defined(__CLASSIC_C__)
|
||||
/* cv-qualifiers did not exist in K&R C */
|
||||
# define const
|
||||
# define volatile
|
||||
#endif
|
||||
|
||||
#if !defined(__has_include)
|
||||
/* If the compiler does not have __has_include, pretend the answer is
|
||||
always no. */
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a version is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_C)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_C >= 0x5100
|
||||
/* __SUNPRO_C = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_cc)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_cc = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
|
||||
|
||||
#elif defined(__DECC)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECC_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
|
||||
|
||||
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__open_xl__) && defined(__clang__)
|
||||
# define COMPILER_ID "IBMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__clang__) && defined(__cray__)
|
||||
# define COMPILER_ID "CrayClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__cray_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__cray_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__CLANG_FUJITSU)
|
||||
# define COMPILER_ID "FujitsuClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(__FUJITSU)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
# if defined(__FCC_version__)
|
||||
# define COMPILER_VERSION __FCC_version__
|
||||
# elif defined(__FCC_major__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# endif
|
||||
# if defined(__fcc_version)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
||||
# elif defined(__FCC_VERSION)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
||||
# endif
|
||||
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__TASKING__)
|
||||
# define COMPILER_ID "Tasking"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
|
||||
|
||||
#elif defined(__ORANGEC__)
|
||||
# define COMPILER_ID "OrangeC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__)
|
||||
|
||||
#elif defined(__TINYC__)
|
||||
# define COMPILER_ID "TinyCC"
|
||||
|
||||
#elif defined(__BCC__)
|
||||
# define COMPILER_ID "Bruce"
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__) && defined(__ti__)
|
||||
# define COMPILER_ID "TIClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ti_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ti_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ti_version__)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
||||
# define COMPILER_ID "LCC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100)
|
||||
# if defined(__LCC_MINOR__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(_ADI_COMPILER)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VERSIONNUM__)
|
||||
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
||||
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
|
||||
# define COMPILER_ID "SDCC"
|
||||
# if defined(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
|
||||
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
|
||||
# else
|
||||
/* SDCC = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__MSYS__)
|
||||
# define PLATFORM_ID "MSYS"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
# elif defined(_ADI_COMPILER)
|
||||
# define PLATFORM_ID "ADSP"
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__clang__) && defined(__ti__)
|
||||
# if defined(__ARM_ARCH)
|
||||
# define ARCHITECTURE_ID "Arm"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
# elif defined(__ADSPSHARC__)
|
||||
# define ARCHITECTURE_ID "SHARC"
|
||||
|
||||
# elif defined(__ADSPBLACKFIN__)
|
||||
# define ARCHITECTURE_ID "Blackfin"
|
||||
|
||||
#elif defined(__TASKING__)
|
||||
|
||||
# if defined(__CTC__) || defined(__CPTC__)
|
||||
# define ARCHITECTURE_ID "TriCore"
|
||||
|
||||
# elif defined(__CMCS__)
|
||||
# define ARCHITECTURE_ID "MCS"
|
||||
|
||||
# elif defined(__CARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__CARC__)
|
||||
# define ARCHITECTURE_ID "ARC"
|
||||
|
||||
# elif defined(__C51__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__CPCP__)
|
||||
# define ARCHITECTURE_ID "PCP"
|
||||
|
||||
# else
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number. */
|
||||
#ifdef COMPILER_VERSION
|
||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#elif defined(COMPILER_VERSION_MAJOR)
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#define C_STD_99 199901L
|
||||
#define C_STD_11 201112L
|
||||
#define C_STD_17 201710L
|
||||
#define C_STD_23 202311L
|
||||
|
||||
#ifdef __STDC_VERSION__
|
||||
# define C_STD __STDC_VERSION__
|
||||
#endif
|
||||
|
||||
#if !defined(__STDC__) && !defined(__clang__)
|
||||
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
|
||||
# define C_VERSION "90"
|
||||
# else
|
||||
# define C_VERSION
|
||||
# endif
|
||||
#elif C_STD > C_STD_17
|
||||
# define C_VERSION "23"
|
||||
#elif C_STD > C_STD_11
|
||||
# define C_VERSION "17"
|
||||
#elif C_STD > C_STD_99
|
||||
# define C_VERSION "11"
|
||||
#elif C_STD >= C_STD_99
|
||||
# define C_VERSION "99"
|
||||
#else
|
||||
# define C_VERSION "90"
|
||||
#endif
|
||||
const char* info_language_standard_default =
|
||||
"INFO" ":" "standard_default[" C_VERSION "]";
|
||||
|
||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
||||
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
||||
defined(__TI_COMPILER_VERSION__)) && \
|
||||
!defined(__STRICT_ANSI__)
|
||||
"ON"
|
||||
#else
|
||||
"OFF"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
#ifdef ID_VOID_MAIN
|
||||
void main() {}
|
||||
#else
|
||||
# if defined(__CLASSIC_C__)
|
||||
int main(argc, argv) int argc; char *argv[];
|
||||
# else
|
||||
int main(int argc, char* argv[])
|
||||
# endif
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
require += info_arch[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_standard_default[argc];
|
||||
require += info_language_extensions_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
#endif
|
||||
Binary file not shown.
|
|
@ -0,0 +1,919 @@
|
|||
/* This source file must have a .cpp extension so that all C++ compilers
|
||||
recognize the extension without flags. Borland does not know .cxx for
|
||||
example. */
|
||||
#ifndef __cplusplus
|
||||
# error "A C compiler has been selected for C++."
|
||||
#endif
|
||||
|
||||
#if !defined(__has_include)
|
||||
/* If the compiler does not have __has_include, pretend the answer is
|
||||
always no. */
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a version is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_CC)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_CC >= 0x5100
|
||||
/* __SUNPRO_CC = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_aCC)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_aCC = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
|
||||
|
||||
#elif defined(__DECCXX)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECCXX_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
|
||||
|
||||
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__open_xl__) && defined(__clang__)
|
||||
# define COMPILER_ID "IBMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__clang__) && defined(__cray__)
|
||||
# define COMPILER_ID "CrayClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__cray_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__cray_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__CLANG_FUJITSU)
|
||||
# define COMPILER_ID "FujitsuClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(__FUJITSU)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
# if defined(__FCC_version__)
|
||||
# define COMPILER_VERSION __FCC_version__
|
||||
# elif defined(__FCC_major__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# endif
|
||||
# if defined(__fcc_version)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
||||
# elif defined(__FCC_VERSION)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
||||
# endif
|
||||
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__TASKING__)
|
||||
# define COMPILER_ID "Tasking"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
|
||||
|
||||
#elif defined(__ORANGEC__)
|
||||
# define COMPILER_ID "OrangeC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__)
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__) && defined(__ti__)
|
||||
# define COMPILER_ID "TIClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ti_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ti_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ti_version__)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
||||
# define COMPILER_ID "LCC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100)
|
||||
# if defined(__LCC_MINOR__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__) || defined(__GNUG__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# if defined(__GNUC__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(_ADI_COMPILER)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VERSIONNUM__)
|
||||
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
||||
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__MSYS__)
|
||||
# define PLATFORM_ID "MSYS"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
# elif defined(_ADI_COMPILER)
|
||||
# define PLATFORM_ID "ADSP"
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__clang__) && defined(__ti__)
|
||||
# if defined(__ARM_ARCH)
|
||||
# define ARCHITECTURE_ID "Arm"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
# elif defined(__ADSPSHARC__)
|
||||
# define ARCHITECTURE_ID "SHARC"
|
||||
|
||||
# elif defined(__ADSPBLACKFIN__)
|
||||
# define ARCHITECTURE_ID "Blackfin"
|
||||
|
||||
#elif defined(__TASKING__)
|
||||
|
||||
# if defined(__CTC__) || defined(__CPTC__)
|
||||
# define ARCHITECTURE_ID "TriCore"
|
||||
|
||||
# elif defined(__CMCS__)
|
||||
# define ARCHITECTURE_ID "MCS"
|
||||
|
||||
# elif defined(__CARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__CARC__)
|
||||
# define ARCHITECTURE_ID "ARC"
|
||||
|
||||
# elif defined(__C51__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__CPCP__)
|
||||
# define ARCHITECTURE_ID "PCP"
|
||||
|
||||
# else
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number. */
|
||||
#ifdef COMPILER_VERSION
|
||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#elif defined(COMPILER_VERSION_MAJOR)
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#define CXX_STD_98 199711L
|
||||
#define CXX_STD_11 201103L
|
||||
#define CXX_STD_14 201402L
|
||||
#define CXX_STD_17 201703L
|
||||
#define CXX_STD_20 202002L
|
||||
#define CXX_STD_23 202302L
|
||||
|
||||
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG)
|
||||
# if _MSVC_LANG > CXX_STD_17
|
||||
# define CXX_STD _MSVC_LANG
|
||||
# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init)
|
||||
# define CXX_STD CXX_STD_20
|
||||
# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17
|
||||
# define CXX_STD CXX_STD_20
|
||||
# elif _MSVC_LANG > CXX_STD_14
|
||||
# define CXX_STD CXX_STD_17
|
||||
# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi)
|
||||
# define CXX_STD CXX_STD_14
|
||||
# elif defined(__INTEL_CXX11_MODE__)
|
||||
# define CXX_STD CXX_STD_11
|
||||
# else
|
||||
# define CXX_STD CXX_STD_98
|
||||
# endif
|
||||
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
|
||||
# if _MSVC_LANG > __cplusplus
|
||||
# define CXX_STD _MSVC_LANG
|
||||
# else
|
||||
# define CXX_STD __cplusplus
|
||||
# endif
|
||||
#elif defined(__NVCOMPILER)
|
||||
# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init)
|
||||
# define CXX_STD CXX_STD_20
|
||||
# else
|
||||
# define CXX_STD __cplusplus
|
||||
# endif
|
||||
#elif defined(__INTEL_COMPILER) || defined(__PGI)
|
||||
# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes)
|
||||
# define CXX_STD CXX_STD_17
|
||||
# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi)
|
||||
# define CXX_STD CXX_STD_14
|
||||
# else
|
||||
# define CXX_STD __cplusplus
|
||||
# endif
|
||||
#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__)
|
||||
# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi)
|
||||
# define CXX_STD CXX_STD_14
|
||||
# else
|
||||
# define CXX_STD __cplusplus
|
||||
# endif
|
||||
#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__)
|
||||
# define CXX_STD CXX_STD_11
|
||||
#else
|
||||
# define CXX_STD __cplusplus
|
||||
#endif
|
||||
|
||||
const char* info_language_standard_default = "INFO" ":" "standard_default["
|
||||
#if CXX_STD > CXX_STD_23
|
||||
"26"
|
||||
#elif CXX_STD > CXX_STD_20
|
||||
"23"
|
||||
#elif CXX_STD > CXX_STD_17
|
||||
"20"
|
||||
#elif CXX_STD > CXX_STD_14
|
||||
"17"
|
||||
#elif CXX_STD > CXX_STD_11
|
||||
"14"
|
||||
#elif CXX_STD >= CXX_STD_11
|
||||
"11"
|
||||
#else
|
||||
"98"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
||||
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
||||
defined(__TI_COMPILER_VERSION__)) && \
|
||||
!defined(__STRICT_ANSI__)
|
||||
"ON"
|
||||
#else
|
||||
"OFF"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
require += info_arch[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_standard_default[argc];
|
||||
require += info_language_extensions_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,16 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.30
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/runner/work/small_gicp/small_gicp")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/runner/work/small_gicp/small_gicp/docs/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file for configuration "Release".
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Import target "small_gicp::small_gicp" for configuration "Release"
|
||||
set_property(TARGET small_gicp::small_gicp APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(small_gicp::small_gicp PROPERTIES
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libsmall_gicp.so"
|
||||
IMPORTED_SONAME_RELEASE "libsmall_gicp.so"
|
||||
)
|
||||
|
||||
list(APPEND _cmake_import_check_targets small_gicp::small_gicp )
|
||||
list(APPEND _cmake_import_check_files_for_small_gicp::small_gicp "${_IMPORT_PREFIX}/lib/libsmall_gicp.so" )
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
|
|
@ -0,0 +1,107 @@
|
|||
# Generated by CMake
|
||||
|
||||
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
|
||||
message(FATAL_ERROR "CMake >= 2.8.0 required")
|
||||
endif()
|
||||
if(CMAKE_VERSION VERSION_LESS "2.8.12")
|
||||
message(FATAL_ERROR "CMake >= 2.8.12 required")
|
||||
endif()
|
||||
cmake_policy(PUSH)
|
||||
cmake_policy(VERSION 2.8.12...3.28)
|
||||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file.
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
|
||||
set(_cmake_targets_defined "")
|
||||
set(_cmake_targets_not_defined "")
|
||||
set(_cmake_expected_targets "")
|
||||
foreach(_cmake_expected_target IN ITEMS small_gicp::small_gicp)
|
||||
list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
|
||||
if(TARGET "${_cmake_expected_target}")
|
||||
list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
|
||||
else()
|
||||
list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
|
||||
endif()
|
||||
endforeach()
|
||||
unset(_cmake_expected_target)
|
||||
if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
|
||||
unset(_cmake_targets_defined)
|
||||
unset(_cmake_targets_not_defined)
|
||||
unset(_cmake_expected_targets)
|
||||
unset(CMAKE_IMPORT_FILE_VERSION)
|
||||
cmake_policy(POP)
|
||||
return()
|
||||
endif()
|
||||
if(NOT _cmake_targets_defined STREQUAL "")
|
||||
string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
|
||||
string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
|
||||
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
|
||||
endif()
|
||||
unset(_cmake_targets_defined)
|
||||
unset(_cmake_targets_not_defined)
|
||||
unset(_cmake_expected_targets)
|
||||
|
||||
|
||||
# Compute the installation prefix relative to this file.
|
||||
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
if(_IMPORT_PREFIX STREQUAL "/")
|
||||
set(_IMPORT_PREFIX "")
|
||||
endif()
|
||||
|
||||
# Create imported target small_gicp::small_gicp
|
||||
add_library(small_gicp::small_gicp SHARED IMPORTED)
|
||||
|
||||
set_target_properties(small_gicp::small_gicp PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
||||
INTERFACE_LINK_LIBRARIES "Eigen3::Eigen;\$<TARGET_NAME_IF_EXISTS:OpenMP::OpenMP_CXX>"
|
||||
)
|
||||
|
||||
# Load information for each installed configuration.
|
||||
file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/small_gicp-targets-*.cmake")
|
||||
foreach(_cmake_config_file IN LISTS _cmake_config_files)
|
||||
include("${_cmake_config_file}")
|
||||
endforeach()
|
||||
unset(_cmake_config_file)
|
||||
unset(_cmake_config_files)
|
||||
|
||||
# Cleanup temporary variables.
|
||||
set(_IMPORT_PREFIX)
|
||||
|
||||
# Loop over all imported files and verify that they actually exist
|
||||
foreach(_cmake_target IN LISTS _cmake_import_check_targets)
|
||||
if(CMAKE_VERSION VERSION_LESS "3.28"
|
||||
OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
|
||||
OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
|
||||
foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
|
||||
if(NOT EXISTS "${_cmake_file}")
|
||||
message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
|
||||
\"${_cmake_file}\"
|
||||
but this file does not exist. Possible reasons include:
|
||||
* The file was deleted, renamed, or moved to another location.
|
||||
* An install or uninstall procedure did not complete successfully.
|
||||
* The installation package was faulty and contained
|
||||
\"${CMAKE_CURRENT_LIST_FILE}\"
|
||||
but not all the files it references.
|
||||
")
|
||||
endif()
|
||||
endforeach()
|
||||
endif()
|
||||
unset(_cmake_file)
|
||||
unset("_cmake_import_check_files_for_${_cmake_target}")
|
||||
endforeach()
|
||||
unset(_cmake_target)
|
||||
unset(_cmake_import_check_targets)
|
||||
|
||||
# This file does not depend on other imported targets which have
|
||||
# been exported from the same project but in a separate export set.
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
cmake_policy(POP)
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,158 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.30
|
||||
|
||||
# The generator used is:
|
||||
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
|
||||
|
||||
# The top level Makefile was generated from the following files:
|
||||
set(CMAKE_MAKEFILE_DEPENDS
|
||||
"CMakeCache.txt"
|
||||
"/home/runner/work/small_gicp/small_gicp/CMakeLists.txt"
|
||||
"/home/runner/work/small_gicp/small_gicp/cmake/small_gicp-config.cmake.in"
|
||||
"CMakeFiles/3.30.2/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.30.2/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.30.2/CMakeSystem.cmake"
|
||||
"/usr/lib/cmake/pybind11/pybind11Common.cmake"
|
||||
"/usr/lib/cmake/pybind11/pybind11Config.cmake"
|
||||
"/usr/lib/cmake/pybind11/pybind11ConfigVersion.cmake"
|
||||
"/usr/lib/cmake/pybind11/pybind11NewTools.cmake"
|
||||
"/usr/lib/cmake/pybind11/pybind11Targets.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/BasicConfigVersion-SameMajorVersion.cmake.in"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeCCompiler.cmake.in"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeCCompilerABI.c"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeCInformation.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeCXXCompiler.cmake.in"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeCXXInformation.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeCompilerIdDetection.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeDetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeDetermineCompilerSupport.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeFindBinUtils.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeGenericSystem.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakePackageConfigHelpers.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeParseImplicitIncludeInfo.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeParseImplicitLinkInfo.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeParseLibraryArchitecture.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeSystem.cmake.in"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeTestCompilerCommon.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CMakeUnixFindMake.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/ADSP-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/Borland-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/Cray-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/CrayClang-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/GHS-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/GNU-C.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/GNU-FindBinUtils.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/GNU.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/HP-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/IAR-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/Intel-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/LCC-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/MSVC-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/OrangeC-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/PGI-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/PathScale-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/SCO-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/TI-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/TIClang-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/Tasking-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/Watcom-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/XL-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/FindOpenMP.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/FindPackageMessage.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/FindPython.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/FindPython/Support.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/GNUInstallDirs.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Internal/FeatureTesting.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Platform/Linux-Determine-CXX.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Platform/Linux-GNU-C.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Platform/Linux-GNU-CXX.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Platform/Linux-GNU.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Platform/Linux-Initialize.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Platform/Linux.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/Platform/UnixPaths.cmake"
|
||||
"/usr/local/share/cmake-3.30/Modules/WriteBasicConfigVersionFile.cmake"
|
||||
"/usr/share/eigen3/cmake/Eigen3Config.cmake"
|
||||
"/usr/share/eigen3/cmake/Eigen3ConfigVersion.cmake"
|
||||
"/usr/share/eigen3/cmake/Eigen3Targets.cmake"
|
||||
)
|
||||
|
||||
# The corresponding makefile is:
|
||||
set(CMAKE_MAKEFILE_OUTPUTS
|
||||
"Makefile"
|
||||
"CMakeFiles/cmake.check_cache"
|
||||
)
|
||||
|
||||
# Byproducts of CMake generate step:
|
||||
set(CMAKE_MAKEFILE_PRODUCTS
|
||||
"CMakeFiles/3.30.2/CMakeSystem.cmake"
|
||||
"CMakeFiles/3.30.2/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.30.2/CMakeCXXCompiler.cmake"
|
||||
"CMakeFiles/3.30.2/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.30.2/CMakeCXXCompiler.cmake"
|
||||
"small_gicp-config.cmake"
|
||||
"small_gicp-config-version.cmake"
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
)
|
||||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"CMakeFiles/small_gicp.dir/DependInfo.cmake"
|
||||
"CMakeFiles/small_gicp_python.dir/DependInfo.cmake"
|
||||
)
|
||||
|
|
@ -0,0 +1,140 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.30
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/local/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/local/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/runner/work/small_gicp/small_gicp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/runner/work/small_gicp/small_gicp/docs/build
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for the build root directory
|
||||
|
||||
# The main recursive "all" target.
|
||||
all: CMakeFiles/small_gicp.dir/all
|
||||
all: CMakeFiles/small_gicp_python.dir/all
|
||||
.PHONY : all
|
||||
|
||||
# The main recursive "preinstall" target.
|
||||
preinstall:
|
||||
.PHONY : preinstall
|
||||
|
||||
# The main recursive "clean" target.
|
||||
clean: CMakeFiles/small_gicp.dir/clean
|
||||
clean: CMakeFiles/small_gicp_python.dir/clean
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/small_gicp.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/small_gicp.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/small_gicp.dir/build.make CMakeFiles/small_gicp.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/small_gicp.dir/build.make CMakeFiles/small_gicp.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=1,2,3 "Built target small_gicp"
|
||||
.PHONY : CMakeFiles/small_gicp.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/small_gicp.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles 3
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/small_gicp.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/small_gicp.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
small_gicp: CMakeFiles/small_gicp.dir/rule
|
||||
.PHONY : small_gicp
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/small_gicp.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/small_gicp.dir/build.make CMakeFiles/small_gicp.dir/clean
|
||||
.PHONY : CMakeFiles/small_gicp.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/small_gicp_python.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/small_gicp_python.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/small_gicp_python.dir/build.make CMakeFiles/small_gicp_python.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/small_gicp_python.dir/build.make CMakeFiles/small_gicp_python.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=4,5,6,7,8,9,10,11,12,13,14,15 "Built target small_gicp_python"
|
||||
.PHONY : CMakeFiles/small_gicp_python.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/small_gicp_python.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles 12
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/small_gicp_python.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/small_gicp_python.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
small_gicp_python: CMakeFiles/small_gicp_python.dir/rule
|
||||
.PHONY : small_gicp_python
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/small_gicp_python.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/small_gicp_python.dir/build.make CMakeFiles/small_gicp_python.dir/clean
|
||||
.PHONY : CMakeFiles/small_gicp_python.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles/small_gicp.dir
|
||||
/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles/small_gicp_python.dir
|
||||
/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles/edit_cache.dir
|
||||
/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles/rebuild_cache.dir
|
||||
/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles/list_install_components.dir
|
||||
/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles/install.dir
|
||||
/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles/install/local.dir
|
||||
/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles/install/strip.dir
|
||||
|
|
@ -0,0 +1 @@
|
|||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
||||
|
|
@ -0,0 +1 @@
|
|||
15
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration.cpp" "CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o" "gcc" "CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o.d"
|
||||
"/home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration_helper.cpp" "CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o" "gcc" "CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
|
|
@ -0,0 +1,128 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.30
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/local/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/local/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/runner/work/small_gicp/small_gicp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/runner/work/small_gicp/small_gicp/docs/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/small_gicp.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include CMakeFiles/small_gicp.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/small_gicp.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/small_gicp.dir/flags.make
|
||||
|
||||
CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o: CMakeFiles/small_gicp.dir/flags.make
|
||||
CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o: /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration.cpp
|
||||
CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o: CMakeFiles/small_gicp.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o -MF CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o.d -o CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o -c /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration.cpp
|
||||
|
||||
CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration.cpp > CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.i
|
||||
|
||||
CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration.cpp -o CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.s
|
||||
|
||||
CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o: CMakeFiles/small_gicp.dir/flags.make
|
||||
CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o: /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration_helper.cpp
|
||||
CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o: CMakeFiles/small_gicp.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o -MF CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o.d -o CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o -c /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration_helper.cpp
|
||||
|
||||
CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration_helper.cpp > CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.i
|
||||
|
||||
CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration_helper.cpp -o CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.s
|
||||
|
||||
# Object files for target small_gicp
|
||||
small_gicp_OBJECTS = \
|
||||
"CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o" \
|
||||
"CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o"
|
||||
|
||||
# External object files for target small_gicp
|
||||
small_gicp_EXTERNAL_OBJECTS =
|
||||
|
||||
libsmall_gicp.so: CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o
|
||||
libsmall_gicp.so: CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o
|
||||
libsmall_gicp.so: CMakeFiles/small_gicp.dir/build.make
|
||||
libsmall_gicp.so: /usr/lib/gcc/x86_64-linux-gnu/11/libgomp.so
|
||||
libsmall_gicp.so: /usr/lib/x86_64-linux-gnu/libpthread.a
|
||||
libsmall_gicp.so: CMakeFiles/small_gicp.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX shared library libsmall_gicp.so"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/small_gicp.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/small_gicp.dir/build: libsmall_gicp.so
|
||||
.PHONY : CMakeFiles/small_gicp.dir/build
|
||||
|
||||
CMakeFiles/small_gicp.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/small_gicp.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/small_gicp.dir/clean
|
||||
|
||||
CMakeFiles/small_gicp.dir/depend:
|
||||
cd /home/runner/work/small_gicp/small_gicp/docs/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/small_gicp/small_gicp /home/runner/work/small_gicp/small_gicp /home/runner/work/small_gicp/small_gicp/docs/build /home/runner/work/small_gicp/small_gicp/docs/build /home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles/small_gicp.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/small_gicp.dir/depend
|
||||
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o"
|
||||
"CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o.d"
|
||||
"CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o"
|
||||
"CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o.d"
|
||||
"libsmall_gicp.pdb"
|
||||
"libsmall_gicp.so"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/small_gicp.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Empty compiler generated dependencies file for small_gicp.
|
||||
# This may be replaced when dependencies are built.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for small_gicp.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Empty dependencies file for small_gicp.
|
||||
# This may be replaced when dependencies are built.
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.30
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES = -Dsmall_gicp_EXPORTS
|
||||
|
||||
CXX_INCLUDES = -I/home/runner/work/small_gicp/small_gicp/include -isystem /usr/include/eigen3
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17 -fPIC -fopenmp
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
/usr/bin/c++ -fPIC -O3 -DNDEBUG -shared -Wl,-soname,libsmall_gicp.so -o libsmall_gicp.so CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o /usr/lib/gcc/x86_64-linux-gnu/11/libgomp.so /usr/lib/x86_64-linux-gnu/libpthread.a
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
CMAKE_PROGRESS_3 = 3
|
||||
|
||||
Binary file not shown.
|
|
@ -0,0 +1,402 @@
|
|||
CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration.cpp.o: \
|
||||
/home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration.cpp \
|
||||
/usr/include/stdc-predef.h \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/registration.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/traits.hpp \
|
||||
/usr/include/c++/11/type_traits \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
|
||||
/usr/include/features.h /usr/include/features-time64.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/timesize.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
|
||||
/usr/include/c++/11/pstl/pstl_config.h /usr/include/eigen3/Eigen/Core \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Macros.h \
|
||||
/usr/include/c++/11/cmath /usr/include/c++/11/bits/cpp_type_traits.h \
|
||||
/usr/include/c++/11/ext/type_traits.h /usr/include/math.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/time64.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/math-vector.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-logb.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-fast.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/iscanonical.h \
|
||||
/usr/include/c++/11/bits/std_abs.h /usr/include/stdlib.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/waitflags.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/time_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/endianness.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/select2.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
|
||||
/usr/include/c++/11/bits/specfun.h \
|
||||
/usr/include/c++/11/bits/stl_algobase.h \
|
||||
/usr/include/c++/11/bits/functexcept.h \
|
||||
/usr/include/c++/11/bits/exception_defines.h \
|
||||
/usr/include/c++/11/ext/numeric_traits.h \
|
||||
/usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \
|
||||
/usr/include/c++/11/bits/stl_iterator_base_types.h \
|
||||
/usr/include/c++/11/bits/stl_iterator_base_funcs.h \
|
||||
/usr/include/c++/11/bits/concept_check.h \
|
||||
/usr/include/c++/11/debug/assertions.h \
|
||||
/usr/include/c++/11/bits/stl_iterator.h \
|
||||
/usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \
|
||||
/usr/include/c++/11/bits/predefined_ops.h /usr/include/c++/11/limits \
|
||||
/usr/include/c++/11/tr1/gamma.tcc \
|
||||
/usr/include/c++/11/tr1/special_function_util.h \
|
||||
/usr/include/c++/11/tr1/bessel_function.tcc \
|
||||
/usr/include/c++/11/tr1/beta_function.tcc \
|
||||
/usr/include/c++/11/tr1/ell_integral.tcc \
|
||||
/usr/include/c++/11/tr1/exp_integral.tcc \
|
||||
/usr/include/c++/11/tr1/hypergeometric.tcc \
|
||||
/usr/include/c++/11/tr1/legendre_function.tcc \
|
||||
/usr/include/c++/11/tr1/modified_bessel_func.tcc \
|
||||
/usr/include/c++/11/tr1/poly_hermite.tcc \
|
||||
/usr/include/c++/11/tr1/poly_laguerre.tcc \
|
||||
/usr/include/c++/11/tr1/riemann_zeta.tcc \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ConfigureVectorization.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/mmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/emmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/xmmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/mm_malloc.h \
|
||||
/usr/include/c++/11/stdlib.h /usr/include/c++/11/cstdlib \
|
||||
/usr/include/c++/11/new /usr/include/c++/11/bits/exception.h \
|
||||
/usr/include/c++/11/complex /usr/include/c++/11/sstream \
|
||||
/usr/include/c++/11/istream /usr/include/c++/11/ios \
|
||||
/usr/include/c++/11/iosfwd /usr/include/c++/11/bits/stringfwd.h \
|
||||
/usr/include/c++/11/bits/memoryfwd.h /usr/include/c++/11/bits/postypes.h \
|
||||
/usr/include/c++/11/cwchar /usr/include/wchar.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar2.h \
|
||||
/usr/include/c++/11/exception /usr/include/c++/11/bits/exception_ptr.h \
|
||||
/usr/include/c++/11/bits/cxxabi_init_exception.h \
|
||||
/usr/include/c++/11/typeinfo /usr/include/c++/11/bits/hash_bytes.h \
|
||||
/usr/include/c++/11/bits/nested_exception.h \
|
||||
/usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
|
||||
/usr/include/c++/11/bits/localefwd.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
|
||||
/usr/include/c++/11/clocale /usr/include/locale.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \
|
||||
/usr/include/ctype.h /usr/include/c++/11/bits/ios_base.h \
|
||||
/usr/include/c++/11/ext/atomicity.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/timex.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/single_threaded.h \
|
||||
/usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \
|
||||
/usr/include/c++/11/bits/allocator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
|
||||
/usr/include/c++/11/ext/new_allocator.h \
|
||||
/usr/include/c++/11/bits/ostream_insert.h \
|
||||
/usr/include/c++/11/bits/cxxabi_forced.h \
|
||||
/usr/include/c++/11/bits/stl_function.h \
|
||||
/usr/include/c++/11/backward/binders.h \
|
||||
/usr/include/c++/11/bits/range_access.h \
|
||||
/usr/include/c++/11/initializer_list \
|
||||
/usr/include/c++/11/bits/basic_string.h \
|
||||
/usr/include/c++/11/ext/alloc_traits.h \
|
||||
/usr/include/c++/11/bits/alloc_traits.h \
|
||||
/usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/string_view \
|
||||
/usr/include/c++/11/bits/functional_hash.h \
|
||||
/usr/include/c++/11/bits/string_view.tcc \
|
||||
/usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \
|
||||
/usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \
|
||||
/usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/error_t.h \
|
||||
/usr/include/c++/11/bits/charconv.h \
|
||||
/usr/include/c++/11/bits/basic_string.tcc \
|
||||
/usr/include/c++/11/bits/locale_classes.tcc \
|
||||
/usr/include/c++/11/system_error \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
|
||||
/usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \
|
||||
/usr/include/c++/11/bits/streambuf.tcc \
|
||||
/usr/include/c++/11/bits/basic_ios.h \
|
||||
/usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \
|
||||
/usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
|
||||
/usr/include/c++/11/bits/streambuf_iterator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
|
||||
/usr/include/c++/11/bits/locale_facets.tcc \
|
||||
/usr/include/c++/11/bits/basic_ios.tcc /usr/include/c++/11/ostream \
|
||||
/usr/include/c++/11/bits/ostream.tcc \
|
||||
/usr/include/c++/11/bits/istream.tcc \
|
||||
/usr/include/c++/11/bits/sstream.tcc \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/omp.h \
|
||||
/usr/include/c++/11/cstddef /usr/include/c++/11/cassert \
|
||||
/usr/include/assert.h /usr/include/c++/11/functional \
|
||||
/usr/include/c++/11/tuple /usr/include/c++/11/utility \
|
||||
/usr/include/c++/11/bits/stl_relops.h /usr/include/c++/11/array \
|
||||
/usr/include/c++/11/bits/uses_allocator.h \
|
||||
/usr/include/c++/11/bits/invoke.h /usr/include/c++/11/bits/refwrap.h \
|
||||
/usr/include/c++/11/bits/std_function.h \
|
||||
/usr/include/c++/11/unordered_map \
|
||||
/usr/include/c++/11/ext/aligned_buffer.h \
|
||||
/usr/include/c++/11/bits/hashtable.h \
|
||||
/usr/include/c++/11/bits/hashtable_policy.h \
|
||||
/usr/include/c++/11/bits/enable_special_members.h \
|
||||
/usr/include/c++/11/bits/node_handle.h \
|
||||
/usr/include/c++/11/bits/unordered_map.h \
|
||||
/usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/vector \
|
||||
/usr/include/c++/11/bits/stl_uninitialized.h \
|
||||
/usr/include/c++/11/bits/stl_vector.h \
|
||||
/usr/include/c++/11/bits/stl_bvector.h \
|
||||
/usr/include/c++/11/bits/vector.tcc /usr/include/c++/11/bits/stl_algo.h \
|
||||
/usr/include/c++/11/bits/algorithmfwd.h \
|
||||
/usr/include/c++/11/bits/stl_heap.h \
|
||||
/usr/include/c++/11/bits/stl_tempbuf.h \
|
||||
/usr/include/c++/11/bits/uniform_int_dist.h /usr/include/c++/11/cstring \
|
||||
/usr/include/string.h /usr/include/strings.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/string_fortified.h \
|
||||
/usr/include/c++/11/climits \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
|
||||
/usr/include/linux/limits.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/uio_lim.h \
|
||||
/usr/include/c++/11/algorithm \
|
||||
/usr/include/c++/11/pstl/glue_algorithm_defs.h \
|
||||
/usr/include/c++/11/pstl/execution_defs.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Constants.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Meta.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Memory.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/IntegralConstant.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/SymbolicIndex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NumTraits.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/Half.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/BFloat16.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/TypeCasting.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/StlFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/IndexedViewHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ReshapedHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArithmeticSequence.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/IO.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ReshapedMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ReshapedMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MatrixBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/EigenBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Product.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CoreEvaluators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/AssignEvaluator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Assign.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArrayBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseStorage.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NestByValue.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NoAlias.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Matrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Array.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Dot.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/StableNorm.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Stride.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MapBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Map.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Ref.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Block.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/VectorBlock.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/IndexedView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Reshaped.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Transpose.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Diagonal.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Redux.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Visitor.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Fuzzy.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Swap.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Solve.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Inverse.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SolverBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Transpositions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h \
|
||||
/usr/include/c++/11/atomic /usr/include/c++/11/bits/atomic_base.h \
|
||||
/usr/include/c++/11/bits/atomic_lockfree_defines.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ProductEvaluators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/BandMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CoreIterators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ConditionEstimator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Select.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PartialReduxEvaluator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Random.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Replicate.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Reverse.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/StlIterators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/points/traits.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/factors/general_factor.hpp \
|
||||
/usr/include/eigen3/Eigen/Geometry /usr/include/eigen3/Eigen/Core \
|
||||
/usr/include/eigen3/Eigen/SVD /usr/include/eigen3/Eigen/QR \
|
||||
/usr/include/eigen3/Eigen/Cholesky /usr/include/eigen3/Eigen/Jacobi \
|
||||
/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h \
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LLT.h \
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h \
|
||||
/usr/include/eigen3/Eigen/Householder \
|
||||
/usr/include/eigen3/Eigen/src/Householder/Householder.h \
|
||||
/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h \
|
||||
/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h \
|
||||
/usr/include/eigen3/Eigen/src/misc/RealSvd2x2.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/SVDBase.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/BDCSVD.h /usr/include/eigen3/Eigen/LU \
|
||||
/usr/include/eigen3/Eigen/src/misc/Kernel.h \
|
||||
/usr/include/eigen3/Eigen/src/misc/Image.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/FullPivLU.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/Determinant.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/InverseImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/arch/InverseSize4.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Transform.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Translation.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Scaling.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SIMD.h \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/rejector.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/reduction.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/optimizer.hpp \
|
||||
/usr/include/c++/11/iostream \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/util/lie.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/registration_result.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/termination_criteria.hpp
|
||||
Binary file not shown.
|
|
@ -0,0 +1,539 @@
|
|||
CMakeFiles/small_gicp.dir/src/small_gicp/registration/registration_helper.cpp.o: \
|
||||
/home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration_helper.cpp \
|
||||
/usr/include/stdc-predef.h \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/registration_helper.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/kdtree.hpp \
|
||||
/usr/include/c++/11/memory /usr/include/c++/11/bits/stl_algobase.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
|
||||
/usr/include/features.h /usr/include/features-time64.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/timesize.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
|
||||
/usr/include/c++/11/pstl/pstl_config.h \
|
||||
/usr/include/c++/11/bits/functexcept.h \
|
||||
/usr/include/c++/11/bits/exception_defines.h \
|
||||
/usr/include/c++/11/bits/cpp_type_traits.h \
|
||||
/usr/include/c++/11/ext/type_traits.h \
|
||||
/usr/include/c++/11/ext/numeric_traits.h \
|
||||
/usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \
|
||||
/usr/include/c++/11/type_traits \
|
||||
/usr/include/c++/11/bits/stl_iterator_base_types.h \
|
||||
/usr/include/c++/11/bits/stl_iterator_base_funcs.h \
|
||||
/usr/include/c++/11/bits/concept_check.h \
|
||||
/usr/include/c++/11/debug/assertions.h \
|
||||
/usr/include/c++/11/bits/stl_iterator.h \
|
||||
/usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \
|
||||
/usr/include/c++/11/bits/predefined_ops.h \
|
||||
/usr/include/c++/11/bits/allocator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
|
||||
/usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \
|
||||
/usr/include/c++/11/bits/exception.h \
|
||||
/usr/include/c++/11/bits/memoryfwd.h \
|
||||
/usr/include/c++/11/bits/stl_construct.h \
|
||||
/usr/include/c++/11/bits/stl_uninitialized.h \
|
||||
/usr/include/c++/11/ext/alloc_traits.h \
|
||||
/usr/include/c++/11/bits/alloc_traits.h \
|
||||
/usr/include/c++/11/bits/stl_tempbuf.h \
|
||||
/usr/include/c++/11/bits/stl_raw_storage_iter.h \
|
||||
/usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/time64.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
|
||||
/usr/include/c++/11/bits/uses_allocator.h \
|
||||
/usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/utility \
|
||||
/usr/include/c++/11/bits/stl_relops.h \
|
||||
/usr/include/c++/11/initializer_list /usr/include/c++/11/tuple \
|
||||
/usr/include/c++/11/array /usr/include/c++/11/bits/range_access.h \
|
||||
/usr/include/c++/11/bits/invoke.h \
|
||||
/usr/include/c++/11/bits/stl_function.h \
|
||||
/usr/include/c++/11/backward/binders.h \
|
||||
/usr/include/c++/11/bits/functional_hash.h \
|
||||
/usr/include/c++/11/bits/hash_bytes.h \
|
||||
/usr/include/c++/11/bits/shared_ptr.h /usr/include/c++/11/iosfwd \
|
||||
/usr/include/c++/11/bits/stringfwd.h /usr/include/c++/11/bits/postypes.h \
|
||||
/usr/include/c++/11/cwchar /usr/include/wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar2.h \
|
||||
/usr/include/c++/11/bits/shared_ptr_base.h /usr/include/c++/11/typeinfo \
|
||||
/usr/include/c++/11/bits/allocated_ptr.h \
|
||||
/usr/include/c++/11/bits/refwrap.h \
|
||||
/usr/include/c++/11/ext/aligned_buffer.h \
|
||||
/usr/include/c++/11/ext/atomicity.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/time_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/endianness.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/timex.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/single_threaded.h \
|
||||
/usr/include/c++/11/ext/concurrence.h /usr/include/c++/11/exception \
|
||||
/usr/include/c++/11/bits/exception_ptr.h \
|
||||
/usr/include/c++/11/bits/cxxabi_init_exception.h \
|
||||
/usr/include/c++/11/bits/nested_exception.h \
|
||||
/usr/include/c++/11/bits/shared_ptr_atomic.h \
|
||||
/usr/include/c++/11/bits/atomic_base.h \
|
||||
/usr/include/c++/11/bits/atomic_lockfree_defines.h \
|
||||
/usr/include/c++/11/backward/auto_ptr.h \
|
||||
/usr/include/c++/11/pstl/glue_memory_defs.h \
|
||||
/usr/include/c++/11/pstl/execution_defs.h /usr/include/c++/11/numeric \
|
||||
/usr/include/c++/11/bits/stl_numeric.h \
|
||||
/usr/include/c++/11/pstl/glue_numeric_defs.h \
|
||||
/usr/include/eigen3/Eigen/Core \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Macros.h \
|
||||
/usr/include/c++/11/cmath /usr/include/math.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/math-vector.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-logb.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-fast.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/iscanonical.h \
|
||||
/usr/include/c++/11/bits/std_abs.h /usr/include/stdlib.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/waitflags.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/select2.h /usr/include/alloca.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
|
||||
/usr/include/c++/11/bits/specfun.h /usr/include/c++/11/limits \
|
||||
/usr/include/c++/11/tr1/gamma.tcc \
|
||||
/usr/include/c++/11/tr1/special_function_util.h \
|
||||
/usr/include/c++/11/tr1/bessel_function.tcc \
|
||||
/usr/include/c++/11/tr1/beta_function.tcc \
|
||||
/usr/include/c++/11/tr1/ell_integral.tcc \
|
||||
/usr/include/c++/11/tr1/exp_integral.tcc \
|
||||
/usr/include/c++/11/tr1/hypergeometric.tcc \
|
||||
/usr/include/c++/11/tr1/legendre_function.tcc \
|
||||
/usr/include/c++/11/tr1/modified_bessel_func.tcc \
|
||||
/usr/include/c++/11/tr1/poly_hermite.tcc \
|
||||
/usr/include/c++/11/tr1/poly_laguerre.tcc \
|
||||
/usr/include/c++/11/tr1/riemann_zeta.tcc \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ConfigureVectorization.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/mmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/emmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/xmmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/mm_malloc.h \
|
||||
/usr/include/c++/11/stdlib.h /usr/include/c++/11/cstdlib \
|
||||
/usr/include/c++/11/complex /usr/include/c++/11/sstream \
|
||||
/usr/include/c++/11/istream /usr/include/c++/11/ios \
|
||||
/usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \
|
||||
/usr/include/c++/11/bits/localefwd.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
|
||||
/usr/include/c++/11/clocale /usr/include/locale.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \
|
||||
/usr/include/ctype.h /usr/include/c++/11/bits/ios_base.h \
|
||||
/usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \
|
||||
/usr/include/c++/11/bits/ostream_insert.h \
|
||||
/usr/include/c++/11/bits/cxxabi_forced.h \
|
||||
/usr/include/c++/11/bits/basic_string.h /usr/include/c++/11/string_view \
|
||||
/usr/include/c++/11/bits/string_view.tcc \
|
||||
/usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \
|
||||
/usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \
|
||||
/usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/error_t.h \
|
||||
/usr/include/c++/11/bits/charconv.h \
|
||||
/usr/include/c++/11/bits/basic_string.tcc \
|
||||
/usr/include/c++/11/bits/locale_classes.tcc \
|
||||
/usr/include/c++/11/system_error \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
|
||||
/usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \
|
||||
/usr/include/c++/11/bits/streambuf.tcc \
|
||||
/usr/include/c++/11/bits/basic_ios.h \
|
||||
/usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \
|
||||
/usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
|
||||
/usr/include/c++/11/bits/streambuf_iterator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
|
||||
/usr/include/c++/11/bits/locale_facets.tcc \
|
||||
/usr/include/c++/11/bits/basic_ios.tcc /usr/include/c++/11/ostream \
|
||||
/usr/include/c++/11/bits/ostream.tcc \
|
||||
/usr/include/c++/11/bits/istream.tcc \
|
||||
/usr/include/c++/11/bits/sstream.tcc \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/omp.h \
|
||||
/usr/include/c++/11/cstddef /usr/include/c++/11/cassert \
|
||||
/usr/include/assert.h /usr/include/c++/11/functional \
|
||||
/usr/include/c++/11/bits/std_function.h \
|
||||
/usr/include/c++/11/unordered_map /usr/include/c++/11/bits/hashtable.h \
|
||||
/usr/include/c++/11/bits/hashtable_policy.h \
|
||||
/usr/include/c++/11/bits/enable_special_members.h \
|
||||
/usr/include/c++/11/bits/node_handle.h \
|
||||
/usr/include/c++/11/bits/unordered_map.h \
|
||||
/usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/vector \
|
||||
/usr/include/c++/11/bits/stl_vector.h \
|
||||
/usr/include/c++/11/bits/stl_bvector.h \
|
||||
/usr/include/c++/11/bits/vector.tcc /usr/include/c++/11/bits/stl_algo.h \
|
||||
/usr/include/c++/11/bits/algorithmfwd.h \
|
||||
/usr/include/c++/11/bits/stl_heap.h \
|
||||
/usr/include/c++/11/bits/uniform_int_dist.h /usr/include/c++/11/cstring \
|
||||
/usr/include/string.h /usr/include/strings.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/string_fortified.h \
|
||||
/usr/include/c++/11/climits \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
|
||||
/usr/include/linux/limits.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/uio_lim.h \
|
||||
/usr/include/c++/11/algorithm \
|
||||
/usr/include/c++/11/pstl/glue_algorithm_defs.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Constants.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Meta.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Memory.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/IntegralConstant.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/SymbolicIndex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NumTraits.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/Half.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/BFloat16.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/TypeCasting.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/StlFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/IndexedViewHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ReshapedHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArithmeticSequence.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/IO.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ReshapedMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ReshapedMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MatrixBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/EigenBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Product.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CoreEvaluators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/AssignEvaluator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Assign.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArrayBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseStorage.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NestByValue.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NoAlias.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Matrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Array.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Dot.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/StableNorm.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Stride.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MapBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Map.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Ref.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Block.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/VectorBlock.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/IndexedView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Reshaped.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Transpose.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Diagonal.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Redux.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Visitor.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Fuzzy.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Swap.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Solve.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Inverse.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SolverBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Transpositions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h \
|
||||
/usr/include/c++/11/atomic \
|
||||
/usr/include/eigen3/Eigen/src/Core/ProductEvaluators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/BandMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CoreIterators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ConditionEstimator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Select.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PartialReduxEvaluator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Random.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Replicate.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Reverse.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/StlIterators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/points/traits.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/traits.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/projection.hpp \
|
||||
/usr/include/eigen3/Eigen/Eigen /usr/include/eigen3/Eigen/Dense \
|
||||
/usr/include/eigen3/Eigen/Core /usr/include/eigen3/Eigen/LU \
|
||||
/usr/include/eigen3/Eigen/src/misc/Kernel.h \
|
||||
/usr/include/eigen3/Eigen/src/misc/Image.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/FullPivLU.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/Determinant.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/InverseImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/arch/InverseSize4.h \
|
||||
/usr/include/eigen3/Eigen/Cholesky /usr/include/eigen3/Eigen/Jacobi \
|
||||
/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h \
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LLT.h \
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h \
|
||||
/usr/include/eigen3/Eigen/QR /usr/include/eigen3/Eigen/Householder \
|
||||
/usr/include/eigen3/Eigen/src/Householder/Householder.h \
|
||||
/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h \
|
||||
/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h \
|
||||
/usr/include/eigen3/Eigen/SVD \
|
||||
/usr/include/eigen3/Eigen/src/misc/RealSvd2x2.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/SVDBase.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/BDCSVD.h \
|
||||
/usr/include/eigen3/Eigen/Geometry \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Transform.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Translation.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Scaling.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SIMD.h \
|
||||
/usr/include/eigen3/Eigen/Eigenvalues \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h \
|
||||
/usr/include/eigen3/Eigen/Sparse /usr/include/eigen3/Eigen/SparseCore \
|
||||
/usr/include/c++/11/map /usr/include/c++/11/bits/stl_tree.h \
|
||||
/usr/include/c++/11/bits/stl_map.h \
|
||||
/usr/include/c++/11/bits/stl_multimap.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseUtil.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseAssign.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/CompressedStorage.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/AmbiVector.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMap.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/MappedSparseMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseVector.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseRef.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseTranspose.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseBlock.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDot.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseRedux.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseView.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseTriangularView.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparsePermutation.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseFuzzy.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSolverBase.h \
|
||||
/usr/include/eigen3/Eigen/OrderingMethods \
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Amd.h \
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Ordering.h \
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h \
|
||||
/usr/include/eigen3/Eigen/SparseCholesky \
|
||||
/usr/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h \
|
||||
/usr/include/eigen3/Eigen/SparseLU \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_gemm_kernel.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Structs.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLUImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseColEtree.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Memory.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_relax_snode.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_pivotL.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_dfs.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_kernel_bmod.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_bmod.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_column_dfs.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_column_bmod.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_pruneL.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Utils.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU.h \
|
||||
/usr/include/eigen3/Eigen/SparseQR \
|
||||
/usr/include/eigen3/Eigen/src/SparseQR/SparseQR.h \
|
||||
/usr/include/eigen3/Eigen/IterativeLinearSolvers \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h \
|
||||
/usr/include/c++/11/list /usr/include/c++/11/bits/stl_list.h \
|
||||
/usr/include/c++/11/bits/list.tcc \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/knn_result.hpp \
|
||||
/usr/include/c++/11/iostream \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/gaussian_voxelmap.hpp \
|
||||
/usr/include/eigen3/Eigen/Geometry \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/incremental_voxelmap.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/flat_container.hpp \
|
||||
/usr/include/c++/11/queue /usr/include/c++/11/deque \
|
||||
/usr/include/c++/11/bits/stl_deque.h /usr/include/c++/11/bits/deque.tcc \
|
||||
/usr/include/c++/11/bits/stl_queue.h \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/util/fast_floor.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/util/vector3i_hash.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/points/point_cloud.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/registration_result.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/kdtree_omp.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/util/downsampling.hpp \
|
||||
/usr/include/c++/11/random /usr/include/c++/11/bits/random.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/opt_random.h \
|
||||
/usr/include/c++/11/bits/random.tcc \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/util/downsampling_omp.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/util/sort_omp.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/util/normal_estimation.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/util/normal_estimation_omp.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/factors/icp_factor.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/util/lie.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/factors/plane_icp_factor.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/factors/gicp_factor.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/reduction_omp.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/registration.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/factors/general_factor.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/rejector.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/reduction.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/optimizer.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/termination_criteria.hpp
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/home/runner/work/small_gicp/small_gicp/src/python/align.cpp" "CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o" "gcc" "CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o.d"
|
||||
"/home/runner/work/small_gicp/small_gicp/src/python/factors.cpp" "CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o" "gcc" "CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o.d"
|
||||
"/home/runner/work/small_gicp/small_gicp/src/python/kdtree.cpp" "CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o" "gcc" "CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o.d"
|
||||
"/home/runner/work/small_gicp/small_gicp/src/python/misc.cpp" "CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o" "gcc" "CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o.d"
|
||||
"/home/runner/work/small_gicp/small_gicp/src/python/pointcloud.cpp" "CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o" "gcc" "CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o.d"
|
||||
"/home/runner/work/small_gicp/small_gicp/src/python/preprocess.cpp" "CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o" "gcc" "CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o.d"
|
||||
"/home/runner/work/small_gicp/small_gicp/src/python/python.cpp" "CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o" "gcc" "CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o.d"
|
||||
"/home/runner/work/small_gicp/small_gicp/src/python/result.cpp" "CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o" "gcc" "CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o.d"
|
||||
"/home/runner/work/small_gicp/small_gicp/src/python/voxelmap.cpp" "CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o" "gcc" "CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o.d"
|
||||
"/home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration.cpp" "CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o" "gcc" "CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o.d"
|
||||
"/home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration_helper.cpp" "CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o" "gcc" "CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
|
|
@ -0,0 +1,273 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.30
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/local/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/local/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/runner/work/small_gicp/small_gicp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/runner/work/small_gicp/small_gicp/docs/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/small_gicp_python.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include CMakeFiles/small_gicp_python.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/small_gicp_python.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/small_gicp_python.dir/flags.make
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o: CMakeFiles/small_gicp_python.dir/flags.make
|
||||
CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o: /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration.cpp
|
||||
CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o: CMakeFiles/small_gicp_python.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o -MF CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o.d -o CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o -c /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration.cpp
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration.cpp > CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.i
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration.cpp -o CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.s
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o: CMakeFiles/small_gicp_python.dir/flags.make
|
||||
CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o: /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration_helper.cpp
|
||||
CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o: CMakeFiles/small_gicp_python.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o -MF CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o.d -o CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o -c /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration_helper.cpp
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration_helper.cpp > CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.i
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/small_gicp/small_gicp/src/small_gicp/registration/registration_helper.cpp -o CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.s
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o: CMakeFiles/small_gicp_python.dir/flags.make
|
||||
CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o: /home/runner/work/small_gicp/small_gicp/src/python/pointcloud.cpp
|
||||
CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o: CMakeFiles/small_gicp_python.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o -MF CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o.d -o CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o -c /home/runner/work/small_gicp/small_gicp/src/python/pointcloud.cpp
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/small_gicp/small_gicp/src/python/pointcloud.cpp > CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.i
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/small_gicp/small_gicp/src/python/pointcloud.cpp -o CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.s
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o: CMakeFiles/small_gicp_python.dir/flags.make
|
||||
CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o: /home/runner/work/small_gicp/small_gicp/src/python/kdtree.cpp
|
||||
CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o: CMakeFiles/small_gicp_python.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o -MF CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o.d -o CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o -c /home/runner/work/small_gicp/small_gicp/src/python/kdtree.cpp
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/small_gicp/small_gicp/src/python/kdtree.cpp > CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.i
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/small_gicp/small_gicp/src/python/kdtree.cpp -o CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.s
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o: CMakeFiles/small_gicp_python.dir/flags.make
|
||||
CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o: /home/runner/work/small_gicp/small_gicp/src/python/voxelmap.cpp
|
||||
CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o: CMakeFiles/small_gicp_python.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o -MF CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o.d -o CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o -c /home/runner/work/small_gicp/small_gicp/src/python/voxelmap.cpp
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/small_gicp/small_gicp/src/python/voxelmap.cpp > CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.i
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/small_gicp/small_gicp/src/python/voxelmap.cpp -o CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.s
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o: CMakeFiles/small_gicp_python.dir/flags.make
|
||||
CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o: /home/runner/work/small_gicp/small_gicp/src/python/preprocess.cpp
|
||||
CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o: CMakeFiles/small_gicp_python.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o -MF CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o.d -o CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o -c /home/runner/work/small_gicp/small_gicp/src/python/preprocess.cpp
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/small_gicp/small_gicp/src/python/preprocess.cpp > CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.i
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/small_gicp/small_gicp/src/python/preprocess.cpp -o CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.s
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o: CMakeFiles/small_gicp_python.dir/flags.make
|
||||
CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o: /home/runner/work/small_gicp/small_gicp/src/python/result.cpp
|
||||
CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o: CMakeFiles/small_gicp_python.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o -MF CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o.d -o CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o -c /home/runner/work/small_gicp/small_gicp/src/python/result.cpp
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/result.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/small_gicp_python.dir/src/python/result.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/small_gicp/small_gicp/src/python/result.cpp > CMakeFiles/small_gicp_python.dir/src/python/result.cpp.i
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/result.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/small_gicp_python.dir/src/python/result.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/small_gicp/small_gicp/src/python/result.cpp -o CMakeFiles/small_gicp_python.dir/src/python/result.cpp.s
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o: CMakeFiles/small_gicp_python.dir/flags.make
|
||||
CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o: /home/runner/work/small_gicp/small_gicp/src/python/align.cpp
|
||||
CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o: CMakeFiles/small_gicp_python.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o -MF CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o.d -o CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o -c /home/runner/work/small_gicp/small_gicp/src/python/align.cpp
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/align.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/small_gicp_python.dir/src/python/align.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/small_gicp/small_gicp/src/python/align.cpp > CMakeFiles/small_gicp_python.dir/src/python/align.cpp.i
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/align.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/small_gicp_python.dir/src/python/align.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/small_gicp/small_gicp/src/python/align.cpp -o CMakeFiles/small_gicp_python.dir/src/python/align.cpp.s
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o: CMakeFiles/small_gicp_python.dir/flags.make
|
||||
CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o: /home/runner/work/small_gicp/small_gicp/src/python/factors.cpp
|
||||
CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o: CMakeFiles/small_gicp_python.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o -MF CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o.d -o CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o -c /home/runner/work/small_gicp/small_gicp/src/python/factors.cpp
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/small_gicp/small_gicp/src/python/factors.cpp > CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.i
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/small_gicp/small_gicp/src/python/factors.cpp -o CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.s
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o: CMakeFiles/small_gicp_python.dir/flags.make
|
||||
CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o: /home/runner/work/small_gicp/small_gicp/src/python/misc.cpp
|
||||
CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o: CMakeFiles/small_gicp_python.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o -MF CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o.d -o CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o -c /home/runner/work/small_gicp/small_gicp/src/python/misc.cpp
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/small_gicp/small_gicp/src/python/misc.cpp > CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.i
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/small_gicp/small_gicp/src/python/misc.cpp -o CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.s
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o: CMakeFiles/small_gicp_python.dir/flags.make
|
||||
CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o: /home/runner/work/small_gicp/small_gicp/src/python/python.cpp
|
||||
CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o: CMakeFiles/small_gicp_python.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o -MF CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o.d -o CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o -c /home/runner/work/small_gicp/small_gicp/src/python/python.cpp
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/python.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/small_gicp_python.dir/src/python/python.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/small_gicp/small_gicp/src/python/python.cpp > CMakeFiles/small_gicp_python.dir/src/python/python.cpp.i
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/src/python/python.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/small_gicp_python.dir/src/python/python.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/small_gicp/small_gicp/src/python/python.cpp -o CMakeFiles/small_gicp_python.dir/src/python/python.cpp.s
|
||||
|
||||
# Object files for target small_gicp_python
|
||||
small_gicp_python_OBJECTS = \
|
||||
"CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o" \
|
||||
"CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o" \
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o" \
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o" \
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o" \
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o" \
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o" \
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o" \
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o" \
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o" \
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o"
|
||||
|
||||
# External object files for target small_gicp_python
|
||||
small_gicp_python_EXTERNAL_OBJECTS =
|
||||
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: CMakeFiles/small_gicp_python.dir/build.make
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: /usr/lib/gcc/x86_64-linux-gnu/11/libgomp.so
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: /usr/lib/x86_64-linux-gnu/libpthread.a
|
||||
small_gicp.cpython-310-x86_64-linux-gnu.so: CMakeFiles/small_gicp_python.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Linking CXX shared module small_gicp.cpython-310-x86_64-linux-gnu.so"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/small_gicp_python.dir/link.txt --verbose=$(VERBOSE)
|
||||
/usr/bin/strip /home/runner/work/small_gicp/small_gicp/docs/build/small_gicp.cpython-310-x86_64-linux-gnu.so
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/small_gicp_python.dir/build: small_gicp.cpython-310-x86_64-linux-gnu.so
|
||||
.PHONY : CMakeFiles/small_gicp_python.dir/build
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/small_gicp_python.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/small_gicp_python.dir/clean
|
||||
|
||||
CMakeFiles/small_gicp_python.dir/depend:
|
||||
cd /home/runner/work/small_gicp/small_gicp/docs/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/small_gicp/small_gicp /home/runner/work/small_gicp/small_gicp /home/runner/work/small_gicp/small_gicp/docs/build /home/runner/work/small_gicp/small_gicp/docs/build /home/runner/work/small_gicp/small_gicp/docs/build/CMakeFiles/small_gicp_python.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/small_gicp_python.dir/depend
|
||||
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o.d"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o.d"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o.d"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o.d"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o.d"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o.d"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o.d"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o.d"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o"
|
||||
"CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o.d"
|
||||
"CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o"
|
||||
"CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o.d"
|
||||
"CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o"
|
||||
"CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o.d"
|
||||
"small_gicp.cpython-310-x86_64-linux-gnu.so"
|
||||
"small_gicp.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/small_gicp_python.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Empty compiler generated dependencies file for small_gicp_python.
|
||||
# This may be replaced when dependencies are built.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for small_gicp_python.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Empty dependencies file for small_gicp_python.
|
||||
# This may be replaced when dependencies are built.
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.30
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES = -Dsmall_gicp_python_EXPORTS
|
||||
|
||||
CXX_INCLUDES = -I/home/runner/work/small_gicp/small_gicp/include -isystem /usr/include/python3.10 -isystem /usr/include/eigen3
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17 -fPIC -fvisibility=hidden -flto -fno-fat-lto-objects -fopenmp
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
/usr/bin/c++ -fPIC -O3 -DNDEBUG -flto -shared -o small_gicp.cpython-310-x86_64-linux-gnu.so CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration.cpp.o CMakeFiles/small_gicp_python.dir/src/small_gicp/registration/registration_helper.cpp.o CMakeFiles/small_gicp_python.dir/src/python/pointcloud.cpp.o CMakeFiles/small_gicp_python.dir/src/python/kdtree.cpp.o CMakeFiles/small_gicp_python.dir/src/python/voxelmap.cpp.o CMakeFiles/small_gicp_python.dir/src/python/preprocess.cpp.o CMakeFiles/small_gicp_python.dir/src/python/result.cpp.o CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o CMakeFiles/small_gicp_python.dir/src/python/misc.cpp.o CMakeFiles/small_gicp_python.dir/src/python/python.cpp.o /usr/lib/gcc/x86_64-linux-gnu/11/libgomp.so /usr/lib/x86_64-linux-gnu/libpthread.a
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
CMAKE_PROGRESS_1 = 4
|
||||
CMAKE_PROGRESS_2 = 5
|
||||
CMAKE_PROGRESS_3 = 6
|
||||
CMAKE_PROGRESS_4 = 7
|
||||
CMAKE_PROGRESS_5 = 8
|
||||
CMAKE_PROGRESS_6 = 9
|
||||
CMAKE_PROGRESS_7 = 10
|
||||
CMAKE_PROGRESS_8 = 11
|
||||
CMAKE_PROGRESS_9 = 12
|
||||
CMAKE_PROGRESS_10 = 13
|
||||
CMAKE_PROGRESS_11 = 14
|
||||
CMAKE_PROGRESS_12 = 15
|
||||
|
||||
Binary file not shown.
|
|
@ -0,0 +1,663 @@
|
|||
CMakeFiles/small_gicp_python.dir/src/python/align.cpp.o: \
|
||||
/home/runner/work/small_gicp/small_gicp/src/python/align.cpp \
|
||||
/usr/include/stdc-predef.h /usr/include/c++/11/iostream \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
|
||||
/usr/include/features.h /usr/include/features-time64.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/timesize.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
|
||||
/usr/include/c++/11/pstl/pstl_config.h /usr/include/c++/11/ostream \
|
||||
/usr/include/c++/11/ios /usr/include/c++/11/iosfwd \
|
||||
/usr/include/c++/11/bits/stringfwd.h \
|
||||
/usr/include/c++/11/bits/memoryfwd.h /usr/include/c++/11/bits/postypes.h \
|
||||
/usr/include/c++/11/cwchar /usr/include/wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar2.h \
|
||||
/usr/include/c++/11/exception /usr/include/c++/11/bits/exception.h \
|
||||
/usr/include/c++/11/bits/exception_ptr.h \
|
||||
/usr/include/c++/11/bits/exception_defines.h \
|
||||
/usr/include/c++/11/bits/cxxabi_init_exception.h \
|
||||
/usr/include/c++/11/typeinfo /usr/include/c++/11/bits/hash_bytes.h \
|
||||
/usr/include/c++/11/new /usr/include/c++/11/bits/move.h \
|
||||
/usr/include/c++/11/type_traits \
|
||||
/usr/include/c++/11/bits/nested_exception.h \
|
||||
/usr/include/c++/11/bits/char_traits.h \
|
||||
/usr/include/c++/11/bits/stl_algobase.h \
|
||||
/usr/include/c++/11/bits/functexcept.h \
|
||||
/usr/include/c++/11/bits/cpp_type_traits.h \
|
||||
/usr/include/c++/11/ext/type_traits.h \
|
||||
/usr/include/c++/11/ext/numeric_traits.h \
|
||||
/usr/include/c++/11/bits/stl_pair.h \
|
||||
/usr/include/c++/11/bits/stl_iterator_base_types.h \
|
||||
/usr/include/c++/11/bits/stl_iterator_base_funcs.h \
|
||||
/usr/include/c++/11/bits/concept_check.h \
|
||||
/usr/include/c++/11/debug/assertions.h \
|
||||
/usr/include/c++/11/bits/stl_iterator.h \
|
||||
/usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \
|
||||
/usr/include/c++/11/bits/predefined_ops.h /usr/include/c++/11/cstdint \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/time64.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
|
||||
/usr/include/c++/11/bits/localefwd.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
|
||||
/usr/include/c++/11/clocale /usr/include/locale.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \
|
||||
/usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/endianness.h \
|
||||
/usr/include/c++/11/bits/ios_base.h /usr/include/c++/11/ext/atomicity.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/time_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/timex.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/single_threaded.h \
|
||||
/usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \
|
||||
/usr/include/c++/11/bits/allocator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
|
||||
/usr/include/c++/11/ext/new_allocator.h \
|
||||
/usr/include/c++/11/bits/ostream_insert.h \
|
||||
/usr/include/c++/11/bits/cxxabi_forced.h \
|
||||
/usr/include/c++/11/bits/stl_function.h \
|
||||
/usr/include/c++/11/backward/binders.h \
|
||||
/usr/include/c++/11/bits/range_access.h \
|
||||
/usr/include/c++/11/initializer_list \
|
||||
/usr/include/c++/11/bits/basic_string.h \
|
||||
/usr/include/c++/11/ext/alloc_traits.h \
|
||||
/usr/include/c++/11/bits/alloc_traits.h \
|
||||
/usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/string_view \
|
||||
/usr/include/c++/11/bits/functional_hash.h \
|
||||
/usr/include/c++/11/bits/string_view.tcc \
|
||||
/usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \
|
||||
/usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/select2.h /usr/include/alloca.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
|
||||
/usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \
|
||||
/usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \
|
||||
/usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/error_t.h \
|
||||
/usr/include/c++/11/bits/charconv.h \
|
||||
/usr/include/c++/11/bits/basic_string.tcc \
|
||||
/usr/include/c++/11/bits/locale_classes.tcc \
|
||||
/usr/include/c++/11/system_error \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
|
||||
/usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \
|
||||
/usr/include/c++/11/bits/streambuf.tcc \
|
||||
/usr/include/c++/11/bits/basic_ios.h \
|
||||
/usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \
|
||||
/usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
|
||||
/usr/include/c++/11/bits/streambuf_iterator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
|
||||
/usr/include/c++/11/bits/locale_facets.tcc \
|
||||
/usr/include/c++/11/bits/basic_ios.tcc \
|
||||
/usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \
|
||||
/usr/include/c++/11/bits/istream.tcc /usr/include/pybind11/pybind11.h \
|
||||
/usr/include/pybind11/attr.h /usr/include/pybind11/cast.h \
|
||||
/usr/include/pybind11/pytypes.h /usr/include/pybind11/detail/common.h \
|
||||
/usr/include/python3.10/Python.h /usr/include/python3.10/patchlevel.h \
|
||||
/usr/include/python3.10/pyconfig.h \
|
||||
/usr/include/x86_64-linux-gnu/python3.10/pyconfig.h \
|
||||
/usr/include/python3.10/pymacconfig.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
|
||||
/usr/include/linux/limits.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/string.h \
|
||||
/usr/include/strings.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/string_fortified.h \
|
||||
/usr/include/c++/11/stdlib.h /usr/include/unistd.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/posix_opt.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/environments.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/confname.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/getopt_posix.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/getopt_core.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/unistd.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/unistd_ext.h \
|
||||
/usr/include/linux/close_range.h /usr/include/assert.h \
|
||||
/usr/include/python3.10/pyport.h /usr/include/inttypes.h \
|
||||
/usr/include/c++/11/math.h /usr/include/c++/11/cmath /usr/include/math.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/math-vector.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-logb.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-fast.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/iscanonical.h \
|
||||
/usr/include/c++/11/bits/specfun.h /usr/include/c++/11/limits \
|
||||
/usr/include/c++/11/tr1/gamma.tcc \
|
||||
/usr/include/c++/11/tr1/special_function_util.h \
|
||||
/usr/include/c++/11/tr1/bessel_function.tcc \
|
||||
/usr/include/c++/11/tr1/beta_function.tcc \
|
||||
/usr/include/c++/11/tr1/ell_integral.tcc \
|
||||
/usr/include/c++/11/tr1/exp_integral.tcc \
|
||||
/usr/include/c++/11/tr1/hypergeometric.tcc \
|
||||
/usr/include/c++/11/tr1/legendre_function.tcc \
|
||||
/usr/include/c++/11/tr1/modified_bessel_func.tcc \
|
||||
/usr/include/c++/11/tr1/poly_hermite.tcc \
|
||||
/usr/include/c++/11/tr1/poly_laguerre.tcc \
|
||||
/usr/include/c++/11/tr1/riemann_zeta.tcc \
|
||||
/usr/include/x86_64-linux-gnu/sys/time.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/stat.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stat.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_stat.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/linux/stat.h \
|
||||
/usr/include/linux/types.h /usr/include/x86_64-linux-gnu/asm/types.h \
|
||||
/usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \
|
||||
/usr/include/x86_64-linux-gnu/asm/bitsperlong.h \
|
||||
/usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
|
||||
/usr/include/linux/stddef.h \
|
||||
/usr/include/x86_64-linux-gnu/asm/posix_types.h \
|
||||
/usr/include/x86_64-linux-gnu/asm/posix_types_64.h \
|
||||
/usr/include/asm-generic/posix_types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/statx-generic.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_statx.h \
|
||||
/usr/include/python3.10/exports.h /usr/include/python3.10/pymacro.h \
|
||||
/usr/include/python3.10/pymath.h /usr/include/python3.10/pymem.h \
|
||||
/usr/include/python3.10/cpython/pymem.h /usr/include/python3.10/object.h \
|
||||
/usr/include/python3.10/cpython/object.h \
|
||||
/usr/include/python3.10/objimpl.h \
|
||||
/usr/include/python3.10/cpython/objimpl.h \
|
||||
/usr/include/python3.10/typeslots.h /usr/include/python3.10/pyhash.h \
|
||||
/usr/include/python3.10/cpython/pydebug.h \
|
||||
/usr/include/python3.10/bytearrayobject.h \
|
||||
/usr/include/python3.10/cpython/bytearrayobject.h \
|
||||
/usr/include/python3.10/bytesobject.h \
|
||||
/usr/include/python3.10/cpython/bytesobject.h \
|
||||
/usr/include/python3.10/unicodeobject.h \
|
||||
/usr/include/python3.10/cpython/unicodeobject.h \
|
||||
/usr/include/python3.10/longobject.h \
|
||||
/usr/include/python3.10/longintrepr.h \
|
||||
/usr/include/python3.10/boolobject.h \
|
||||
/usr/include/python3.10/floatobject.h \
|
||||
/usr/include/python3.10/complexobject.h \
|
||||
/usr/include/python3.10/rangeobject.h \
|
||||
/usr/include/python3.10/memoryobject.h \
|
||||
/usr/include/python3.10/tupleobject.h \
|
||||
/usr/include/python3.10/cpython/tupleobject.h \
|
||||
/usr/include/python3.10/listobject.h \
|
||||
/usr/include/python3.10/cpython/listobject.h \
|
||||
/usr/include/python3.10/dictobject.h \
|
||||
/usr/include/python3.10/cpython/dictobject.h \
|
||||
/usr/include/python3.10/cpython/odictobject.h \
|
||||
/usr/include/python3.10/enumobject.h /usr/include/python3.10/setobject.h \
|
||||
/usr/include/python3.10/methodobject.h \
|
||||
/usr/include/python3.10/cpython/methodobject.h \
|
||||
/usr/include/python3.10/moduleobject.h \
|
||||
/usr/include/python3.10/funcobject.h \
|
||||
/usr/include/python3.10/classobject.h \
|
||||
/usr/include/python3.10/fileobject.h \
|
||||
/usr/include/python3.10/cpython/fileobject.h \
|
||||
/usr/include/python3.10/pycapsule.h /usr/include/python3.10/code.h \
|
||||
/usr/include/python3.10/cpython/code.h /usr/include/python3.10/pyframe.h \
|
||||
/usr/include/python3.10/traceback.h \
|
||||
/usr/include/python3.10/cpython/traceback.h \
|
||||
/usr/include/python3.10/sliceobject.h \
|
||||
/usr/include/python3.10/cellobject.h \
|
||||
/usr/include/python3.10/iterobject.h \
|
||||
/usr/include/python3.10/cpython/initconfig.h \
|
||||
/usr/include/python3.10/genobject.h /usr/include/python3.10/pystate.h \
|
||||
/usr/include/python3.10/cpython/pystate.h \
|
||||
/usr/include/python3.10/abstract.h \
|
||||
/usr/include/python3.10/cpython/abstract.h \
|
||||
/usr/include/python3.10/descrobject.h \
|
||||
/usr/include/python3.10/genericaliasobject.h \
|
||||
/usr/include/python3.10/warnings.h \
|
||||
/usr/include/python3.10/weakrefobject.h \
|
||||
/usr/include/python3.10/structseq.h \
|
||||
/usr/include/python3.10/namespaceobject.h \
|
||||
/usr/include/python3.10/cpython/picklebufobject.h \
|
||||
/usr/include/python3.10/cpython/pytime.h \
|
||||
/usr/include/python3.10/codecs.h /usr/include/python3.10/pyerrors.h \
|
||||
/usr/include/python3.10/cpython/pyerrors.h \
|
||||
/usr/include/python3.10/pythread.h /usr/include/python3.10/context.h \
|
||||
/usr/include/python3.10/modsupport.h /usr/include/python3.10/compile.h \
|
||||
/usr/include/python3.10/cpython/compile.h \
|
||||
/usr/include/python3.10/pythonrun.h \
|
||||
/usr/include/python3.10/cpython/pythonrun.h \
|
||||
/usr/include/python3.10/pylifecycle.h \
|
||||
/usr/include/python3.10/cpython/pylifecycle.h \
|
||||
/usr/include/python3.10/ceval.h /usr/include/python3.10/cpython/ceval.h \
|
||||
/usr/include/python3.10/sysmodule.h \
|
||||
/usr/include/python3.10/cpython/sysmodule.h \
|
||||
/usr/include/python3.10/osmodule.h /usr/include/python3.10/intrcheck.h \
|
||||
/usr/include/python3.10/import.h \
|
||||
/usr/include/python3.10/cpython/import.h \
|
||||
/usr/include/python3.10/bltinmodule.h /usr/include/python3.10/eval.h \
|
||||
/usr/include/python3.10/cpython/pyctype.h \
|
||||
/usr/include/python3.10/pystrtod.h /usr/include/python3.10/pystrcmp.h \
|
||||
/usr/include/python3.10/fileutils.h \
|
||||
/usr/include/python3.10/cpython/fileutils.h \
|
||||
/usr/include/python3.10/cpython/pyfpe.h \
|
||||
/usr/include/python3.10/tracemalloc.h \
|
||||
/usr/include/python3.10/frameobject.h \
|
||||
/usr/include/python3.10/cpython/frameobject.h \
|
||||
/usr/include/python3.10/pythread.h /usr/include/c++/11/cstddef \
|
||||
/usr/include/c++/11/cstring /usr/include/c++/11/forward_list \
|
||||
/usr/include/c++/11/bits/forward_list.h \
|
||||
/usr/include/c++/11/ext/aligned_buffer.h \
|
||||
/usr/include/c++/11/bits/forward_list.tcc /usr/include/c++/11/vector \
|
||||
/usr/include/c++/11/bits/stl_uninitialized.h \
|
||||
/usr/include/c++/11/bits/stl_vector.h \
|
||||
/usr/include/c++/11/bits/stl_bvector.h \
|
||||
/usr/include/c++/11/bits/vector.tcc /usr/include/c++/11/unordered_set \
|
||||
/usr/include/c++/11/bits/hashtable.h \
|
||||
/usr/include/c++/11/bits/hashtable_policy.h /usr/include/c++/11/tuple \
|
||||
/usr/include/c++/11/utility /usr/include/c++/11/bits/stl_relops.h \
|
||||
/usr/include/c++/11/array /usr/include/c++/11/bits/uses_allocator.h \
|
||||
/usr/include/c++/11/bits/invoke.h \
|
||||
/usr/include/c++/11/bits/enable_special_members.h \
|
||||
/usr/include/c++/11/bits/node_handle.h \
|
||||
/usr/include/c++/11/bits/unordered_set.h \
|
||||
/usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/unordered_map \
|
||||
/usr/include/c++/11/bits/unordered_map.h /usr/include/c++/11/memory \
|
||||
/usr/include/c++/11/bits/stl_tempbuf.h \
|
||||
/usr/include/c++/11/bits/stl_raw_storage_iter.h \
|
||||
/usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \
|
||||
/usr/include/c++/11/bits/unique_ptr.h \
|
||||
/usr/include/c++/11/bits/shared_ptr.h \
|
||||
/usr/include/c++/11/bits/shared_ptr_base.h \
|
||||
/usr/include/c++/11/bits/allocated_ptr.h \
|
||||
/usr/include/c++/11/bits/refwrap.h /usr/include/c++/11/ext/concurrence.h \
|
||||
/usr/include/c++/11/bits/shared_ptr_atomic.h \
|
||||
/usr/include/c++/11/bits/atomic_base.h \
|
||||
/usr/include/c++/11/bits/atomic_lockfree_defines.h \
|
||||
/usr/include/c++/11/backward/auto_ptr.h \
|
||||
/usr/include/c++/11/pstl/glue_memory_defs.h \
|
||||
/usr/include/c++/11/pstl/execution_defs.h /usr/include/c++/11/typeindex \
|
||||
/usr/include/c++/11/version /usr/include/pybind11/buffer_info.h \
|
||||
/usr/include/c++/11/optional /usr/include/pybind11/detail/descr.h \
|
||||
/usr/include/pybind11/detail/type_caster_base.h \
|
||||
/usr/include/pybind11/detail/internals.h \
|
||||
/usr/include/pybind11/detail/typeid.h /usr/include/c++/11/cxxabi.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/cxxabi_tweaks.h \
|
||||
/usr/include/c++/11/iterator /usr/include/c++/11/bits/stream_iterator.h \
|
||||
/usr/include/c++/11/functional /usr/include/c++/11/bits/std_function.h \
|
||||
/usr/include/c++/11/bits/stl_algo.h \
|
||||
/usr/include/c++/11/bits/algorithmfwd.h \
|
||||
/usr/include/c++/11/bits/stl_heap.h \
|
||||
/usr/include/c++/11/bits/uniform_int_dist.h /usr/include/pybind11/gil.h \
|
||||
/usr/include/pybind11/options.h /usr/include/pybind11/detail/class.h \
|
||||
/usr/include/pybind11/detail/init.h /usr/include/pybind11/stl.h \
|
||||
/usr/include/c++/11/set /usr/include/c++/11/bits/stl_tree.h \
|
||||
/usr/include/c++/11/bits/stl_set.h \
|
||||
/usr/include/c++/11/bits/stl_multiset.h /usr/include/c++/11/map \
|
||||
/usr/include/c++/11/bits/stl_map.h \
|
||||
/usr/include/c++/11/bits/stl_multimap.h /usr/include/c++/11/list \
|
||||
/usr/include/c++/11/bits/stl_list.h /usr/include/c++/11/bits/list.tcc \
|
||||
/usr/include/c++/11/deque /usr/include/c++/11/bits/stl_deque.h \
|
||||
/usr/include/c++/11/bits/deque.tcc /usr/include/c++/11/valarray \
|
||||
/usr/include/c++/11/algorithm \
|
||||
/usr/include/c++/11/pstl/glue_algorithm_defs.h \
|
||||
/usr/include/c++/11/bits/valarray_array.h \
|
||||
/usr/include/c++/11/bits/valarray_array.tcc \
|
||||
/usr/include/c++/11/bits/valarray_before.h \
|
||||
/usr/include/c++/11/bits/slice_array.h \
|
||||
/usr/include/c++/11/bits/valarray_after.h \
|
||||
/usr/include/c++/11/bits/gslice.h \
|
||||
/usr/include/c++/11/bits/gslice_array.h \
|
||||
/usr/include/c++/11/bits/mask_array.h \
|
||||
/usr/include/c++/11/bits/indirect_array.h /usr/include/c++/11/variant \
|
||||
/usr/include/c++/11/bits/parse_numbers.h /usr/include/pybind11/numpy.h \
|
||||
/usr/include/pybind11/complex.h /usr/include/c++/11/complex \
|
||||
/usr/include/c++/11/sstream /usr/include/c++/11/bits/sstream.tcc \
|
||||
/usr/include/c++/11/numeric /usr/include/c++/11/bits/stl_numeric.h \
|
||||
/usr/include/c++/11/pstl/glue_numeric_defs.h \
|
||||
/usr/include/pybind11/eigen.h /usr/include/eigen3/Eigen/Core \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Macros.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ConfigureVectorization.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/mmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/emmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/xmmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/mm_malloc.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/omp.h \
|
||||
/usr/include/c++/11/cassert /usr/include/c++/11/climits \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Constants.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Meta.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Memory.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/IntegralConstant.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/SymbolicIndex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NumTraits.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/Half.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/BFloat16.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/TypeCasting.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/StlFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/IndexedViewHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ReshapedHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArithmeticSequence.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/IO.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ReshapedMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ReshapedMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MatrixBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/EigenBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Product.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CoreEvaluators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/AssignEvaluator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Assign.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArrayBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseStorage.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NestByValue.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NoAlias.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Matrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Array.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Dot.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/StableNorm.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Stride.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MapBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Map.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Ref.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Block.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/VectorBlock.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/IndexedView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Reshaped.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Transpose.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Diagonal.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Redux.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Visitor.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Fuzzy.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Swap.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Solve.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Inverse.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SolverBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Transpositions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h \
|
||||
/usr/include/c++/11/atomic \
|
||||
/usr/include/eigen3/Eigen/src/Core/ProductEvaluators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/BandMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CoreIterators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ConditionEstimator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Select.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PartialReduxEvaluator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Random.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Replicate.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Reverse.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/StlIterators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h \
|
||||
/usr/include/eigen3/Eigen/SparseCore /usr/include/eigen3/Eigen/Core \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseUtil.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseAssign.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/CompressedStorage.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/AmbiVector.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMap.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/MappedSparseMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseVector.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseRef.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseTranspose.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseBlock.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDot.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseRedux.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseView.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseTriangularView.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparsePermutation.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseFuzzy.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSolverBase.h \
|
||||
/usr/include/pybind11/functional.h \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/points/point_cloud.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/points/traits.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/kdtree_omp.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/kdtree.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/traits.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/projection.hpp \
|
||||
/usr/include/eigen3/Eigen/Eigen /usr/include/eigen3/Eigen/Dense \
|
||||
/usr/include/eigen3/Eigen/LU /usr/include/eigen3/Eigen/src/misc/Kernel.h \
|
||||
/usr/include/eigen3/Eigen/src/misc/Image.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/FullPivLU.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/Determinant.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/InverseImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/arch/InverseSize4.h \
|
||||
/usr/include/eigen3/Eigen/Cholesky /usr/include/eigen3/Eigen/Jacobi \
|
||||
/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h \
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LLT.h \
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h \
|
||||
/usr/include/eigen3/Eigen/QR /usr/include/eigen3/Eigen/Householder \
|
||||
/usr/include/eigen3/Eigen/src/Householder/Householder.h \
|
||||
/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h \
|
||||
/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h \
|
||||
/usr/include/eigen3/Eigen/SVD \
|
||||
/usr/include/eigen3/Eigen/src/misc/RealSvd2x2.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/SVDBase.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/BDCSVD.h \
|
||||
/usr/include/eigen3/Eigen/Geometry \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Transform.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Translation.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Scaling.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SIMD.h \
|
||||
/usr/include/eigen3/Eigen/Eigenvalues \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h \
|
||||
/usr/include/eigen3/Eigen/Sparse /usr/include/eigen3/Eigen/SparseCore \
|
||||
/usr/include/eigen3/Eigen/OrderingMethods \
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Amd.h \
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Ordering.h \
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h \
|
||||
/usr/include/eigen3/Eigen/SparseCholesky \
|
||||
/usr/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h \
|
||||
/usr/include/eigen3/Eigen/SparseLU \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_gemm_kernel.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Structs.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLUImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseColEtree.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Memory.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_relax_snode.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_pivotL.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_dfs.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_kernel_bmod.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_bmod.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_column_dfs.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_column_bmod.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_pruneL.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Utils.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU.h \
|
||||
/usr/include/eigen3/Eigen/SparseQR \
|
||||
/usr/include/eigen3/Eigen/src/SparseQR/SparseQR.h \
|
||||
/usr/include/eigen3/Eigen/IterativeLinearSolvers \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/knn_result.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/factors/gicp_factor.hpp \
|
||||
/usr/include/eigen3/Eigen/Geometry \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/util/lie.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/reduction_omp.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/registration.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/factors/general_factor.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/rejector.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/reduction.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/optimizer.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/registration_result.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/termination_criteria.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/registration_helper.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/gaussian_voxelmap.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/incremental_voxelmap.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/flat_container.hpp \
|
||||
/usr/include/c++/11/queue /usr/include/c++/11/bits/stl_queue.h \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/util/fast_floor.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/util/vector3i_hash.hpp
|
||||
Binary file not shown.
|
|
@ -0,0 +1,650 @@
|
|||
CMakeFiles/small_gicp_python.dir/src/python/factors.cpp.o: \
|
||||
/home/runner/work/small_gicp/small_gicp/src/python/factors.cpp \
|
||||
/usr/include/stdc-predef.h /usr/include/c++/11/iostream \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
|
||||
/usr/include/features.h /usr/include/features-time64.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/timesize.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/long-double.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
|
||||
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
|
||||
/usr/include/c++/11/pstl/pstl_config.h /usr/include/c++/11/ostream \
|
||||
/usr/include/c++/11/ios /usr/include/c++/11/iosfwd \
|
||||
/usr/include/c++/11/bits/stringfwd.h \
|
||||
/usr/include/c++/11/bits/memoryfwd.h /usr/include/c++/11/bits/postypes.h \
|
||||
/usr/include/c++/11/cwchar /usr/include/wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/floatn-common.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/wchar2.h \
|
||||
/usr/include/c++/11/exception /usr/include/c++/11/bits/exception.h \
|
||||
/usr/include/c++/11/bits/exception_ptr.h \
|
||||
/usr/include/c++/11/bits/exception_defines.h \
|
||||
/usr/include/c++/11/bits/cxxabi_init_exception.h \
|
||||
/usr/include/c++/11/typeinfo /usr/include/c++/11/bits/hash_bytes.h \
|
||||
/usr/include/c++/11/new /usr/include/c++/11/bits/move.h \
|
||||
/usr/include/c++/11/type_traits \
|
||||
/usr/include/c++/11/bits/nested_exception.h \
|
||||
/usr/include/c++/11/bits/char_traits.h \
|
||||
/usr/include/c++/11/bits/stl_algobase.h \
|
||||
/usr/include/c++/11/bits/functexcept.h \
|
||||
/usr/include/c++/11/bits/cpp_type_traits.h \
|
||||
/usr/include/c++/11/ext/type_traits.h \
|
||||
/usr/include/c++/11/ext/numeric_traits.h \
|
||||
/usr/include/c++/11/bits/stl_pair.h \
|
||||
/usr/include/c++/11/bits/stl_iterator_base_types.h \
|
||||
/usr/include/c++/11/bits/stl_iterator_base_funcs.h \
|
||||
/usr/include/c++/11/bits/concept_check.h \
|
||||
/usr/include/c++/11/debug/assertions.h \
|
||||
/usr/include/c++/11/bits/stl_iterator.h \
|
||||
/usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \
|
||||
/usr/include/c++/11/bits/predefined_ops.h /usr/include/c++/11/cstdint \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/time64.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
|
||||
/usr/include/c++/11/bits/localefwd.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
|
||||
/usr/include/c++/11/clocale /usr/include/locale.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \
|
||||
/usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/endianness.h \
|
||||
/usr/include/c++/11/bits/ios_base.h /usr/include/c++/11/ext/atomicity.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/time_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/sched.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/time.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/timex.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/single_threaded.h \
|
||||
/usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \
|
||||
/usr/include/c++/11/bits/allocator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
|
||||
/usr/include/c++/11/ext/new_allocator.h \
|
||||
/usr/include/c++/11/bits/ostream_insert.h \
|
||||
/usr/include/c++/11/bits/cxxabi_forced.h \
|
||||
/usr/include/c++/11/bits/stl_function.h \
|
||||
/usr/include/c++/11/backward/binders.h \
|
||||
/usr/include/c++/11/bits/range_access.h \
|
||||
/usr/include/c++/11/initializer_list \
|
||||
/usr/include/c++/11/bits/basic_string.h \
|
||||
/usr/include/c++/11/ext/alloc_traits.h \
|
||||
/usr/include/c++/11/bits/alloc_traits.h \
|
||||
/usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/string_view \
|
||||
/usr/include/c++/11/bits/functional_hash.h \
|
||||
/usr/include/c++/11/bits/string_view.tcc \
|
||||
/usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \
|
||||
/usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/select.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/select2.h /usr/include/alloca.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
|
||||
/usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \
|
||||
/usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \
|
||||
/usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/error_t.h \
|
||||
/usr/include/c++/11/bits/charconv.h \
|
||||
/usr/include/c++/11/bits/basic_string.tcc \
|
||||
/usr/include/c++/11/bits/locale_classes.tcc \
|
||||
/usr/include/c++/11/system_error \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
|
||||
/usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \
|
||||
/usr/include/c++/11/bits/streambuf.tcc \
|
||||
/usr/include/c++/11/bits/basic_ios.h \
|
||||
/usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \
|
||||
/usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
|
||||
/usr/include/c++/11/bits/streambuf_iterator.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
|
||||
/usr/include/c++/11/bits/locale_facets.tcc \
|
||||
/usr/include/c++/11/bits/basic_ios.tcc \
|
||||
/usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/istream \
|
||||
/usr/include/c++/11/bits/istream.tcc /usr/include/pybind11/pybind11.h \
|
||||
/usr/include/pybind11/attr.h /usr/include/pybind11/cast.h \
|
||||
/usr/include/pybind11/pytypes.h /usr/include/pybind11/detail/common.h \
|
||||
/usr/include/python3.10/Python.h /usr/include/python3.10/patchlevel.h \
|
||||
/usr/include/python3.10/pyconfig.h \
|
||||
/usr/include/x86_64-linux-gnu/python3.10/pyconfig.h \
|
||||
/usr/include/python3.10/pymacconfig.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
|
||||
/usr/include/linux/limits.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/string.h \
|
||||
/usr/include/strings.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/string_fortified.h \
|
||||
/usr/include/c++/11/stdlib.h /usr/include/unistd.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/posix_opt.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/environments.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/confname.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/getopt_posix.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/getopt_core.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/unistd.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/unistd_ext.h \
|
||||
/usr/include/linux/close_range.h /usr/include/assert.h \
|
||||
/usr/include/python3.10/pyport.h /usr/include/inttypes.h \
|
||||
/usr/include/c++/11/math.h /usr/include/c++/11/cmath /usr/include/math.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/math-vector.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-logb.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/fp-fast.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/iscanonical.h \
|
||||
/usr/include/c++/11/bits/specfun.h /usr/include/c++/11/limits \
|
||||
/usr/include/c++/11/tr1/gamma.tcc \
|
||||
/usr/include/c++/11/tr1/special_function_util.h \
|
||||
/usr/include/c++/11/tr1/bessel_function.tcc \
|
||||
/usr/include/c++/11/tr1/beta_function.tcc \
|
||||
/usr/include/c++/11/tr1/ell_integral.tcc \
|
||||
/usr/include/c++/11/tr1/exp_integral.tcc \
|
||||
/usr/include/c++/11/tr1/hypergeometric.tcc \
|
||||
/usr/include/c++/11/tr1/legendre_function.tcc \
|
||||
/usr/include/c++/11/tr1/modified_bessel_func.tcc \
|
||||
/usr/include/c++/11/tr1/poly_hermite.tcc \
|
||||
/usr/include/c++/11/tr1/poly_laguerre.tcc \
|
||||
/usr/include/c++/11/tr1/riemann_zeta.tcc \
|
||||
/usr/include/x86_64-linux-gnu/sys/time.h \
|
||||
/usr/include/x86_64-linux-gnu/sys/stat.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/stat.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/struct_stat.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/linux/stat.h \
|
||||
/usr/include/linux/types.h /usr/include/x86_64-linux-gnu/asm/types.h \
|
||||
/usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \
|
||||
/usr/include/x86_64-linux-gnu/asm/bitsperlong.h \
|
||||
/usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
|
||||
/usr/include/linux/stddef.h \
|
||||
/usr/include/x86_64-linux-gnu/asm/posix_types.h \
|
||||
/usr/include/x86_64-linux-gnu/asm/posix_types_64.h \
|
||||
/usr/include/asm-generic/posix_types.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/statx-generic.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h \
|
||||
/usr/include/x86_64-linux-gnu/bits/types/struct_statx.h \
|
||||
/usr/include/python3.10/exports.h /usr/include/python3.10/pymacro.h \
|
||||
/usr/include/python3.10/pymath.h /usr/include/python3.10/pymem.h \
|
||||
/usr/include/python3.10/cpython/pymem.h /usr/include/python3.10/object.h \
|
||||
/usr/include/python3.10/cpython/object.h \
|
||||
/usr/include/python3.10/objimpl.h \
|
||||
/usr/include/python3.10/cpython/objimpl.h \
|
||||
/usr/include/python3.10/typeslots.h /usr/include/python3.10/pyhash.h \
|
||||
/usr/include/python3.10/cpython/pydebug.h \
|
||||
/usr/include/python3.10/bytearrayobject.h \
|
||||
/usr/include/python3.10/cpython/bytearrayobject.h \
|
||||
/usr/include/python3.10/bytesobject.h \
|
||||
/usr/include/python3.10/cpython/bytesobject.h \
|
||||
/usr/include/python3.10/unicodeobject.h \
|
||||
/usr/include/python3.10/cpython/unicodeobject.h \
|
||||
/usr/include/python3.10/longobject.h \
|
||||
/usr/include/python3.10/longintrepr.h \
|
||||
/usr/include/python3.10/boolobject.h \
|
||||
/usr/include/python3.10/floatobject.h \
|
||||
/usr/include/python3.10/complexobject.h \
|
||||
/usr/include/python3.10/rangeobject.h \
|
||||
/usr/include/python3.10/memoryobject.h \
|
||||
/usr/include/python3.10/tupleobject.h \
|
||||
/usr/include/python3.10/cpython/tupleobject.h \
|
||||
/usr/include/python3.10/listobject.h \
|
||||
/usr/include/python3.10/cpython/listobject.h \
|
||||
/usr/include/python3.10/dictobject.h \
|
||||
/usr/include/python3.10/cpython/dictobject.h \
|
||||
/usr/include/python3.10/cpython/odictobject.h \
|
||||
/usr/include/python3.10/enumobject.h /usr/include/python3.10/setobject.h \
|
||||
/usr/include/python3.10/methodobject.h \
|
||||
/usr/include/python3.10/cpython/methodobject.h \
|
||||
/usr/include/python3.10/moduleobject.h \
|
||||
/usr/include/python3.10/funcobject.h \
|
||||
/usr/include/python3.10/classobject.h \
|
||||
/usr/include/python3.10/fileobject.h \
|
||||
/usr/include/python3.10/cpython/fileobject.h \
|
||||
/usr/include/python3.10/pycapsule.h /usr/include/python3.10/code.h \
|
||||
/usr/include/python3.10/cpython/code.h /usr/include/python3.10/pyframe.h \
|
||||
/usr/include/python3.10/traceback.h \
|
||||
/usr/include/python3.10/cpython/traceback.h \
|
||||
/usr/include/python3.10/sliceobject.h \
|
||||
/usr/include/python3.10/cellobject.h \
|
||||
/usr/include/python3.10/iterobject.h \
|
||||
/usr/include/python3.10/cpython/initconfig.h \
|
||||
/usr/include/python3.10/genobject.h /usr/include/python3.10/pystate.h \
|
||||
/usr/include/python3.10/cpython/pystate.h \
|
||||
/usr/include/python3.10/abstract.h \
|
||||
/usr/include/python3.10/cpython/abstract.h \
|
||||
/usr/include/python3.10/descrobject.h \
|
||||
/usr/include/python3.10/genericaliasobject.h \
|
||||
/usr/include/python3.10/warnings.h \
|
||||
/usr/include/python3.10/weakrefobject.h \
|
||||
/usr/include/python3.10/structseq.h \
|
||||
/usr/include/python3.10/namespaceobject.h \
|
||||
/usr/include/python3.10/cpython/picklebufobject.h \
|
||||
/usr/include/python3.10/cpython/pytime.h \
|
||||
/usr/include/python3.10/codecs.h /usr/include/python3.10/pyerrors.h \
|
||||
/usr/include/python3.10/cpython/pyerrors.h \
|
||||
/usr/include/python3.10/pythread.h /usr/include/python3.10/context.h \
|
||||
/usr/include/python3.10/modsupport.h /usr/include/python3.10/compile.h \
|
||||
/usr/include/python3.10/cpython/compile.h \
|
||||
/usr/include/python3.10/pythonrun.h \
|
||||
/usr/include/python3.10/cpython/pythonrun.h \
|
||||
/usr/include/python3.10/pylifecycle.h \
|
||||
/usr/include/python3.10/cpython/pylifecycle.h \
|
||||
/usr/include/python3.10/ceval.h /usr/include/python3.10/cpython/ceval.h \
|
||||
/usr/include/python3.10/sysmodule.h \
|
||||
/usr/include/python3.10/cpython/sysmodule.h \
|
||||
/usr/include/python3.10/osmodule.h /usr/include/python3.10/intrcheck.h \
|
||||
/usr/include/python3.10/import.h \
|
||||
/usr/include/python3.10/cpython/import.h \
|
||||
/usr/include/python3.10/bltinmodule.h /usr/include/python3.10/eval.h \
|
||||
/usr/include/python3.10/cpython/pyctype.h \
|
||||
/usr/include/python3.10/pystrtod.h /usr/include/python3.10/pystrcmp.h \
|
||||
/usr/include/python3.10/fileutils.h \
|
||||
/usr/include/python3.10/cpython/fileutils.h \
|
||||
/usr/include/python3.10/cpython/pyfpe.h \
|
||||
/usr/include/python3.10/tracemalloc.h \
|
||||
/usr/include/python3.10/frameobject.h \
|
||||
/usr/include/python3.10/cpython/frameobject.h \
|
||||
/usr/include/python3.10/pythread.h /usr/include/c++/11/cstddef \
|
||||
/usr/include/c++/11/cstring /usr/include/c++/11/forward_list \
|
||||
/usr/include/c++/11/bits/forward_list.h \
|
||||
/usr/include/c++/11/ext/aligned_buffer.h \
|
||||
/usr/include/c++/11/bits/forward_list.tcc /usr/include/c++/11/vector \
|
||||
/usr/include/c++/11/bits/stl_uninitialized.h \
|
||||
/usr/include/c++/11/bits/stl_vector.h \
|
||||
/usr/include/c++/11/bits/stl_bvector.h \
|
||||
/usr/include/c++/11/bits/vector.tcc /usr/include/c++/11/unordered_set \
|
||||
/usr/include/c++/11/bits/hashtable.h \
|
||||
/usr/include/c++/11/bits/hashtable_policy.h /usr/include/c++/11/tuple \
|
||||
/usr/include/c++/11/utility /usr/include/c++/11/bits/stl_relops.h \
|
||||
/usr/include/c++/11/array /usr/include/c++/11/bits/uses_allocator.h \
|
||||
/usr/include/c++/11/bits/invoke.h \
|
||||
/usr/include/c++/11/bits/enable_special_members.h \
|
||||
/usr/include/c++/11/bits/node_handle.h \
|
||||
/usr/include/c++/11/bits/unordered_set.h \
|
||||
/usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/unordered_map \
|
||||
/usr/include/c++/11/bits/unordered_map.h /usr/include/c++/11/memory \
|
||||
/usr/include/c++/11/bits/stl_tempbuf.h \
|
||||
/usr/include/c++/11/bits/stl_raw_storage_iter.h \
|
||||
/usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \
|
||||
/usr/include/c++/11/bits/unique_ptr.h \
|
||||
/usr/include/c++/11/bits/shared_ptr.h \
|
||||
/usr/include/c++/11/bits/shared_ptr_base.h \
|
||||
/usr/include/c++/11/bits/allocated_ptr.h \
|
||||
/usr/include/c++/11/bits/refwrap.h /usr/include/c++/11/ext/concurrence.h \
|
||||
/usr/include/c++/11/bits/shared_ptr_atomic.h \
|
||||
/usr/include/c++/11/bits/atomic_base.h \
|
||||
/usr/include/c++/11/bits/atomic_lockfree_defines.h \
|
||||
/usr/include/c++/11/backward/auto_ptr.h \
|
||||
/usr/include/c++/11/pstl/glue_memory_defs.h \
|
||||
/usr/include/c++/11/pstl/execution_defs.h /usr/include/c++/11/typeindex \
|
||||
/usr/include/c++/11/version /usr/include/pybind11/buffer_info.h \
|
||||
/usr/include/c++/11/optional /usr/include/pybind11/detail/descr.h \
|
||||
/usr/include/pybind11/detail/type_caster_base.h \
|
||||
/usr/include/pybind11/detail/internals.h \
|
||||
/usr/include/pybind11/detail/typeid.h /usr/include/c++/11/cxxabi.h \
|
||||
/usr/include/x86_64-linux-gnu/c++/11/bits/cxxabi_tweaks.h \
|
||||
/usr/include/c++/11/iterator /usr/include/c++/11/bits/stream_iterator.h \
|
||||
/usr/include/c++/11/functional /usr/include/c++/11/bits/std_function.h \
|
||||
/usr/include/c++/11/bits/stl_algo.h \
|
||||
/usr/include/c++/11/bits/algorithmfwd.h \
|
||||
/usr/include/c++/11/bits/stl_heap.h \
|
||||
/usr/include/c++/11/bits/uniform_int_dist.h /usr/include/pybind11/gil.h \
|
||||
/usr/include/pybind11/options.h /usr/include/pybind11/detail/class.h \
|
||||
/usr/include/pybind11/detail/init.h /usr/include/pybind11/stl.h \
|
||||
/usr/include/c++/11/set /usr/include/c++/11/bits/stl_tree.h \
|
||||
/usr/include/c++/11/bits/stl_set.h \
|
||||
/usr/include/c++/11/bits/stl_multiset.h /usr/include/c++/11/map \
|
||||
/usr/include/c++/11/bits/stl_map.h \
|
||||
/usr/include/c++/11/bits/stl_multimap.h /usr/include/c++/11/list \
|
||||
/usr/include/c++/11/bits/stl_list.h /usr/include/c++/11/bits/list.tcc \
|
||||
/usr/include/c++/11/deque /usr/include/c++/11/bits/stl_deque.h \
|
||||
/usr/include/c++/11/bits/deque.tcc /usr/include/c++/11/valarray \
|
||||
/usr/include/c++/11/algorithm \
|
||||
/usr/include/c++/11/pstl/glue_algorithm_defs.h \
|
||||
/usr/include/c++/11/bits/valarray_array.h \
|
||||
/usr/include/c++/11/bits/valarray_array.tcc \
|
||||
/usr/include/c++/11/bits/valarray_before.h \
|
||||
/usr/include/c++/11/bits/slice_array.h \
|
||||
/usr/include/c++/11/bits/valarray_after.h \
|
||||
/usr/include/c++/11/bits/gslice.h \
|
||||
/usr/include/c++/11/bits/gslice_array.h \
|
||||
/usr/include/c++/11/bits/mask_array.h \
|
||||
/usr/include/c++/11/bits/indirect_array.h /usr/include/c++/11/variant \
|
||||
/usr/include/c++/11/bits/parse_numbers.h /usr/include/pybind11/numpy.h \
|
||||
/usr/include/pybind11/complex.h /usr/include/c++/11/complex \
|
||||
/usr/include/c++/11/sstream /usr/include/c++/11/bits/sstream.tcc \
|
||||
/usr/include/c++/11/numeric /usr/include/c++/11/bits/stl_numeric.h \
|
||||
/usr/include/c++/11/pstl/glue_numeric_defs.h \
|
||||
/usr/include/pybind11/eigen.h /usr/include/eigen3/Eigen/Core \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Macros.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ConfigureVectorization.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/mmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/emmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/xmmintrin.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/mm_malloc.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/MKL_support.h \
|
||||
/usr/lib/gcc/x86_64-linux-gnu/11/include/omp.h \
|
||||
/usr/include/c++/11/cassert /usr/include/c++/11/climits \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Constants.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Meta.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/StaticAssert.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/XprHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/Memory.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/IntegralConstant.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/SymbolicIndex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NumTraits.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GenericPacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/Half.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/BFloat16.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/TypeCasting.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/Settings.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/StlFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/IndexedViewHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ReshapedHelper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArithmeticSequence.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/IO.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ReshapedMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ReshapedMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MatrixBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/EigenBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Product.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CoreEvaluators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/AssignEvaluator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Assign.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArrayBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/BlasUtil.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DenseStorage.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NestByValue.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ReturnByValue.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/NoAlias.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PlainObjectBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Matrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Array.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CwiseUnaryView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Dot.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/StableNorm.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Stride.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/MapBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Map.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Ref.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Block.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/VectorBlock.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/IndexedView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Reshaped.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Transpose.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DiagonalMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Diagonal.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/DiagonalProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Redux.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Visitor.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Fuzzy.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Swap.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CommaInitializer.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GeneralProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Solve.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Inverse.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SolverBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PermutationMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Transpositions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/TriangularMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SelfAdjointView.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/Parallelizer.h \
|
||||
/usr/include/c++/11/atomic \
|
||||
/usr/include/eigen3/Eigen/src/Core/ProductEvaluators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/SolveTriangular.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/BandMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/CoreIterators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ConditionEstimator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/BooleanRedux.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Select.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/VectorwiseOp.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/PartialReduxEvaluator.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Random.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Replicate.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/Reverse.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/ArrayWrapper.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/StlIterators.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/GlobalFunctions.h \
|
||||
/usr/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h \
|
||||
/usr/include/eigen3/Eigen/SparseCore /usr/include/eigen3/Eigen/Core \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseUtil.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h \
|
||||
/usr/include/eigen3/Eigen/src/plugins/BlockMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseAssign.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/CompressedStorage.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/AmbiVector.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseMap.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/MappedSparseMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseVector.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseRef.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseCwiseBinaryOp.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseTranspose.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseBlock.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDot.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseRedux.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseView.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseTriangularView.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparsePermutation.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseFuzzy.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseSolverBase.h \
|
||||
/usr/include/pybind11/functional.h \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/factors/icp_factor.hpp \
|
||||
/usr/include/eigen3/Eigen/Geometry /usr/include/eigen3/Eigen/SVD \
|
||||
/usr/include/eigen3/Eigen/QR /usr/include/eigen3/Eigen/Cholesky \
|
||||
/usr/include/eigen3/Eigen/Jacobi \
|
||||
/usr/include/eigen3/Eigen/src/Jacobi/Jacobi.h \
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LLT.h \
|
||||
/usr/include/eigen3/Eigen/src/Cholesky/LDLT.h \
|
||||
/usr/include/eigen3/Eigen/Householder \
|
||||
/usr/include/eigen3/Eigen/src/Householder/Householder.h \
|
||||
/usr/include/eigen3/Eigen/src/Householder/HouseholderSequence.h \
|
||||
/usr/include/eigen3/Eigen/src/Householder/BlockHouseholder.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/HouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h \
|
||||
/usr/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h \
|
||||
/usr/include/eigen3/Eigen/src/misc/RealSvd2x2.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/SVDBase.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/JacobiSVD.h \
|
||||
/usr/include/eigen3/Eigen/src/SVD/BDCSVD.h /usr/include/eigen3/Eigen/LU \
|
||||
/usr/include/eigen3/Eigen/src/misc/Kernel.h \
|
||||
/usr/include/eigen3/Eigen/src/misc/Image.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/FullPivLU.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/PartialPivLU.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/Determinant.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/InverseImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/LU/arch/InverseSize4.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/OrthoMethods.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/EulerAngles.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Homogeneous.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/RotationBase.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Rotation2D.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Quaternion.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/AngleAxis.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Transform.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Translation.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Scaling.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Hyperplane.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/AlignedBox.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/Umeyama.h \
|
||||
/usr/include/eigen3/Eigen/src/Geometry/arch/Geometry_SIMD.h \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/util/lie.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/traits.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/points/traits.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/factors/plane_icp_factor.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/factors/gicp_factor.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/points/point_cloud.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/kdtree_omp.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/kdtree.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/projection.hpp \
|
||||
/usr/include/eigen3/Eigen/Eigen /usr/include/eigen3/Eigen/Dense \
|
||||
/usr/include/eigen3/Eigen/Geometry /usr/include/eigen3/Eigen/Eigenvalues \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h \
|
||||
/usr/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h \
|
||||
/usr/include/eigen3/Eigen/Sparse /usr/include/eigen3/Eigen/SparseCore \
|
||||
/usr/include/eigen3/Eigen/OrderingMethods \
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Amd.h \
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Ordering.h \
|
||||
/usr/include/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h \
|
||||
/usr/include/eigen3/Eigen/SparseCholesky \
|
||||
/usr/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h \
|
||||
/usr/include/eigen3/Eigen/SparseLU \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_gemm_kernel.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Structs.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLUImpl.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseCore/SparseColEtree.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Memory.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_relax_snode.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_pivotL.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_dfs.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_kernel_bmod.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_bmod.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_column_dfs.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_column_bmod.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_pruneL.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU_Utils.h \
|
||||
/usr/include/eigen3/Eigen/src/SparseLU/SparseLU.h \
|
||||
/usr/include/eigen3/Eigen/SparseQR \
|
||||
/usr/include/eigen3/Eigen/src/SparseQR/SparseQR.h \
|
||||
/usr/include/eigen3/Eigen/IterativeLinearSolvers \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h \
|
||||
/usr/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/ann/knn_result.hpp \
|
||||
/home/runner/work/small_gicp/small_gicp/include/small_gicp/registration/rejector.hpp
|
||||
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue