<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/taskflow, branch master</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[Taskflow] update to 3.2.0 (#20122)</title>
<updated>2021-09-13T21:43:59+00:00</updated>
<author>
<name>chausner</name>
<email>15180557+chausner@users.noreply.github.com</email>
</author>
<published>2021-09-13T21:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0adcf54f037b5bb4837e0905ab63f0ca0d4cd3b4'/>
<id>0adcf54f037b5bb4837e0905ab63f0ca0d4cd3b4</id>
<content type='text'>
* Update taskflow to 3.2.0

* Update CI baseline

Co-authored-by: chausner &lt;chausner@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update taskflow to 3.2.0

* Update CI baseline

Co-authored-by: chausner &lt;chausner@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[taskflow] update to 3.1.0 (#17407)</title>
<updated>2021-04-23T17:48:11+00:00</updated>
<author>
<name>JonLiu1993</name>
<email>63675417+JonLiu1993@users.noreply.github.com</email>
</author>
<published>2021-04-23T17:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=68047ccea7e03456ef130645856f3150d49d1a61'/>
<id>68047ccea7e03456ef130645856f3150d49d1a61</id>
<content type='text'>
* [taskflow] update to 3.1.0

* update version</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [taskflow] update to 3.1.0

* update version</pre>
</div>
</content>
</entry>
<entry>
<title>[taskflow] update to 3.0.0 (#15894)</title>
<updated>2021-01-28T02:17:09+00:00</updated>
<author>
<name>mfornace</name>
<email>mfornace@users.noreply.github.com</email>
</author>
<published>2021-01-28T02:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=421777e4b211f647cc716f1ed9544d149ecc5778'/>
<id>421777e4b211f647cc716f1ed9544d149ecc5778</id>
<content type='text'>
* update taskflow portfile to 3.0.0

* update version

Co-authored-by: Jonliu1993 &lt;13720414433@163.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update taskflow portfile to 3.0.0

* update version

Co-authored-by: Jonliu1993 &lt;13720414433@163.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update to v2.7.0 (#15057)</title>
<updated>2020-12-12T01:00:37+00:00</updated>
<author>
<name>Rémi Bédard-Couture</name>
<email>remi.bc@outlook.com</email>
</author>
<published>2020-12-12T01:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=fb6aa6434f708c6c5159253593da2f8446e9c2ad'/>
<id>fb6aa6434f708c6c5159253593da2f8446e9c2ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[taskflow] Update cpp-taskflow 2.2.0 to taskflow 2.6.0 (#13140)</title>
<updated>2020-09-11T19:12:04+00:00</updated>
<author>
<name>mfornace</name>
<email>mfornace@users.noreply.github.com</email>
</author>
<published>2020-09-11T19:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=946fa300e7529c9739e9edbd19f82e8a8975d5bf'/>
<id>946fa300e7529c9739e9edbd19f82e8a8975d5bf</id>
<content type='text'>
* Update to 2.5.0

* Disable unit test building; 2.5.0 uses BUILD_TESTING flag

* Attempt to add /bigobj since I'm not sure how to disable building examples target

* Fix build error when building x64 targets

* Add more to the patch, remove sections with add_executable from CMakeLists.txt

* Guard with BUILD_TEST, put compile option in

* Disable CUDA

* Change name of package to taskflow

* Add patch so it's back to Cpp-Taskflow::Cpp-Taskflow...

* Update CONTROL

* Move - down to Port-Version.

* Add taskflow 2.6.0

* Update cpp-taskflow to 2.4.0 and disable test building

* Change 'cpp-taskflow' to merely depend on 'taskflow'.

* Remove osx skip.

* Fix up portfile and remove patch file since not needed for header-only

* Case fix for Linux

Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update to 2.5.0

* Disable unit test building; 2.5.0 uses BUILD_TESTING flag

* Attempt to add /bigobj since I'm not sure how to disable building examples target

* Fix build error when building x64 targets

* Add more to the patch, remove sections with add_executable from CMakeLists.txt

* Guard with BUILD_TEST, put compile option in

* Disable CUDA

* Change name of package to taskflow

* Add patch so it's back to Cpp-Taskflow::Cpp-Taskflow...

* Update CONTROL

* Move - down to Port-Version.

* Add taskflow 2.6.0

* Update cpp-taskflow to 2.4.0 and disable test building

* Change 'cpp-taskflow' to merely depend on 'taskflow'.

* Remove osx skip.

* Fix up portfile and remove patch file since not needed for header-only

* Case fix for Linux

Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</pre>
</div>
</content>
</entry>
</feed>
