Commit Graph

447 Commits

Author SHA1 Message Date
aristocratos
ca183b2b85 Fixed up Makefile 2021-10-24 11:09:29 +02:00
Jos Dehaes
235c95274f fix boottime (not sure if needed) 2021-10-23 23:49:51 +02:00
Jos Dehaes
cc2a4987ef temp 2021-10-23 23:38:00 +02:00
Jos Dehaes
30ef6ee050 cpu freq 2021-10-23 22:58:17 +02:00
aristocratos
735894b6ca Fixed leaks and proc tree mode 2021-10-23 21:46:57 +02:00
Jos Dehaes
cd3fd1a529 correct makefile 2021-10-22 22:49:01 +02:00
Jos Dehaes
cd644cfc55 get rid of warnings 2021-10-22 15:49:39 +02:00
Jos Dehaes
81b63652bf battery 2021-10-22 15:43:22 +02:00
Jos Dehaes
41ba986954 process args 2021-10-22 15:31:04 +02:00
Jos Dehaes
137e876da6 remove debug 2021-10-22 14:29:36 +02:00
Jos Dehaes
5249be0a40 net stats 2021-10-22 14:28:40 +02:00
Jos Dehaes
96461f4d94 sane memory stats 2021-10-22 13:54:00 +02:00
Jos Dehaes
e5ceeee197 processes 2021-10-22 13:38:27 +02:00
Jos Dehaes
889433d4c6 cpu model + cpu load 2021-10-22 12:08:47 +02:00
Jos Dehaes
f037ab306a freebsd first work 2021-10-22 10:31:37 +02:00
Jos Dehaes
de62167921 Merge branch 'main' into OSX
# Conflicts:
#	CHANGELOG.md
#	Makefile
#	src/btop.cpp
2021-10-20 23:10:36 +02:00
aristocratos
a0ee4046c6 v1.0.18 Fix for build platform detection 2021-10-19 17:29:57 +02:00
aristocratos
f15c2fdcf6 Fixed: Makefile g++ -dumpmachine failure to get platform on some distros 2021-10-18 20:55:06 +02:00
aristocratos
997bfd2712 v1.0.17 New features and bug fixes 2021-10-18 18:56:27 +02:00
aristocratos
a590dd3f67 Ignore format-truncation 2021-10-18 11:20:12 +02:00
Jos Dehaes
4c30742d41 comments about temp sensors 2021-10-18 10:08:01 +02:00
Jos Dehaes
46030de77c available = total - used 2021-10-18 08:10:37 +02:00
aristocratos
7d89c75abb FIxed: Battery error if non existant battery named is entered 2021-10-17 22:55:36 +02:00
aristocratos
368ed273ec
Merge pull request #98 from jan-guenter/svg-logo
SVG logo
2021-10-17 22:48:47 +02:00
aristocratos
4cacdf28fe Added: Displayed battery selectable in options menu 2021-10-17 22:26:43 +02:00
Jos Dehaes
4c228de0ef use sysconf to get arg_max - seems simpler 2021-10-17 22:19:41 +02:00
Jos Dehaes
c60fc29f0f arg_max should be int on macos 2021-10-17 22:10:50 +02:00
Jos Dehaes
0b5a931a6d only fetch max_args once 2021-10-17 22:01:42 +02:00
Jan Günter
ebcfd1c367
added a SVG version of the logo
recreated logo.png form logo.svg for optimized png data
2021-10-17 20:54:02 +02:00
aristocratos
dfef4fdcc8 Update README.md 2021-10-17 20:25:46 +02:00
aristocratos
9da58e0e64
Trigger on push to branch "main" not "master" 2021-10-17 17:51:23 +02:00
aristocratos
be9086c68f
Swap triggers around to see if it triggers... 2021-10-17 17:48:31 +02:00
aristocratos
7adbcbb6d9
Merge pull request #97 from jan-guenter/battery-detection-issue-94
Improved battery detection
2021-10-17 17:14:18 +02:00
Jan Günter
22297f7954 added try catch block as suggested in review
https://github.com/aristocratos/btop/pull/97#discussion_r730428842
2021-10-17 17:06:18 +02:00
Jan Günter
966c9f5e5e improved battery detection
- new considering all power supplies (instead of path name filtering)
- only consider power supplies that are currently present
- only consider power supplies of type Batter or UPS
2021-10-17 16:31:25 +02:00
aristocratos
2ee1333226 Changed: Removed microblaze platform from build targets because of issue with atomics 2021-10-17 12:11:25 +02:00
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
aristocratos
71d5cd5fd9 Reverted mutexes back to custom atomic bool based locks 2021-10-16 23:24:07 +02:00
Jos Dehaes
3f34a67df6 these helpers can be static 2021-10-16 21:47:55 +02:00
Jos Dehaes
fc19c46c8a code cleanup: put the code in .cpp to enable incremental build 2021-10-16 21:45:16 +02:00
Jos Dehaes
c252c618c0 don't crash on intel 2021-10-16 21:09:21 +02:00
Jos Dehaes
9f88187c29 small improvement 2021-10-16 21:06:18 +02:00
Jos Dehaes
808f09c974 don't iterate 3 times 2021-10-16 20:59:48 +02:00
Jos Dehaes
d8408336e3 remove debug 2021-10-16 20:59:27 +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