Skip to content

Tags: iboB/xec

Tags

v1.5.2

Toggle v1.5.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
iboB Borislav Stanimirov
fix MinGW build with posix threads

v1.5.1

Toggle v1.5.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
iboB Borislav Stanimirov
latest deps, thread name fixes:

- return error if name cannot be set
- fix getting of names on android

v1.5.0

Toggle v1.5.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
iboB Borislav Stanimirov
unique_ptr context (executor owns context)

LocalExecution
ExecutionContext::running
finalize in calling thread
new code formatting

v1.4.1

Toggle v1.4.1's commit message
Minor:

- Compact copyright notice in sources
- ALIAS CMake target xec::xec
- Latest deps

v1.4.0

Toggle v1.4.0's commit message
- Added GetThreadName

- Shared pointer execution contexts
- Clear tasks when finalizing to prevent dangling refs
- Allow external contexts in ThreadExecution
- Proper non-MSVC exports
- Minor style fixes

v1.3.1

Toggle v1.3.1's commit message
- Allow delayed setting of execution context

- Optimize TaskManager with task double-buffering
- Remove NoopExecution from lib as it's only useful for tests
- Latest versions of CPM.cmake and packages

v1.3.0

Toggle v1.3.0's commit message
Task rescheduling

v1.2.1

Toggle v1.2.1's commit message
Allow ThreadExecution to join the thread without calling stop

v1.2.0

Toggle v1.2.0's commit message
Added cancellation tokens of tasks in TaskExecutor

v1.1.2

Toggle v1.1.2's commit message
- ThreadExecutionContext no longer internal

- Latest icm