summaryrefslogtreecommitdiff
path: root/src/build_config.zig
AgeCommit message (Expand)Author
2025-09-19build: Add a new snap option and use it to build the snapMarco Trevisan (Treviño)
2025-09-19build: move apprt, font, renderer enums to dedicated filesMitchell Hashimoto
2025-08-06build: allow disabling i18nLeah Amelia Chen
2025-07-25gtk-ng: add debug warning bannerJeffrey C. Ollie
2025-03-11Zig 0.14Mitchell Hashimoto
2025-01-07This is a major refactor of `build.zig`.Mitchell Hashimoto
2025-01-05build: add waylandLeah Amelia Chen
2025-01-02core: add build option to disable sentryJeffrey C. Ollie
2024-12-28gtk: add option to not link against libX11Jeffrey C. Ollie
2024-12-20Make Ghostty release channel awareMitchell Hashimoto
2024-12-19webgen: update config to support callouts, emit keybind actionsMitchell Hashimoto
2024-12-18build: generate reference page for config for websiteMitchell Hashimoto
2024-11-25try to abstract bundle ID to a zig fileMitchell Hashimoto
2024-11-08core/gtk: unify libadwaita/adwaita options in the codeJeffrey C. Ollie
2024-10-24build: use Zig system packaging optionsMitchell Hashimoto
2024-08-31terminal: disable slow safety tests in releasesafeMitchell Hashimoto
2024-08-05chore: clean up typosŁukasz Niemier
2024-03-26Merge pull request #1584 from mitchellh/paged-terminalMitchell Hashimoto
2024-03-26remove old terminal implementationMitchell Hashimoto
2024-03-26only show optimizationMitchell Hashimoto
2024-03-22bench/resizeMitchell Hashimoto
2024-03-22bench/screen-copyMitchell Hashimoto
2024-03-22vt-insert-lines benchMitchell Hashimoto
2024-03-22bench/page-initMitchell Hashimoto
2024-03-17log more information about the buildJeffrey C. Ollie
2024-02-16build: fix issue for long branch namesMitchell Hashimoto
2024-02-09bench/grapheme-breakMitchell Hashimoto
2024-02-06bench/codepoint-widthMitchell Hashimoto
2024-02-05bench/stream: benchmark for stream processingMitchell Hashimoto
2024-02-04build: get benchmarks building againMitchell Hashimoto
2024-02-04add helpgen entrypointMitchell Hashimoto
2024-02-04move mdgen main to build dirMitchell Hashimoto
2024-02-04build: create new build options per compile stepMitchell Hashimoto
2024-01-13build: update our macOS checks to check for macOS specificallyMitchell Hashimoto
2024-01-13build: move our configuration out of globalsMitchell Hashimoto
2024-01-13build: move more options to BuildConfigMitchell Hashimoto
2024-01-13build: use BuildConfig structMitchell Hashimoto
2024-01-13remove tracy usage from all filesMitchell Hashimoto
2023-08-25build: can select renderer with -DrendererMitchell Hashimoto
2023-08-20remove imgui and devmodeMitchell Hashimoto
2023-08-08Fix typosKevin Hovsäter
2023-05-19fix some issues for future Zig updateMitchell Hashimoto
2023-03-04build: generate a version number, show in log on startupMitchell Hashimoto
2023-03-04can now use -Dfont-backend to choose the font backend to useMitchell Hashimoto
2023-03-03build_config sets runtime to "none" if embeddedMitchell Hashimoto
2023-02-27termio: exec uses new flatpak command, no more host-spawnMitchell Hashimoto
2023-02-25output runtime at startupMitchell Hashimoto
2023-02-24add app runtime option, add gtk backendMitchell Hashimoto
2023-02-19apprt: start embedded implement, make App API available to CMitchell Hashimoto
2023-02-19app: only create first window in exe modeMitchell Hashimoto