Skip to content
Snippets Groups Projects
  1. May 19, 2014
    • Brad King's avatar
      Process: Workaround child kill trouble on Cygwin · c282e64f
      Brad King authored
      When we kill a child we send SIGSTOP first so that we can traverse its
      child processes recursively.  On unwinding the recursion we then send
      SIGKILL.  Current Cygwin has trouble when both signals are sent in quick
      succession by the parent process.  Add a usleep(1) after sending the
      first signal to give up our time slice and give Cygwin a chance to
      process the first signal before sending the second.
      
      Change-Id: I75ab55cf969a0ea6104a9798c761c0ba1fcd1dbc
      c282e64f
  2. May 16, 2014
  3. May 07, 2014
  4. May 05, 2014
  5. Apr 14, 2014
    • Brad King's avatar
      hashtable: Poison operator= on internal node type · 1979c02d
      Brad King authored
      Declare a private _Hashtable_node<_Val>::operator= without
      implementation to ensure no code tries to assign nodes.
      The hash_map uses "pair<const _Key,_Tp>" as the value type
      so the const key cannot be assigned.
      
      Change-Id: If772e1588c9504df450c18eb0d36dc024db9f2da
      1979c02d
  6. Apr 07, 2014
  7. Apr 05, 2014
  8. Apr 02, 2014
  9. Apr 01, 2014
  10. Mar 19, 2014
  11. Mar 12, 2014
  12. Mar 11, 2014
    • Brad King's avatar
      Set policy CMP0025 to NEW within KWSys · 88c5a768
      Brad King authored
      KWSys does not depend on the Apple Clang compiler id being "Clang" so
      set the policy to NEW explicitly to avoid the warning and get the NEW
      behavior.
      
      Change-Id: I884a82876ced444753a28eec1a2a26cc8c07cdef
      88c5a768
  13. Mar 06, 2014
  14. Mar 03, 2014
  15. Feb 28, 2014
  16. Feb 12, 2014
  17. Jan 24, 2014
  18. Jan 06, 2014
Loading