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
119480382bc9daef9dfc752636e901efa75cea48
exectos
/
xtoskrnl
/
rtl
History
Aiken Harris
a54c4b48fb
All checks were successful
Builds / ExectOS (amd64, debug) (push)
Successful in 36s
Details
Builds / ExectOS (amd64, release) (push)
Successful in 34s
Details
Builds / ExectOS (i686, debug) (push)
Successful in 42s
Details
Builds / ExectOS (i686, release) (push)
Successful in 40s
Details
Add initial NLS support
2026-06-26 23:52:58 +02:00
..
amd64
Refactor singly linked list into arch-specific modules
2026-06-23 21:39:04 +02:00
i686
Refactor singly linked list into arch-specific modules
2026-06-23 21:39:04 +02:00
atomic.cc
Delete broken RTL atomic functions
2026-06-23 14:21:50 +02:00
bitmap.cc
…
data.cc
…
endian.cc
…
exports.cc
Export Unicode string support functions
2026-06-24 09:48:39 +02:00
guid.cc
…
lifo.cc
Implement LIFO queue
2026-06-17 15:42:08 +02:00
llist.cc
…
math.cc
…
memory.cc
…
nls.cc
Add initial NLS support
2026-06-26 23:52:58 +02:00
rbtree.cc
Implement red-black tree algorithm
2026-05-21 14:56:44 +02:00
sha1.cc
…
string.cc
…
time.cc
…
unicode.cc
Add basic unicode string support
2026-06-24 09:37:42 +02:00
widestr.cc
…