index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.common
Age
Commit message (
Expand
)
Author
2019-10-03
Build: Add LibMarkdown to the library search path
Sergey Bugaev
2019-09-29
Build: Add Libraries/LibHTML/ to the library search paths
Andreas Kling
2019-09-16
Meta: Add a LINK alias to the common makefile for running ld explicitly
Conrad Pankoff
2019-08-26
LibThread: Introduce a new threading library
Sergey Bugaev
2019-08-12
LibVT: Factor out terminal emulation from Terminal to make it reusable
Andreas Kling
2019-08-03
AudioServer: Port to the new generated IPC mechanism
Andreas Kling
2019-08-03
AudioServer: Link against LibIPC
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-13
AudioServer: Assorted infrastructure work
Robin Burchell
2019-07-09
Build: Prepend $PRE_CXX before the C++ compiler.
Andreas Kling
2019-07-09
AK: Add Platform.h with an ARCH() macro.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling
2019-06-22
Build: Enable the -Werror flag.
Andreas Kling
2019-05-16
Only the kernel needs to build with default includes disabled.
Andreas Kling
2019-05-04
Painter: Re-enable diagonal draw_line().
Andreas Kling
2019-04-24
Build: Let's skip the --gc-sections linker option for now.
Andreas Kling
2019-04-23
Put assertions behind a DEBUG flag to make it easy to build without them.
Andreas Kling
2019-04-23
Build: Pass --gc-sections to the linker in all builds.
Andreas Kling
2019-04-21
Add a Makefile.common with stuff shared by all Makefiles.
Andreas Kling