Skip to content
Snippets Groups Projects
  1. Jan 30, 2017
  2. Jan 23, 2017
  3. Jan 11, 2017
  4. Dec 23, 2016
  5. Dec 19, 2016
  6. Dec 16, 2016
  7. Dec 12, 2016
  8. Dec 08, 2016
  9. Dec 02, 2016
  10. Dec 01, 2016
  11. Nov 23, 2016
    • Nick Mathewson's avatar
      Try to work around breakage in the OSX 10.12 SDK. · 16fcbd21
      Nick Mathewson authored
      Apple is supposed to decorate their function declarations with
      macros to indicate which OSX version introduced them, so that you
      can tell the compiler that you want to build against certain
      versions of OSX.  But they forgot to do that for clock_gettime() and
      getentropy(), both of which they introduced in 10.12.
      
      This patch adds a kludge to the configure.ac script where, if we
      detect that we are targeting OSX 10.11 or earlier, we don't even probe
      to see if the two offending functions are present.
      
      Closes ticket 20235.
      16fcbd21
  12. Nov 08, 2016
  13. Nov 07, 2016
  14. Nov 02, 2016
  15. Oct 19, 2016
  16. Oct 17, 2016
Loading