Skip to content
Snippets Groups Projects
  1. Oct 05, 2012
  2. Oct 04, 2012
    • Christian Engwer's avatar
      [function] · 4a3b13f7
      Christian Engwer authored
      use traits to get types for evaluation arguments
      ... make the doxygen documentation more readable
      
      [[Imported from SVN: r7005]]
      4a3b13f7
  3. Oct 03, 2012
    • Christoph Grüninger's avatar
      [deprecated.hh] · 0c4fc599
      Christoph Grüninger authored
      Update documentation for clang deprecation support. It reads still
      clumsy and should be cleaned if we officially discontinue support for
      older compilers.
      
      [[Imported from SVN: r7004]]
      0c4fc599
  4. Sep 27, 2012
  5. Sep 26, 2012
  6. 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
  7. Sep 07, 2012
  8. Sep 05, 2012
  9. Aug 22, 2012
  10. Aug 21, 2012
  11. Aug 12, 2012
  12. Aug 07, 2012
  13. Aug 06, 2012
  14. 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
  15. 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
  16. 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
  17. Jul 11, 2012
  18. Jul 06, 2012
  19. Jun 25, 2012
  20. Jun 22, 2012
Loading