Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-16 | Use 4th digit in version number for CI build number (#541)v1.19.9-rc3v1.19.9-rc2v1.19.9-rc1v1.19.9 | Jack | |
Sets the 4th digit of the version number to the current CI run number. This is done to more easily link a binary back to the PR or commit it came from. | |||
2023-02-14 | Force-include `pch.h` to all files, remove explicit includes (#393) | p0358 | |
* force-include "pch.h" in all units, as it will error if it's not included anyways * remove #include "pch.h" from all files as it's not needed anymore now * fix size of NSUserAgent to be consistent (it's 256 in version.cpp, caused compile error) * Re-add explicit pch.h include to pch.cpp (and ran clang-format) * drop pch.h inclusion from new files | |||
2022-12-19 | Restructuring (#365) | Emma Miler | |
* Remove launcher proxy * Restructuring * More restructuring * Fix include dirs * Fix merge * Remove clang thing * Filters * Oops |