Skip to content
Snippets Groups Projects
  1. Nov 10, 2016
  2. Oct 11, 2016
  3. Sep 05, 2016
    • Dmitri Naumov's avatar
      Fix usage of optional<T const&>. · 362fec50
      Dmitri Naumov authored and Dmitri Naumov's avatar Dmitri Naumov committed
      The called getPropertyVector<T>() did not return
      a const reference optional, but an optional<T&>.
      
      With boost 1.61 this conversion is no longer possible.
      
      Fixes #1383
      362fec50
  4. Aug 16, 2016
  5. Jun 28, 2016
  6. Jun 21, 2016
  7. Jun 17, 2016
  8. Jun 14, 2016
  9. Jun 10, 2016
  10. May 30, 2016
  11. May 17, 2016
  12. Apr 06, 2016
  13. Mar 02, 2016
  14. Feb 26, 2016
  15. Feb 19, 2016
    • Tom Fischer's avatar
      [MeL/ME] Rm "error: unsigned integer overflow". · b3f4b432
      Tom Fischer authored
      In the expressions "i+offset", "j+offset", ... the offset is converted to an 'unsigned int'.
      If the value of the offset variable is negative this leads to a very large 'unsigned int' value.
      The sum of i (j,...) and offset cannot be represented in type 'unsigned int'. This can be a problem.
      b3f4b432
  16. Feb 08, 2016
  17. Feb 03, 2016
  18. Feb 02, 2016
  19. Jan 27, 2016
Loading