aboutsummaryrefslogtreecommitdiffstats
path: root/misc/haiku/Makefile
AgeCommit message (Collapse)Author
2020-08-21Add support for Alexey Tourbin's QSORT code (#708)Gravatar lvgx
* 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-16Minor reformatGravatar Arun Prakash Jana
2020-08-16Icons (#697)Gravatar KlzXS
* 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-14Initialize all make optionsGravatar Arun Prakash Jana
2020-07-14Prepare for release v3.3Gravatar Arun Prakash Jana
2020-05-30Support make option O_CTX8 for 8 contextsGravatar Arun Prakash Jana
Note that this is not compatible with 4 contexts.
2020-05-26x86-64 to x86_64Gravatar Arun Prakash Jana
2020-03-11Add batchrename to readme, minor Makefile changeGravatar Arun Prakash Jana
2020-03-01Update Haiku MakefileGravatar Arun Prakash Jana
2020-02-12Update Haiku MakefileGravatar Arun Prakash Jana
2020-01-31Compile static bin locally for release (#457)Gravatar Maxim Baz
2020-01-14Update Haiku Makefile with changes of original (#435)Gravatar Anna Arad
2020-01-03Update Haiku Makefile and recipe with suggestions from HaikuPorts (#426)Gravatar Anna Arad
2019-12-30On the fly dist generationGravatar Arun Prakash Jana
2019-12-29Get version string from sourceGravatar Arun Prakash Jana
2019-12-27Get nnn compile and run on Haiku (#403)Gravatar Anna Arad
* Add support for Haiku OS * Adjust DISTFILES and dist rule in haiku