summaryrefslogtreecommitdiff
path: root/src/build/Config.zig
AgeCommit message (Expand)Author
2025-10-09use app_version from build.zig.zonĒriks Remess
2025-10-03zig-15: build binary buildsMitchell Hashimoto
2025-10-01build: isolate XCFramework.Target so runtime code doesn't depend on itMitchell Hashimoto
2025-09-28build: use build options to configure terminal C ABI modeMitchell Hashimoto
2025-09-22build: some docsMitchell Hashimoto
2025-09-22build: make build_options generally availableMitchell Hashimoto
2025-09-22simd: add scalar fallbacks to all for build_options.simd falseMitchell Hashimoto
2025-09-21Add simd flag for disabling SIMD functionalityMitchell Hashimoto
2025-09-19build: Add a new snap option and use it to build the snapMarco Trevisan (Treviño)
2025-09-19build: Command.expandPath can go in its own dedicated os/path.zig fileMitchell Hashimoto
2025-09-19build: move apprt, font, renderer enums to dedicated filesMitchell Hashimoto
2025-09-15bump the version for developmentMitchell Hashimoto
2025-09-15Set version to 1.2.0Mitchell Hashimoto
2025-09-05add two LUT-based implementations of isSymbolJeffrey C. Ollie
2025-08-20build: add run-valgrind and test-valgrind stepsMitchell Hashimoto
2025-08-06build: allow disabling i18nLeah Amelia Chen
2025-07-09remove src/benchMitchell Hashimoto
2025-07-09bench: remove old benchmarks we convertedMitchell Hashimoto
2025-07-05build: add -Demit-macos-appMitchell Hashimoto
2025-07-04build: add -Dxcframework-target to specify the target for buildsMitchell Hashimoto
2025-07-04Nuke GLFW from OrbitMitchell Hashimoto
2025-06-28deps: Default gtk4-layer-shell system integration to trueazhn
2025-06-26drop system-package optionJeffrey C. Ollie
2025-06-26dbus and systemd activation - take 2Jeffrey C. Ollie
2025-03-26version bump for developmentJeffrey C. Ollie
2025-03-19apprt/embedded: utf8 encoding buffer lifetime must extend beyond callMitchell Hashimoto
2025-03-13pkg/glfwMitchell Hashimoto
2025-03-11Zig 0.14Mitchell Hashimoto
2025-03-07gtk: build gtk4-layer-shell ourselvesLeah Amelia Chen
2025-02-28gtk: implement quick terminalLeah Amelia Chen
2025-02-14gtk: require libadwaitaJeffrey C. Ollie
2025-02-13up versions for developmentMitchell Hashimoto
2025-02-13up all the metadata to 1.1.2Mitchell Hashimoto
2025-01-30update version for developmentMitchell Hashimoto
2025-01-30next version will be 1.1.0Mitchell Hashimoto
2025-01-24build: options to enable/disable terminfo & termcap install (take 2)Jeffrey C. Ollie
2025-01-23Revert "build: options to enable/disable terminfo & termcap install"Mitchell Hashimoto
2025-01-23build: options to enable/disable terminfo & termcap install (#5311)Mitchell Hashimoto
2025-01-23docs: generate mdx file for cli actionsAnund
2025-01-23build: options to enable/disable terminfo & termcap installJeffrey C. Ollie
2025-01-07This is a major refactor of `build.zig`.Mitchell Hashimoto