Commit graph

52 commits

Author SHA1 Message Date
aristocratos e53799188f Fixed better detection for OSX 2021-10-07 18:25:14 +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
aristocratos 69c5eba1db Fixed: Uid -> User fallback to getpwuid() if failure for non static builds 2021-10-06 10:47:24 +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
aristocratos 0c1feb909e Added Input::process for input actions and Runner:: namespace for multithreading collection and drawing 2021-07-18 15:44:32 +02:00
aristocratos e3b297e82a Proc::draw gradients 2021-07-05 22:18:58 +02:00
aristocratos ad5864266a Added Proc::_collect_details for process info box collection 2021-07-04 01:18:48 +02:00
aristocratos 3634633e21 Proc::collect() optimization and started on Proc::_collect_details() 2021-06-30 22:28:12 +02:00
aristocratos d459d088a0 File reorganization and more efficient build 2021-06-19 14:57:27 +02:00
aristocratos 10a8bfe39e Added signal handler 2021-06-09 19:47:49 +02:00
aristocratos 3263e7496d Added Graph class 2021-05-30 02:15:09 +02:00
aristocratos ecd4ef9985 Added Meter class 2021-05-27 22:29:36 +02:00
aristocratos e7cbc28960 small 2021-05-26 16:23:29 +02:00
aristocratos 806045c0a6 Switched from map to unordered_map where possible 2021-05-18 22:11:34 +02:00
aristocratos 833d253276 Namespaces < Classes 2021-05-14 18:54:37 +02:00
aristocratos cfa944faac Processes sorting, filtering and cpu calculations 2021-05-13 03:11:29 +02:00
aristocratos d1180d6b38 Testing Processes class 2021-05-10 23:46:41 +02:00
aristocratos 3b3a93935d File reorganization 2021-05-08 20:37:36 +02:00