Skip to content
Snippets Groups Projects
  1. Mar 23, 2009
  2. Mar 20, 2009
  3. Mar 19, 2009
  4. Mar 18, 2009
  5. Mar 17, 2009
  6. Mar 16, 2009
  7. Mar 10, 2009
  8. Mar 04, 2009
  9. Mar 02, 2009
  10. Feb 27, 2009
  11. Feb 25, 2009
  12. Feb 18, 2009
  13. Feb 17, 2009
  14. Feb 12, 2009
  15. Feb 06, 2009
  16. Feb 04, 2009
  17. Jan 29, 2009
  18. Jan 28, 2009
  19. Jan 27, 2009
  20. Jan 23, 2009
  21. Jan 21, 2009
    • Thorbjørn Lindeijer's avatar
      Avoid going through ICore when it's not necessary · 6adecf37
      Thorbjørn Lindeijer authored
      Many singletons have their own instance() method, in which case there is
      no need to use ICore::instance() to get access to them.
      6adecf37
    • hjk's avatar
      Use gdb's 'print' command to access dumper output. · 076488bf
      hjk authored
      Simple solution after all. This idea got initially dropped early in the
      process because it does not handle binary data and using x/x was
      way to slow. But since we use only printable characters now thanks
      to base64 encoding etc using 'p' becomes feasible again and simplifies
      the process vastly as no additional communication channel is needed anymore.
      076488bf
  22. Jan 20, 2009
Loading