Skip to content

Commit ac8c0bc

Browse files
committed
Update docs and version bump to v1.3.0
1 parent cdc7b50 commit ac8c0bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+4150
-1879
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ build/
3838

3939
# Journaled file system hidden files
4040
.DS_Store
41+
42+
docs/doxygen/doxygen.config

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
1.3.0

docs/_r_e_a_d_m_e_8md.html

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6-
<meta name="generator" content="Doxygen 1.9.4"/>
6+
<meta name="generator" content="Doxygen 1.15.0"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8-
<title>fortran-strings: /Users/ericengle/Projects/GitHub/fortran-strings/README.md File Reference</title>
8+
<title>fortran-strings: /Users/ericengle/Repos/GitHub/fortran-strings/README.md File Reference</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
1010
<script type="text/javascript" src="jquery.js"></script>
1111
<script type="text/javascript" src="dynsections.js"></script>
12+
<script type="text/javascript" src="clipboard.js"></script>
13+
<script type="text/javascript" src="cookie.js"></script>
1214
<link href="search/search.css" rel="stylesheet" type="text/css"/>
1315
<script type="text/javascript" src="search/searchdata.js"></script>
1416
<script type="text/javascript" src="search/search.js"></script>
@@ -21,7 +23,7 @@
2123
<tbody>
2224
<tr id="projectrow">
2325
<td id="projectalign">
24-
<div id="projectname">fortran-strings<span id="projectnumber">&#160;1.1.1</span>
26+
<div id="projectname">fortran-strings<span id="projectnumber">&#160;1.3.0</span>
2527
</div>
2628
<div id="projectbrief">Fortran library of functions for common string manipulations</div>
2729
</td>
@@ -30,21 +32,20 @@
3032
</table>
3133
</div>
3234
<!-- end header part -->
33-
<!-- Generated by Doxygen 1.9.4 -->
35+
<!-- Generated by Doxygen 1.15.0 -->
3436
<script type="text/javascript">
35-
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
36-
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
37-
/* @license-end */
37+
var searchBox = new SearchBox("searchBox", "search/",'.html');
38+
</script>
39+
<script type="text/javascript">
40+
$(function() { codefold.init(); });
3841
</script>
3942
<script type="text/javascript" src="menudata.js"></script>
4043
<script type="text/javascript" src="menu.js"></script>
4144
<script type="text/javascript">
42-
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
4345
$(function() {
44-
initMenu('',true,false,'search.php','Search');
45-
$(document).ready(function() { init_search(); });
46+
initMenu('',true,false,'search.php','Search',false);
47+
$(function() { init_search(); });
4648
});
47-
/* @license-end */
4849
</script>
4950
<div id="main-nav"></div>
5051
<!-- window showing the filter options -->
@@ -56,20 +57,29 @@
5657

5758
<!-- iframe showing the search results (closed by default) -->
5859
<div id="MSearchResultsWindow">
59-
<iframe src="javascript:void(0)" frameborder="0"
60-
name="MSearchResults" id="MSearchResults">
61-
</iframe>
60+
<div id="MSearchResults">
61+
<div class="SRPage">
62+
<div id="SRIndex">
63+
<div id="SRResults"></div>
64+
<div class="SRStatus" id="Loading">Loading...</div>
65+
<div class="SRStatus" id="Searching">Searching...</div>
66+
<div class="SRStatus" id="NoMatches">No Matches</div>
67+
</div>
68+
</div>
69+
</div>
6270
</div>
6371

6472
</div><!-- top -->
73+
<div id="doc-content">
6574
<div class="header">
66-
<div class="headertitle"><div class="title">/Users/ericengle/Projects/GitHub/fortran-strings/README.md File Reference</div></div>
75+
<div class="headertitle"><div class="title">/Users/ericengle/Repos/GitHub/fortran-strings/README.md File Reference</div></div>
6776
</div><!--header-->
6877
<div class="contents">
6978
</div><!-- contents -->
7079
<!-- start footer part -->
7180
<hr class="footer"/><address class="footer"><small>
72-
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.4
81+
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.15.0
7382
</small></address>
83+
</div><!-- doc-content -->
7484
</body>
7585
</html>

docs/clipboard.js

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
/**
2+
3+
The code below is based on the Doxygen Awesome project, see
4+
https://github.com/jothepro/doxygen-awesome-css
5+
6+
MIT License
7+
8+
Copyright (c) 2021 - 2022 jothepro
9+
10+
Permission is hereby granted, free of charge, to any person obtaining a copy
11+
of this software and associated documentation files (the "Software"), to deal
12+
in the Software without restriction, including without limitation the rights
13+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14+
copies of the Software, and to permit persons to whom the Software is
15+
furnished to do so, subject to the following conditions:
16+
17+
The above copyright notice and this permission notice shall be included in all
18+
copies or substantial portions of the Software.
19+
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26+
SOFTWARE.
27+
28+
*/
29+
30+
let clipboard_title = "Copy to clipboard"
31+
let clipboard_icon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="#888" d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg>`
32+
let clipboard_successIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>`
33+
let clipboard_successDuration = 1000
34+
35+
$(function() {
36+
if(navigator.clipboard) {
37+
const fragments = document.getElementsByClassName("fragment")
38+
for(const fragment of fragments) {
39+
const clipboard_div = document.createElement("div")
40+
clipboard_div.classList.add("clipboard")
41+
clipboard_div.innerHTML = clipboard_icon
42+
clipboard_div.title = clipboard_title
43+
$(clipboard_div).click(function() {
44+
const content = this.parentNode.cloneNode(true)
45+
// filter out line number and folded fragments from file listings
46+
content.querySelectorAll(".lineno, .ttc, .foldclosed").forEach((node) => { node.remove() })
47+
let text = content.textContent
48+
// remove trailing newlines and trailing spaces from empty lines
49+
text = text.replace(/^\s*\n/gm,'\n').replace(/\n*$/,'')
50+
navigator.clipboard.writeText(text);
51+
this.classList.add("success")
52+
this.innerHTML = clipboard_successIcon
53+
window.setTimeout(() => { // switch back to normal icon after timeout
54+
this.classList.remove("success")
55+
this.innerHTML = clipboard_icon
56+
}, clipboard_successDuration);
57+
})
58+
fragment.insertBefore(clipboard_div, fragment.firstChild)
59+
}
60+
}
61+
})

docs/cookie.js

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
/*!
2+
Cookie helper functions
3+
Copyright (c) 2023 Dimitri van Heesch
4+
Released under MIT license.
5+
*/
6+
let Cookie = {
7+
cookie_namespace: 'doxygen_',
8+
9+
readSetting(cookie,defVal) {
10+
if (window.chrome) {
11+
const val = localStorage.getItem(this.cookie_namespace+cookie) ||
12+
sessionStorage.getItem(this.cookie_namespace+cookie);
13+
if (val) return val;
14+
} else {
15+
let myCookie = this.cookie_namespace+cookie+"=";
16+
if (document.cookie) {
17+
const index = document.cookie.indexOf(myCookie);
18+
if (index != -1) {
19+
const valStart = index + myCookie.length;
20+
let valEnd = document.cookie.indexOf(";", valStart);
21+
if (valEnd == -1) {
22+
valEnd = document.cookie.length;
23+
}
24+
return document.cookie.substring(valStart, valEnd);
25+
}
26+
}
27+
}
28+
return defVal;
29+
},
30+
31+
writeSetting(cookie,val,days=10*365) { // default days='forever', 0=session cookie, -1=delete
32+
if (window.chrome) {
33+
if (days==0) {
34+
sessionStorage.setItem(this.cookie_namespace+cookie,val);
35+
} else {
36+
localStorage.setItem(this.cookie_namespace+cookie,val);
37+
}
38+
} else {
39+
let date = new Date();
40+
date.setTime(date.getTime()+(days*24*60*60*1000));
41+
const expiration = days!=0 ? "expires="+date.toGMTString()+";" : "";
42+
document.cookie = this.cookie_namespace + cookie + "=" +
43+
val + "; SameSite=Lax;" + expiration + "path=/";
44+
}
45+
},
46+
47+
eraseSetting(cookie) {
48+
if (window.chrome) {
49+
if (localStorage.getItem(this.cookie_namespace+cookie)) {
50+
localStorage.removeItem(this.cookie_namespace+cookie);
51+
} else if (sessionStorage.getItem(this.cookie_namespace+cookie)) {
52+
sessionStorage.removeItem(this.cookie_namespace+cookie);
53+
}
54+
} else {
55+
this.writeSetting(cookie,'',-1);
56+
}
57+
},
58+
}
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5+
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6+
<meta name="generator" content="Doxygen 1.15.0"/>
7+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8+
<title>fortran-strings: /Users/ericengle/Repos/GitHub/fortran-strings/tests Directory Reference</title>
9+
<link href="tabs.css" rel="stylesheet" type="text/css"/>
10+
<script type="text/javascript" src="jquery.js"></script>
11+
<script type="text/javascript" src="dynsections.js"></script>
12+
<script type="text/javascript" src="clipboard.js"></script>
13+
<script type="text/javascript" src="cookie.js"></script>
14+
<link href="search/search.css" rel="stylesheet" type="text/css"/>
15+
<script type="text/javascript" src="search/searchdata.js"></script>
16+
<script type="text/javascript" src="search/search.js"></script>
17+
<link href="doxygen.css" rel="stylesheet" type="text/css" />
18+
</head>
19+
<body>
20+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
21+
<div id="titlearea">
22+
<table cellspacing="0" cellpadding="0">
23+
<tbody>
24+
<tr id="projectrow">
25+
<td id="projectalign">
26+
<div id="projectname">fortran-strings<span id="projectnumber">&#160;1.3.0</span>
27+
</div>
28+
<div id="projectbrief">Fortran library of functions for common string manipulations</div>
29+
</td>
30+
</tr>
31+
</tbody>
32+
</table>
33+
</div>
34+
<!-- end header part -->
35+
<!-- Generated by Doxygen 1.15.0 -->
36+
<script type="text/javascript">
37+
var searchBox = new SearchBox("searchBox", "search/",'.html');
38+
</script>
39+
<script type="text/javascript">
40+
$(function() { codefold.init(); });
41+
</script>
42+
<script type="text/javascript" src="menudata.js"></script>
43+
<script type="text/javascript" src="menu.js"></script>
44+
<script type="text/javascript">
45+
$(function() {
46+
initMenu('',true,false,'search.php','Search',false);
47+
$(function() { init_search(); });
48+
});
49+
</script>
50+
<div id="main-nav"></div>
51+
<!-- window showing the filter options -->
52+
<div id="MSearchSelectWindow"
53+
onmouseover="return searchBox.OnSearchSelectShow()"
54+
onmouseout="return searchBox.OnSearchSelectHide()"
55+
onkeydown="return searchBox.OnSearchSelectKey(event)">
56+
</div>
57+
58+
<!-- iframe showing the search results (closed by default) -->
59+
<div id="MSearchResultsWindow">
60+
<div id="MSearchResults">
61+
<div class="SRPage">
62+
<div id="SRIndex">
63+
<div id="SRResults"></div>
64+
<div class="SRStatus" id="Loading">Loading...</div>
65+
<div class="SRStatus" id="Searching">Searching...</div>
66+
<div class="SRStatus" id="NoMatches">No Matches</div>
67+
</div>
68+
</div>
69+
</div>
70+
</div>
71+
72+
<div id="nav-path" class="navpath">
73+
<ul>
74+
<li class="navelem"><a href="dir_59425e443f801f1f2fd8bbe4959a3ccf.html">tests</a></li> </ul>
75+
</div>
76+
</div><!-- top -->
77+
<div id="doc-content">
78+
<div class="header">
79+
<div class="headertitle"><div class="title">tests Directory Reference</div></div>
80+
</div><!--header-->
81+
<div class="contents">
82+
<table class="memberdecls">
83+
<tr class="heading"><td colspan="2"><h2 id="header-files" class="groupheader"><a id="files" name="files"></a>
84+
Files</h2></td></tr>
85+
<tr class="memitem:test_5Ffortran_5Fstrings_2Ef90" id="r_test_5Ffortran_5Fstrings_2Ef90"><td class="memItemLeft" align="right" valign="top"><span class="icondoc"><div class="doc-icon"></div></span>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="test__fortran__strings_8f90.html">test_fortran_strings.f90</a></td></tr>
86+
</table>
87+
</div><!-- contents -->
88+
<!-- start footer part -->
89+
<hr class="footer"/><address class="footer"><small>
90+
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.15.0
91+
</small></address>
92+
</div><!-- doc-content -->
93+
</body>
94+
</html>

0 commit comments

Comments
 (0)