summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2024-05-13Add missing linker flag for static links on FreeBSDSteffen Winter
2024-03-03Create man page for btop in MarkdownOtto Kekäläinen
2024-02-18Merge branch 'main' into build-infoJakob P. Liljenberg
2024-02-11Merge branch 'main' into fmt-header-onlyJakob P. Liljenberg
2024-01-24Include build info in binarySteffen Winter
2024-01-17-DFMT_HEADER_ONLY as a compiler flagSteffen Winter
2024-01-15Fix abort in locale detection on OpenBSDSteffen Winter
2024-01-11Undefine FORTIFY_SOURCE before setting new value when enabledaristocratos
2024-01-08Use _FORTIFY_SOURCE=3 and put it behind a build flagSteffen Winter
2024-01-02Remove detailed compiler checkSteffen Winter
2024-01-02Squashed commit of the following:aristocratos
2023-09-01initial openbsd bringupJos Dehaes
2023-08-23also add g++13Jos Dehaes
2023-08-23support gcc13Jos Dehaes
2023-08-04Update Makefile for partial static compilation on freebsdaristocratos
2023-08-03Fix freebsd nullptr changes and makefile for gcc12 and neweraristocratos
2023-07-16Merge pull request #565 from nobounce/nb/makefile-fix-versionJakob P. Liljenberg
2023-06-28Fix the makefile version in the printed bannerzackiloco
2023-06-27add g++12 (without a dash) detection, fix Makefile not accounting for a possi...simplepad
2023-05-25Enable Clang as a compiler.zackiloco
2023-05-25Replace `statvfs64` with `statvfs` and define `_FILE_OFFSET_BITS=64`.zackiloco
2023-05-25Include 3rd party headers with isystem to silence warnings.zackiloco
2023-05-23feat: prefer fmt submodule over copy-and-paste headersBrenno Lemos
2023-02-13Replace -ftree-loop-vectorize with -ftree-vectorize.Steffen
2022-12-15Fixed: Makefile, VERBOSE flag now shows directory creation, Issue #480aristocratos
2022-12-15Makefile: make build targets depend on directoriesNexAdn
2022-10-28Added autodetection for gcc12 to make compiling on macos Ventura easier.aristocratos
2022-10-10Makefile: Reverse VERBOSE bool to not stop with macOS makearistocratos
2022-10-10Added: VERBOSE=true flag for Makefile to display all compiler commands and fi...aristocratos
2022-05-08Fix makefile to install to /usr/local instead of /usrYonatan Avhar
2022-05-07Update makefile to install/remove icons and desktop entryYonatan Avhar
2022-02-14Makefile supress find test erroraristocratos
2022-02-14Makefile fixed fallback for outdated findaristocratos
2022-02-14Makefile progress accuracyaristocratos
2022-02-13Sort input file listBernhard M. Wiedemann
2022-02-10Added: Percentage progress to Makefilearistocratos
2022-01-16v1.2.0 FreeBSD Supportv1.2.0aristocratos
2022-01-12Squashed commit of the following:Jos Dehaes
2021-12-19Create dependency files in build directory when compiling.stwnt
2021-11-16Added support for partial static linking on OSXaristocratos
2021-11-14v1.1.0 OSX Supportv1.1.0aristocratos
2021-11-13Makefile OSX and freebsd fixesaristocratos
2021-11-13Added OSX fixes for upcoming mergearistocratos
2021-10-24Moved flags not needing to be testedaristocratos
2021-10-21Fixed: Makefile now tests compiler flag compatibilityaristocratos
2021-10-18Fixed: Makefile g++ -dumpmachine failure to get platform on some distrosaristocratos
2021-10-17adopting review commentsJan Günter
2021-10-16updated makefile to add cf-protection for i*86 buildsJan Günter
2021-10-16updated MakefileJan Günter
2021-10-06Fixed: Uid -> User fallback to getpwuid() if failure for non static buildsaristocratos