This website requires JavaScript.
Explore
CodingWorkshop
CodingWorkshop Site
Community Issues
Help
Register
Sign In
xt-sys
/
exectos
Watch
3
Star
5
Fork
2
You've already forked exectos
Code
Issues
5
Pull Requests
Actions
Projects
1
Releases
Wiki
Activity
Files
a066a835c6e03aaea288a80910bd1c604144a734
exectos
/
xtoskrnl
/
rtl
History
Rafal Kupiec
4f79c12e53
Some checks failed
Builds / ExectOS (amd64, debug) (push)
Failing after 2m2s
Details
Builds / ExectOS (amd64, release) (push)
Failing after 1m59s
Details
Builds / ExectOS (i686, release) (push)
Failing after 34s
Details
Builds / ExectOS (i686, debug) (push)
Failing after 35s
Details
String comparison routines can return -1 and thus their return type cant be unsigned
2026-07-28 18:46:03 +02:00
..
amd64
Rename architecture CPU functions class
2026-05-19 06:45:48 +02:00
i686
Rename architecture CPU functions class
2026-05-19 06:45:48 +02:00
atomic.cc
Replace all occurrences of NULL with NULLPTR for unified C and C++ null pointer handling
2025-09-16 15:59:56 +02:00
bitmap.cc
Drop unnecessary boolean casts after type refactor
2025-09-23 19:17:33 +02:00
data.cc
Replace lookup-based time logic with direct epoch calculation formulas
2026-04-24 23:27:25 +02:00
endian.cc
Migrate RTL subsystem to C++
2025-09-11 18:28:24 +02:00
exports.cc
String comparison routines can return -1 and thus their return type cant be unsigned
2026-07-28 18:46:03 +02:00
guid.cc
Drop unnecessary boolean casts after type refactor
2025-09-23 19:17:33 +02:00
llist.cc
Improve comments
2026-02-22 12:21:43 +01:00
math.cc
Drop unnecessary boolean casts after type refactor
2025-09-23 19:17:33 +02:00
memory.cc
Apply consistent coding style
2026-04-09 11:42:41 +02:00
rbtree.cc
Implement red-black tree algorithm
2026-05-21 14:56:44 +02:00
sha1.cc
Add SHA-1 hashing support
2026-02-19 18:49:29 +01:00
slist.cc
Maintain sequence counter
2026-02-24 17:40:45 +01:00
string.cc
String comparison routines can return -1 and thus their return type cant be unsigned
2026-07-28 18:46:03 +02:00
time.cc
Implement inverse time conversion functions for Unix and XT epochs
2026-04-25 23:32:07 +02:00
widestr.cc
String comparison routines can return -1 and thus their return type cant be unsigned
2026-07-28 18:46:03 +02:00