Skip to content
Snippets Groups Projects
  1. May 06, 2018
  2. May 01, 2018
  3. Apr 10, 2018
  4. Apr 03, 2018
  5. Mar 07, 2018
  6. Mar 04, 2018
  7. Feb 14, 2018
  8. Jan 18, 2018
  9. Nov 09, 2017
  10. Oct 05, 2017
  11. Aug 27, 2017
    • Alex Crichton's avatar
      Add asmjs/wasm32 to CI · 22b98ded
      Alex Crichton authored
      Rebase of #610 and also move emscripten up much higher in the hierarchy to
      ensure that it doesn't have too much of a ripple effect on other platforms.
      
      This involved moving down a good number of definitions, but hopefully was done
      with care to not break anything!
      22b98ded
  12. Aug 17, 2017
  13. Aug 12, 2017
  14. Jul 18, 2017
  15. Jul 10, 2017
  16. Jul 02, 2017
  17. Jun 27, 2017
  18. Jun 24, 2017
  19. Jun 19, 2017
  20. Mar 24, 2017
  21. Mar 20, 2017
  22. Mar 01, 2017
  23. Feb 20, 2017
  24. Feb 02, 2017
  25. Jan 25, 2017
  26. Jan 10, 2017
  27. Dec 15, 2016
  28. Oct 08, 2016
  29. Oct 01, 2016
  30. Sep 29, 2016
  31. Sep 16, 2016
  32. Sep 10, 2016
  33. Aug 19, 2016
  34. Jul 21, 2016
    • Tomasz Miąsko's avatar
      Add support for pthread_condattr_t on Unix platforms. · cb64485f
      Tomasz Miąsko authored
      Following types and function have been added:
      * pthread_cond_init
      * pthread_condattr_t
      * pthread_condattr_init
      * pthread_condattr_destroy
      * pthread_condattr_setclock [0]
      * pthread_condattr_getclock [0][1]
      
      [0] Not available on OSX.
      [1] May be unavailable on NetBSD, it is a very recent addition.
          Left out from openbsdlike hierarchy for now.
      cb64485f
Loading