Skip to content
  1. Jan 13, 2010
  2. Oct 31, 2009
  3. Oct 28, 2009
  4. Oct 17, 2009
  5. Sep 23, 2009
  6. 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
  7. Sep 14, 2009
  8. Sep 12, 2009
  9. Aug 09, 2009
  10. Aug 05, 2009
  11. Aug 03, 2009
Loading