Skip to content
Snippets Groups Projects
  1. Jan 19, 2016
  2. Feb 17, 2015
  3. Jan 16, 2015
  4. Oct 09, 2014
  5. Jul 01, 2014
    • Christian Kandeler's avatar
      Always pass Core::Id by value. · 93304df0
      Christian Kandeler authored
      
      Currently we pass in some places by value, elsewhere by const ref and
      for some weird reason also by const value in a lot of places. The latter
      is particularly annoying, as it is also used in interfaces and therefore
      forces all implementors to do the same, since leaving the "const" off is
      causing compiler warnings with MSVC.
      
      Change-Id: I65b87dc3cce0986b8a55ff6119cb752361027803
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      93304df0
  6. May 23, 2014
  7. Jan 08, 2014
  8. Apr 03, 2013
  9. Jan 29, 2013
  10. Oct 05, 2012
  11. Aug 06, 2012
  12. Jul 19, 2012
  13. Mar 05, 2012
  14. Feb 23, 2012
Loading