Commit Graph

66 Commits

Author SHA1 Message Date
aristocratos c2c4fe47db Changes from main + fixes 2021-11-13 23:15:53 +01:00
aristocratos bd5d867089 Fixes 2021-11-13 21:24:01 +01:00
aristocratos 254ceb9c2d Fixed up Makefile 2021-10-24 11:24:04 +02:00
aristocratos 6fa3bf41d7 Makefile fixed WARNFLAGS 2021-10-21 13:12:45 +02:00
aristocratos 2c98e2ca29 Updated Makefile 2021-10-21 13:08:12 +02:00
Jos Dehaes e69780e9bc fix build 2021-10-20 23:26:09 +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 f15c2fdcf6 Fixed: Makefile g++ -dumpmachine failure to get platform on some distros 2021-10-18 20:55:06 +02:00
aristocratos a590dd3f67 Ignore format-truncation 2021-10-18 11:20:12 +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
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 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
aristocratos 921cfa01ff Re-enable setuid and set default SU_GROUP to wheel for OSX 2021-10-13 23:20:15 +02:00
aristocratos c4df64d440 Fixed compile time display for gmake and command timings 2021-10-07 18:41:49 +02:00
aristocratos e53799188f Fixed better detection for OSX 2021-10-07 18:25:14 +02:00
aristocratos 69c5eba1db Fixed: Uid -> User fallback to getpwuid() if failure for non static builds 2021-10-06 10:47:24 +02:00
Jos Dehaes ec7415384d fix mistake in makefile 2021-10-06 00:41:37 +02:00
Jos Dehaes 70b47d2ca8 reduce diff with main branch 2021-10-06 14:10:23 +02:00
Jos Dehaes ca9cb48054 Merge remote-tracking branch 'origin/main' into OSX
# Conflicts:
#	Makefile
#	src/osx/btop_collect.cpp
2021-10-06 13:49:20 +02:00
Jos Dehaes c66b46f850 battery state via CoreFoundation 2021-10-06 13:41:57 +02:00
Jos Dehaes 776fc96852 seems to work indeed 2021-10-06 12:45:30 +02:00
Jos Dehaes 7b40e2835a allow override optimization flag 2021-10-06 12:45:30 +02:00
Jos Dehaes 005ea24e4c update Makefile 2021-10-06 12:45:30 +02:00
Jos Dehaes fb5970b000 comment 2021-10-06 12:45:29 +02:00
Jos Dehaes 3db9d66476 first infos on macos: memory used & free 2021-10-06 12:45:29 +02:00
Jos Dehaes f8acb2f854 make it compile on macos (M1 - arm64). Does not run though 2021-10-06 12:45:29 +02:00
Jos Dehaes bd1050a740 seems to work indeed 2021-10-05 10:48:07 +02:00
Jos Dehaes 5094b73758 allow override optimization flag 2021-10-05 10:46:14 +02:00
Jos Dehaes 8811270332 update Makefile 2021-10-05 10:09:24 +02:00
Shriraj Hegde 665a8b1366 Add 'info' option in help
Might be helpful when more platforms are compatible
2021-10-05 00:27:15 +05:30
Jos Dehaes 0983917f26 comment 2021-10-02 23:53:41 +02:00
Jos Dehaes fe4db7c16c first infos on macos: memory used & free 2021-10-02 23:48:28 +02:00
Jos Dehaes 84a974695a make it compile on macos (M1 - arm64). Does not run though 2021-09-28 23:37:03 +02:00
aristocratos 68d88e6e4d v1.0.9 Bug fixes 2021-09-26 13:46:51 +02:00
aristocratos 3b4a7c12fc Changed: Only look for g++-11 if CXX=g++ 2021-09-25 11:48:33 +02:00
Edward Davis b9e470fc81 Add make install missing reset escape sequence. 2021-09-21 13:05:03 -07:00
aristocratos 8288d7c311 Added QUIET variable "true/false" to suppress most messages during build 2021-09-21 18:57:16 +02:00
aristocratos f0d3cc5bf4 Fixed ARCH detection in Makefile 2021-09-19 06:18:09 +02:00
aristocratos cffa303270 Added battery info in Cpu::draw() 2021-09-18 02:13:35 +02:00
aristocratos 650df9ac39 Added collect for battery 2021-09-17 14:25:54 +02:00
aristocratos 8583a8a2ef Added menu system 2021-09-12 15:58:23 +02:00
aristocratos db96a20e16 Added menus and boxes for signal sending 2021-09-01 21:40:13 +02:00
aristocratos 214d8962e0 Moving stuff around 2021-08-23 22:52:52 +02:00
aristocratos 03f64c22de Added btop_platform.cpp, moved btop_linux.cpp to btop_linux.hpp and updated robin_hood.h 2021-08-23 17:35:27 +02:00
aristocratos b2e0707c32 Added terminal size limit warnings and fixed net auto sizing 2021-08-22 21:39:25 +02:00
aristocratos 3f27fb24b5 Added clock, updated makefile and switch to using semaphore to trigger _runner thread 2021-08-22 16:04:01 +02:00
aristocratos 7ab765b575 Added Net::collect(), Net::draw() and input mappings for net 2021-08-15 23:20:55 +02:00
aristocratos acb20832d1 Added mem and disks 2021-08-10 20:20:33 +02:00
aristocratos 102ed6179e Added cpu temperature functionality 2021-08-03 23:47:46 +02:00
aristocratos e33b4b7b0c Added Cpu::collect(), Cpu::get_cpuName() and Cpu::getHz() 2021-07-29 23:40:56 +02:00