This website requires JavaScript.
Explore
Help
Register
Sign In
asleepymoon
0 Followers
·
0 Following
https://cloudapio.eu
Joined on
2022-10-07
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
7
Projects
Packages
Public Activity
Starred Repositories
4
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-18 13:35:35 +00:00
6389099808
UTF-8 part 2: Encoding wide-character strings into UTF-8
9c1c6bb320
Add wcslen()
Compare 2 commits »
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-18 12:11:52 +00:00
36179155e1
Add UTF-8 support to TextConsole!!
75ba14a3ad
Add UTF-8 decoder support!!
23d405bbda
Add an unreachable() macro function that panics if reached
Compare 3 commits »
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 14:51:54 +00:00
a89ae9bed7
Run include-what-you-use
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 14:48:10 +00:00
1b867151bd
MemoryManager: Run include-what-you-use
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 14:45:46 +00:00
95b0091622
Split off arch/x86_64/CPU.cpp into various files
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 14:34:22 +00:00
799a02c883
Remove unnecessary std:: prefix from inside std
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 14:32:50 +00:00
d5b9ff1569
Remove unused function definition
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 14:28:54 +00:00
e4b971f09c
Make LinkedList::prepend() also set the element as the last one if we have no elements
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 14:27:52 +00:00
f5de9c5589
LinkedList: Add a prepend() method
c5220cbf64
LinkedList: Rename append_after to add_after
Compare 2 commits »
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 14:16:02 +00:00
2bc6398d3e
TRY(): Call release_value() instead of expect_release_value()
34c738116c
Result: Make some member functions const
90bd4a83c0
Result, Option: Move member initialization to constructors
ee6387e7b5
Refactor NumberParsing.cpp + a lot of comments
Compare 4 commits »
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 13:43:34 +00:00
97cb57d521
Check for overflow/underflow in parse_signed_integer
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 13:33:03 +00:00
59c9d8f119
asm -> asm volatile
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 12:51:04 +00:00
acb0ab1cd7
Use TypeTraits in Alignment.h to make static assertions more readable
ace674e518
LinkedList: Make sure the contained type inherits from DoublyLinkedListNode<T>
2cbc9fa385
Add some nice TypeTraits
f77126768f
Improve message
Compare 4 commits »
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 11:46:00 +00:00
16954695dd
Tell the compiler that string_format is a printf-style function
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 11:44:04 +00:00
16e00bada0
Add comments to Format.h
abbed13f27
Add a 'pure' variant of cstyle_format which is infallible
48fcb8734a
Give number parsing functions more meaningful names
Compare 3 commits »
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 10:36:57 +00:00
cf3b2176f0
Implement OwnedStringView::from_string_literal
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-17 09:57:41 +00:00
df9a13cbfb
KernelVM: Make g_used_vm atomic and g_kernelvm_bitmap a LockedValue
132963070b
MemoryManager: Make some variables atomic and the frame bitmap a LockedValue
f97515bd7e
Kernel: Add Spinlock and LockedValue<T>
6e5d2b5335
Thread: Make g_next_id atomic
14461c6fe8
Atomic: Add operators += and -=
Compare 6 commits »
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-16 20:16:00 +00:00
a16f357ab9
Add an Atomic class
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-16 19:51:14 +00:00
b316e3b3b7
Print stack trace on assertion fail
da39ba33a9
Move OwnedStringView::operator[] out of line
Compare 2 commits »
asleepymoon
pushed to
restart
at
asleepymoon/Luna
2022-12-16 19:40:39 +00:00
59765aa334
Rename String.h -> CString.h
42a2c2af49
Add strdup()
e56075fb46
Use nothrow in raw_malloc
Compare 3 commits »
First
Previous
...
61
62
63
64
65
...
Next
Last