Commit Graph

  • d8fa68c4a5 address build failures Jordan Maples [MSFT] 2020-02-07 14:40:09 -08:00
  • b81d6e40e1 constexpr the make_subspan calls. Jordan Maples [MSFT] 2020-02-07 14:15:44 -08:00
  • 377b2db537 almost parity with std::span Jordan Maples [MSFT] 2020-02-07 14:09:57 -08:00
  • 202f332702
    Merge pull request #845 from cbuchart/master Jordan Maples [MSFT] 2020-02-07 10:41:33 -08:00
  • 3f0d733466 Fix incorrect package name for vcpkg cbuchart 2020-02-07 15:25:58 +01:00
  • a49ff1b8df update span specialization of at, change some tests back to int i with narrowing for the comparisons. Jordan Maples [MSFT] 2020-02-05 17:12:31 -08:00
  • 3b9d15f49f reverting changes to gsl::index Jordan Maples [MSFT] 2020-02-05 17:02:23 -08:00
  • 45f016d96f add back capture variable for comparison in span_test Jordan Maples [MSFT] 2020-02-05 14:41:41 -08:00
  • ff5f7973a2 remove brackets around this deref for span_iterator operators Jordan Maples [MSFT] 2020-02-05 14:36:34 -08:00
  • 7fcc142ffc addressing travis errors Jordan Maples [MSFT] 2020-02-05 14:32:08 -08:00
  • 432be4852c captureing result of iterator comparisons to address -Wunused-comparison Jordan Maples [MSFT] 2020-02-05 13:59:48 -08:00
  • 5cf1610cfe prevent overflow in size_bytes. fix compilation issue for clang 3.6 and 3.7 Jordan Maples [MSFT] 2020-02-05 12:58:49 -08:00
  • d7e1611137 gsl::index ptrdiff_t -> size_t. remove span::at span::operator(). Jordan Maples [MSFT] 2020-02-04 16:53:43 -08:00
  • 5a1e4f3953 update index_type to size_type, fix a couple Expects Jordan Maples [MSFT] 2020-02-04 15:31:33 -08:00
  • 61c6ef8d42 remove index_type from string_span, update comments Jordan Maples [MSFT] 2020-02-04 13:30:03 -08:00
  • db2134485a Merge branch 'dev/jomaples/unsigned' of https://github.com/jordanmaples/gsl into dev/jomaples/unsigned Jordan Maples [MSFT] 2020-02-04 12:01:30 -08:00
  • 0c6ce424ab refactoring index_type to size_type, changing expects Jordan Maples [MSFT] 2020-02-04 12:01:27 -08:00
  • e9fea77bcb
    Update include/gsl/span Jordan Maples [MSFT] 2020-02-03 18:31:50 -08:00
  • 4ec7058b56
    Update include/gsl/span Jordan Maples [MSFT] 2020-02-03 18:31:21 -08:00
  • 49e7ed1ebf updating comparisons Jordan Maples [MSFT] 2020-02-03 18:27:09 -08:00
  • 592c28c6d1 fixing spaces in gsl_suppress Jordan Maples [MSFT] 2020-02-03 18:18:14 -08:00
  • 877816faa4 addressing feedback Jordan Maples [MSFT] 2020-02-03 18:16:41 -08:00
  • 2b7a8f1f2f Merge branch 'dev/jomaples/unsigned' of https://github.com/jordanmaples/gsl into dev/jomaples/unsigned Jordan Maples [MSFT] 2020-02-03 18:14:52 -08:00
  • e0dc8095b3 addressing feedback Jordan Maples [MSFT] 2020-02-03 18:13:14 -08:00
  • 81c2a1da15 addressing feedback Jordan Maples [MSFT] 2020-02-03 18:12:57 -08:00
  • 827fafd32c
    Update include/gsl/span Jordan Maples [MSFT] 2020-02-03 18:12:32 -08:00
  • 24646c6f7c
    Update include/gsl/span Jordan Maples [MSFT] 2020-02-03 17:51:45 -08:00
  • f4ee6ee73b
    Update include/gsl/span Jordan Maples [MSFT] 2020-02-03 17:51:25 -08:00
  • 1815791af8 Change iterator from Span* & ptrdiff_t to pointer, pointer, pointer Jordan Maples [MSFT] 2020-02-03 16:26:36 -08:00
  • d9d6ea8196 remove comparison to dynamic_extent Jordan Maples [MSFT] 2020-02-03 13:53:38 -08:00
  • 3e40b3fa4b Merge branch 'dev/jomaples/unsigned' of https://github.com/jordanmaples/gsl into dev/jomaples/unsigned Jordan Maples [MSFT] 2020-02-03 13:52:11 -08:00
  • d0fdbdbffa fixing suppress spacing Jordan Maples [MSFT] 2020-02-03 13:52:00 -08:00
  • a430823b43
    Update include/gsl/string_span Jordan Maples [MSFT] 2020-02-03 13:47:34 -08:00
  • 9bb900e834
    Update include/gsl/span Jordan Maples [MSFT] 2020-02-03 13:46:18 -08:00
  • 17e372c155
    Update include/gsl/span Jordan Maples [MSFT] 2020-02-03 13:45:56 -08:00
  • 5b8cf5422b casting -1 for dynamic extent Jordan Maples [MSFT] 2020-02-03 12:49:57 -08:00
  • eabd9358f0 addressing some comments Jordan Maples [MSFT] 2020-02-03 12:46:37 -08:00
  • ad71477183 fix build breaks Jordan Maples [MSFT] 2020-02-03 12:26:15 -08:00
  • c31593dd0d updating from test loop from int to size_t Jordan Maples [MSFT] 2020-02-03 11:01:24 -08:00
  • 8579165d0a change span from signed to unsigned to align to std Jordan Maples [MSFT] 2020-02-03 10:56:31 -08:00
  • b4dd39615a
    Merge pull request #842 from JordanMaples/dev/jomaples/not_null Jordan Maples [MSFT] 2020-01-30 19:51:35 -08:00
  • 6b23937baf remove move constructor for not_null. Jordan Maples [MSFT] 2020-01-30 17:00:13 -08:00
  • 6e20bfbba2
    Merge pull request #836 from Farwaykorse/suppressionToCMake Jordan Maples [MSFT] 2020-01-22 11:59:51 -08:00
  • 57dd11b20f
    Merge pull request #840 from NancyLi1013/vcpkg-instructins Jordan Maples [MSFT] 2020-01-22 11:52:47 -08:00
  • c61b1503ad Add vcpkg installation instructions NancyLi1013 2020-01-18 23:12:13 -08:00
  • 7ba7f87475
    Merge pull request #837 from Farwaykorse/fix/disable_exceptions Jordan Maples [MSFT] 2020-01-17 09:13:44 -08:00
  • d976d41494
    Merge pull request #838 from kunaltyagi/patch-1 Jordan Maples [MSFT] 2020-01-17 09:13:09 -08:00
  • 26a68c882b
    Correct spelling error in docs Kunal Tyagi 2020-01-17 14:32:37 +09:00
  • 95730a80c4 Restore disabling of exceptions for Microsoft STL in "no exception tests" Roelf-Jilling 2020-01-16 19:10:02 +01:00
  • 72312b6474 Revert "adding /EHsc for msvc cmake target gsl_test_config_noexcept" Roelf-Jilling 2020-01-16 19:29:36 +01:00
  • adc5fb0d14 TravisCI: use more bash variable checks Roelf-Jilling 2020-01-16 14:12:18 +01:00
  • b29a18d3a8 TravisCI: use stages to end run when newest compilers fail Roelf-Jilling 2020-01-16 13:33:12 +01:00
  • 5082a21b04 TravisCI: keep googletest directories between CMake generator runs Roelf-Jilling 2020-01-16 12:21:01 +01:00
  • 8edc449efb CMake 3.2.3 or later to use AppleClang on OSX Roelf-Jilling 2020-01-14 20:39:43 +01:00
  • 5caf336e02 TravisCI: validate CMake configuration with all supported releases Roelf-Jilling 2020-01-13 23:11:20 +01:00
  • ecff9e623c TravisCI: performance - use the default CMake version on CI images Roelf-Jilling 2020-01-10 22:21:42 +01:00
  • f828c55ec7 TravisCI: add Clang-8 and 9 Roelf-Jilling 2020-01-11 00:48:14 +01:00
  • 586c4e52f8 TravisCI: add GCC-8 and 9 Roelf-Jilling 2020-01-11 00:40:40 +01:00
  • e1a37d0430 Suppress -Wundefined-func-template for C++17 Clang v5.0.x and AppleClang 9.1 Roelf-Jilling 2020-01-13 20:17:24 +01:00
  • f0061bfa2a TravisCI: default to Ubuntu Bionic and use Xenial where needed Roelf-Jilling 2020-01-11 00:32:44 +01:00
  • 8655dc1583 TravisCI: Xcode 9.0 earliest with C++17 support Roelf-Jilling 2020-01-10 23:24:07 +01:00
  • d768179ff6 TravisCI: add XCode v9.4, 10.1, 10.3 and 11.3 Roelf-Jilling 2020-01-10 22:15:37 +01:00
  • 81f56796a1 MSVC and CoreChecker warning suppression for tests to CMake Roelf-Jilling 2020-01-15 18:33:37 +01:00
  • 4cbd894812 Enable more warnings in GCC Roelf-Jilling 2020-01-15 19:55:39 +01:00
  • d08ff53e61 Use [[maybe_unused]] with C++17 Roelf-Jilling 2020-01-14 17:38:42 +01:00
  • 186f5d21c1 Move compiler warning suppression for tests from cpp files to CMake Roelf-Jilling 2020-01-14 17:09:27 +01:00
  • cdedae897c TravisCI: remove redundant setting of CXX variable Roelf-Jilling 2020-01-10 21:35:43 +01:00
  • 888b9b9723
    Merge pull request #830 from JordanMaples/dev/jomaples/add_missing_span_functions Jordan Maples [MSFT] 2020-01-10 10:20:47 -08:00
  • 395a5bf550
    Merge branch 'master' into dev/jomaples/add_missing_span_functions Jordan Maples [MSFT] 2020-01-10 10:20:37 -08:00
  • 96b6964b30
    Merge pull request #829 from JordanMaples/dev/jomaples/deprecate_span_non_std_functions Jordan Maples [MSFT] 2020-01-10 10:19:32 -08:00
  • a1e6fcbc46
    Merge branch 'master' into dev/jomaples/deprecate_span_non_std_functions Jordan Maples [MSFT] 2020-01-09 16:39:24 -08:00
  • 2d878b94ee
    Merge branch 'master' into dev/jomaples/add_missing_span_functions Jordan Maples [MSFT] 2020-01-09 16:37:12 -08:00
  • b076205338 Merge branch 'dev/jomaples/deprecate_span_non_std_functions' of https://github.com/JordanMaples/GSL into dev/jomaples/deprecate_span_non_std_functions Jordan Maples [MSFT] 2020-01-09 14:40:08 -08:00
  • 75936c3109 missed from the merge Jordan Maples [MSFT] 2020-01-09 12:56:00 -08:00
  • cfd82aef4e deprecating span::at and span::operator() Jordan Maples [MSFT] 2019-11-19 14:31:21 -08:00
  • 3c0b38b777
    Merge pull request #833 from JordanMaples/dev/jomaples/noexceptspan Jordan Maples [MSFT] 2020-01-09 12:45:17 -08:00
  • 2bc6a7cb12
    Merge pull request #825 from omartijn/free_standing_begin_end_ssize Jordan Maples [MSFT] 2020-01-09 12:32:31 -08:00
  • c7f9b3301a noexcepting new functions Jordan Maples [MSFT] 2020-01-09 12:13:12 -08:00
  • 6eccc81c5f Merge branch 'dev/jomaples/add_missing_span_functions' of https://github.com/JordanMaples/GSL into dev/jomaples/add_missing_span_functions Jordan Maples [MSFT] 2020-01-09 12:09:24 -08:00
  • 4b823b1651 adding front and back Jordan Maples [MSFT] 2019-11-19 16:03:55 -08:00
  • 3bf4106a44 noexcept all of the span iterator stuff Jordan Maples [MSFT] 2020-01-08 12:34:11 -08:00
  • fa8a8117a0
    Add tests for free-standing iterator and size functions Martijn Otto 2019-11-15 14:19:41 +01:00
  • b186b6cc68
    Implement free-standing (c|r|cr)(begin|end) and ssize functions Martijn Otto 2019-11-14 13:13:19 +01:00
  • b33bd4aebe updating all span functions to be noexcept Jordan Maples [MSFT] 2020-01-08 11:51:15 -08:00
  • 0fefba89da
    Merge pull request #832 from JordanMaples/dev/jomaples/buildfix Jordan Maples [MSFT] 2020-01-08 11:47:22 -08:00
  • f04907c2f6 added suppression for missing destructor override Jordan Maples [MSFT] 2020-01-08 10:13:00 -08:00
  • 7786da91c9
    Merge pull request #831 from JordanMaples/dev/jomaples/gtest Jordan Maples [MSFT] 2020-01-07 15:41:25 -08:00
  • 40bc3c3f00 testing something Jordan Maples [MSFT] 2019-12-20 13:32:14 -08:00
  • 8577033f13 addressing comments Jordan Maples [MSFT] 2019-12-19 14:05:02 -08:00
  • 3539bd8008 adding /EHsc for msvc cmake target gsl_test_config_noexcept Jordan Maples [MSFT] 2019-12-13 13:56:42 -08:00
  • 17ad4495fb deprecate gsl::details::throw_exception. remove unused header in gsl_assert. gsl_util to use terminate instead of throw_exception Jordan Maples [MSFT] 2019-12-13 13:40:25 -08:00
  • 6c5c708877 change from string to char* Jordan Maples [MSFT] 2019-12-12 16:48:59 -08:00
  • 0931262acf appveyor failed to start, sending dummy commit Jordan Maples [MSFT] 2019-12-12 14:39:12 -08:00
  • 5099e8fa3e removed string_view for string in tests Jordan Maples [MSFT] 2019-12-12 11:15:41 -08:00
  • 4f6f05d463 changing text in notices & readme. adding terminate handler for tests Jordan Maples [MSFT] 2019-12-12 10:55:26 -08:00
  • ec05ecd6b1 dummy commit to trigger appveyor Jordan Maples [MSFT] 2019-12-10 11:58:42 -08:00
  • 0784866608 added back death test, fixed VS2019 test failures Jordan Maples [MSFT] 2019-12-09 16:08:27 -08:00
  • 9a88262544 fixing suppression of gtest warnings for gcc Jordan Maples 2019-12-06 16:03:47 -08:00
  • b39a9732f8 attempting to fix the gtest print issues in vs17 Jordan Maples [MSFT] 2019-12-04 13:46:50 -08:00
  • 87eaa45445 suppressing -Wundef in clang (GTest emitted) Jordan Maples [MSFT] 2019-12-04 12:48:13 -08:00