- 20 May, 2015 16 commits
-
-
Joseph Noir authored
-
Joseph Noir authored
Release the pointer to the stack and set the handle to uninitialized, also don't decrement the stack count if thread object is destroy, but does not hold a handle to a valid thread.
-
Joseph Noir authored
-
Joseph Noir authored
Creating the stack for a RIOT thread in the main is a problem, as the main does have the same stack size.
-
Joseph Noir authored
Decrement count when thread is destroyed
-
Joseph Noir authored
-
Joseph Noir authored
-
Joseph Noir authored
-
Joseph Noir authored
In case this is compiled for RIoT, the header does not necessarily have the extern C def.
-
Joseph Noir authored
-
Joseph Noir authored
-
Joseph Noir authored
-
Joseph Noir authored
The wrappers allow compatibility with RIOT.
-
Joseph Noir authored
These headers implement thread, mutex and condition_variable based on RIOT thread and mutex. A new configure option allows a build for RIOT and uses these implementations instead of the STL ones.
-
Joseph Noir authored
Clashes with logging
-
Joseph Noir authored
-
- 19 May, 2015 10 commits
-
-
Matthias Vallentin authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Joseph Noir authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Joseph Noir authored
-
Dominik Charousset authored
-
- 18 May, 2015 14 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Closes #280
-
Joseph Noir authored
-
Joseph Noir authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Joseph Noir authored
-
Dominik Charousset authored
-
Dominik Charousset authored
Add boost asio as an optional multiplexer backend
-
Joseph Noir authored
This is enabled via the '--with-asio' option of the configure script and requires boost to be installed.
-
Dominik Charousset authored
-
Dominik Charousset authored
Add biicode build support
-