Skip to content
Snippets Groups Projects
  1. Sep 25, 2014
  2. Sep 24, 2014
  3. Sep 16, 2014
  4. Sep 10, 2014
  5. Aug 04, 2014
  6. Jan 31, 2014
  7. Jan 18, 2014
  8. Jan 05, 2014
  9. Sep 20, 2013
  10. Aug 24, 2013
  11. Jun 19, 2013
  12. Jun 15, 2013
  13. May 16, 2013
  14. May 15, 2013
  15. Apr 22, 2013
  16. Apr 09, 2013
  17. Apr 08, 2013
  18. Apr 05, 2013
  19. Mar 29, 2013
    • Josh Siegle's avatar
      Switch to manual font loading · e176ce1d
      Josh Siegle authored
      For some reason, "getCustomTypefaceForFont" wasn't being called on OS X.
      It probably has something to do with platform-specific code for loading
      fonts. Now, in cases where custom fonts are needed, loading requires
      4 lines instead of 1. Kind of a pain, so hopefully this is a temporary
      solution until we can figure out what's different about Macs.
      e176ce1d
  20. Mar 21, 2013
  21. Mar 20, 2013
  22. Mar 12, 2013
  23. Feb 12, 2013
    • Marti Bolivar's avatar
      Fix up unused variable/value warnings. · 12574cf1
      Marti Bolivar authored
      
      Generic changes:
      
      - Genuinely unused variables (-Wunused-variable): delete
        them. Sometimes add a comment if the variable is for an extension of
        the code that isn't done yet.
      
      - Variables that became unused due to commented-out
        code (-Wunused-variable): comment out their definitions. Dirty, but
        that's because commenting out code instead of deleting it is
        dirty.
      
        Many of these are due to commented-out printlines that should have
        been log messages that only get emitted at high verbosity level.
      
      Specific changes:
      
      - SpikeObject.cpp (-Wunused-value): move initialization of loop
        variable into first for loop clause to silence the warning.
      
      Signed-off-by: default avatarMarti Bolivar <mbolivar@leaflabs.com>
      12574cf1
    • Marti Bolivar's avatar
      Resolve -Wreorder warnings. · efe43aa8
      Marti Bolivar authored
      
      Rearrange member initialization in constructors to silence GCC
      -Wreorder warnings (-Wreorder is enabled by -Wall).
      
      Signed-off-by: default avatarMarti Bolivar <mbolivar@leaflabs.com>
      efe43aa8
  24. Feb 06, 2013
  25. Dec 27, 2012
  26. Nov 26, 2012
  27. Nov 20, 2012
  28. Nov 12, 2012
Loading