0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add error checking to Syncpoint, but omit the condition variable check which is causing overruns More... over 9 years ago
Clean up the scheduler code. More... over 9 years ago
Undo add mutex unlock to task. It was correct before. More... over 9 years ago
Fixed missing rategroup mutex unlock. More... over 9 years ago
Merge changes from reversion More... over 9 years ago
I broke the scheduler.lua file by changing the wrong function. Put it back and makes changes to the scheduler create function. More... over 9 years ago
The scheduler has a fixed priority, so we do not need to specify it as an argument. More... over 9 years ago
Turn of mutex debugging More... over 9 years ago
Add more debug statements and error checking to the Scheduler More... over 9 years ago
Fix some errors uncovered in the way we wait for threads to get started and add some more debug statements and error checks More... over 9 years ago
Add more rigorous error checking and debug statements to Mutex.cpp More... over 9 years ago
Add PERRNO to print a message with errno interpreted as a string More... over 9 years ago
Fixed error in use_external_trigger wrapper for Lua. More... over 9 years ago
Remove debug statements More... over 9 years ago
Fix typos More... over 9 years ago
Change the way we create the singleton so the symbol ends up in the symbol table. We search the .so file using dlsym to manipulate the scheduler instance in the FSW simulator. More... over 9 years ago
Expose the Scheduler::use_external_trigger function to Lua. More... over 9 years ago
Modify to return the correct value from Nest::execute for aperiodic tasks. More... over 9 years ago
Fix debug value modifiers for 64-bit integers to use the new portable standard. More... over 9 years ago
Shorten name prefix so it doesn't get truncated for long time values. More... over 9 years ago
Install the scheduler.lua file with the rest of the library. More... almost 10 years ago
Merge branch 'master' of https://bitbucket.org/libsprite/libsprite More... almost 10 years ago
Add a feature that allows Lua scripts to be run within a SRTX task. Also fix up some of the test cases with updates to a newer version of lunatest, and add the scheduler.lua module that provides some handy utility functions More... almost 10 years ago
Updated to lunatest supporting Lua version 5.2 More... almost 10 years ago
Use a mutex to ensure every thread completes initialization prior to allowing the next thread to beign initializing. More... almost 10 years ago
Create and push a new branch on release More... almost 10 years ago
Add a 'release' target to the Makefile More... almost 10 years ago
Minor cleanup More... almost 10 years ago
Minor cleanup More... almost 10 years ago
Compile position indepenent code so it can be linked with shared object libraries. More... almost 10 years ago