Skip to content
Snippets Groups Projects
  1. Jun 29, 2012
    • Konstantin Osipov's avatar
      A fix for Bug#905348 Object is deprecated · 19a23b70
      Konstantin Osipov authored
      In the new Objective C 2.0 runtime, class Object was trimmed
      and no longer contains + alloc, - init, - free and - subclassResponsibility,
      which we use.
      
      Implement our own base class and use it instead of the old Object.
      
      This should fix compilation with gcc 4.7 everywhere and clang on
      Darwin.
      
      The current code can still be built with gcc 4.6.
      19a23b70
  2. Jun 27, 2012
  3. Jun 26, 2012
  4. Jun 23, 2012
  5. Jun 22, 2012
  6. Jun 21, 2012
  7. Jun 20, 2012
  8. Jun 19, 2012
  9. Jun 18, 2012
  10. Jun 17, 2012
  11. Jun 15, 2012
  12. Jun 14, 2012
Loading