1. 29 9月, 2015 3 次提交
    • A
      Add a server mutex to VBCSCompiler · 82d1906c
      Andy Gocke 提交于
      Issue #2790 describes multiple servers running with the same pipename,
      which should never happen. It's probable that this was caused by the
      File.Exists line in #3177. This change adopts a different strategy
      than attempting to check for the existence of the pipe -- instead we
      use both client and server mutexes. The client mutex prevents multiple
      clients from trying to start multiple servers simultaneously, while the
      server mutex acts as a signal to the client that a server is already
      running and a signal to all servers unable to grab the mutex that they
      should shut down.
      
      As always, any failed server usage simply results in the use of the
      in-proc compiler.
      
      Fixes #2790,#3177
      82d1906c
    • A
      Merge pull request #5457 from amcasey/GH5393 · 23196248
      Andrew Casey 提交于
      Stop setting InternalFeatureOnOffOptions
      23196248
    • J
      Merge pull request #5430 from jaredpar/comma · cab6522c
      Jared Parsons 提交于
      Change Windows command line argument parsing
      cab6522c
  2. 28 9月, 2015 2 次提交
  3. 26 9月, 2015 22 次提交
  4. 25 9月, 2015 13 次提交