| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-02 | Restructuring: main package in project root | Junegunn Choi | |
| 2017-06-01 | Use glide to handle go dependencies | Edgar Lee | |
| 2017-02-06 | Remove Dockerfiles and clean up Makefile | Junegunn Choi | |
| Due to the recent removal of ncurses dependency, we can cross-compile binaries for different platforms without virtual machines. | |||
| 2017-02-05 | 0.16.4 | Junegunn Choi | |
| 2017-01-22 | Allow build on OpenBSD/FreeBSD/Android | Junegunn Choi | |
| Close #497 | |||
| 2017-01-22 | Drop ncurses dependency | Junegunn Choi | |
| Close #818 | |||
| 2017-01-22 | make deps | Junegunn Choi | |
| 2016-11-24 | [ncurses6] Use wcolor_set to support more than 256 color pairs | Junegunn Choi | |
| To build fzf with ncurses 6 on macOS: brew install homebrew/dupes/ncurses LDFLAGS="-L/usr/local/opt/ncurses/lib" make install | |||
| 2016-11-08 | GOOS=windows make release | Junegunn Choi | |
| 2016-11-08 | Fix issues in tcell renderer and Windows build | Junegunn Choi | |
| - Fix display of CJK wide characters - Fix horizontal offset of header lines - Add support for keys with ALT modifier, shift-tab, page-up and down - Fix util.ExecCommand to properly parse command-line arguments - Fix redraw on resize - Implement Pause/Resume for execute action - Remove runtime check of GOOS - Change exit status to 2 when tcell failed to start - TBD: Travis CI build for tcell renderer - Pending. tcell cannot reliably ingest keys from tmux send-keys | |||
| 2016-11-07 | Prepare for termbox/windows build | Junegunn Choi | |
| `TAGS=termbox make` (or `go build -tags termbox`) | |||
| 2016-05-18 | [make] Reduce the size of the binaries with `-ldflags -w` | Junegunn Choi | |
| Related: #555 | |||
| 2016-04-26 | Update Makefile to allow build on i686 (#555) | Junegunn Choi | |
| 2016-04-24 | Fix missing reference to UNAME_M | Gene Pavlovsky | |
| The `Build on $(UNAME_M) is not supported, yet` message was referencing an undefined UNAME_M. Fixed that. | |||
| 2016-03-15 | Make 32-bit linux binary (partially) static (#523) | Junegunn Choi | |
| 2016-02-20 | Update build script | Junegunn Choi | |
| - GOPATH is no longer required - fzf repository does not have to be in GOPATH - Build Linux binary with Go 1.5.3 | |||
| 2016-01-05 | Fix ubuntu-android target of Makefile | Junegunn Choi | |
| 2015-12-04 | Remove submodules and disable GO15VENDOREXPERIMENT (#430) | Junegunn Choi | |
| Having submodules causes vim-plug or other vim plugin managers to clone them with no real benefit to the end-users. There's currently no compelling reason for me to use submodules. | |||
| 2015-11-30 | GO15VENDOREXPERIMENT=1 (#430) | Junegunn Choi | |
| 2015-11-18 | add android build | Alex Cornejo | |
| 2015-09-22 | Use build tags to enable static linking | Junegunn Choi | |
| 2015-09-20 | Build linux binary on Centos | Junegunn Choi | |
| 2015-09-19 | Build partially-static binary for linux (#350) | Junegunn Choi | |
| Instead of building a separate statically-linked binary, build partially-static binary that only contains ncurses to avoid compatibility issues in libc. | |||
| 2015-08-27 | Fix build script | Junegunn Choi | |
| 2015-08-27 | make linux-static (#322) | Junegunn Choi | |
| 2015-03-27 | Drop patch number and stick with M.m.p convention | Junegunn Choi | |
| 2015-03-27 | Fix #162 - Ignore \e[K | Junegunn Choi | |
| 2015-01-17 | Do not build i386 binary on Travis CI to speed up the process | Junegunn Choi | |
| 2015-01-17 | Fix CTRL-Y key binding | Junegunn Choi | |
| With tmux-based test cases | |||
| 2015-01-14 | Remove brew target | Junegunn Choi | |
| 2015-01-14 | Update install/build script from Homebrew | Junegunn Choi | |
| 2015-01-13 | `make archive` for homebrew release | Junegunn Choi | |
| 2015-01-12 | Reorganize source code | Junegunn Choi | |
| 2015-01-11 | Refactor Makefile and Dockerfiles | Junegunn Choi | |
| 2015-01-07 | Fix i386 build | Junegunn Choi | |
| 2015-01-06 | Refactor Makefile | Junegunn Choi | |
| 2015-01-06 | Build i386 binary as well | Junegunn Choi | |
| 2015-01-05 | Update Makefile and install script | Junegunn Choi | |
| fzf may not run correctly on some OS even when the binary the platform is successfully downloaded. The install script is updated to check if the system has no problem running the executable and fall back to Ruby version when necessary. | |||
| 2015-01-05 | Update Makefile and installer to use version number | Junegunn Choi | |
| 2015-01-04 | Update install script to download tarball | Junegunn Choi | |
| 2015-01-04 | Rewrite fzf in Go | Junegunn Choi | |
