Skip to content

Commit fa2c887

Browse files
updated 2.4.0 docs
1 parent 5493534 commit fa2c887

14 files changed

+234
-58
lines changed

docs/Releases.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
<div class="contents">
105105
<div class="textblock"><p>This page summarizes the release notes of Cpp-Taskflow.</p>
106106
<p><a class="el" href="master-branch.html">Master Branch (GitHub)</a> <br />
107+
<a class="el" href="release-2-4-0.html">Release 2.4.0 (2020/03/25)</a> <br />
107108
<a class="el" href="release-2-3-1.html">Release 2.3.1 (2020/03/13)</a> <br />
108109
<a class="el" href="release-2-3-0.html">Release 2.3.0 (2020/02/27)</a> <br />
109110
<a class="el" href="release-2-2-0.html">Release 2.2.0 (2019/06/15)</a> <br />

docs/Releases.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ var Releases =
77
[ "Deprecated Items", "master-branch.html#master-branch_deprecated_items", null ],
88
[ "Miscellaneous Items", "master-branch.html#master-branch_miscellaneous_items", null ]
99
] ],
10+
[ "Release 2.4.0 (2020/03/25)", "release-2-4-0.html", [
11+
[ "Download", "release-2-4-0.html#release-2-4-0_download", null ],
12+
[ "New Features", "release-2-4-0.html#release-2-4-0_new_features", null ],
13+
[ "Bug Fixes", "release-2-4-0.html#release-2-4-0_bug_fixes", null ],
14+
[ "Miscellaneous Items", "release-2-4-0.html#release-2-4-0_miscellaneous_items", null ]
15+
] ],
1016
[ "Release 2.3.1 (2020/03/13)", "release-2-3-1.html", [
1117
[ "Download", "release-2-3-1.html#release-2-3-1_download", null ],
1218
[ "Bug Fixes", "release-2-3-1.html#release-2-3-1_bug_fixes", null ]

docs/master-branch.html

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,24 +109,15 @@ <h1><a class="anchor" id="master-branch_download"></a>
109109
<h1><a class="anchor" id="master-branch_new_features"></a>
110110
Working Items</h1>
111111
<ul>
112-
<li>enhancing the performance of work stealing algorithm </li>
113-
<li>enhancing the interface of concurrent CPU-GPU tasking </li>
114-
<li>adding a new method <a class="el" href="classtf_1_1Executor.html#a6d6c28ed58211e4c27a99571e5bf0b6c" title="queries the number of running topologies at the time of this call ">tf::Executor::num_topologies</a> to query the number of running taskflows in an executor </li>
115-
<li>adding <a class="elRef" doxygen="/Users/twhuang/PhD/Code/cpp-taskflow/doxygen/cppreference-doxygen-web.tag.xml:http://en.cppreference.com/w/" href="http://en.cppreference.com/w/cpp/utility/hash.html">std::hash</a> support for <a class="el" href="classtf_1_1Task.html" title="handle to a node in a task dependency graph ">tf::Task</a></li>
112+
<li>enhancing the performance of the work-stealing algorithm </li>
113+
<li>enhancing the interface of concurrent CPU-GPU tasking</li>
116114
</ul>
117115
<h1><a class="anchor" id="master-branch_bug_fixes"></a>
118116
Bug Fixes</h1>
119-
<ul>
120-
<li>fixed the bug in nested executor (<a href="https://github.com/cpp-taskflow/cpp-taskflow/issues/152">#152</a>) and added unit tests for nested runs </li>
121-
<li>fixed the nameless union/struct extension warning in MS environment (<a href="https://github.com/cpp-taskflow/cpp-taskflow/issues/153">#153</a>)</li>
122-
</ul>
123117
<h1><a class="anchor" id="master-branch_deprecated_items"></a>
124118
Deprecated Items</h1>
125119
<h1><a class="anchor" id="master-branch_miscellaneous_items"></a>
126120
Miscellaneous Items</h1>
127-
<ul>
128-
<li>changed join counter type to <a class="elRef" doxygen="/Users/twhuang/PhD/Code/cpp-taskflow/doxygen/cppreference-doxygen-web.tag.xml:http://en.cppreference.com/w/" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> </li>
129-
</ul>
130121
</div></div><!-- contents -->
131122
</div><!-- doc-content -->
132123
<!-- start footer part -->

docs/navtreeindex0.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -235,19 +235,19 @@ var NAVTREEINDEX0 =
235235
"master-branch.html#master-branch_new_features":[1,0,1],
236236
"observer_8hpp_source.html":[6,0,6],
237237
"pages.html":[],
238-
"release-2-0-0.html":[1,5],
239-
"release-2-0-0.html#release-2-0-0_breaks_and_deprecated_features":[1,5,3],
240-
"release-2-0-0.html#release-2-0-0_bug_fixes":[1,5,4],
241-
"release-2-0-0.html#release-2-0-0_download":[1,5,0],
242-
"release-2-0-0.html#release-2-0-0_improvements_enhancements":[1,5,2],
243-
"release-2-0-0.html#release-2-0-0_new_features":[1,5,1],
244-
"release-2-1-0.html":[1,4],
245-
"release-2-1-0.html#release-2-1-0_breaks_and_deprecated_features":[1,4,3],
246-
"release-2-1-0.html#release-2-1-0_bug_fixes":[1,4,4],
247-
"release-2-1-0.html#release-2-1-0_download":[1,4,0],
248-
"release-2-1-0.html#release-2-1-0_improvements_enhancements":[1,4,2],
249-
"release-2-1-0.html#release-2-1-0_new_features":[1,4,1],
250-
"release-2-2-0.html":[1,3],
251-
"release-2-2-0.html#release-2-2-0_breaks_and_deprecated_features":[1,3,2],
252-
"release-2-2-0.html#release-2-2-0_download":[1,3,0]
238+
"release-2-0-0.html":[1,6],
239+
"release-2-0-0.html#release-2-0-0_breaks_and_deprecated_features":[1,6,3],
240+
"release-2-0-0.html#release-2-0-0_bug_fixes":[1,6,4],
241+
"release-2-0-0.html#release-2-0-0_download":[1,6,0],
242+
"release-2-0-0.html#release-2-0-0_improvements_enhancements":[1,6,2],
243+
"release-2-0-0.html#release-2-0-0_new_features":[1,6,1],
244+
"release-2-1-0.html":[1,5],
245+
"release-2-1-0.html#release-2-1-0_breaks_and_deprecated_features":[1,5,3],
246+
"release-2-1-0.html#release-2-1-0_bug_fixes":[1,5,4],
247+
"release-2-1-0.html#release-2-1-0_download":[1,5,0],
248+
"release-2-1-0.html#release-2-1-0_improvements_enhancements":[1,5,2],
249+
"release-2-1-0.html#release-2-1-0_new_features":[1,5,1],
250+
"release-2-2-0.html":[1,4],
251+
"release-2-2-0.html#release-2-2-0_breaks_and_deprecated_features":[1,4,2],
252+
"release-2-2-0.html#release-2-2-0_download":[1,4,0]
253253
};

docs/navtreeindex1.js

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
var NAVTREEINDEX1 =
22
{
3-
"release-2-2-0.html#release-2-2-0_new_features":[1,3,1],
4-
"release-2-3-0.html":[1,2],
5-
"release-2-3-0.html#release-2-3-0_bug_fixes":[1,2,2],
6-
"release-2-3-0.html#release-2-3-0_deprecated_items":[1,2,3],
7-
"release-2-3-0.html#release-2-3-0_download":[1,2,0],
8-
"release-2-3-0.html#release-2-3-0_new_features":[1,2,1],
9-
"release-2-3-1.html":[1,1],
10-
"release-2-3-1.html#release-2-3-1_bug_fixes":[1,1,1],
11-
"release-2-3-1.html#release-2-3-1_download":[1,1,0],
3+
"release-2-2-0.html#release-2-2-0_new_features":[1,4,1],
4+
"release-2-3-0.html":[1,3],
5+
"release-2-3-0.html#release-2-3-0_bug_fixes":[1,3,2],
6+
"release-2-3-0.html#release-2-3-0_deprecated_items":[1,3,3],
7+
"release-2-3-0.html#release-2-3-0_download":[1,3,0],
8+
"release-2-3-0.html#release-2-3-0_new_features":[1,3,1],
9+
"release-2-3-1.html":[1,2],
10+
"release-2-3-1.html#release-2-3-1_bug_fixes":[1,2,1],
11+
"release-2-3-1.html#release-2-3-1_download":[1,2,0],
12+
"release-2-4-0.html":[1,1],
13+
"release-2-4-0.html#release-2-4-0_bug_fixes":[1,1,2],
14+
"release-2-4-0.html#release-2-4-0_download":[1,1,0],
15+
"release-2-4-0.html#release-2-4-0_miscellaneous_items":[1,1,3],
16+
"release-2-4-0.html#release-2-4-0_new_features":[1,1,1],
1217
"structis__condition__task.html":[5,0,1],
1318
"structis__cudaflow__task.html":[5,0,2],
1419
"structis__dynamic__task.html":[5,0,3],

docs/pages.html

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -106,21 +106,22 @@
106106
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
107107
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><a class="el" href="Releases.html" target="_self">Releases</a></td><td class="desc"></td></tr>
108108
<tr id="row_0_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="master-branch.html" target="_self">Master Branch (GitHub)</a></td><td class="desc"></td></tr>
109-
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="release-2-3-1.html" target="_self">Release 2.3.1 (2020/03/13)</a></td><td class="desc"></td></tr>
110-
<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="release-2-3-0.html" target="_self">Release 2.3.0 (2020/02/27)</a></td><td class="desc"></td></tr>
111-
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="release-2-2-0.html" target="_self">Release 2.2.0 (2019/06/15)</a></td><td class="desc"></td></tr>
112-
<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="release-2-1-0.html" target="_self">Release 2.1.0 (2019/02/15)</a></td><td class="desc"></td></tr>
113-
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="release-2-0-0.html" target="_self">Release 2.0.0 (2018/08/28)</a></td><td class="desc"></td></tr>
114-
<tr id="row_1_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">&#9660;</span><a class="el" href="Cookbook.html" target="_self">Cookbook</a></td><td class="desc"></td></tr>
115-
<tr id="row_1_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter0.html" target="_self">C0: Project Motivation</a></td><td class="desc"></td></tr>
116-
<tr id="row_1_1_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter1.html" target="_self">C1: Static Tasking</a></td><td class="desc"></td></tr>
117-
<tr id="row_1_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter2.html" target="_self">C2: Executor</a></td><td class="desc"></td></tr>
118-
<tr id="row_1_3_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter3.html" target="_self">C3: Dynamic Tasking</a></td><td class="desc"></td></tr>
119-
<tr id="row_1_4_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter4.html" target="_self">C4: Conditional Tasking</a></td><td class="desc"></td></tr>
120-
<tr id="row_1_5_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter5.html" target="_self">C5: Composable Tasking</a></td><td class="desc"></td></tr>
121-
<tr id="row_1_6_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter6.html" target="_self">C6: CPU-GPU Tasking</a></td><td class="desc"></td></tr>
122-
<tr id="row_2_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="FAQ.html" target="_self">Frequently Asked Questions</a></td><td class="desc"></td></tr>
123-
<tr id="row_3_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="Reference.html" target="_self">Reference</a></td><td class="desc"></td></tr>
109+
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="release-2-4-0.html" target="_self">Release 2.4.0 (2020/03/25)</a></td><td class="desc"></td></tr>
110+
<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="release-2-3-1.html" target="_self">Release 2.3.1 (2020/03/13)</a></td><td class="desc"></td></tr>
111+
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="release-2-3-0.html" target="_self">Release 2.3.0 (2020/02/27)</a></td><td class="desc"></td></tr>
112+
<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="release-2-2-0.html" target="_self">Release 2.2.0 (2019/06/15)</a></td><td class="desc"></td></tr>
113+
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="release-2-1-0.html" target="_self">Release 2.1.0 (2019/02/15)</a></td><td class="desc"></td></tr>
114+
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="release-2-0-0.html" target="_self">Release 2.0.0 (2018/08/28)</a></td><td class="desc"></td></tr>
115+
<tr id="row_1_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">&#9660;</span><a class="el" href="Cookbook.html" target="_self">Cookbook</a></td><td class="desc"></td></tr>
116+
<tr id="row_1_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter0.html" target="_self">C0: Project Motivation</a></td><td class="desc"></td></tr>
117+
<tr id="row_1_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter1.html" target="_self">C1: Static Tasking</a></td><td class="desc"></td></tr>
118+
<tr id="row_1_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter2.html" target="_self">C2: Executor</a></td><td class="desc"></td></tr>
119+
<tr id="row_1_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter3.html" target="_self">C3: Dynamic Tasking</a></td><td class="desc"></td></tr>
120+
<tr id="row_1_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter4.html" target="_self">C4: Conditional Tasking</a></td><td class="desc"></td></tr>
121+
<tr id="row_1_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter5.html" target="_self">C5: Composable Tasking</a></td><td class="desc"></td></tr>
122+
<tr id="row_1_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a class="el" href="chapter6.html" target="_self">C6: CPU-GPU Tasking</a></td><td class="desc"></td></tr>
123+
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="FAQ.html" target="_self">Frequently Asked Questions</a></td><td class="desc"></td></tr>
124+
<tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="Reference.html" target="_self">Reference</a></td><td class="desc"></td></tr>
124125
</table>
125126
</div><!-- directory -->
126127
</div><!-- contents -->

0 commit comments

Comments
 (0)