index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
About
/
Makefile
Age
Commit message (
Expand
)
Author
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-03
Meta: Fix Makefile permissions (not executable)
Ben Wiederhake
2020-02-29
About: Adopt Buggie :^)
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: only setup git defines for About application
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
2019-02-26
More compat work. Rename libraries from LibFoo.a => libfoo.a
Andreas Kling
2019-02-22
Move over to building all of userspace with i686-pc-serenity-g++.
Andreas Kling
2019-02-22
Switch over to building everything with i686-elf-g++.
Andreas Kling
2019-02-17
Prune compiler flags a bit. Let's go with -march=i686 for now.
Andreas Kling
2019-02-15
Enable -Wimplicit-fallthrough.
Andreas Kling
2019-02-12
Add a little About app and hook it up to the system menu's "About..." entry.
Andreas Kling