Skip to content
  1. Jan 13, 2010
  2. Nov 09, 2009
  3. Nov 05, 2009
  4. Nov 01, 2009
  5. Oct 31, 2009
  6. Oct 29, 2009
  7. Oct 28, 2009
  8. Oct 27, 2009
  9. Oct 17, 2009
  10. Oct 06, 2009
  11. Sep 23, 2009
  12. 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
  13. Sep 18, 2009
  14. Sep 15, 2009
  15. Sep 14, 2009
  16. Sep 13, 2009
  17. Sep 12, 2009
Loading