Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.1.2 #46

Merged
merged 39 commits into from
Aug 27, 2021
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
9ce3c83
Use Modern CMake (#13)
friendlyanon Oct 2, 2020
ee97eb8
Fix tests (#16)
friendlyanon Oct 13, 2020
b67c214
fix include path in the sandbox and tests (#17)
David-Haim Oct 16, 2020
b496ae2
Simplify CI process (#18)
friendlyanon Oct 22, 2020
4e08bff
Simplify test lists (#19)
friendlyanon Oct 22, 2020
5c04acd
clang-format fine tuning (#20)
David-Haim Oct 23, 2020
4ee5321
Readme refactor (#21)
David-Haim Oct 30, 2020
ee5a635
threadpool test fine tune
David-Haim Oct 31, 2020
bb3edaf
revert test cmake to b496ae2f76977ee9a76cbe37230b63ec4064df2a (#28)
David-Haim Oct 31, 2020
d9bb70e
CI/CD - no xcode version is actively selected (#31)
David-Haim Nov 2, 2020
1131140
version bump + clang format
David-Haim Nov 2, 2020
3c087be
result_core refactor (#33)
David-Haim Nov 13, 2020
dd61606
Task object (#34)
David-Haim Nov 20, 2020
0057297
* move to standard coroutines on MSVC
David-Haim Dec 19, 2020
db46fc7
improvements and small fixes to 00572972740903cd00f6ffed28cca4dc7cfe42d7
David-Haim Dec 27, 2020
e7dc976
bump version to 0.0.9
David-Haim Dec 30, 2020
df560cc
Readme improvements, introduction of the task object
David-Haim Dec 31, 2020
8aaa0ce
Merge branch 'master' into develop
David-Haim Jan 1, 2021
e23e9b3
Merge remote-tracking branch 'origin/master' into develop
David-Haim Jan 14, 2021
9954189
Shared results (#37)
David-Haim Jan 16, 2021
ad4dbee
* shared_result refactor
David-Haim Feb 18, 2021
68c89f6
bump version
David-Haim Feb 20, 2021
5afa334
shared_result + executor API were added to the README
David-Haim Feb 24, 2021
679173a
Merge remote-tracking branch 'origin/master' into develop
David-Haim Feb 24, 2021
f65caad
Use explicit bool operator. (#38)
NN--- Mar 2, 2021
9661db5
* full move to ctest
David-Haim Mar 12, 2021
e9743fc
Merge branch 'develop' of https://github.com/David-Haim/concurrencpp …
David-Haim Mar 12, 2021
f5634fd
version bump
David-Haim Mar 17, 2021
5f13455
CI/CD: install clang 11 on ubuntu manually
David-Haim Mar 23, 2021
3c10fb1
Run all tests serially
David-Haim Mar 23, 2021
542fc80
Updated Readme
David-Haim Mar 26, 2021
0f6c6e8
* await_via and resolve_via are both deprecated
David-Haim Apr 18, 2021
a9112c2
shared_result refactor
David-Haim Jul 2, 2021
3672f9d
when_all refactor
David-Haim Jul 3, 2021
e70d241
when_any refactor
David-Haim Jul 7, 2021
001a1f9
* when_any_promise renamed to when_any_context
David-Haim Jul 22, 2021
6d2ad94
fix: usage of uninitialized callback in constexpr function (#43)
Ladence Jul 24, 2021
e7892f5
* readme update
David-Haim Aug 27, 2021
f4048a5
merge origin/master
David-Haim Aug 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Readme improvements, introduction of the task object
  • Loading branch information
David-Haim committed Dec 31, 2020
commit df560cc5a4ffbd871ba037a7a8a4983ead7cbfd6
Loading