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-12-20
Build: only setup git defines for About application
joshua stein
2019-12-20
Build: Get rid of the USERLAND define
Andreas Kling
2019-12-20
Build: Add Libraries/LibPCIDB to library search path
Andreas Kling
2019-12-20
Build: Add Libraries/LibPthread to the default includes
Andreas Kling
2019-12-20
Kernel+LibC: Build with basic -fstack-protector support
Andreas Kling
2019-12-20
Kernel: Make sure we build with -mno-387, -mno-sse, etc.
Andreas Kling
2019-12-20
Build: Add PRE_CXX before the host CXX as well
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-19
Update toolchain to binutils-2.33.1 gcc-9.2.0
Philip Herron
2019-12-02
Build System: Add common definitions for git info
Jonathan Archer
2019-11-23
ProtocolServer+LibProtocol: Introduce a server for handling downloads
Andreas Kling
2019-11-16
Build: Make sure we look in Libraries/LibPthread for libraries :^)
Andreas Kling
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
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