Skip to content
Snippets Groups Projects
  1. Oct 05, 2016
  2. Oct 04, 2016
  3. Oct 03, 2016
  4. Oct 02, 2016
  5. Oct 01, 2016
  6. Sep 30, 2016
    • Brad King's avatar
      cmake-server: Stop the file monitor on client disconnect · 1b43f9d1
      Brad King authored
      When the client disconnects we need to remove all events from our loop.
      Prior to the introduction of the file monitor we only needed to remove
      the client pipes.  Now we need to remove the file monitor events too.
      
      Without this the event loop may continue to block on file monitor
      events.  If one does eventually come in then the event handler may try
      to report it to the disconnected client and crash because our internal
      structures for writing to the client have been freed.
      
      This addresses a failure of the `Server` test on some machines.
      1b43f9d1
    • Brad King's avatar
      Help: Add release note about compilers that no longer build CMake itself · 27c51865
      Brad King authored
      The introduction of libuv requires some intrinsics such as InterlockedOr
      that are not available on VS 2005 and below or on MinGW.org's mingw32.
      Add a release note that we no longer support these compilers for CMake
      itself.
      27c51865
Loading