index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
/
CMake
Age
Commit message (
Expand
)
Author
2021-01-29
LibWeb: Flesh out prepare_script and execute_script
Luke
2021-01-27
HackStudio: Integate with C++ parser-based autocomplete
Itamar
2021-01-27
LibCpp: Add the beginning of a C++ parser
Itamar
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-17
Kernel: Some futex improvements
Tom
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-11
Kernel: Remove MM_DEBUG debug spam code
Andreas Kling
2021-01-10
LibELF: Convert many dbgprintf() to dbgln() and tweak debug macro name
Andreas Kling
2021-01-09
Kernel/USB: Implement test transfer
Jesse Buhagiar
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2021-01-02
CMake: Warn when a serenity app is missing small or medium icons
Brian Gianforcaro
2021-01-01
Kernel: Merge PurgeableVMObject into AnonymousVMObject
Tom
2021-01-01
Kernel: Memory purging improvements
Tom
2020-12-29
Build: Expose symbols SECTION_start and SECTION_size for embedded resources.
William Marlow
2020-12-24
Toolchain+LibC: Fix usage of crt files
Itamar
2020-12-24
CMake: Decouple cmake utility functions from top-level CMakeLists.txt
Lenny Maiorani