Commit Graph

  • e8ff01e543 Commit to address issue #103... RicoAntonioFelix 2015-09-30 12:50:42 -04:00
  • 38a659c428 Merge pull request #105 from neilmacintosh/master Neil MacIntosh 2015-09-29 17:06:45 -07:00
  • 761554f68d Correct misleading text in static_assert. Fixes issue #67. Neil MacIntosh 2015-09-29 16:54:00 -07:00
  • 25c90750f2 Merge pull request #104 from neilmacintosh/master Neil MacIntosh 2015-09-29 16:46:34 -07:00
  • ef626fd33a Renamed namespace to 'gsl'. Renamed macro to configure testing. Neil MacIntosh 2015-09-29 16:41:37 -07:00
  • d023ad51a7 Merge pull request #90 from john-lynch/master Neil MacIntosh 2015-09-28 23:15:24 -07:00
  • ae24c0fe06 Added test that Final_act object can be moved properly. While this is not a common case, it may happen if the user calls finally and the compiler fails to perform RVO. john-lynch 2015-09-29 00:03:15 -05:00
  • 1d11cd1ed1 Fixing typo in move constructor implementation that resulted in compile error during tests. john-lynch 2015-09-29 00:00:21 -05:00
  • 422e7164d5 Fixing move constructor of Final_act to take non-const r-value reference and move properly from other Final_act object so that correctness is not dependent on copy elison. john-lynch 2015-09-28 23:40:25 -05:00
  • 065f4880c3 Merge pull request #88 from trebconnell/fixmaybenull Neil MacIntosh 2015-09-28 18:54:31 -07:00
  • 444bf9640a Fix issue #49 Treb Connell 2015-09-28 18:49:53 -07:00
  • 318cee0489 Merge pull request #87 from trebconnell/fixmaybenull Neil MacIntosh 2015-09-28 18:40:57 -07:00
  • 6a1179974d Merge pull request #86 from kevgs/master Neil MacIntosh 2015-09-28 18:39:26 -07:00
  • 83333419de Add test that reproduces issue Treb Connell 2015-09-28 18:34:04 -07:00
  • b29566628e Revert "Fix issue #49" Treb Connell 2015-09-28 18:26:35 -07:00
  • a46d6fcf0d Fix issue #49 Treb Connell 2015-09-28 15:17:37 -07:00
  • 27ff004e84 Merge branch 'master' into fixmaybenull Treb Connell 2015-09-28 14:56:08 -07:00
  • e46160c18e it's better to pass a small (e.g. 16 bytes) object by value then by const reference Kosov Eugene 2015-09-28 23:20:28 +03:00
  • 08064f8521 Merge pull request #85 from kevgs/master Neil MacIntosh 2015-09-28 11:28:55 -07:00
  • 3402b92ef6 fix clang -Wunused-parameter warnings Kosov Eugene 2015-09-28 21:20:02 +03:00
  • 3571792058 Merge pull request #78 from kernhanda/kernhanda/heterogenous-assignment-not_null Neil MacIntosh 2015-09-28 07:05:43 -07:00
  • 6554e83c79 Macro expand constexpr to nothing under MSVC Gabriel Dos Reis 2015-09-28 05:10:44 -07:00
  • 4e596761eb Update list of known platforms where GSL was successfully tested Gabriel Dos Reis 2015-09-28 04:43:50 -07:00
  • 7d8e609faf Merge remote-tracking branch 'upstream/master' into kernhanda/heterogenous-assignment-not_null Kern Handa 2015-09-28 07:37:06 +00:00
  • 783eaabf9d Add various copy assignment operators to not_null and maybe_null_*. Kern Handa 2015-09-28 07:35:18 +00:00
  • 62226021a8 Merge pull request #74 from neilmacintosh/master Neil MacIntosh 2015-09-27 18:18:14 -07:00
  • bb169976da Fixed leak in owner<> test. Ha ha ha! Neil MacIntosh 2015-09-27 18:06:51 -07:00
  • 1a0df71f2f Merge pull request #73 from neilmacintosh/master Neil MacIntosh 2015-09-27 16:58:07 -07:00
  • 99746e2d57 Correct fix for int/size_t mismatch. Neil MacIntosh 2015-09-27 16:53:58 -07:00
  • fb91393bb2 Fixing size_t/int mismatch in loops. Neil MacIntosh 2015-09-27 16:25:43 -07:00
  • f1be21aa36 Merged Microsoft/GSL:master into branch and resolved conflicts. Kern Handa 2015-09-27 23:25:20 +00:00
  • bad8545eee Merge pull request #70 from kernhanda/kernhanda/not_maybe_null Neil MacIntosh 2015-09-27 12:43:44 -07:00
  • 2b6d90436f not_null and maybe_null variants should only work on nullptr-assignable types. Kern Handa 2015-09-25 09:41:40 -07:00
  • 599a354b1c Merge pull request #59 from kernhanda/kernhanda/size_t Gabriel Dos Reis 2015-09-27 12:21:22 -07:00
  • 66131c985d Merge pull request #69 from bashrc-real/patch-1 Gabriel Dos Reis 2015-09-27 12:17:27 -07:00
  • 437791e504 GSL::finally can make use of move semantics saurabh singh 2015-09-27 16:11:12 +05:30
  • 96e5757181 Add .clang-format file Seth Cantrell 2015-09-26 18:00:54 -04:00
  • c4f9b87d96 We should be using standard algorithms where possible. Kern Handa 2015-09-25 17:01:29 -07:00
  • b40d3466c6 Merge pull request #52 from trebconnell/addheaderguards Neil MacIntosh 2015-09-25 15:17:05 -07:00
  • 1a791992a0 Add equality operators to maybe_nul_ret Treb Connell 2015-09-25 12:16:39 -07:00
  • e157026807 Rank and dimensions should be size_t. Kern Handa 2015-09-25 00:42:38 -07:00
  • 51da13607c Fix issue #39: Add header guards Treb Connell 2015-09-24 18:08:34 -07:00
  • 35fb11853f Fix issues #48 #49 #50 Treb Connell 2015-09-24 18:02:37 -07:00
  • 8ae77b1fd5 Merge pull request #46 from trebconnell/fixmaybenull Neil MacIntosh 2015-09-24 15:22:43 -07:00
  • 996aa06e08 Fix issue #45: comparing two maybe_null_dbg's can cause fail_fast Treb Connell 2015-09-24 14:09:40 -07:00
  • 0a88570c26 Merge pull request #29 from tamaskenez/master Gabriel Dos Reis 2015-09-24 13:34:21 -07:00
  • 2ae46395fa Merge pull request #30 from PSPDFKit-labs/spelling Gabriel Dos Reis 2015-09-24 07:53:51 -07:00
  • 2c8886bdfb Also renames MAC OS to OS X Peter Steinberger 2015-09-23 23:18:48 +02:00
  • c3b85f9571 Fixes spelling of Xcode Peter Steinberger 2015-09-23 22:12:49 +02:00
  • 9b454b7a9b add travis testing (gcc5, clang36) Tamas Kenez 2015-09-23 17:43:36 +02:00
  • 186001611a Merge pull request #25 from RicoAntonioFelix/master Andrew Pardoe 2015-09-22 11:19:16 -07:00
  • 1228e17762 Corrected grammatical error... Rico Antonio Felix 2015-09-22 13:38:47 -04:00
  • e7c0b89ed4 Removed reference to Microsoft private fork Andrew Pardoe 2015-09-21 19:58:25 -07:00
  • 670c59a0b1 Merge pull request #24 from galik/master Neil MacIntosh 2015-09-21 18:15:41 -07:00
  • 19c5a89bca Merge remote-tracking branch 'upstream/master' galik 2015-09-21 23:08:35 +01:00
  • cb068d80cd missing header <stdexcept> galik 2015-09-21 22:51:46 +01:00
  • 5fb350c29e Merge pull request #21 from dacap/add_gsl_test Neil MacIntosh 2015-09-21 13:31:16 -07:00
  • 5d9aae7430 Add add_gsl_test() function in tests/CMakeLists.txt David Capello 2015-09-21 16:04:06 -03:00
  • 3d033a3ec9 Merge pull request #20 from igetgames/fix/broken-isocpp-link Gabriel Dos Reis 2015-09-21 11:24:19 -07:00
  • 7d07140cd1 Fix the broken isocpp.org link in README.md. Marcus R. Brown 2015-09-21 10:30:03 -07:00
  • 53b866a109 Add additional platforms where GSL has been tested Gabriel Dos Reis 2015-09-21 08:10:05 -07:00
  • 65655da087 Tidy testing for _MSC_VER Gabriel Dos Reis 2015-09-21 03:09:33 -07:00
  • 4573197546 Merge pull request #10 from galik/master Gabriel Dos Reis 2015-09-21 01:51:22 -07:00
  • 82a247ee9b Merge pull request #15 from neilmacintosh/dev/neilmac/missing-features Gabriel Dos Reis 2015-09-21 01:13:53 -07:00
  • 05e6b6dd4b Added missing owner<T>, corrected array_view::sub(). Neil MacIntosh 2015-09-20 19:18:12 -07:00
  • cab9bda249 Prevent unused parameter warnings and unknown #pragma warnings on GCC. galik 2015-09-19 07:52:30 +01:00
  • 652d886963 Merge pull request #7 from annagrin/dev/annagrin/strided_array_view_bugfixes Neil MacIntosh 2015-09-14 22:27:48 -07:00
  • 9dac178768 Formatting Anna Gringauze 2015-09-14 19:08:03 -07:00
  • 1a86498733 Formatting Anna Gringauze 2015-09-14 18:55:06 -07:00
  • 4328354581 Merge pull request #1 from neilmacintosh/dev/annagrin/strided_array_view_bugfixes Anna Gringauze 2015-09-14 18:13:10 -07:00
  • 54ec02fef6 Fixing misformatting of ArrayViewComparison. Neil MacIntosh 2015-09-14 18:04:40 -07:00
  • 3ff9b17a9f Restoring empty_array_view tests. Neil MacIntosh 2015-09-14 17:57:29 -07:00
  • c6a2f8c086 Testing tab fixup. Neil MacIntosh 2015-09-14 17:51:31 -07:00
  • 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 -07:00
  • e5b79d242c Reverted formatting changes Anna Gringauze 2015-09-14 16:38:25 -07:00
  • 18cd9801b5 Reverted formatting changes Anna Gringauze 2015-09-14 16:34:26 -07:00
  • 383dc507a4 Fixes for review feedback. Neil MacIntosh 2015-09-14 15:41:40 -07:00
  • 9a29712022 Ensuring compilation works for VS 2013. Neil MacIntosh 2015-09-14 15:11:07 -07:00
  • ef6cc65053 Fixed compilation issues with Clang and GCC on Linux. Neil MacIntosh 2015-09-14 21:26:17 +00:00
  • 17ed5c3664 Fixed issues in strided_array_views, added tests Anna Gringauze 2015-08-30 23:30:15 -07:00
  • a2a6a1fc52 Merge pull request #4 from neilmacintosh/dev/neilmac/operators Neil MacIntosh 2015-08-28 12:59:16 -07:00
  • 75f31dabe9 Removed Debug build warnings from MSVC STL. Neil MacIntosh 2015-08-27 22:15:44 -07:00
  • 9b40a0a7c8 Fixed compile error with GCC/clang. Neil MacIntosh 2015-08-27 19:49:27 -07:00
  • 9f9fad9620 Implemented comparison operators on array_view. Neil MacIntosh 2015-08-27 18:13:49 -07:00
  • 3c9dc3b824 Merge pull request #3 from annagrin/dev/annagrin/FixUnittestDirectoryCheck Neil MacIntosh 2015-08-25 12:23:25 -07:00
  • 5e945461c9 Fixed unittest directory check to look in the source directory Anna Gringauze 2015-08-25 11:29:49 -07:00
  • 8a38a411ca Adding CONTRIBUTING.md and fixing up README.md, LICENSE Andrew Pardoe 2015-08-23 08:34:32 -07:00
  • 701bf9b268 Merge branch 'sergiyor-accesstest' Andrew Pardoe 2015-08-21 15:46:06 -07:00
  • 87e0011436 Access test (2) Sergiy Oryekhov 2015-08-21 15:19:05 -07:00
  • 1e13a615da Access test. Sergiy Oryekhov 2015-08-21 14:18:07 -07:00
  • a9dcbe04ff Initial commit of library files. Neil MacIntosh 2015-08-20 18:09:14 -07:00
  • 8368329142 Initial commit Microsoft GitHub User 2015-08-18 18:11:19 -07:00