Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-13 | Makefile detect header change (#355) | Anna Arad | |
2019-10-09 | allow multiple make targets being specified at once | Jan Chren (rindeal) | |
2019-10-09 | do build configuration with variables instead of targets | Jan Chren (rindeal) | |
2019-10-05 | Rename target nolocale to noloc | Arun Prakash Jana | |
2019-10-04 | Target nolocale: saves more on memory | Arun Prakash Jana | |
2019-08-06 | Prepare for release v2.6 | Arun Prakash Jana | |
2019-08-03 | remove $(STRIP) leftover from Makefile | Jan Chren | |
Use only the `strip` target fort stripping the binary. | |||
2019-06-26 | Set CP in Makefile | tanyaionova | |
$(CP) is not set by GNU Make Seems like [1] is a full list of what GNU Make defines implicitly [1] https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html | |||
2019-05-27 | Prepare for release v2.5 | Arun Prakash Jana | |
2019-05-22 | Adding scrolloff option. | Bruce Hill | |
2019-05-22 | Code refactor | Arun Prakash Jana | |
2019-05-22 | Fix build break | Arun Prakash Jana | |
2019-05-22 | Code refactor | Arun Prakash Jana | |
2019-05-22 | Update Makefile library linking for debug target | smartmic | |
2019-05-22 | Fix #249 | Arun Prakash Jana | |
2019-05-22 | Fix target all to work with target debug | Arun Prakash Jana | |
2019-03-19 | Prepare for release v2.4 | Arun Prakash Jana | |
2019-02-22 | Add target norl to drop libreadline | Arun Prakash Jana | |
2019-02-22 | Use a shorter macro | Arun Prakash Jana | |
2019-02-19 | Prepare for release v2.3 | Arun Prakash Jana | |
2019-02-01 | Don't rebuild on make install | Georgi Kirilov | |
2019-01-24 | Use libreadline at command prompt | Arun Prakash Jana | |
2019-01-01 | Prepare for release v2.2 | Arun Prakash Jana | |
2018-12-17 | Revert "Remove CPPFLAGS since C++ is not used" | Sijmen J. Mulder | |
Mistook CPPFLAGS ("C preprocessor flags") for CXXFLAGS ("C++ flags"). This reverts commit 0956b82d33fb2956da837e6a06a2a6f7216d47c0. | |||
2018-12-16 | Remove CPPFLAGS since C++ is not used | Sijmen J. Mulder | |
2018-12-16 | Make curses flags configurable | Sijmen J. Mulder | |
2018-12-16 | Also use pkg-config for regular ncurses | Sijmen J. Mulder | |
2018-12-16 | Make optimization flags configurable | Sijmen J. Mulder | |
2018-11-23 | Prepare for release v2.1 | Arun Prakash Jana | |
2018-11-10 | Re-structure files | Arun Prakash Jana | |
2018-11-10 | Retire nlay | Arun Prakash Jana | |
2018-11-03 | Add blank target | Arun Prakash Jana | |
2018-10-19 | Honour CPPFLAGS | Reiner Herrmann | |
Preprocessor flags are passed in CPPFLAGS. Debian uses it to pass hardening options (-D_FORTIFY_SOURCE) to the compiler. | |||
2018-10-19 | Prepare for release v2.0 | Arun Prakash Jana | |
2018-08-16 | Remove readline dep and use native prompt | Arun Prakash Jana | |
- `nnn` is all about navigational convenience so the user doesn't have to type - the binary size increases due to readline linkage - alternative workflow: ^G, cd, `nnn` - readline required using the prompt and the history would stay after quit | |||
2018-08-10 | Prepare for release v1.9 | Arun Prakash Jana | |
2018-05-02 | Prepare for release v1.8 | Arun Prakash Jana | |
2018-04-01 | Add more phony targets | Arun Prakash Jana | |
2018-03-14 | Fix #97: add manpage for nlay | Arun Prakash Jana | |
2018-03-14 | Make install(1) commands override-able (#96) | Dridi Boukelmoune | |
2018-02-28 | Makefile: don't use non-portable -t option (#83) | ilovezfs | |
This fixes the build with the BSD install command by eschewing the GNU specific -t option, which is not portable. | |||
2018-02-28 | Prepare for release v1.7 | Arun Prakash Jana | |
2018-01-22 | Makefile: use PKG_CONFIG instead of hardcoding pkg-config (#78) | maxice8 | |
2018-01-10 | make Makefile more packaging friendly (#76) | Jan Chren | |
* make Makefile more packaging friendly * packagecore: run `strip` before installing | |||
2017-12-29 | Check alignment and enable -O3 | Arun Prakash Jana | |
2017-12-25 | OpenSUSE gcc fails at '-fno-tree-loop-vectorize' | Arun Prakash Jana | |
2017-12-25 | Prepare for release v1.6 | Arun Prakash Jana | |
2017-12-19 | Fix #50: use -O3, disable -ftree-loop-vectorize | Arun Prakash Jana | |
2017-12-17 | Remove -O2 from debug build | Arun Prakash Jana | |
2017-11-30 | Use the same o/p filename in debug mode | Arun Prakash Jana | |