Commit Graph

  • 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
  • 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