log system/System.cpp @ 1851:91056142abd0

age author description
Wed, 29 Apr 2020 13:25:07 +0100 Chris Cannam Remove debug output
Fri, 06 Mar 2020 12:53:18 +0000 Chris Cannam Avoid compiler warning
Fri, 06 Mar 2020 12:12:46 +0000 Chris Cannam Add option to avoid pulling in the WinRT dependency for this very small feature
Fri, 24 Jan 2020 12:38:55 +0000 Chris Cannam Use slightly lighter version of accent colour in dark mode - it generally seems more appropriate in practice background-mode
Thu, 23 Jan 2020 15:43:30 +0000 Chris Cannam Add OSQueryAccentColour background-mode
Mon, 20 Jan 2020 17:17:45 +0000 Chris Cannam More sensible name background-mode
Fri, 17 Jan 2020 21:36:07 +0000 Chris Cannam Determine whether a dark background is indicated background-mode
Wed, 11 Sep 2019 13:20:40 +0100 Chris Cannam Update macOS memory size check - the original sysctl was returning far too small a value for modern machines (because bounded to a 32-bit int)
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Fri, 08 Jun 2018 11:27:40 +0100 Chris Cannam Environment variable lookup fixes, & use this implementation throughout plugin-path-config
Thu, 07 Jun 2018 16:39:58 +0100 Chris Cannam Setenv is nicer here plugin-path-config
Thu, 07 Jun 2018 15:35:04 +0100 Chris Cannam Add provisional utf-8 getenv/putenv implementations plugin-path-config
Mon, 09 Oct 2017 11:08:59 +0100 Chris Cannam Add overlooked fclose in error case
Tue, 07 Mar 2017 13:27:53 +0000 Chris Cannam Change where the 32-bit memory calculation adjustment is carried out -- more transparent here
Mon, 06 Mar 2017 17:23:46 +0000 Chris Cannam Some bits and bobs to do with handling memory pressure
Tue, 10 Jan 2017 16:56:48 +0000 Chris Cannam Fix compiler warning, remove some debug out 3.0-integration
Mon, 09 Jan 2017 16:41:45 +0000 Chris Cannam Fix a strictly-incorrect #if guard 3.0-integration
Mon, 09 Jan 2017 16:39:55 +0000 Chris Cannam Untabify 3.0-integration
Tue, 18 Oct 2016 15:54:56 +0100 Chris Cannam MSVC build fixes msvc2015_64
Thu, 21 Apr 2016 15:29:30 +0100 Chris Cannam Merge from the default branch 3.0-integration
Thu, 14 Apr 2016 14:03:18 +0100 Chris Cannam Make use of, and warn for, the plugin checker for all types of plugin. Haven't yet resolved the question of how to install and find it. pluginscan
Thu, 14 Apr 2016 12:12:04 +0100 Chris Cannam First cut running (but not yet using output of, or recovering from errors in) the plugin checker at startup pluginscan
Fri, 18 Mar 2016 15:30:28 +0000 Chris Cannam Win32 build fix
Tue, 19 Jan 2016 12:32:30 +0000 Chris Cannam Show warning to the user when plugin population has problems 3.0-integration
Mon, 11 Jan 2016 14:18:56 +0000 Chris Cannam Check for plugin loadability before trying to load in the main process (POSIX only so far) 3.0-integration
Tue, 03 Mar 2015 17:09:19 +0000 Chris Cannam This code now compiles. Main problem: sample rate types cxx11
Tue, 03 Mar 2015 15:18:24 +0000 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
Tue, 26 Nov 2013 13:35:08 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Mon, 16 Sep 2013 15:47:27 +0100 Chris Cannam Memory barriers in ringbuffer
Mon, 25 Mar 2013 12:15:07 +0000 Chris Cannam MinGW fixes