Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-27 | .gitignore: Add .swo | Nico Weber | |
Makes `git status` less noisy for vim users. | |||
2020-06-21 | Meta: Add CLion directories to .gitignore (#2607) | Matthew Olsson | |
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev | |
Closes https://github.com/SerenityOS/serenity/issues/2080 | |||
2020-04-13 | Meta: Add Lagom CMake dir to .gitignore | Brian Gianforcaro | |
Meta/Lagom/build seems to be the expected cmake output directory. (It's hardcoded in Libraries/LibJS/Tests/run-tests.) Add it to the project .gitignore | |||
2020-01-01 | Demos: Add a dynamic linking demo to show off dlfcn methods | Andrew Kaster | |
The LinkDemo program calls dlopen/dlsym/dlclose to try and load a dyanmic library from /usr/lib. It read a global variable and calls a global function (extern "C" of course :) ). There a few hacks left in the LinkLib dynamic library, however. In order to get the linker to stop complaining, we have to use -nostartfiles -ffreestanding otherwise it will link crt0.o to our shared object, which is definitely not right as the _init function for a main program (that calls main) is not suitable for our lib | |||
2019-12-24 | Meta: Add ccls-cache to gitignore | Shannon Booth | |
2019-11-15 | Meta: Add .DS_Store to .gitignore (#786) | Doc O | |
2019-09-24 | Ports: Switch to new ports system (#594) | Larkin | |
Much redundancy is removed from package scripts with this system. It also supports simple dependency management, uninstalling (through BSD ports style plist files), cleaning up after itself (with clean, clean_dist, clean_all commands), etc. | |||
2019-08-17 | Meta: Fix .gitignore excluding files under Base/ | Sergey Bugaev | |
2019-08-03 | AudioServer: Port to the new generated IPC mechanism | Andreas Kling | |
Fork the IPC Connection classes into Server:: and Client::ConnectionNG. The new IPC messages are serialized very snugly instead of using the same generic data structure for all messages. Remove ASAPI.h since we now generate all of it from AudioServer.ipc :^) | |||
2019-06-30 | Meta: Removed all gitignore in the source tree only keeping the root one | VAN BOSSUYT Nicolas | |
2019-06-07 | LookupServer: Load hostnames | Christopher Dumas | |
2019-06-01 | Terminal: Settings windows can be opened multiple times | Christopher Dumas | |
2019-04-29 | Meta: forgot to gitignore Toolchain/Local | VAN BOSSUYT Nicolas | |
2019-04-29 | Toolchain: GCC and binutils are now configure correctly | VAN BOSSUYT Nicolas | |
2019-04-29 | Toolchain: Added build script (wip) | VAN BOSSUYT Nicolas | |
2019-02-22 | Move over to building all of userspace with i686-pc-serenity-g++. | Andreas Kling | |
2019-02-06 | Kernel: Much improved BochsVGA (BXVGA) support. | Andreas Kling | |
Instead of cowboy-calling the VESA BIOS in the bootloader, find the emulator VGA adapter by scanning the PCI bus. Then set up the desired video mode by sending device commands. | |||
2019-01-28 | Tweak .gitignore. | Andreas Kling | |
2019-01-27 | Tweak .gitignore | Andreas Kling | |
2018-10-24 | Add simplified mmap() and munmap() syscalls. | Andreas Kling | |
2018-10-13 | Add a root .gitignore. | Andreas Kling | |