Skip to content
Snippets Groups Projects
  1. Oct 17, 2012
  2. Sep 27, 2012
  3. Sep 22, 2012
    • Martin Nolte's avatar
      only use std::integral_constant, if it conforms to the C++11 standard · a35de714
      Martin Nolte authored
      C++11 requires a cast operator from integral_constant< T, v > to T. As far as I
      could make out, no gcc version provides this cast in <tr1/type_traits> and only
      gcc >= 4.6 provides it in <type_traits>. Therefore, the configure check now tests
      for the cast operator only in <type_traits>.
      
      Note: Our drop-in replacement conforms to the standard in the above-mentioned
      sense.
      
      [[Imported from SVN: r6992]]
      a35de714
  4. Sep 20, 2012
  5. Sep 07, 2012
  6. Sep 05, 2012
  7. Sep 03, 2012
  8. Aug 31, 2012
  9. Aug 28, 2012
  10. Aug 26, 2012
  11. Aug 24, 2012
  12. Aug 22, 2012
  13. Aug 21, 2012
  14. Aug 15, 2012
  15. Aug 14, 2012
  16. Aug 12, 2012
  17. Aug 10, 2012
  18. Aug 07, 2012
  19. Aug 06, 2012
  20. Jul 31, 2012
    • Christian Engwer's avatar
      [densevector] · 360afd9d
      Christian Engwer authored
      initialize result with 0
      (patch by Matthias Wohlmuth)
      
      [[Imported from SVN: r6877]]
      360afd9d
  21. Jul 16, 2012
    • Martin Nolte's avatar
      Some minor improvements to our array replacement: · b2a59158
      Martin Nolte authored
      * the array synopsis in the standard uses struct, so why don't we?
      * add method empty (demanded by the standard, many more are actually missing)
      * consistently use std::size_t instead of size_t (for std::array it should even be std::size_t)
      * simplify operator<<
      * unify indentation (to 2)
      * make_array is a function and not a method
      * improve comments on the preprocessor branches (to improve readability)
      
      [[Imported from SVN: r6868]]
      b2a59158
    • Christoph Grüninger's avatar
      Element in sllist.hh is a struct, not a class. · 0704f087
      Christoph Grüninger authored
      [[Imported from SVN: r6867]]
      0704f087
  22. Jul 13, 2012
    • Christoph Grüninger's avatar
      [array] · ce6e7f05
      Christoph Grüninger authored
      Fix printing of zero-dimensional arrays, FS#1148.
      (Thanks to Elias Pipping for testing the patch)
      
      [[Imported from SVN: r6865]]
      ce6e7f05
  23. Jul 11, 2012
  24. Jul 06, 2012
Loading