Commit Graph

  • 478d876951 remove pragma pop for constexpr macro Jordan Maples 2020-07-15 11:43:29 -07:00
  • 853b061141 remove msvc < 1910 checks as those versions are no longer supported. Jordan Maples 2020-07-15 11:38:41 -07:00
  • 301030310e Merge pull request #897 from microsoft/JordanMaples-patch-1 Jordan Maples [MSFT] 2020-07-07 10:58:04 -07:00
  • be3bc0e754 Update README.md Jordan Maples [MSFT] 2020-07-06 08:22:35 -07:00
  • 98002ab601 Merge pull request #893 from xvitaly/fix-noarch Jordan Maples [MSFT] 2020-06-10 11:09:31 -07:00
  • cfe9baf02e Added ARCH_INDEPENDENT parameter to write_basic_package_version_file(). Vitaly Zaitsev 2020-06-06 20:42:51 +02:00
  • 0f6dbc9e29 Merge pull request #892 from JordanMaples/dev/jomaples/gsl3.1.0 v3.1.0 Jordan Maples [MSFT] 2020-06-04 10:10:04 -07:00
  • 78744ed530 update cmake project version to reflect upcoming GSL 3.1.0 release Jordan Maples 2020-06-03 16:52:20 -07:00
  • 794d7bb69b Merge pull request #891 from JordanMaples/dev/jomaples/missing_span_ctad Jordan Maples [MSFT] 2020-05-29 16:47:08 -07:00
  • 72803a7ecb adding template type to the vector to suppress clang-10 warning that vector may not intend for type deduction. Jordan Maples 2020-05-29 15:45:25 -07:00
  • 4d2090ebc4 fixed typo Jordan Maples 2020-05-29 10:54:13 -07:00
  • c4a2ce6cc8 wrapping string_view checks in deduction guide checks to prevent 'macro unused' errors Jordan Maples 2020-05-29 10:53:30 -07:00
  • 9720cc552a Merge pull request #6 from CaseyCarter/deduction_guides Jordan Maples [MSFT] 2020-05-29 10:16:06 -07:00
  • c143a07f61 Add string_view test case and modify deduction guides Casey Carter 2020-05-28 18:00:40 -07:00
  • 6c405a1b7f adding a test to verify that the additional ctad works Jordan Maples 2020-05-28 17:18:08 -07:00
  • 689abc2982 adding container ctad Jordan Maples 2020-05-28 14:04:31 -07:00
  • 0dbdf322fa Merge pull request #886 from JordanMaples/dev/jomaples/build_matrix Jordan Maples [MSFT] 2020-05-26 15:14:08 -07:00
  • 283e31478f Merge pull request #857 from pps83/master-natvis Jordan Maples [MSFT] 2020-05-21 11:32:45 -07:00
  • 8cd19412b4 Merge pull request #887 from JordanMaples/dev/jomaples/p1976r2 Jordan Maples [MSFT] 2020-05-21 10:07:37 -07:00
  • 25e7af9c7d fixing clang build break Jordan Maples 2020-05-20 17:52:03 -07:00
  • 7e4ed8da98 addressing Stephan's comments Jordan Maples 2020-05-20 16:50:50 -07:00
  • 34750814fb updating table with compiler versions that are in the test matrix Jordan Maples 2020-05-20 16:24:05 -07:00
  • 313a1121bf fix spacing Jordan Maples 2020-05-20 15:46:20 -07:00
  • 1e44481646 Finished integrating CaseyCarter's changes into span Jordan Maples 2020-05-20 13:37:42 -07:00
  • ed3fea6d93 implementing some of Casey's recommendations Jordan Maples 2020-05-20 13:11:37 -07:00
  • 31604f44f6 string_span_tests CLRF -> LF Jordan Maples 2020-05-20 12:32:25 -07:00
  • d3468230b1 renaming extent to prevent shadowing of static member Jordan Maples 2020-05-20 12:29:56 -07:00
  • 552cd20472 addressing most of Casey's comments Jordan Maples 2020-05-20 10:59:57 -07:00
  • 2085c7acde initial impl of P1976R2 Jordan Maples 2020-05-19 16:27:46 -07:00
  • 33544a706e revised the readme Jordan Maples 2020-05-13 17:05:45 -07:00
  • f0160fcb1b removing breaking test code. removing compiler versions n-2 and beyond from travis script. Updating XCode 11.3 to 11.4 Jordan Maples 2020-05-13 14:49:17 -07:00
  • 2a483c1728 Update span Jordan Maples [MSFT] 2020-05-13 11:13:14 -07:00
  • 031231466d pushing bad code that only reveals itself in gcc < 6 to test the allow_failures logic in travis Jordan Maples 2020-05-13 11:04:11 -07:00
  • a6d382109e missed a GSL_CONSTEXPR_NARROW for removal Jordan Maples 2020-05-12 16:43:23 -07:00
  • 09caa20d99 changing matrices and removing msc < 1910 work arounds Jordan Maples 2020-05-12 16:21:55 -07:00
  • 0843ea444f Merge pull request #884 from dipidoo/master Jordan Maples [MSFT] 2020-05-08 09:57:45 -07:00
  • 1e4e23738c updates README.md with iOS & Android support Bas Hendri 2020-05-07 15:44:56 -07:00
  • 839de21707 Merge pull request #879 from leha-bot/cmake/add-version-to-cmake-project Jordan Maples [MSFT] 2020-05-06 16:57:50 -07:00
  • 91858ca3f3 forces GTEST_HAS_DEATH_TEST Bas Hendri 2020-05-04 13:31:08 -07:00
  • 0ab350f5de enables iOS and Android testing Bas Hendri 2020-05-04 13:26:50 -07:00
  • 84847041ee In narrow refactor !is_same_signedness to is_different_signedness Robert Andrzejuk 2020-04-29 20:39:44 +02:00
  • 1e5f44d3ea Refactor narrow - simplify & move is_same_signedness into function, remove uneeded detail namespace. Merge 2 if's with a ||. Robert Andrzejuk 2020-04-29 20:11:44 +02:00
  • de053645bb CMakeLists: Drop ARCH_INDEPENDENT as it does not supported via old CMake leha-bot 2020-04-28 13:07:41 +03:00
  • 29297e7dac noexcept for make_(strict_)not_null and not_null comparisons Werner Henze 2020-04-24 11:10:09 +02:00
  • 879335cebf CMakeLists: add VERSION to project() and package Alex 2020-04-26 14:37:54 +03:00
  • 1999b48a51 Merge pull request #870 from beinhaerter/suppress_span_warning v3.0.1 3.0.1 Jordan Maples [MSFT] 2020-04-23 10:13:33 -07:00
  • 3da256d03b Merge pull request #874 from JordanMaples/dev/jomaples/multi_span-cleanup Jordan Maples [MSFT] 2020-04-23 10:13:04 -07:00
  • 601b55ea61 Merge pull request #873 from londey/narrow-throw Jordan Maples [MSFT] 2020-04-22 22:57:14 -07:00
  • 3a5b83db35 Removed unused contant from test Nicholas Londey 2020-04-23 12:30:44 +10:00
  • 94d6a35726 Fixed narrow unit test EXPECT_THROW Nicholas Londey 2020-04-23 12:23:36 +10:00
  • 14acdcd7a8 Removed unused #include Nicholas Londey 2020-04-23 12:22:30 +10:00
  • 4eb554d7c2 Removed no_exception_throw_tests.cpp as per review feedback Nicholas Londey 2020-04-23 11:58:00 +10:00
  • 70e1317ab6 Update include/gsl/gsl Jordan Maples [MSFT] 2020-04-22 15:27:00 -07:00
  • 61534ca3ad Changed implementation of gsl::narrow to throw gsl::narrowing_error Implementation now behaves as described in the C++ Core Guidlines Nicholas Londey 2020-04-22 10:09:13 +10:00
  • afa2f3fd9a fully qualify ptrdiff_t in multi_span and remove it from gsl\gsl Jordan Maples 2020-04-21 16:14:58 -07:00
  • fb1243d735 suppress code analysis warning Werner Henze 2020-04-19 16:41:12 +02:00
  • f5cf01083b Search for GoogleTest via pkg-config first Nicholas Guriev 2020-04-18 13:30:17 +03:00
  • 9f6a9a5807 Merge pull request #867 from xvitaly/fix-cmake-install Jordan Maples [MSFT] 2020-04-17 10:18:37 -07:00
  • aeb65efada Fixed installation on GNU/Linux distributions. Vitaly Zaitsev 2020-04-17 11:47:23 +02:00
  • b43855631a Merge pull request #861 from JordanMaples/dev/jomaples/lwg3320 v3.0.0 Jordan Maples [MSFT] 2020-04-15 10:00:55 -07:00
  • 9cb376c050 adding back free functions for [c|cr][begin|end] Jordan Maples 2020-04-14 16:57:12 -07:00
  • 7341c5d1b5 implement LWG3320 by deleting const_iterator and const_reverse_iterator Jordan Maples 2020-04-14 13:51:49 -07:00
  • 044849d6fa Merge pull request #823 from RedDwarf69/std_byte_fix Jordan Maples [MSFT] 2020-04-13 11:33:56 -07:00
  • 24dc828cbb Merge pull request #860 from karzhenkov/fix-googletest-link Jordan Maples [MSFT] 2020-04-13 10:35:19 -07:00
  • 8b8c25fa66 Fix link to Google Test Alexander Karzhenkov 2020-04-13 18:19:51 +05:00
  • f7aae78ff6 Merge pull request #854 from JordanMaples/dev/jomaples/LWG3255 Jordan Maples [MSFT] 2020-04-09 23:42:04 -07:00
  • efbce17ca4 testing one of CaseyCarter's comments Jordan Maples 2020-04-09 17:33:33 -07:00
  • ffbfcc0a9f apply clang-format to the span_compatibility_tests. Jordan Maples 2020-04-09 16:15:08 -07:00
  • 5ca02327c4 another test Jordan Maples 2020-04-09 15:56:26 -07:00
  • 8d907dadfb prevent comparison for apple clang versions older than 11 Jordan Maples 2020-04-09 14:35:44 -07:00
  • b7d9d754ac another attempt at apple clang version filtering Jordan Maples 2020-04-09 14:17:52 -07:00
  • 809aee2315 testing different major/minor for Apple suppression Jordan Maples 2020-04-09 11:51:59 -07:00
  • 6ef56d73da fixed a couple typos Jordan Maples 2020-04-09 10:35:44 -07:00
  • 2f9d873043 added additional filtering to Apple clang versions 9.4 and 10.1 for the ArrayConvertibilityCheck Jordan Maples 2020-04-09 10:34:58 -07:00
  • f85166aa8b Merge branch 'master' into dev/jomaples/LWG3255 Jordan Maples 2020-04-09 09:53:45 -07:00
  • b0b933b842 Merge pull request #858 from Farwaykorse/patch-1 Jordan Maples [MSFT] 2020-04-08 23:21:08 -07:00
  • bc7ea7aac7 Merge pull request #859 from Farwaykorse/patch-2 Jordan Maples [MSFT] 2020-04-08 23:20:44 -07:00
  • 611674d60b GCC "-Warray-bounds" warning persists with release 8.4 Farwaykorse 2020-04-09 03:50:17 +02:00
  • 6e2398b524 Solve MSVC warning C4668: __GNUC__ & __clang__ not defined as a preprocessor macro Farwaykorse 2020-04-09 03:15:57 +02:00
  • ff45864dba Merge branch 'dev/jomaples/LWG3255' of https://github.com/JordanMaples/GSL into dev/jomaples/LWG3255 Jordan Maples 2020-04-08 14:48:05 -07:00
  • 15dd17aa5b Merge branch 'master' into dev/jomaples/LWG3255 Jordan Maples 2020-04-08 14:47:08 -07:00
  • c5dd0e6d40 Merge pull request #3 from JordanMaples/dev/jomaples/lwg3255 Jordan Maples [MSFT] 2020-04-08 14:43:15 -07:00
  • 01d206f4d8 adding additional filtering Jordan Maples 2020-04-08 14:38:01 -07:00
  • 830b081de7 Fix debugger visualizer for Ext=gsl::dynamic_extent Pavel P 2020-03-27 13:14:23 +06:00
  • 226a854a97 Merge pull request #835 from Farwaykorse/TravisCI Jordan Maples [MSFT] 2020-03-26 15:00:27 -07:00
  • 5e21831494 Suppress test for GCC 8.3 triggering "-Warray-bounds" Roelf-Jilling 2020-03-26 17:43:37 +01:00
  • 04809f8559 TravisCI: moved "based on" comment to relevant legacy section Roelf-Jilling 2020-03-26 17:16:19 +01:00
  • 511faf07d4 TravisCI: remove deprecated key "sudo" and replace alias "matrix" for "jobs" Roelf-Jilling 2020-03-26 17:04:01 +01:00
  • 610c40333d TravisCI: add Clang-10 Roelf-Jilling 2020-03-26 16:29:27 +01:00
  • 30c068781f Merge branch 'master' into TravisCI Roelf-Jilling 2020-03-26 16:24:19 +01:00
  • f4c2292f9d Update to use the latest CMake releases Roelf-Jilling 2020-03-26 16:12:07 +01:00
  • 0357a02921 Apply suggestions from code review Jordan Maples [MSFT] 2020-03-23 13:57:46 -07:00
  • ddde9e153d update convertibility test Jordan Maples 2020-03-19 14:08:04 -07:00
  • 6eab19d3c1 moving decl so we dont get the stl_nullptr is not used warning Jordan Maples 2020-03-17 15:13:26 -07:00
  • f8bcb7d9eb applied clang-format Jordan Maples 2020-03-17 15:04:58 -07:00
  • 9b3ac8d681 discussed the issue with Casey Carter, the span ctor changes are accurate but the tests are not. The test require work that was done in C++17 regarding qualifier conversions to work correctly. Scoping tests for 17. Jordan Maples 2020-03-17 15:02:00 -07:00
  • 1dd1320c8b test commit to get extra eyes on the problem Jordan Maples 2020-03-17 13:53:13 -07:00
  • d90fefea6d Merge pull request #851 from JordanMaples/dev/jomaples/exception Jordan Maples [MSFT] 2020-03-17 13:41:33 -07:00
  • 06adf557e9 update kernel mode detection macro Jordan Maples 2020-03-12 12:32:32 -07:00
  • ce4d689f4f shuffle around code to bring includes to top. Jordan Maples 2020-03-06 11:22:09 -08:00