0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add README file More... over 7 years ago
Generate source-code documentation with 'make html' More... over 7 years ago
Add .travis.yml for CI More... over 7 years ago
Add bootstrap.sh for generating build infrastructure More... over 7 years ago
Add bootstrap.sh for generating build infrastrcuture More... over 7 years ago
libc: Remove remaining *.cu files More... over 7 years ago
libc: Declare unlink_tx() in public header file More... over 7 years ago
libc: Add support for sleep() More... over 7 years ago
libc: Add initial support for interfaces in <sched.h> More... over 7 years ago
libc: Add transaction-safe interface errno_tx More... over 7 years ago
libc: Add qsort_tx() and qsort_tm() More... over 7 years ago
libpthread: Add initial support for interfaces in <pthread.h> More... over 7 years ago
libm: Add support for interfaces in <complex.h> More... over 7 years ago
libm: Add support for maintaining FPU state in transactions More... over 7 years ago
tm: Add load, store, and privatize functions for type 'long double' More... over 7 years ago
libm: Add support for interfaces in <math.h> More... over 7 years ago
libc: Add support for 'errno' in transactions More... over 7 years ago
Move all modules from src/ and include/ to modules/ More... over 7 years ago
Remove old tools directory More... over 7 years ago
Rename systx to picotm More... over 7 years ago
Rename systx to picotm More... over 7 years ago
Remove remaining Tanger references and header files More... almost 8 years ago
Remove 'enum component_name' More... almost 8 years ago
Don't reserve memory for pre-defined components More... almost 8 years ago
Remove component for transaction error handling More... almost 8 years ago
Introduce recovery transaction state More... almost 8 years ago
Introduce separate mode state for internal 'struct tx' More... almost 8 years ago
Remove error-handling tests More... almost 8 years ago
Add recovery block to each transaction More... almost 8 years ago
Add recovery block after systx_commit More... almost 8 years ago