Commit graph

93 commits

Author SHA1 Message Date
aristocratos c2c4fe47db Changes from main + fixes 2021-11-13 23:15:53 +01: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 997bfd2712 v1.0.17 New features and bug fixes 2021-10-18 18:56:27 +02:00
aristocratos 1601422613 Changed: Reverted mutexes back to custom atomic bool based locks 2021-10-16 23:52:06 +02:00
aristocratos 71d5cd5fd9 Reverted mutexes back to custom atomic bool based locks 2021-10-16 23:24:07 +02:00
aristocratos 3e936bfa8e v1.0.16 Bug fixes 2021-10-16 11:14:11 +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 88a2528ca3 Merge changes from main 2021-10-16 19:34:10 +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 903ab4cc8a v1.0.15 Vim keys 2021-10-12 17:39:21 +02:00
aristocratos 07145f9351 Fixed: Removed unneeded lock in Runner::run() 2021-10-12 16:56:47 +02:00
aristocratos aee9179c0a Disable failed tty mode detection for OSX 2021-10-09 17:36:46 +02:00
Jos Dehaes 98e1e87405 Merge branch 'main' into OSX 2021-10-07 11:32:41 +02:00
aristocratos 2d013e857f v1.0.14 Bug fixes and start of OSX development 2021-10-06 17:11:10 +02:00
Jos Dehaes 8c67967775 reduce diff more 2021-10-06 14:16:38 +02:00
Jos Dehaes 70b47d2ca8 reduce diff with main branch 2021-10-06 14:10:23 +02:00
Jos Dehaes 28e152b80c decrease diff with upstream 2021-10-06 12:45:30 +02:00
Jos Dehaes 29bb2dcc5f initialize mutex (needed on macos apparently and not on linux) 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 f9505a425d v1.0.13 Better symbol compatibility 2021-10-02 22:43:49 +02:00
aristocratos ae7b8b77ff Version bump 2021-09-30 22:51:05 +02:00
aristocratos a246c098cd v1.0.11 Bug fixes 2021-09-29 21:24:33 +02:00
aristocratos a49b8f999f Changed: Init will continue if UTF-8 locale are detected even if it fails to set the locale 2021-09-29 11:43:37 +02:00
aristocratos c70667e9e5 Fixed: UTF8 set LANG and LC_ALL to empty before UTF8 search and fixed empty error msg on exit before signal handler init 2021-09-29 08:16:49 +02:00
aristocratos 5fba94c96c v1.0.10 Bug fixes 2021-09-28 16:37:02 +02:00
aristocratos 8296c1a8d5 Changed: UTF8 detection search if LANG is set but fails to set 2021-09-28 13:08:45 +02:00
aristocratos 683c57539a Changed: Moved signal handler setup to later in init 2021-09-28 09:05:16 +02:00
aristocratos 01dfd27ec4 Changed: Moved check for valid terminal dimensions to before platform init 2021-09-27 11:59:10 +02:00
aristocratos 65c62cef47 Changed: Stop second thread before updating terminal size variables 2021-09-27 11:01:56 +02:00
aristocratos d76f258a49 Added: Wait for terminal size properties to be available at start 2021-09-27 09:16:39 +02:00
aristocratos 68d88e6e4d v1.0.9 Bug fixes 2021-09-26 13:46:51 +02:00
aristocratos 5ae05f0333 v1.0.8 Bug fixes 2021-09-26 00:23:46 +02:00
aristocratos 771a200107 Changed: Only log tty name if known 2021-09-26 00:17:39 +02:00
aristocratos 94feb4e16e More fixes for UTF-8 detection 2021-09-25 11:35:50 +02:00
aristocratos 5273a62856 Fixed: Additional NULL checks in UTF-8 detection 2021-09-25 00:10:18 +02:00
aristocratos ee8109ec38 v1.0.7 Bug fixes 2021-09-24 22:35:13 +02:00
aristocratos 78c417bc9f v1.0.6 Bug fixes 2021-09-23 21:00:56 +02:00
aristocratos 1f5aebead0 Fixed: Check that getenv("LANG") is not NULL in UTF-8 check 2021-09-22 19:32:00 +02:00
aristocratos 2f27d9fa17 v1.0.5 Bug fixes 2021-09-22 17:31:17 +02:00
aristocratos eedab3062e Fixed: UTF-8 check crashing if LANG was set to non existant locale 2021-09-22 17:27:25 +02:00
aristocratos b818d0102d Fixed: Sizing constraints bug on start and boxes can be toggled from size error screen 2021-09-22 12:55:39 +02:00
aristocratos 5ce72403b6 v1.0.4 Bug fixes 2021-09-21 21:27:46 +02:00
aristocratos 19e9a181ea v1.0.3 Bug fixes 2021-09-21 17:39:49 +02:00
aristocratos 026a9311e9 v1.0.2 Bug fixes 2021-09-20 18:32:08 +02:00
aristocratos 9319d0c48c Missing comma... 2021-09-18 20:31:47 +02:00
aristocratos 91025a8025 v1.0.1 Bug fixes 2021-09-18 20:20:02 +02:00