summaryrefslogtreecommitdiff
path: root/Kernel/makeall.sh
AgeCommit message (Expand)Author
2020-01-15Build: use $SUDO_[UG]ID in build-image-* instead of relying on makealljoshua stein
2020-01-09Build: Add fast build mode that does not clean everything or run testsDov Alperin
2020-01-02Build: add support for building on OpenBSDjoshua stein
2019-12-24Build: Fix shellcheck warnings in makeall.shShannon Booth
2019-12-24Build: Meta: Allow makeall.sh and run to be called from any directoryShannon Booth
2019-12-20Build: get rid of UseIt.shjoshua stein
2019-12-20Build: Have makeall.sh clean up before runningAndreas Kling
2019-12-20Build: Abort makeall.sh without building a disk image if make failsAndreas Kling
2019-12-20Build: Make Kernel/makeall.sh a simple wrapper around the root MakefileAndreas Kling
2019-12-16WindowServer+MenuApplets: Move the "Audio" applet to its own programAndreas Kling
2019-12-12ProfileViewer: Begin work on a visualization tool for profiles :^)Andreas Kling
2019-12-05MenuApplets: Add CPUGraph, our first menu applet :^)Andreas Kling
2019-12-04Meta: Check for Toolchain presence when running makeall.shDan MacDonald
2019-12-02Build: Build LibDraw before WindowServerAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-11-25Demos: Remove "RetroFetch"Andreas Kling
2019-11-23ProtocolServer+LibProtocol: Introduce a server for handling downloadsAndreas Kling
2019-11-23Applications: Remove unused/unfinished "Downloader" programAndreas Kling
2019-11-18Build: Oops, typo in the path to LibHTML code generators in makeall.shAndreas Kling
2019-11-18LibHTML: Let's just build host-side tools in makeall.sh insteadAndreas Kling
2019-11-13LibPthread: Start working on a POSIX threading libraryAndreas Kling
2019-11-12Build: Make sure PATH is passed properly (#765)Dominik Madarász
2019-11-11Toolchain: Add QEMU build script and improve documentationEmanuel Sprung
2019-11-11Launcher: Remove the Launcher app, and all hacks in support of itAndreas Kling
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-10-21HackStudio: Start working on an IDE for SerenityOSAndreas Kling
2019-10-13HexEditor: Initial application releaseBrandon Scott
2019-10-05Browser: Start working on a simple browser using LibHTMLAndreas Kling
2019-09-28Applications: Add a new Help appSergey Bugaev
2019-09-28Libraries: Add LibMarkdownSergey Bugaev
2019-09-16Applications: Add "Welcome" application, inspired by Windows 98Conrad Pankoff
2019-09-08TelnetServer: Implement basic telnet serverConrad Pankoff
2019-09-07Applications: Create a display properties managerJesse Buhagiar
2019-09-04SoundPlayer: Start working on a GUI sound player applicationAndreas Kling
2019-08-26LibThread: Introduce a new threading librarySergey Bugaev
2019-08-18Inspector: Add a GUI tool for viewing a remote process's CObject graphAndreas Kling
2019-08-17Meta: Fix up clean buildsAndreas Kling
2019-08-17Meta: Rearrange makeall.sh for more consistent buildsConrad Pankoff
2019-08-14ProcessManager: Rename it to SystemMonitorSergey Bugaev
2019-08-14Libraries: Add LibPCIDB for reading PCI device information from pci.idsConrad Pankoff
2019-08-12LibVT: Factor out terminal emulation from Terminal to make it reusableAndreas Kling
2019-08-12Server: Add TTYServer, a rudimentary text console managerConrad Pankoff
2019-08-10Calculator: Add a simple calculator appSergey Bugaev
2019-08-04ChanViewer: Start working on a simple read-only 4Chan viewerAndreas Kling
2019-08-03AudioServer: Port to the new generated IPC mechanismAndreas Kling
2019-08-03LibIPC: Start fleshing out a separate IPC libraryAndreas Kling
2019-08-03IPCCompiler: Start working on a simple IPC definition languageAndreas Kling
2019-07-21AK: Run host tests on makeRobin Burchell
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-16SystemDialog: Add a new app for showing system dialogs.Andreas Kling