Skip to content
Snippets Groups Projects
  1. Dec 02, 2016
  2. Dec 01, 2016
  3. 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
  4. Nov 21, 2016
  5. Nov 18, 2016
  6. Nov 16, 2016
  7. Nov 14, 2016
  8. Nov 10, 2016
  9. Nov 09, 2016
  10. Nov 08, 2016
  11. Nov 07, 2016
Loading