Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-06 | Lagom: Add a tiny JSON test app | Andreas Kling | |
2020-02-06 | Lagom: Remove the bitrotted SimpleIPC test program | Andreas Kling | |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling | |
2020-02-02 | LibCore: Put all classes in the Core namespace and remove the leading C | Andreas Kling | |
I've been wanting to do this for a long time. It's time we start being consistent about how this stuff works. The new convention is: - "LibFoo" is a userspace library that provides the "Foo" namespace. That's it :^) This was pretty tedious to convert and I didn't even start on LibGUI yet. But it's coming up next. | |||
2020-01-25 | Meta: Fix typo + suggest value of export variable. | Emanuel Sprung | |
The variable is not set anymore by the UseIt.sh script, so if a user doesn't have it set in the .bashrc or .zshrc file already, it's not working properly. | |||
2020-01-18 | Meta: Add license header to source files | Andreas Kling | |
As suggested by Joshua, this commit adds the 2-clause BSD license as a comment block to the top of every source file. For the first pass, I've just added myself for simplicity. I encourage everyone to add themselves as copyright holders of any file they've added or modified in some significant way. If I've added myself in error somewhere, feel free to replace it with the appropriate copyright holder instead. Going forward, all new source files should include a license header. | |||
2019-12-24 | Meta: refresh-serenity-qtcreator.sh now checks if SERENITY_ROOT is set | anon | |
2019-11-23 | Meta: The Qt Creator .files refresh script should pick up .c files | Andreas Kling | |
2019-11-19 | Lagom: Fix build | Andreas Kling | |
2019-11-18 | Lagom: Move this into Meta/ | Andreas Kling | |
This is more of a meta thing, since it's not seeing active development, but is just a way for me to build some Serenity parts and include them in other projects. Move it out of the root to keep things tidy. | |||
2019-11-11 | Toolchain: Add QEMU build script and improve documentation | Emanuel Sprung | |
Added a script to build QEMU from source as part of the Toolchain. The script content could be in BuildIt.sh but has been put in a seperate file to make the build optional. Added PATH=$PATH to sudo calls to hand over the Toolchain's PATH setup by UseIt.sh. This enabled the script's to use the QEMU contained in the SerenityOS toolchain. Deleted old documentation in Meta and replaced it by a new documentation in the Toolchain folder. | |||
2019-11-06 | Meta: Time for a new screenshot (Quake edition) :^) | Andreas Kling | |
2019-11-03 | POSIX compliance: (most) shell scripts converted to generic shell | George Pickering | |
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd. | |||
2019-09-28 | Meta: Tweak the Qt Creator project updater a bit | Andreas Kling | |
2019-09-18 | Meta: Time for a new screnshot! :^) | Andreas Kling | |
2019-08-16 | Meta: Add the script I use to refresh my Qt Creator project files | Andreas Kling | |
2019-06-30 | Meta: Removed all gitignore in the source tree only keeping the root one | VAN BOSSUYT Nicolas | |
2019-06-07 | Meta: Time for a new screenshot to keep things fresh. :^) | Andreas Kling | |
2019-06-06 | Documentation: Describe compatible QEMU versions | Conrad Pankoff | |
2019-05-23 | LibC: Port setjmp syntax to avoid nasm dependency | Robin Burchell | |
2019-04-30 | Meta: Tweak ReadMe and add a new screenshot. | Andreas Kling | |
2019-04-29 | Toolchain: Added build script (wip) | VAN BOSSUYT Nicolas | |
2019-04-20 | Meta: Remove convert-raw-to-rgb thingy since we have PNG support nowadays. | Andreas Kling | |
2019-04-20 | Meta: Update build instructions to build GCC with --with-newlib. | Andreas Kling | |
2019-04-06 | Meta: Time for a new screenshot :^) | Andreas Kling | |
Also update ReadMe with a link to the build instructions. | |||
2019-04-05 | Meta: Tweak build instructions. | Andreas Kling | |
2019-04-05 | Meta: Give the build instructions a more accurate title. | Andreas Kling | |
2019-04-05 | Meta: Add build instructions about LibM headers. | Andreas Kling | |
2019-04-05 | Meta: Add build instructions. | Andreas Kling | |
2019-04-05 | Meta: Add patches for building binutils and GCC for i686-pc-serenity. | Andreas Kling | |
2019-03-20 | Meta: Tweak ReadMe and add a new screenshot. | Andreas Kling | |
2019-03-08 | Meta: Time for a new screenshot! :^) | Andreas Kling | |
2019-02-27 | Meta: Update ReadMe with a new screenshot :^) | Andreas Kling | |
2019-02-12 | Meta: Update ReadMe with a new screenshot. :^) | Andreas Kling | |
2019-02-08 | Add a little ReadMe. | Andreas Kling | |