summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-12-17Merge branch 'main' into osx-fixosx-fixJakob P. Liljenberg
2023-12-17Fixed test-snap-can-build.ymlJakob P. Liljenberg
2023-12-17Merge branch 'main' into osx-fixJakob P. Liljenberg
2023-12-17Merge pull request #684 from kz6fittycent/mainJakob P. Liljenberg
2023-12-15Merge branch 'main' into mainkz6fittycent
2023-12-15Update test-snap-can-build.ymlkz6fittycent
whoops
2023-12-15Update test-snap-can-build.ymlkz6fittycent
https://github.com/aristocratos/btop/pull/684#issuecomment-1852801811
2023-12-15conditional compile on Big Sur and upJos Dehaes
2023-12-12Version bump to 1.3.0 in preparation for upcoming releasearistocratos
2023-12-12Merge branch 'main' of github.com:aristocratos/btoparistocratos
2023-12-12Updated changesaristocratos
2023-12-12Merge pull request #666 from muneebmahmed/macos-clangJakob P. Liljenberg
2023-12-12Merge branch 'main' into macos-clangJakob P. Liljenberg
2023-12-12Added swap to ignore for statvfs() since it will always failaristocratos
2023-12-12Added try->catch for get_zfs_stat_file() to avoid fs erroraristocratos
2023-12-12Enable macos clangMuneeb Ahmed
Apple clang uses different versioning from LLVM, so 15.0.0 is compatible
2023-12-12Merge pull request #675 from imwints/cmakeJakob P. Liljenberg
2023-12-12Merge branch 'main' into cmakeJakob P. Liljenberg
2023-12-12Merge branch 'main' into mainJakob P. Liljenberg
2023-12-12Merge pull request #677 from imwints/cpu-modelJakob P. Liljenberg
2023-12-12Merge branch 'main' into cpu-modelJakob P. Liljenberg
2023-12-12Merge pull request #679 from masiboss/mainJakob P. Liljenberg
2023-12-12Update snapcraft.yaml - openglkz6fittycent
- Testing opengl plug
2023-12-12Update bug_report.mdkz6fittycent
- added snap info for bug reports to delineate
2023-12-12Merge branch 'aristocratos:main' into mainkz6fittycent
2023-12-12Create test-snap-can-build.ymlkz6fittycent
2023-12-07simplify removal of "Apple"masiboss
2023-12-07in case apple decides to add another suffix to the cpu namemasiboss
2023-12-07cut less of cpu name if frequency is not shownmasiboss
2023-12-07fix array out of bounds on regular m chipmasiboss
2023-12-07fix cpu version not includedmasiboss
2023-12-07strip "Apple" from name of Apple silicon chipsmasiboss
2023-12-05Fix printed model name for older Intel CPUSteffen Winter
2023-12-05Add CMake compile instructions for macOSSteffen Winter
2023-12-05Add cmake workflow for all platformsSteffen Winter
2023-12-04Patch RPATH on FreeBSD, support OSX and formatSteffen Winter
2023-12-01Merge pull request #674 from imwints/bsd-workflowJakob P. Liljenberg
Provide FreeBSD static release binaries
2023-12-01Provide FreeBSD static release binariesSteffen Winter
Bumps vmaction@freesdb-vm to version 1 which runs on Linux and doesn't hang all the time. Also uses clang for full static compilation
2023-11-27Clean up compile instructionsJakob P. Liljenberg
2023-11-27Merge pull request #671 from imwints/cmake-gpuJakob P. Liljenberg
Bring GPU support to CMake and improve how Make handles the ROCm library build
2023-11-27Properly invoke CMake to build ROCmSteffen Winter
* Build an optimized library by default * Only build the library target * ROCm is build with debug symbols when `make DEBUG=true` * Enable LTO * Use the more generic CMake build command instead of calling make directly, this always uses all cores by default and makes it easier to switch to another generator e.g. Ninja * Use a variable to store the ROCm source directory. The directory can be changed with `make ROCM_DIR=<dir>` * The static library is now directly linked by CMake and not created off of the object files from a shared library build * The C++ compiler used to compile btop is now used to compile ROCm to avoid name mangling when `CXX` from the environment and `make CXX=` differ * CMake is invoked from btop's root directory
2023-11-27Suppress all output from ROCm buildSteffen Winter
Similar to including external include files with `-isystem`, ignore output from ROCm build since these warnings aren't a concern here
2023-11-27Remove ROCm object files with `make clean/distclean`Steffen Winter
2023-11-27Add GPU options for cmake based buildsSteffen Winter
2023-11-26Add check for <ranges> headerSteffen Winter
2023-11-26Move calls to find_package to where they're requiredSteffen Winter
2023-11-26Bump required CMake versionSteffen Winter
2023-11-25Update compile instructions for Gpu supportJakob P. Liljenberg
2023-11-25Update changelogaristocratos
2023-11-25Merge pull request #529 from romner-set/mainJakob P. Liljenberg
Add GPU monitoring support