Arun Prakash Jana
40b98e8c9e
Prepare for release v2.4
il y a 5 ans
Arun Prakash Jana
a8388ab60b
Add target norl to drop libreadline
il y a 5 ans
Arun Prakash Jana
95d0eb6a17
Use a shorter macro
il y a 5 ans
Arun Prakash Jana
1c96ac4ff5
Prepare for release v2.3
il y a 6 ans
Georgi Kirilov
a85268cf79
Don't rebuild on make install
il y a 6 ans
Arun Prakash Jana
94e4201dc1
Use libreadline at command prompt
il y a 6 ans
Arun Prakash Jana
f9860f1c7f
Prepare for release v2.2
il y a 6 ans
Sijmen J. Mulder
6658af3f66
Revert "Remove CPPFLAGS since C++ is not used"
Mistook CPPFLAGS ("C preprocessor flags") for CXXFLAGS ("C++ flags").
This reverts commit 0956b82d33
.
il y a 6 ans
Sijmen J. Mulder
4005a1fa46
Remove CPPFLAGS since C++ is not used
il y a 6 ans
Sijmen J. Mulder
7833781221
Make curses flags configurable
il y a 6 ans
Sijmen J. Mulder
599f4e82b7
Also use pkg-config for regular ncurses
il y a 6 ans
Sijmen J. Mulder
f257cda04a
Make optimization flags configurable
il y a 6 ans
Arun Prakash Jana
f71dc87e0c
Prepare for release v2.1
il y a 6 ans
Arun Prakash Jana
a4eb852dba
Re-structure files
il y a 6 ans
Arun Prakash Jana
497911e999
Retire nlay
il y a 6 ans
Arun Prakash Jana
373c921ca5
Add blank target
il y a 6 ans
Reiner Herrmann
eccc69beeb
Honour CPPFLAGS
Preprocessor flags are passed in CPPFLAGS.
Debian uses it to pass hardening options (-D_FORTIFY_SOURCE)
to the compiler.
il y a 6 ans
Arun Prakash Jana
d4ab97cb54
Prepare for release v2.0
il y a 6 ans
Arun Prakash Jana
8b8e644cf5
Remove readline dep and use native prompt
- `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
il y a 6 ans
Arun Prakash Jana
68f0af6220
Prepare for release v1.9
il y a 6 ans
Arun Prakash Jana
d6c0e1093a
Prepare for release v1.8
il y a 6 ans
Arun Prakash Jana
1653414039
Add more phony targets
il y a 6 ans
Arun Prakash Jana
063882c420
Fix #97 : add manpage for nlay
il y a 6 ans
Dridi Boukelmoune
6ac45b92bd
Make install(1) commands override-able ( #96 )
il y a 6 ans
ilovezfs
b750e4162b
Makefile: don't use non-portable -t option ( #83 )
This fixes the build with the BSD install command by eschewing the GNU
specific -t option, which is not portable.
il y a 6 ans
Arun Prakash Jana
0f89943d95
Prepare for release v1.7
il y a 6 ans
maxice8
ff502f0b3e
Makefile: use PKG_CONFIG instead of hardcoding pkg-config ( #78 )
il y a 7 ans
Jan Chren
a7aaf3a458
make Makefile more packaging friendly ( #76 )
* make Makefile more packaging friendly
* packagecore: run `strip` before installing
il y a 7 ans
Arun Prakash Jana
3a88e31a0e
Check alignment and enable -O3
il y a 7 ans
Arun Prakash Jana
cd177086ca
OpenSUSE gcc fails at '-fno-tree-loop-vectorize'
il y a 7 ans
Arun Prakash Jana
f687463574
Prepare for release v1.6
il y a 7 ans
Arun Prakash Jana
f801e2e630
Fix #50 : use -O3, disable -ftree-loop-vectorize
il y a 7 ans
Arun Prakash Jana
3da5f5d130
Remove -O2 from debug build
il y a 7 ans
Arun Prakash Jana
c70f429bc7
Use the same o/p filename in debug mode
il y a 7 ans
Arun Prakash Jana
5ff29cede8
Fix #50 : revert to -O2 optimization
The while loop in xstrlcpy() breaks when -O3 is used.
il y a 7 ans
Arun Prakash Jana
dcf8fbf78b
Prepare for release v1.5
il y a 7 ans
Arun Prakash Jana
b0a806ae2e
Enable O3 optimization
il y a 7 ans
Arun Prakash Jana
91ab00061c
Prepare for v1.4 release
il y a 7 ans
Arun Prakash Jana
277cf66097
Move config.h to nnn.h
il y a 7 ans
Arun Prakash Jana
7fe6abb213
Prepare for release v1.3
il y a 7 ans
Arun Prakash Jana
9a4c446760
Retire config.def.h, unify Makefiles
il y a 7 ans
Arun Prakash Jana
590d079533
Prepare for release v1.2
il y a 7 ans
Arun Prakash Jana
370ed32a28
An undocumented debug mode
1. The debug file is located at /tmp/nnn_debug.
2. Debug mode is completely disabled by default. The debug binary `nnndbg` can
be built by running `make debug`.
il y a 7 ans
Arun Prakash Jana
33c4a227d2
Make Makefile generic
il y a 7 ans
Johnathan Jenkins
9eed24bbac
pkg-config for ncurses ( #25 )
il y a 7 ans
Arun Prakash Jana
a310176160
Prepare for release v1.1
il y a 7 ans
Arun Prakash Jana
00aaee9ff1
nlay - a highly customizable file handler
il y a 7 ans
Arun Prakash Jana
89224cfa98
Use readline() at chdir prompt
With the features the readline library provides it would be too naive to ignore.
We break out of the curses mode into the prompt and get back in.
This change introduces dependency on libncurses.
il y a 7 ans
Zhiming Wang
afa0540934
Makefile: use libncurses instead of libncursesw on Darwin
macOS 10.12.4 and many earlier versions have libncurses 5.4 with wide character
support, but not libncursesw.
il y a 7 ans
Arun Prakash Jana
5b68fa1a67
Use libncursesw for internationalization
Update README on dependencies
il y a 7 ans