summaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-10-03zig-15: build binary buildsMitchell Hashimoto
2025-09-28build: use build options to configure terminal C ABI modeMitchell Hashimoto
2025-09-27build: limit cpu affinity to 32 cpus on LinuxJeffrey C. Ollie
2025-09-24some PR feedbackMitchell Hashimoto
2025-09-24build: add pkg-config for libghostty-vtMitchell Hashimoto
2025-09-24build: install the ghostty-vt artifactMitchell Hashimoto
2025-09-23build: shared object is a dylib on macOSMitchell Hashimoto
2025-09-23lib-vt: boilerplate to build a shared objectMitchell Hashimoto
2025-09-21Add simd flag for disabling SIMD functionalityMitchell Hashimoto
2025-09-21lib-vt: expose all of terminal for nowMitchell Hashimoto
2025-09-21start extracting core terminal zig moduleMitchell Hashimoto
2025-08-20build: add run-valgrind and test-valgrind stepsMitchell Hashimoto
2025-08-06build: allow disabling i18nLeah Amelia Chen
2025-07-10build: `zig build test` runs Xcode tests on macOSMitchell Hashimoto
2025-07-05build: xcodebuild properly sets up resourcesMitchell Hashimoto
2025-07-05build: make `zig build run` on macOS work with an empty zig-outMitchell Hashimoto
2025-07-05build: add -Demit-macos-appMitchell Hashimoto
2025-07-04build: add -Dxcframework-target to specify the target for buildsMitchell Hashimoto
2025-07-04build: zig build run only builds xcframework for current archMitchell Hashimoto
2025-07-04Build system can build macOS app bundle and open itMitchell Hashimoto
2025-05-19build: add unwind tables and frame pointers to debug/test buildsMitchell Hashimoto
2025-03-18`zig build dist` and `distcheck` for source tarballsMitchell Hashimoto
2025-03-11Zig 0.14Mitchell Hashimoto
2025-03-07build: pure libghostty builds need to build translationsMitchell Hashimoto
2025-03-07build: i18n should emit mo on every platformMitchell Hashimoto
2025-03-03build: some style changes, namely we should create steps only in rootMitchell Hashimoto
2025-03-03gtk: add localization support, take 3Leah Amelia Chen
2025-01-08build: requireZig cleanupMitchell Hashimoto
2025-01-07This is a major refactor of `build.zig`.Mitchell Hashimoto
2025-01-06don't error if gtk4 pkg-config configuration could not be foundJan200101
2025-01-05vim compiler plugin for ghostty filetype (#4645)Mitchell Hashimoto
2025-01-05gtk(wayland): add support for background blur on KDE PlasmaLeah Amelia Chen
2025-01-05build: add waylandLeah Amelia Chen
2025-01-05vim compiler plugin for ghostty filetype - validates configBeau McCartney
2025-01-03don't error when gtk4 could not be found via pkg-configJan200101
2025-01-02core: add build option to disable sentry (#3934)Mitchell Hashimoto
2025-01-02add option to strip build regardless of optimization (#3945)Mitchell Hashimoto
2025-01-02remove sentry test for macOS, remove windows checkMitchell Hashimoto
2025-01-02core: add build option to disable sentryJeffrey C. Ollie
2025-01-01Don't install 1024x1024 icons for FlatpakYorick Peterse
2024-12-31up version to 1.0.2 for developmentMitchell Hashimoto
2024-12-31reuse strip option for librariesJan200101
2024-12-31move strip switch behind optionJan200101
2024-12-30give strip option a proper descriptionJan200101
2024-12-30gtk: Install 1024x1024 iconArvin Verain
2024-12-29add option to strip build regardless of optimizationJan200101
2024-12-29gtk/x11: link directly to libX11, no more dlopenJeffrey C. Ollie
2024-12-28gtk: add option to not link against libX11Jeffrey C. Ollie
2024-12-27Fix `DESTDIR` handling for terminfo installation (#3426)Mitchell Hashimoto