aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2017-12-25OpenSUSE gcc fails at '-fno-tree-loop-vectorize'Gravatar Arun Prakash Jana
2017-12-25Prepare for release v1.6Gravatar Arun Prakash Jana
2017-12-19Fix #50: use -O3, disable -ftree-loop-vectorizeGravatar Arun Prakash Jana
2017-12-17Remove -O2 from debug buildGravatar Arun Prakash Jana
2017-11-30Use the same o/p filename in debug modeGravatar Arun Prakash Jana
2017-11-30Fix #50: revert to -O2 optimizationGravatar Arun Prakash Jana
The while loop in xstrlcpy() breaks when -O3 is used.
2017-10-05Prepare for release v1.5Gravatar Arun Prakash Jana
2017-09-27Enable O3 optimizationGravatar Arun Prakash Jana
2017-09-04Prepare for v1.4 releaseGravatar Arun Prakash Jana
2017-09-02Move config.h to nnn.hGravatar Arun Prakash Jana
2017-07-26Prepare for release v1.3Gravatar Arun Prakash Jana
2017-07-05Retire config.def.h, unify MakefilesGravatar Arun Prakash Jana
2017-06-29Prepare for release v1.2Gravatar Arun Prakash Jana
2017-06-20An undocumented debug modeGravatar Arun Prakash Jana
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`.
2017-05-13Make Makefile genericGravatar Arun Prakash Jana
2017-05-13pkg-config for ncurses (#25)Gravatar Johnathan Jenkins
2017-05-11Prepare for release v1.1Gravatar Arun Prakash Jana
2017-04-23nlay - a highly customizable file handlerGravatar Arun Prakash Jana
2017-04-20Use readline() at chdir promptGravatar Arun Prakash Jana
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.
2017-04-16Makefile: use libncurses instead of libncursesw on DarwinGravatar Zhiming Wang
macOS 10.12.4 and many earlier versions have libncurses 5.4 with wide character support, but not libncursesw.
2017-04-16Use libncursesw for internationalizationGravatar Arun Prakash Jana
Update README on dependencies
2017-04-13Move man to $PREFIX/share/manGravatar Arun Prakash Jana
2017-04-13Prepare for release v1.0Gravatar Arun Prakash Jana
2017-04-11Maximize rlimit, switch to detail view in du modeGravatar Arun Prakash Jana
2017-04-11Fix #4.Gravatar Arun Prakash Jana
2017-04-04Fix warnings. Harden compilation.Gravatar Arun Prakash Jana
2017-04-03Allow custom CFLAGS and CPPFLAGS in MakefileGravatar Zhiming Wang
This is consistent with the fact that custom LDFLAGS are already allowed, and for once, it makes warning options easier to control. Also use automatic variables $@ and $^ consistently.
2017-04-02Remove redundant stuffGravatar Arun Prakash Jana
1. Have a faster copy of strlcpy() 2. Remove redundant legacy files 3. Fix an issue with NULL check on array name
2017-04-02Revert non-portable optimizationGravatar Arun Prakash Jana
2017-04-01OptimizationsGravatar Arun Prakash Jana
2017-04-01Remove sh as script opener, use viGravatar Arun Prakash Jana
2017-03-30Rename project to nnn (Noice is Not Noice)Gravatar Arun Prakash Jana
2017-03-30strip binaryGravatar Arun Prakash Jana
2016-10-05Merge remote-tracking branch 'upstream/master'Gravatar Arun Prakash Jana
2016-08-24Bump to 0.6Gravatar sin
2016-08-22Accept user-defined LDFLAGS in MakefileGravatar sin
Diff by Ypnose
2016-08-21Remove libmagic, use file command.Gravatar Arun Prakash Jana
The magic.mgc file gets created in the local directory, opening the global file throws unwanted messages. So we are using the o/p of the file command to determine if the file is a plain text file.
2016-08-20Remove config.h on clean.Gravatar Arun Prakash Jana
2016-08-20Modify file type handling.Gravatar Arun Prakash Jana
Use mpv, fmedia, zathura. Invoke libmagic to identify text files and open with vim. Use xdg-open for unhandled mimes.
2016-03-11Bump to 0.5Gravatar sin
2016-01-26Bump to 0.4Gravatar sin
2015-11-20Bump to 0.3Gravatar sin
2015-06-04Make config independent to avoid accidental overwritesGravatar lostd
2015-03-12Bump to 0.2Gravatar sin
2014-11-14First releaseGravatar lostd
2014-11-14No need for +=, also favors portabilityGravatar lostd
2014-11-14Build with -lcurses by default to be more genericGravatar lostd
2014-11-14Use a var for dist files and remove queue.hGravatar lostd
2014-11-14Add dist targetGravatar sin
2014-11-14Replace asprintf() with strlcpy() and strlcat()Gravatar sin