Commit Graph

  • 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
  • b30524088a added some comments and ran clang-format Jordan Maples 2020-03-06 11:17:58 -08:00
  • 769f01900d moving exception include Jordan Maples 2020-03-03 17:04:46 -08:00
  • 4b643918a1
    Merge pull request #784 from hanst99/hunterization Jordan Maples [MSFT] 2020-02-26 08:48:04 -08:00
  • a3b86971d9
    Merge pull request #847 from JordanMaples/dev/jomaples/split_span Jordan Maples [MSFT] 2020-02-25 16:59:54 -08:00
  • 4a6a7a095d add back array header, will remove in separate pr Jordan Maples [MSFT] 2020-02-25 14:09:29 -08:00
  • d2fdeda06e Merge branch 'dev/jomaples/split_span' of https://github.com/jordanmaples/gsl into dev/jomaples/split_span Jordan Maples [MSFT] 2020-02-25 13:53:00 -08:00
  • fc54e0d89a just pulling in array header if we detect apple clang Jordan Maples [MSFT] 2020-02-24 15:49:30 -08:00
  • 5d54cada8e just pulling in array header if we detect apple clang Jordan Maples [MSFT] 2020-02-24 15:49:30 -08:00
  • 32e5fea6ac test Jordan Maples [MSFT] 2020-02-24 14:47:45 -08:00
  • 0f60c68ab9 disgusting test to get apple clang to work, dont look at it Jordan Maples [MSFT] 2020-02-24 14:41:29 -08:00
  • 60372b6468 apple-clang failed again, forcing class instead of struct Jordan Maples [MSFT] 2020-02-24 13:43:42 -08:00
  • 89271b89c1 fix apple clang forward declaration Jordan Maples [MSFT] 2020-02-24 13:06:01 -08:00
  • ac37004274 clang defines struct as array where msvc and g++ define it as class. Jordan Maples [MSFT] 2020-02-24 11:45:33 -08:00
  • 3144082909 forward declare span and remove header Jordan Maples [MSFT] 2020-02-24 11:16:26 -08:00
  • c853017be3 forgot nl @ eof in span_ext_tests.cpp Jordan Maples [MSFT] 2020-02-19 14:44:22 -08:00
  • 94f43d4adf splitting up span's standard and non-standard behavior Jordan Maples [MSFT] 2020-02-19 14:28:12 -08:00
  • 691a78c016
    Merge pull request #844 from JordanMaples/dev/jomaples/unsigned Jordan Maples [MSFT] 2020-02-18 16:55:14 -08:00
  • 46603698ec rewrite operators in iterator to take advantage of nrvo Jordan Maples [MSFT] 2020-02-18 15:36:15 -08:00
  • f4c608fd39 addressing comments Jordan Maples [MSFT] 2020-02-18 14:09:11 -08:00
  • 8ba6cb1074 Merge branch 'dev/jomaples/unsigned' of https://github.com/jordanmaples/gsl into dev/jomaples/unsigned Jordan Maples [MSFT] 2020-02-18 10:13:14 -08:00
  • 8d6ca323fa GTest latest is breaking, rolling back to 1.10 until further investigation Jordan Maples [MSFT] 2020-02-18 10:13:03 -08:00
  • 6b01a0488b Update span_compatibility_tests.cpp Jordan Maples [MSFT] 2020-02-14 16:25:25 -08:00
  • b6b1e9c3cf assert -> expect_true jordan maples 2020-02-14 16:13:21 -08:00
  • 67a7f7eaef errors in appveyor are indicating that AsWritableByesCompilersFor needs to be static. Jordan Maples [MSFT] 2020-02-14 15:44:58 -08:00
  • 41ae38f197 addressing a few more comments and adding gsl-std span compatibility tests Jordan Maples [MSFT] 2020-02-14 15:24:46 -08:00
  • 926aaeca56 reviewed the pr in its entirety and made some slight modifications. Removed all members and fields marked as deprecated. Jordan Maples [MSFT] 2020-02-11 16:36:07 -08:00
  • cce6ee563e address issue with v140 toolset Jordan Maples [MSFT] 2020-02-10 17:09:58 -08:00
  • dd78144c2e msvc and gcc work locally Jordan Maples [MSFT] 2020-02-10 13:17:22 -08:00
  • 849f14083a Add a note on CMake usage of exported target to the README Hannes Steffenhagen 2020-02-08 13:11:11 +00:00
  • 9c0c6b246c Add Microsoft.GSL::GSL alias for GSL Hannes Steffenhagen 2020-02-08 12:58:25 +00:00
  • 886fc95142 Remove PUBLIC_HEADER attribute from install command Hannes Steffenhagen 2020-02-08 12:55:19 +00:00
  • ebe8844344 Make GSL includes based on CMAKE_INSTALL_INCLUDEDIR Hannes Steffenhagen 2020-02-08 12:49:43 +00:00