Commit graph

579 commits

Author SHA1 Message Date
aristocratos 8a1211ec59
Merge pull request #92 from jan-guenter/musl-build
static musl builds
2021-10-17 01:59:07 +02:00
Jan Günter 816270750d readability change request in review
https://github.com/aristocratos/btop/pull/92#discussion_r730321422
2021-10-17 01:45:26 +02:00
Jan Günter ac1b6aab47 adopting review comments
https://github.com/aristocratos/btop/pull/92#discussion_r730320662
https://github.com/aristocratos/btop/pull/92#discussion_r730320819
2021-10-17 01:02:37 +02:00
aristocratos 1601422613 Changed: Reverted mutexes back to custom atomic bool based locks 2021-10-16 23:52:06 +02:00
Jan Günter d3c85dad21 removed temporary trigger for testing on branch 2021-10-16 23:51:12 +02:00
Jan Günter 347e135bad updated README.md to reflect Makefile changes 2021-10-16 15:47:48 +02:00
Jan Günter bca3521472 updated makefile to add cf-protection for i*86 builds 2021-10-16 15:37:40 +02:00
Jan Günter b83f58a5b7 updated workflow
- removed ARCH parameter in favor of auto deection
- added STRIP flag
2021-10-16 15:16:44 +02:00
Jan Günter 7d4c2bd3c9 updated Makefile
- added platform and arch detection from CXX machine tuple
- add PLATFORM_LC, a lowercase version of PLATFORM, for case insensitive comparison
- added bool flag STRIP to force -s linker flag
- turned linker warnings into errors in case of STATIC to fail in case of glibc static linking issues
- bumped version to 1.3
2021-10-16 15:15:56 +02:00
Jan Günter f0535095a2 changed workflow to build binaries using musl 2021-10-16 13:39:52 +02:00
Jan Günter c8a7c0dc19 changed static build behavior
restrict getpwuid usage only in static builds with glibc
2021-10-16 13:02:06 +02:00
Jan Günter 19ff463695 added yml definitions to .editorconfig 2021-10-16 13:00:23 +02:00
aristocratos 3e936bfa8e v1.0.16 Bug fixes 2021-10-16 11:14:11 +02:00
aristocratos 070691d5d0
Merge pull request #88 from jlopezcur/fix_vim-keys-typo
fix: when vim keys [k]ill should be [K]ill
2021-10-16 10:36:59 +02:00
Javier López Úbeda 084e231f1e fix: when vim keys [k]ill should be [K]ill
When we activate the vim_keys new option the label for kill a process
should be capitalized as "Kill" for match the shortcut Shift+K

fix: #87
2021-10-16 03:29:39 +02:00
aristocratos e5ccf7db2c
Update bug_report.md 2021-10-16 02:23:44 +02:00
aristocratos e20258ea9f Added: Try to restart secondary thread in case of stall and addiotional error checks for ifstream in Proc::collect() 2021-10-15 08:32:37 +02:00
aristocratos 832699ffe6 Changed: Removed unnecessary async threads in Runner thread 2021-10-14 21:44:39 +02:00
aristocratos 79a030ca82 Changed: Reverted thread mutex lock to atomic bool with wait and timeout 2021-10-14 09:22:14 +02:00
aristocratos 804fe60ca9 Fixed: Swapped from atomic bool spinlocks to mutexes to fix rare deadlock 2021-10-13 20:54:36 +02:00
aristocratos a1bda5f30c Fixed: atomic_wait() and atomic_lock{} use cpu pause instructions instead of thread sleep 2021-10-12 20:09:35 +02:00
aristocratos 903ab4cc8a v1.0.15 Vim keys 2021-10-12 17:39:21 +02:00
aristocratos 2df9b58ff1 Added: Toggle in options for enabling directional vim keys "h,j,k,l" 2021-10-12 17:34:52 +02:00
aristocratos 07145f9351 Fixed: Removed unneeded lock in Runner::run() 2021-10-12 16:56:47 +02:00
aristocratos 4b4bac7edd Changed: Limit atomic_wait() to 1000ms to fix rare stall 2021-10-12 16:49:10 +02:00
aristocratos 27c58dfc76 Changelog v1.0.15 2021-10-08 09:18:31 +02:00
aristocratos d96fdd7eb2 Fixed: Extra "root" partition when running in snap 2021-10-06 18:06:05 +02:00
kz6fittycent 6a129e26f4
- ADDFLAGS="-D SNAPPED"
Should provide view of root directory w/o issue.
2021-10-06 10:51:04 -05:00
aristocratos 132f4e6da1 Ignore tags and other branches 2021-10-06 17:25:22 +02:00
aristocratos dee69b5468 News 2021-10-06 17:16:49 +02:00
aristocratos 2d013e857f v1.0.14 Bug fixes and start of OSX development 2021-10-06 17:11:10 +02:00
aristocratos 3a20e55f3a Update changelog 2021-10-06 12:36:54 +02:00
aristocratos dbcd12b9d0 Fixed: snap root disk and changed to compiler flags instead of env variables for detection 2021-10-06 11:25:10 +02:00
aristocratos ad0b3d6b09 Added notice about LDAP and static compilation 2021-10-06 10:54:19 +02:00
aristocratos 69c5eba1db Fixed: Uid -> User fallback to getpwuid() if failure for non static builds 2021-10-06 10:47:24 +02:00
aristocratos 8c0b815bc1
Ignore changes to osx or freebsd 2021-10-06 08:19:33 +02:00
aristocratos 9cf7a77ef8 Upcoming in v1.0.14 2021-10-05 21:06:19 +02:00
aristocratos 721da8c055 Fixed missing colon 2021-10-05 20:57:33 +02:00
aristocratos acdefb7889 Change to only build if there are changes to source files or the build script itself 2021-10-05 20:55:15 +02:00
aristocratos ef13446501
Merge pull request #72 from ShrirajHegde/main
Set up GitHub workflow
2021-10-05 20:30:56 +02:00
Shriraj Hegde 8d4afa34ca Upload each architecture binary separately 2021-10-05 23:50:47 +05:30
Shriraj Hegde 222c387d40 Fix riscv64 cross compiler package name
Move git init command
2021-10-05 19:26:15 +05:30
Shriraj Hegde d311651f5f Fix git fix Stopping at filesystem boundary 2021-10-05 18:58:06 +05:30
Shriraj Hegde 0fedb9efc3 Add more architectures to Continuous build 2021-10-05 18:54:51 +05:30
Shriraj Hegde 7ab51dae4b create 'multiarch_bin' directory 2021-10-05 18:34:51 +05:30
Shriraj Hegde 8952694b04 Fix git hash in binary name 2021-10-05 18:31:53 +05:30
Shriraj Hegde 2e058b171a Store built binaries in 'multiarch_bin' 2021-10-05 18:25:57 +05:30
Shriraj Hegde 0b00228598 Add distclean after builds 2021-10-05 18:23:12 +05:30
Shriraj Hegde c4f8cf22cb Add aarch64 to workflow 2021-10-05 17:46:08 +05:30
Shriraj Hegde 0c7357d405 Fix README.md 2021-10-05 17:31:10 +05:30