Commit Graph

  • 2c8886bdfb Also renames MAC OS to OS X Peter Steinberger 2015-09-23 23:18:48 +0200
  • c3b85f9571 Fixes spelling of Xcode Peter Steinberger 2015-09-23 22:12:49 +0200
  • 9b454b7a9b add travis testing (gcc5, clang36) Tamas Kenez 2015-09-23 17:43:36 +0200
  • 186001611a Merge pull request #25 from RicoAntonioFelix/master Andrew Pardoe 2015-09-22 11:19:16 -0700
  • 1228e17762 Corrected grammatical error... Rico Antonio Felix 2015-09-22 13:38:47 -0400
  • e7c0b89ed4 Removed reference to Microsoft private fork Andrew Pardoe 2015-09-21 19:58:25 -0700
  • 670c59a0b1 Merge pull request #24 from galik/master Neil MacIntosh 2015-09-21 18:15:41 -0700
  • 19c5a89bca Merge remote-tracking branch 'upstream/master' galik 2015-09-21 23:08:35 +0100
  • cb068d80cd missing header <stdexcept> galik 2015-09-21 22:51:46 +0100
  • 5fb350c29e Merge pull request #21 from dacap/add_gsl_test Neil MacIntosh 2015-09-21 13:31:16 -0700
  • a99558207c Merge b8af699165 into 3d033a3ec9 Jonathan B Coe 2015-09-21 19:07:20 +0000
  • 5d9aae7430 Add add_gsl_test() function in tests/CMakeLists.txt David Capello 2015-09-21 16:04:06 -0300
  • 3d033a3ec9 Merge pull request #20 from igetgames/fix/broken-isocpp-link Gabriel Dos Reis 2015-09-21 11:24:19 -0700
  • 7d07140cd1 Fix the broken isocpp.org link in README.md. Marcus R. Brown 2015-09-21 10:30:03 -0700
  • 53b866a109 Add additional platforms where GSL has been tested Gabriel Dos Reis 2015-09-21 08:10:05 -0700
  • 65655da087 Tidy testing for _MSC_VER Gabriel Dos Reis 2015-09-21 03:09:33 -0700
  • 4573197546 Merge pull request #10 from galik/master Gabriel Dos Reis 2015-09-21 01:51:22 -0700
  • 82a247ee9b Merge pull request #15 from neilmacintosh/dev/neilmac/missing-features Gabriel Dos Reis 2015-09-21 01:13:53 -0700
  • 05e6b6dd4b Added missing owner<T>, corrected array_view::sub(). Neil MacIntosh 2015-09-20 19:18:12 -0700
  • b8af699165 tests and changes for final_act Jonathan Coe 2015-09-19 22:34:06 +0100
  • cab9bda249 Prevent unused parameter warnings and unknown #pragma warnings on GCC. galik 2015-09-19 07:52:30 +0100
  • 652d886963 Merge pull request #7 from annagrin/dev/annagrin/strided_array_view_bugfixes Neil MacIntosh 2015-09-14 22:27:48 -0700
  • dbaf5eaf54 Merge 9dac178768 into a2a6a1fc52 Anna Gringauze 2015-09-15 02:08:19 +0000
  • 9dac178768 Formatting Anna Gringauze 2015-09-14 19:08:03 -0700
  • 1a86498733 Formatting Anna Gringauze 2015-09-14 18:55:06 -0700
  • 4328354581 Merge pull request #1 from neilmacintosh/dev/annagrin/strided_array_view_bugfixes Anna Gringauze 2015-09-14 18:13:10 -0700
  • 54ec02fef6 Fixing misformatting of ArrayViewComparison. Neil MacIntosh 2015-09-14 18:04:40 -0700
  • 3ff9b17a9f Restoring empty_array_view tests. Neil MacIntosh 2015-09-14 17:57:29 -0700
  • c6a2f8c086 Testing tab fixup. Neil MacIntosh 2015-09-14 17:51:31 -0700
  • 006721ce8a Merge remote-tracking branch 'upstream/dev/annagrin/strided_array_view_bugfixes' into dev/annagrin/strided_array_view_bugfixes Neil MacIntosh 2015-09-14 17:22:56 -0700
  • e5b79d242c Reverted formatting changes Anna Gringauze 2015-09-14 16:38:25 -0700
  • 18cd9801b5 Reverted formatting changes Anna Gringauze 2015-09-14 16:34:26 -0700
  • 383dc507a4 Fixes for review feedback. Neil MacIntosh 2015-09-14 15:41:40 -0700
  • 9a29712022 Ensuring compilation works for VS 2013. Neil MacIntosh 2015-09-14 15:11:07 -0700
  • ef6cc65053 Fixed compilation issues with Clang and GCC on Linux. Neil MacIntosh 2015-09-14 21:26:17 +0000
  • 17ed5c3664 Fixed issues in strided_array_views, added tests Anna Gringauze 2015-08-30 23:30:15 -0700
  • 309c6165a4 Merge 3b87190336 into a2a6a1fc52 Anna Gringauze 2015-09-09 23:01:12 +0000
  • 3b87190336 Fixed issues in strided_array_views, added tests Anna Gringauze 2015-08-30 23:30:15 -0700
  • a2a6a1fc52 Merge pull request #4 from neilmacintosh/dev/neilmac/operators Neil MacIntosh 2015-08-28 12:59:16 -0700
  • 75f31dabe9 Removed Debug build warnings from MSVC STL. Neil MacIntosh 2015-08-27 22:15:44 -0700
  • 9b40a0a7c8 Fixed compile error with GCC/clang. Neil MacIntosh 2015-08-27 19:49:27 -0700
  • 9f9fad9620 Implemented comparison operators on array_view. Neil MacIntosh 2015-08-27 18:13:49 -0700
  • 3c9dc3b824 Merge pull request #3 from annagrin/dev/annagrin/FixUnittestDirectoryCheck Neil MacIntosh 2015-08-25 12:23:25 -0700
  • 5e945461c9 Fixed unittest directory check to look in the source directory Anna Gringauze 2015-08-25 11:29:49 -0700
  • 479e5ba630 Merge 462a04d912 into 8a38a411ca Anna Gringauze 2015-08-25 18:33:51 +0000
  • 462a04d912 Fixed unittest directory check to look in the source directory Anna Gringauze 2015-08-25 11:29:49 -0700
  • 8a38a411ca Adding CONTRIBUTING.md and fixing up README.md, LICENSE Andrew Pardoe 2015-08-23 08:34:32 -0700
  • 701bf9b268 Merge branch 'sergiyor-accesstest' Andrew Pardoe 2015-08-21 15:46:06 -0700
  • 87e0011436 Access test (2) Sergiy Oryekhov 2015-08-21 15:19:05 -0700
  • 1e13a615da Access test. Sergiy Oryekhov 2015-08-21 14:18:07 -0700
  • a9dcbe04ff Initial commit of library files. Neil MacIntosh 2015-08-20 18:09:14 -0700
  • 8368329142 Initial commit Microsoft GitHub User 2015-08-18 18:11:19 -0700