Skip to content
  1. Sep 23, 2009
  2. Sep 22, 2009
    • Shantonu Sen's avatar
      1) Remove cmake-specific #define usage from the exported · 33f6acbb
      Shantonu Sen authored
      Block.h/Block_private.h headers, since clients won't know what to
      set. These are moved into runtime.c as appropriate
      
      2) Use cmake checks for CAS builtins, instead of guessing based on GCC
      #defines (which aren't set by clang and llvm-gcc anyway)
      
      3) "#pragma mark" isn't supported by FSF gcc, so "#if 0" it out. It
      should still show up in IDEs that support it
      
      4) Fix some compiler warnings. GCC 4.3.3 seems super strict about
      %p. function pointers can't be cast to void * either.
      
      5) Avoid a warning for apple_versioning.c that "ISO C does not allow
      empty files"
      
      llvm-svn: 82504
      33f6acbb
  3. Sep 18, 2009
  4. Sep 15, 2009
  5. Sep 14, 2009
  6. Sep 13, 2009
  7. Sep 12, 2009
  8. Sep 11, 2009
  9. Sep 03, 2009
  10. Aug 18, 2009
  11. Aug 10, 2009
  12. Aug 09, 2009
  13. Aug 08, 2009
Loading