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
f456cfd21e6e9d4a778600c89c2d3d085dc3e859
exectos
/
xtoskrnl
/
rtl
History
Rafal Kupiec
f456cfd21e
All checks were successful
Builds / ExectOS (amd64, release) (push)
Successful in 54s
Details
Builds / ExectOS (amd64, debug) (push)
Successful in 57s
Details
Builds / ExectOS (i686, release) (push)
Successful in 43s
Details
Builds / ExectOS (i686, debug) (push)
Successful in 46s
Details
Check if one string ended before the other
2026-07-29 16:52:57 +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
Check if one string ended before the other
2026-07-29 16:52:57 +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