Revisions of btop

buildservice-autocommit accepted request 1172951 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 57)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1172949 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 56)
- Adding btop-rpmlintrc as Source99
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1171182 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 55)
- Removing btop_collect.cpp.diff since it was fixed upstream
- Update to version 1.3.2+git20240501.dd4ada7:
  * Fixed missing definition for ROCm static build

- Using '-pie' for 15.5 and 15.6 causes errors in the linking stage, removing.
- Adding btop-rpmlintrc

- Adjusting btop_collect.cpp.diff to follow suggestion from
  https://github.com/aristocratos/btop/issues/837

- Update to version 1.3.2+git20240430.b48bf6a:
  * Add info text about regex filtering in help menu
  * Add regex filtering
  * Fix typo
  * Show time in days when remaining battery exceeds an estimation of 24h
  * Fix brew not finding LLVM path after release of LLVM 18
  * Remove logging for uid without username
  * osx: show uid instead of 'unknown' if no user exists with the same
  * fix: crash on osx proc box
  * fix pwr_usage not being defined correctly during rsmi collection

- Adding btop_collect.cpp.diff which reverts changes that were done as a part
  of https://github.com/aristocratos/btop/issues/794 and incorporated as
  https://github.com/aristocratos/btop/pull/796
- Adding ROCm tarball as Source1 vs. injecting into tarball manually
- Updating included ROCm version from 6.0.2 to 6.1.0

- Update to version 1.3.2+git20240218.6c66740:
  * collect: Fix reading of battery power draw on Linux
  * cmake: Remove version specifier
buildservice-autocommit accepted request 1149536 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 54)
baserev update by copy to link target
buildservice-autocommit accepted request 1147679 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 52)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1146441 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 51)
- Adding sources from 'https://github.com/rocm/rocm_smi_lib.git' to tarball
  as 'lib/rocm_smi_lib' so GPU_SUPPORT works for NVIDIA and AMD GPUs.
  * Personally, I've seen "GPU" listed in btop using a NVIDIA T1000
    dGPU as well as AMD 680M aGPU. NVIDIA required proper drivers as well
    as having nvtop and nvidia-smi working properly (if related, maybe not
    strictly required)
- Adding 'BuildRequires: cmake' so rocm_smi_lib produces:
    Building ROCm SMI static library...
    Running CMake...
    
    Building and linking...
    100%-> lib/rocm_smi_lib/build/rocm_smi/librocm_smi64.a (6.2MiB)
    ROCm SMI build complete in (03s)
  and proper linking occurs
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1146234 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 50)
- Update to version 1.3.2+git20240212.fd2a2ac:
  * v1.3.2 Hotfix GPU support AMD ROCm v6
  * Fixed variable names
  * Add check for possible librocm_smi64.so.6 and check for version 7 in the function logic
  * fix: Can't detect librocm 6.0.x
  * fix: Change bad link to old rocm repository
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1146068 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 49)
Update to version 1.3.1
buildservice-autocommit accepted request 1138734 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 48)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1137462 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 47)
- Update for version 1.3.0+git20240107.36842a3:
  * Updating Copyright date
  * Adding 'Makefile.diff' so {CHANGELOG,README}.md live in the same DOCDIR
  * Fixing up hardcoded /usr vs. %{_prefix}
  * Adjustments so btop builds for Leap 15.5/15.6
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1137387 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 46)
- Update to version 1.3.0+git20240107.36842a3:
  * v1.3.0 GPU Support Linux and platform support OpenBSD
  * Fixed gpu boxes visibility state not saved and removed unnecessary comments
  * Fixed config variable show_gpu_info working correctly

- Update to version 1.2.13+git20240103.114a98d:
  * Add flag to set the refresh rate from command line
  * Don't pass int by reference
  * Improved error handling when determining the config directory
  * Update snapcraft.yaml to fix compile
  * Remove detailed compiler check
  * Add build status for OpenBSD
  * Add compile instructions for OpenBSD
  * Fix name of job in build
  * Add Continuous Build OpenBSD
  * Change robin_hood maps to std::unordered_map
  * Squashed commit of the following:
  * Proc::draw() -> Use std::erase_if() instead of for loops
  * Fixed leftover code in GPU init logging false errors
  * Try alternative names for GPU libraries during GPU init
  * Document DEBUG flag for Makefile
  * Fix errors
  * Added more checks and debug logging
  * Return const refs
  * Remove robin_hood.h
  * Fix call to compact and missing utility include
  * Revert "Replace robin_hood map and set with STD alternative and add safeVal() function for map/vector access with fallback"
  * Replace robin_hood map and set with STD alternative and add safeVal() function for map/vector access with fallback
  * Replace robin_hood map and set with STD alternative and add safeVal() function for map/vector access with fallback
  * Fixed test-snap-can-build.yml
buildservice-autocommit accepted request 1096188 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 45)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1094957 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 44)
- Update to version 1.2.13+git20230615.7e50b03:
  * Fix integer overflows in btop_collect.cpp
  * Enable Clang as a compiler.
  * Remove pthread_exit().
  * Replace `statvfs64` with `statvfs` and define `_FILE_OFFSET_BITS=64`.
  * Include <codecvt> required by Clang.
  * Move `#include` to top level and exclude Clang from compiler version check.
  * Insert `std::` for warning `unqualified call to std::move`.
  * Include 3rd party headers with isystem to silence warnings.
  * amend! update cpu load average display
  * update cpu load average display
  * chore: remove spaces before language in code blocks
  * chore: update readme to include --recursive
  * chore: adjust worflows to recursively clone the repository
  * feat: prefer fmt submodule over copy-and-paste headers
  * println -> fmt::println
  * Readd using namespace fmt
  * fix: prefix with `fmt::` to fix ambiguous call to `format()`, that also refers to `/usr/include/c++/13.1.1/format`
  * Debug times thousand separator
  * Debug times box changes
  * btop.cpp -> fmt
  * Fix link to themes folder

- Update to version 1.2.13+git20230318.872eb3e:
  * Silence "warning: unqualified call to 'std::move'" in clang.
  * Update everforest-dark-hard.theme

- Update to version 1.2.13+git20230223.471c68f:
  * readme: Add zfs_arc_cached documentation
  * Linux: subtract ZFS ARC min size from available memory
buildservice-autocommit accepted request 1057660 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 43)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1046636 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 42)
- Update to version 1.2.13+git20221215.c4ee41e:
  * Fixed: Makefile, VERBOSE flag now shows directory creation, Issue #480
  * Makefile: make build targets depend on directories

- Update to version 1.2.13+git20221130.e67a35d:
  * Removed unused statement...
  * Fixed: Use MemFree for used mem calculation if MemAvailable is greater than MemTotal.
buildservice-autocommit accepted request 1037399 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 41)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1037398 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 40)
- Update to version 1.2.13+git20221106.0f8498f:
  * v1.2.13 Bug fixes
  * osx: replace getnameinfo with inet_ntop
  * a comment about AF_LINK being ignored on purpose
  * FreeBSD: replace getnameinfo with inet_ntop
  * Fixed: Process nice value underflowing, issue #461
  * Add git config safe-directory inside freebsd vm
  * OSX: use the first IP of the interface
  * Added "Continuous Build FreeBSD" badge
  * Removed bad line and gcc12 install since gcc12 i preinstalled
  * Possible fix for broken xcode command line tools
  * Use gcc12 for macos12
  * FreeBSD: use the first IP of the interface
  * Use sh instead of csh
  * Update continuous-build-freebsd.yml
  * Update continuous-build-macos.yml
  * Create continuous-build-freebsd.yml
  *  Add actions run for pull requests (macos) [skip actions]
  * Add actions run for pull requests (linux) [skip actions]
  * Fixed: Not picking up last username from /etc/passwd
  * make IPBUFFER_MAXSIZE an enum constant
  * use inet_ntop instead of getnameinfo
  * Show the first IP of the interface in NET box
  * Address comment
  * Fix bug in proc_tree view when showing full cmd
  * proc tree: fix width threshold to match commit message and use and/or instead of &&, ||
  * proc tree view: if there's more than 40 width left, try to print full cmd
  *  macOS Ventura compile instructions
  * macOS Ventura compile instructions
  * Added autodetection for gcc12 to make compiling on macos Ventura easier.
buildservice-autocommit accepted request 1011026 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 39)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1008881 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 38)
- Update to version 1.2.12+git20221007.3dd6a6c:
  * v1.2.12 Bug fix
  * Added: Dynamic updating of max number of CPU cores
Displaying revisions 1 - 20 of 57
openSUSE Build Service is sponsored by