summaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Expand)Author
2020-02-05Welcome: Pass -m to ld to fix building with clang/lldjoshua stein
2020-01-25Build: Remove -fno-sized-deallocation -Wno-sized-deallocationAndreas Kling
2020-01-02Build: add support for building on OpenBSDjoshua stein
2020-01-02Build: HOST_CXX -> USE_HOST_CXXjoshua stein
2020-01-01Build: show directory during compilation, remove default rulesjoshua stein
2019-12-28Build: wrap make invocations with flock(1)joshua stein
2019-12-28Build: Put C and M at the front of $LIB_DEPS to build firstjoshua stein
2019-12-27Build: Disable unknown GCC specific warnings when compiling host tools using ...Stefano Cristiano
2019-12-27Build: Make sure that RANLIB and AR use cross-compiler provided executablesStefano Cristiano
2019-12-25Build: Make sure we build everyone's STATIC_LIB_DEPS firstAndreas Kling
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-25Build: support compilation of .c filesjoshua stein
2019-12-23Build: Ensure "install" is a phony targetSergey Bugaev
2019-12-22Build: Let's say "C++" while building .cpp filesAndreas Kling
2019-12-20Build: only setup git defines for About applicationjoshua stein
2019-12-20Build: Get rid of the USERLAND defineAndreas Kling
2019-12-20Build: Add Libraries/LibPCIDB to library search pathAndreas Kling
2019-12-20Build: Add Libraries/LibPthread to the default includesAndreas Kling
2019-12-20Kernel+LibC: Build with basic -fstack-protector supportAndreas Kling
2019-12-20Kernel: Make sure we build with -mno-387, -mno-sse, etc.Andreas Kling
2019-12-20Build: Add PRE_CXX before the host CXX as wellAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-19Update toolchain to binutils-2.33.1 gcc-9.2.0Philip Herron
2019-12-02Build System: Add common definitions for git infoJonathan Archer
2019-11-23ProtocolServer+LibProtocol: Introduce a server for handling downloadsAndreas Kling
2019-11-16Build: Make sure we look in Libraries/LibPthread for libraries :^)Andreas Kling
2019-11-13LibPthread: Start working on a POSIX threading libraryAndreas Kling
2019-10-03Build: Add LibMarkdown to the library search pathSergey Bugaev
2019-09-29Build: Add Libraries/LibHTML/ to the library search pathsAndreas Kling
2019-09-16Meta: Add a LINK alias to the common makefile for running ld explicitlyConrad Pankoff
2019-08-26LibThread: Introduce a new threading librarySergey Bugaev
2019-08-12LibVT: Factor out terminal emulation from Terminal to make it reusableAndreas Kling
2019-08-03AudioServer: Port to the new generated IPC mechanismAndreas Kling
2019-08-03AudioServer: Link against LibIPCAndreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-13AudioServer: Assorted infrastructure workRobin Burchell
2019-07-09Build: Prepend $PRE_CXX before the C++ compiler.Andreas Kling
2019-07-09AK: Add Platform.h with an ARCH() macro.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
2019-06-22Build: Enable the -Werror flag.Andreas Kling
2019-05-16Only the kernel needs to build with default includes disabled.Andreas Kling
2019-05-04Painter: Re-enable diagonal draw_line().Andreas Kling
2019-04-24Build: Let's skip the --gc-sections linker option for now.Andreas Kling
2019-04-23Put assertions behind a DEBUG flag to make it easy to build without them.Andreas Kling
2019-04-23Build: Pass --gc-sections to the linker in all builds.Andreas Kling
2019-04-21Add a Makefile.common with stuff shared by all Makefiles.Andreas Kling