0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
gcc4.6 no longer used More... about 12 years ago
updated to use stack definitions from namespace More... about 12 years ago
alloc stack on free store More... about 12 years ago
constructor with stack object added More... about 12 years ago
definitions moved from class to namespace; StackWithAlloc added More... about 12 years ago
ThreadContext destructor added More... about 12 years ago
registered class refurbished More... about 12 years ago
setId() added; start() returns a bool More... about 12 years ago
content compiled only when OS_INCLUDE_HAL_ARCHITECTURE_ARM_CORTEX_M defined More... about 12 years ago
most hal selections (except platform and interrupt number for stm32) are back to #ifdef, to avoid useless editing of the copied files More... about 12 years ago
reference to TestSuiteImplementation.h no longer needed, included via TestSuite.h More... about 12 years ago
trace.puDec() supports unsigned int and unsigned long More... about 12 years ago
4.6 moved just after clang on Darwin, since it is most likely to fail More... about 12 years ago
scheduler constants moved from class to namespace. More... about 12 years ago
using instead of typedef, but only for gcc 4.7 and higher More... about 12 years ago
m_pCurrentThread automatically initialised to MainThread by scheduler constructor More... about 12 years ago
iterator added to RegisteredThreads, used in Scheduler::start() More... about 12 years ago
join() comment added More... about 12 years ago
constexpr instead of simple const More... about 12 years ago
linux bugs in clang fixed More... about 12 years ago
critical section in yield() More... about 12 years ago
more debug messages More... about 12 years ago
threads with start() More... about 12 years ago
putGreeting() added; threads use start() More... about 12 years ago
cosmetics More... about 12 years ago
start threads explicitly More... about 12 years ago
test restructured and multiple threads added More... about 12 years ago
putGreeting() added More... about 12 years ago
putStringAndName() added More... about 12 years ago
clang moved as first toolchain on linux More... about 12 years ago