summaryrefslogtreecommitdiff
path: root/BUILD.md
AgeCommit message (Collapse)Author
2025-09-05Require Go 1.23Junegunn Choi
2024-04-13Enable profiling options when 'pprof' tag is set (#2813)Charlie Vieth
This commit enables cpu, mem, block, and mutex profling of the FZF executable. To support flushing the profiles at program exit it adds util.AtExit to register "at exit" functions and mandates that util.Exit is used instead of os.Exit to stop the program. Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2024-04-01Improve ingestion performance (by around 20%)Junegunn Choi
2024-02-15Replace "default find command" with built-in directory traversalJunegunn Choi
2024-01-21Change mattn/go-runewidth dependency to rivo/uniseg for accurate resultsJunegunn Choi
Related #3588 #3588 #3567
2023-10-26Go 1.18 or above is requiredJunegunn Choi
Close #3492
2022-04-07Require Go 1.17 or aboveJunegunn Choi
2021-01-28BUILD.md: Update Go version requirement (#2332)Nanda Lopes
src/options.go:463:9: undefined: strings.ReplaceAll note: module requires Go 1.13make: *** [Makefile:122: target/fzf-linux_amd64] Erro 2
2020-10-28Make Makefile fail when git information is not availableJunegunn Choi
2020-10-28Panic when fzf was built without version informationJunegunn Choi
So that the package maintainers would immediately know that the build is incorrect. But is there a way to make build simply fail? Related: https://github.com/junegunn/fzf.vim/issues/1150
2019-01-31Update build instructionJunegunn Choi
Close #1485
2017-06-02Restructuring: main package in project rootJunegunn Choi
2017-06-01Use glide to handle go dependenciesEdgar Lee
2017-01-31Update documentationJunegunn Choi
2016-11-27Add BUILD.mdJunegunn Choi