Skip to content

Commit

Permalink
Merge branch 'proba' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou committed Sep 12, 2023
2 parents e543215 + 8d96865 commit 24f4b0a
Show file tree
Hide file tree
Showing 88 changed files with 792 additions and 445 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ On this launcher file, you will find an argument indicating the path to the onto
You can add your own ontology files in the argument if you want them to be loaded at the beginning of the program.

[Release-Url]: https://sarthou.github.io/ontologenius/
[Release-image]: http://img.shields.io/badge/release-v0.3.0-1eb0fc.svg
[Release-image]: http://img.shields.io/badge/release-v0.3.1-1eb0fc.svg
27 changes: 26 additions & 1 deletion docs/Download.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>Download | Ontologenius 0.3.0</title>
<title>Download | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="images/favicon.ico" rel="shortcut icon">
Expand Down Expand Up @@ -90,6 +90,31 @@ <h1 class="title">Download</h1>

<p>You have below the archives of the major versions of Ontologenius:</p>

<h2> V0.3.1 </h2>
<p>XX / XX / 2023</p>

<ul>
<li>
<a href="https://github.com/sarthou/ontologenius/archive/v0.3.1.zip" rel="nofollow">
<svg class="octicon octicon-file-zip flex-shrink-0 text-gray" width="16" height="16" viewBox="0 0 12 16" version="1.1" aria-hidden="true">
<path fill-rule="evenodd" d="M8.5 1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4.5L8.5 1zM11 14H1V2h3v1h1V2h3l3 3v9zM5 4V3h1v1H5zM4 4h1v1H4V4zm1 2V5h1v1H5zM4 6h1v1H4V6zm1 2V7h1v1H5zM4 9.28A2 2 0 0 0 3 11v1h4v-1a2 2 0 0 0-2-2V8H4v1.28zM6 10v1H4v-1h2z">
</path>
</svg>
<strong class="px-1">Source code</strong> (zip)
</a>
</li>

<li>
<a href="https://github.com/sarthou/ontologenius/archive/v0.3.1.tar.gz" rel="nofollow">
<svg class="octicon octicon-file-zip flex-shrink-0 text-gray" width="16" height="16" viewBox="0 0 12 16" version="1.1" aria-hidden="true">
<path fill-rule="evenodd" d="M8.5 1H1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4.5L8.5 1zM11 14H1V2h3v1h1V2h3l3 3v9zM5 4V3h1v1H5zM4 4h1v1H4V4zm1 2V5h1v1H5zM4 6h1v1H4V6zm1 2V7h1v1H5zM4 9.28A2 2 0 0 0 3 11v1h4v-1a2 2 0 0 0-2-2V8H4v1.28zM6 10v1H4v-1h2z">
</path>
</svg>
<strong class="px-1">Source code</strong> (tar.gz)
</a>
</li>
</ul>

<h2> V0.3.0 </h2>
<p>01 / 08 / 2023</p>

Expand Down
16 changes: 15 additions & 1 deletion docs/InstallOntologenius.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>Install | Ontologenius 0.3.0</title>
<title>Install | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="images/favicon.ico" rel="shortcut icon">
Expand Down Expand Up @@ -144,6 +144,20 @@ <h2>Test Ontologenius installation</h2>
</a>
</nav>

<h2>Improve performaces</h2>

<p>If you really need huge performaces, you can use the tcmalloc library which provide custom allocators.</p>

<div class="code_block">
<p>sudo apt install libtcmalloc-minimal4</p>
</div>

<p>You can now use the dedicated ontologenius launch argument by providing the path toward the tcmalloc library. To find the path use the following:</p>

<div class="code_block">
<p>find /usr -name *tcmalloc*</p>
</div>

</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/Publications.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>Publications | Ontologenius 0.3.0</title>
<title>Publications | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="images/favicon.ico" rel="shortcut icon">
Expand Down
4 changes: 2 additions & 2 deletions docs/SetUp.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>Set up | Ontologenius 0.3.0</title>
<title>Set up | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="images/favicon.ico" rel="shortcut icon">
Expand Down Expand Up @@ -132,7 +132,7 @@ <h1 class="title">Set Up Your Environnement</h1>
</div>
<p>The package.xml does not need to be modified. For the CMakeLists.txt, we will require a minimal version (optional) and include ontologenius API.</p>
<div class="code_block">
<div class="terminal_line">find_package(ontologenius 0.3.0 REQUIRED)</div>
<div class="terminal_line">find_package(ontologenius 0.3.1 REQUIRED)</div>
<div class="terminal_line">...</div>
<div class="terminal_line">catkin_package(</div>
<div class="terminal_line"># INCLUDE_DIRS include</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/ActionClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>ActionClient Class (cpp) | Ontologenius 0.3.0</title>
<title>ActionClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/ClassClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>ClassClient Class (cpp) | Ontologenius 0.3.0</title>
<title>ClassClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/ClassIndexClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>ClassIndexClient Class (cpp) | Ontologenius 0.3.0</title>
<title>ClassIndexClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/ClientBase.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>ClientBase Class (cpp) | Ontologenius 0.3.0</title>
<title>ClientBase Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/ClientBaseIndex.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>ClientBaseIndex Class (cpp) | Ontologenius 0.3.0</title>
<title>ClientBaseIndex Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/ConversionClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>ConversionClient Class (cpp) | Ontologenius 0.3.0</title>
<title>ConversionClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/CppAPI.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>C++ API (cpp) | Ontologenius 0.3.0</title>
<title>C++ API (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/DataPropertyClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>DataPropertyClient Class (cpp) | Ontologenius 0.3.0</title>
<title>DataPropertyClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/DataPropertyIndexClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>DataPropertyIndexClient Class (cpp) | Ontologenius 0.3.0</title>
<title>DataPropertyIndexClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/FeederPublisher.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>FeederPublisher Class (cpp) | Ontologenius 0.3.0</title>
<title>FeederPublisher Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/IndividualClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>IndividualClient Class (cpp) | Ontologenius 0.3.0</title>
<title>IndividualClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/IndividualIndexClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>IndividualIndexClient Class (cpp) | Ontologenius 0.3.0</title>
<title>IndividualIndexClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/ManagerClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>ManagerClient Class (cpp) | Ontologenius 0.3.0</title>
<title>ManagerClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/ObjectPropertyClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>ObjectPropertyClient Class (cpp) | Ontologenius 0.3.0</title>
<title>ObjectPropertyClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/ObjectPropertyIndexClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>ObjectPropertyIndexClient Class (cpp) | Ontologenius 0.3.0</title>
<title>ObjectPropertyIndexClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/OntologiesManipulator.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>OntologiesManipulator Class (cpp) | Ontologenius 0.3.0</title>
<title>OntologiesManipulator Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/OntologyClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>OntologyClient Class (cpp) | Ontologenius 0.3.0</title>
<title>OntologyClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/OntologyIndexClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>OntologyIndexClient Class (cpp) | Ontologenius 0.3.0</title>
<title>OntologyIndexClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/OntologyManipulator.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>OntologyManipulator Class (cpp) | Ontologenius 0.3.0</title>
<title>OntologyManipulator Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/OntologyManipulatorIndex.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>OntologyManipulatorIndex Class (cpp) | Ontologenius 0.3.0</title>
<title>OntologyManipulatorIndex Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
2 changes: 1 addition & 1 deletion docs/cpp_API/ReasonerClient.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en_US">

<head>
<title>ReasonerClient Class (cpp) | Ontologenius 0.3.0</title>
<title>ReasonerClient Class (cpp) | Ontologenius 0.3.1</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../style/ontologenius_api.css" rel="stylesheet" type="text/css">
<link href="../images/favicon.ico" rel="shortcut icon">
Expand Down
Loading

0 comments on commit 24f4b0a

Please sign in to comment.