1. 29 Aug, 2017 2 commits
  2. 28 Aug, 2017 13 commits
  3. 27 Aug, 2017 10 commits
  4. 26 Aug, 2017 9 commits
  5. 25 Aug, 2017 6 commits
    • 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
    • Davis King's avatar
      updated docs · ba8cc455
      Davis King authored
      ba8cc455
    • Davis King's avatar
      Fixed grammar · 8e613246
      Davis King authored
      8e613246
    • Davis King's avatar
      Fixed spelling error in comment. · 6a962690
      Davis King authored
      6a962690
    • Davis King's avatar
      merged · df03b6fb
      Davis King authored
      df03b6fb