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
Thu, 12 May 2011 17:31:24 +0100 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
Thu, 10 Sep 2009 18:44:45 +0000 Chris Cannam * solaris build fixes
Fri, 13 Mar 2009 11:06:11 +0000 Chris Cannam ...
Thu, 04 Dec 2008 17:15:15 +0000 Chris Cannam ...
Thu, 10 Jul 2008 12:50:56 +0000 Chris Cannam * Updates for 1.3 sv1-v1.3 sv1-v1.3rc1
Tue, 29 Apr 2008 09:44:44 +0000 Chris Cannam * Merge rev 1048 (build fixes) from rdf-import branch
Fri, 05 Oct 2007 13:26:47 +0000 Chris Cannam * Ensure locale from environment is retained after plugin load, not
Thu, 19 Apr 2007 15:19:51 +0000 Chris Cannam * OS/X tweaks sv1-1.0pre4
Fri, 26 Jan 2007 16:59:57 +0000 Chris Cannam * Add slice layers (so you can display a slice of a colour 3d plot as if it were
Thu, 25 Jan 2007 17:41:00 +0000 Chris Cannam Fixes for Windows build
Thu, 25 Jan 2007 15:55:12 +0000 Chris Cannam ...
Fri, 17 Nov 2006 16:27:39 +0000 Chris Cannam * Update copyright notes as appropriate.
Tue, 24 Oct 2006 11:13:41 +0000 Martin Gasser included OSX-specific headers
Tue, 26 Sep 2006 13:18:29 +0000 Chris Cannam * sketch win32 and os/x implementations for memory availability check
Tue, 26 Sep 2006 12:58:12 +0000 Chris Cannam * flesh out StorageAdviser
Mon, 25 Sep 2006 20:32:44 +0000 Chris Cannam ...
Mon, 25 Sep 2006 13:44:05 +0000 Chris Cannam * Start adding StorageAdviser class to determine whether caches should be
Mon, 31 Jul 2006 14:05:22 +0000 Chris Cannam * Reorganising code base. This revision probably should compile once more.