serenity/Meta/gn/build
Nico Weber 3435770c23 Meta: Use -std=c++2b on mac hosts in the GN build
Xcode clang doesn't understand the -std=c++23 spelling yet, and this
is what CMake's `set(CMAKE_CXX_STANDARD 23)` translates to too.

Unbreaks building with Xcode clang on macOS.
2024-05-07 11:41:40 -04:00
..
libs Meta: Port bc4d4f0f95 to gn build 2023-08-04 14:20:00 -06:00
mac Meta: Add gn build for the MacPDF application 2023-10-23 15:25:24 -06:00
toolchain Meta: Add ccache compiler launcher to gn build 2023-08-19 21:05:06 -06:00
BUILD.gn Meta: Use -std=c++2b on mac hosts in the GN build 2024-05-07 11:41:40 -04:00
BUILDCONFIG.gn
buildflags.gni Meta: Add options for lldb and gdb output to gn 2023-08-19 20:09:26 -06:00
compiled_action.gni Meta: Add compiled_action from LLVM, use it to generate TZDB sources 2023-07-09 16:22:58 -06:00
download_cache.gni Meta: Add file download and archive extraction tools to gn build 2023-07-09 16:22:58 -06:00
download_file.gni Meta: Add file download and archive extraction tools to gn build 2023-07-09 16:22:58 -06:00
download_file.py Meta: Add file download and archive extraction tools to gn build 2023-07-09 16:22:58 -06:00
embed_as_string_view.gni Meta: Make embed_as_string_view.py usable by CMake builds :^) 2023-08-24 07:42:12 +01:00
extract_archive_contents.gni Meta: Add file download and archive extraction tools to gn build 2023-07-09 16:22:58 -06:00
extract_archive_contents.py Meta: Extract .zip file directories in an encoding-agnostic manner 2023-11-18 01:16:05 -07:00
invoke_process_with_args.py Meta: Move invoke_process_with_args.py to common location 2023-10-23 15:25:24 -06:00
mac_sdk.gni
run_compiled_binary.py Meta: Add compiled_action from LLVM, use it to generate TZDB sources 2023-07-09 16:22:58 -06:00
serenity_target.gni Meta: Add serenity toolchain to gn build 2023-08-19 21:05:06 -06:00
sysroot.gni Meta: Add serenity toolchain to gn build 2023-08-19 21:05:06 -06:00
write_cmake_config.gni
write_cmake_config.py