| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-31 | Update Haiku Makefile | ||
| 2020-08-21 | Add support for Alexey Tourbin's QSORT code (#708) | ||
| * Add support for Alexey Tourbin's QSORT code See https://github.com/svpv/qsort * Add benchmark scripts and compilation mode Compile with `make O_BENCHMARK=1`, and run benchmarks with e.g.: ./misc/test/benchmark.sh ./nnn '/' '/usr/bin' '/usr/lib' > benchdata You can then plot basic violin graphs with: ./misc/test/plot-bench.py benchdata * Update style, doc, haiku support, fix lint | |||
| 2020-08-16 | Minor reformat | ||
| 2020-08-16 | Icons (#697) | ||
| * Add icons * Fix build break * Fix icon position in detailed mode * Various fixes * Provision for icon specific colors No icons with oldcolor. Small optimizatons * Update Makefiles Small refinement for other matching | |||
| 2020-08-14 | Initialize all make options | ||
| 2020-07-14 | Prepare for release v3.3 | ||
| 2020-05-30 | Support make option O_CTX8 for 8 contexts | ||
| Note that this is not compatible with 4 contexts. | |||
| 2020-05-26 | x86-64 to x86_64 | ||
| 2020-03-11 | Add batchrename to readme, minor Makefile change | ||
| 2020-03-01 | Update Haiku Makefile | ||
| 2020-02-12 | Update Haiku Makefile | ||
| 2020-01-31 | Compile static bin locally for release (#457) | ||
| 2020-01-14 | Update Haiku Makefile with changes of original (#435) | ||
| 2020-01-03 | Update Haiku Makefile and recipe with suggestions from HaikuPorts (#426) | ||
| 2019-12-30 | On the fly dist generation | ||
| 2019-12-29 | Get version string from source | ||
| 2019-12-27 | Get nnn compile and run on Haiku (#403) | ||
| * Add support for Haiku OS * Adjust DISTFILES and dist rule in haiku | |||