1. 25 Aug, 2017 3 commits
    • Davis King's avatar
      Clarified spec · e7774a4c
      Davis King authored
      e7774a4c
    • Deniz Evrenci's avatar
      C++11 features (#778) · 6fbe3c60
      Deniz Evrenci authored
      * Make noncopyable constructor and destructor default
      
      C++11 provides the functionality.
      Defining empty functions cause all classes derived from noncopyable
      to be non-trivially constructible and non-trivially destructible.
      
      For example, matrix with compile-time layout by definition does not
      require an explicit destructor and should be trivially destructible
      ; however, deriving from noncopyable makes it non-trivially
      destrutible. This also affects vector<T, 2> and vector<T, 3>.
      
      * Delete array2d copy constructor and assignment operators
      6fbe3c60
    • Deniz Evrenci's avatar
      ef25c56f
  2. 24 Aug, 2017 7 commits
  3. 23 Aug, 2017 3 commits
  4. 22 Aug, 2017 3 commits
  5. 21 Aug, 2017 4 commits
  6. 20 Aug, 2017 4 commits
  7. 19 Aug, 2017 3 commits
  8. 18 Aug, 2017 3 commits
  9. 15 Aug, 2017 4 commits
  10. 14 Aug, 2017 5 commits
  11. 11 Aug, 2017 1 commit