Commit Graph

  • 26a68c882b
    Correct spelling error in docs Kunal Tyagi 2020-01-17 14:32:37 +0900
  • 95730a80c4 Restore disabling of exceptions for Microsoft STL in "no exception tests" Roelf-Jilling 2020-01-16 19:10:02 +0100
  • 72312b6474 Revert "adding /EHsc for msvc cmake target gsl_test_config_noexcept" Roelf-Jilling 2020-01-16 19:29:36 +0100
  • adc5fb0d14 TravisCI: use more bash variable checks Roelf-Jilling 2020-01-16 14:12:18 +0100
  • b29a18d3a8 TravisCI: use stages to end run when newest compilers fail Roelf-Jilling 2020-01-16 13:33:12 +0100
  • 5082a21b04 TravisCI: keep googletest directories between CMake generator runs Roelf-Jilling 2020-01-16 12:21:01 +0100
  • 8edc449efb CMake 3.2.3 or later to use AppleClang on OSX Roelf-Jilling 2020-01-14 20:39:43 +0100
  • 5caf336e02 TravisCI: validate CMake configuration with all supported releases Roelf-Jilling 2020-01-13 23:11:20 +0100
  • ecff9e623c TravisCI: performance - use the default CMake version on CI images Roelf-Jilling 2020-01-10 22:21:42 +0100
  • f828c55ec7 TravisCI: add Clang-8 and 9 Roelf-Jilling 2020-01-11 00:48:14 +0100
  • 586c4e52f8 TravisCI: add GCC-8 and 9 Roelf-Jilling 2020-01-11 00:40:40 +0100
  • e1a37d0430 Suppress -Wundefined-func-template for C++17 Clang v5.0.x and AppleClang 9.1 Roelf-Jilling 2020-01-13 20:17:24 +0100
  • f0061bfa2a TravisCI: default to Ubuntu Bionic and use Xenial where needed Roelf-Jilling 2020-01-11 00:32:44 +0100
  • 8655dc1583 TravisCI: Xcode 9.0 earliest with C++17 support Roelf-Jilling 2020-01-10 23:24:07 +0100
  • d768179ff6 TravisCI: add XCode v9.4, 10.1, 10.3 and 11.3 Roelf-Jilling 2020-01-10 22:15:37 +0100
  • 81f56796a1 MSVC and CoreChecker warning suppression for tests to CMake Roelf-Jilling 2020-01-15 18:33:37 +0100
  • 4cbd894812 Enable more warnings in GCC Roelf-Jilling 2020-01-15 19:55:39 +0100
  • d08ff53e61 Use [[maybe_unused]] with C++17 Roelf-Jilling 2020-01-14 17:38:42 +0100
  • 186f5d21c1 Move compiler warning suppression for tests from cpp files to CMake Roelf-Jilling 2020-01-14 17:09:27 +0100
  • cdedae897c TravisCI: remove redundant setting of CXX variable Roelf-Jilling 2020-01-10 21:35:43 +0100
  • 34eef1887b update llvm-toolchain sources. Jordan Maples [MSFT] 2020-01-10 17:54:02 -0800
  • fa5a840316 update tests to be friendly to clang4 Jordan Maples [MSFT] 2020-01-10 15:53:30 -0800
  • 51181497d5 add back Clang 4, add Clang 8 and 9, update distro Jordan Maples [MSFT] 2020-01-10 15:46:07 -0800
  • 9d5b26cd2f updating travis to latest xcode for versions 9, 10, 11. removing clang versions under 5.0 Jordan Maples [MSFT] 2020-01-10 15:19:44 -0800
  • 888b9b9723
    Merge pull request #830 from JordanMaples/dev/jomaples/add_missing_span_functions Jordan Maples [MSFT] 2020-01-10 10:20:47 -0800
  • 395a5bf550
    Merge branch 'master' into dev/jomaples/add_missing_span_functions Jordan Maples [MSFT] 2020-01-10 10:20:37 -0800
  • 96b6964b30
    Merge pull request #829 from JordanMaples/dev/jomaples/deprecate_span_non_std_functions Jordan Maples [MSFT] 2020-01-10 10:19:32 -0800
  • a1e6fcbc46
    Merge branch 'master' into dev/jomaples/deprecate_span_non_std_functions Jordan Maples [MSFT] 2020-01-09 16:39:24 -0800
  • 2d878b94ee
    Merge branch 'master' into dev/jomaples/add_missing_span_functions Jordan Maples [MSFT] 2020-01-09 16:37:12 -0800
  • 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 -0800
  • 75936c3109 missed from the merge Jordan Maples [MSFT] 2020-01-09 12:56:00 -0800
  • cfd82aef4e deprecating span::at and span::operator() Jordan Maples [MSFT] 2019-11-19 14:31:21 -0800
  • 3c0b38b777
    Merge pull request #833 from JordanMaples/dev/jomaples/noexceptspan Jordan Maples [MSFT] 2020-01-09 12:45:17 -0800
  • 2bc6a7cb12
    Merge pull request #825 from omartijn/free_standing_begin_end_ssize Jordan Maples [MSFT] 2020-01-09 12:32:31 -0800
  • c7f9b3301a noexcepting new functions Jordan Maples [MSFT] 2020-01-09 12:13:12 -0800
  • 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 -0800
  • 4b823b1651 adding front and back Jordan Maples [MSFT] 2019-11-19 16:03:55 -0800
  • 3bf4106a44 noexcept all of the span iterator stuff Jordan Maples [MSFT] 2020-01-08 12:34:11 -0800
  • fa8a8117a0
    Add tests for free-standing iterator and size functions Martijn Otto 2019-11-15 14:19:41 +0100
  • b186b6cc68
    Implement free-standing (c|r|cr)(begin|end) and ssize functions Martijn Otto 2019-11-14 13:13:19 +0100
  • b33bd4aebe updating all span functions to be noexcept Jordan Maples [MSFT] 2020-01-08 11:51:15 -0800
  • 0fefba89da
    Merge pull request #832 from JordanMaples/dev/jomaples/buildfix Jordan Maples [MSFT] 2020-01-08 11:47:22 -0800
  • f04907c2f6 added suppression for missing destructor override Jordan Maples [MSFT] 2020-01-08 10:13:00 -0800
  • 7786da91c9
    Merge pull request #831 from JordanMaples/dev/jomaples/gtest Jordan Maples [MSFT] 2020-01-07 15:41:25 -0800
  • 40bc3c3f00 testing something Jordan Maples [MSFT] 2019-12-20 13:32:14 -0800
  • 8577033f13 addressing comments Jordan Maples [MSFT] 2019-12-19 14:05:02 -0800
  • 3539bd8008 adding /EHsc for msvc cmake target gsl_test_config_noexcept Jordan Maples [MSFT] 2019-12-13 13:56:42 -0800
  • 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 -0800
  • 6c5c708877 change from string to char* Jordan Maples [MSFT] 2019-12-12 16:48:59 -0800
  • 0931262acf appveyor failed to start, sending dummy commit Jordan Maples [MSFT] 2019-12-12 14:39:12 -0800
  • 5099e8fa3e removed string_view for string in tests Jordan Maples [MSFT] 2019-12-12 11:15:41 -0800
  • 4f6f05d463 changing text in notices & readme. adding terminate handler for tests Jordan Maples [MSFT] 2019-12-12 10:55:26 -0800
  • ec05ecd6b1 dummy commit to trigger appveyor Jordan Maples [MSFT] 2019-12-10 11:58:42 -0800
  • 0784866608 added back death test, fixed VS2019 test failures Jordan Maples [MSFT] 2019-12-09 16:08:27 -0800
  • 9a88262544 fixing suppression of gtest warnings for gcc Jordan Maples 2019-12-06 16:03:47 -0800
  • b39a9732f8 attempting to fix the gtest print issues in vs17 Jordan Maples [MSFT] 2019-12-04 13:46:50 -0800
  • 87eaa45445 suppressing -Wundef in clang (GTest emitted) Jordan Maples [MSFT] 2019-12-04 12:48:13 -0800
  • 43aca2646b ignore warnings from gtest Jordan Maples [MSFT] 2019-12-04 12:30:58 -0800
  • 603b4671c1 removing unused function Jordan Maples [MSFT] 2019-12-03 15:24:52 -0800
  • 2b10729386 gtest migration Jordan Maples [MSFT] 2019-12-03 14:32:25 -0800
  • 7004ef506c adding front and back Jordan Maples [MSFT] 2019-11-19 16:03:55 -0800
  • 5e0d76a1a7 deprecating span::at and span::operator() Jordan Maples [MSFT] 2019-11-19 14:31:21 -0800
  • 910fb1ecea Merge branch 'master' into dev/jomaples/remove_throw Jordan Maples [MSFT] 2019-11-18 13:06:16 -0800
  • 7e99e76c97
    Merge pull request #826 from JordanMaples/dev/jomaples/ctad_fix_v2 v2.1.0 Jordan Maples [MSFT] 2019-11-18 13:02:53 -0800
  • 263440f2a1 changing white-space in comment to get tests to rerun Jordan Maples [MSFT] 2019-11-18 11:39:36 -0800
  • a7759e6d3f lower __cpp_deduction_guide version number from 201907 to 201611 Jordan Maples [MSFT] 2019-11-18 10:14:05 -0800
  • 128b4356ac changing check from __cplusplus 201703L to __cpp_deduction_guides 201907L Jordan Maples [MSFT] 2019-11-15 16:29:41 -0800
  • 8e481ebe19 adding deduction guide for strict_not_null Jordan Maples [MSFT] 2019-11-15 14:41:38 -0800
  • 4610f26b33 forgot comment Jordan Maples [MSFT] 2019-11-15 12:43:33 -0800
  • d0e5daf441 fix ctad warning in llvm Jordan Maples [MSFT] 2019-11-15 12:11:44 -0800
  • 9ca3aafee2 moving GSL_TEST defn to cmake file Jordan Maples [MSFT] 2019-11-13 14:52:04 -0800
  • 50821d7186 remove throws Jordan Maples [MSFT] 2019-11-13 13:44:43 -0800
  • b213c89700 Add missing #include if built with GSL_USE_STD_BYTE=1 Cristian Morales Vega 2019-11-08 16:37:23 +0000
  • 9939d5889b
    Merge pull request #822 from JordanMaples/dev/jomaples/lib-byte-check Jordan Maples [MSFT] 2019-10-25 11:42:01 -0700
  • 22cba52114 update comments Jordan Maples 2019-10-25 10:12:41 -0700
  • 97dc8f83fc adding check to __cpp_lib_byte, which was added to the defn for 15.8 Jordan Maples 2019-10-24 17:07:42 -0700
  • 71ec9f84d8
    Merge pull request #2 from microsoft/master Jordan Maples [MSFT] 2019-10-23 11:50:25 -0700
  • ab2719a497 Add install/export functionality to create CMake config files for find_package Kai Tetzlaff (moka) 2019-10-11 19:12:58 +0200
  • 299050216e Properly define noexcept specification for narrow() Alexander Karatarakis 2019-10-12 23:37:24 -0700
  • 5f85a0effa Add throw exception variant for GSL_UNENFORCED_ON_CONTRACT_VIOLATION Alexander Karatarakis 2019-10-12 23:23:37 -0700
  • 3d98041574 Wrap std::numeric_limits<T>::max and std::numeric_limits<T>::min in parenthesis to prevent function-style macro expansion. Andre Duvoisin 2019-10-12 18:56:56 -0500
  • 3d56ba9e7f
    Merge pull request #813 from JordanMaples/dev/jomaples/deprecate_multispan Jordan Maples [MSFT] 2019-10-09 15:11:59 -0700
  • cf9cc34da8
    Merge pull request #815 from matt77hias/patch-1 Jordan Maples [MSFT] 2019-10-09 15:05:26 -0700
  • 0a78d8ea3c
    Added std::exchange (C++14) to make the intent more explicit Matthias Moulin 2019-10-07 21:49:50 +0200
  • 02d1051fdd
    Merge pull request #814 from sizmailov/fix_typos Jordan Maples [MSFT] 2019-10-06 14:39:57 -0700
  • 275e0176c0 Fix typos in gsl/pointers Sergei Izmailov 2019-10-06 19:20:15 +0300
  • 4b289d4cf0 lack of nl for bounds_test Jordan Maples 2019-10-04 14:15:24 -0700
  • 6ff4a5287d accidentally commented out pragma Jordan Maples 2019-10-04 14:13:54 -0700
  • 2b8f7aea32 adding clang/gcc suppression of the deprecation warnings. Jordan Maples 2019-10-04 12:38:55 -0700
  • 7adf7eb6fe new messages Jordan Maples 2019-10-03 17:52:49 -0700
  • 5e4463a7c1 removing function deprecation, adding additional class / struct deprecations Jordan Maples 2019-10-03 15:47:25 -0700
  • 10ce5b634f
    Merge pull request #812 from JordanMaples/dev/jomaples/typo_fixes Jordan Maples [MSFT] 2019-10-03 09:37:41 -0700
  • eb995b3671 deprecating strided_span Jordan Maples 2019-10-02 16:17:46 -0700
  • b630dfe36a Guideline -> Guidelines Jordan Maples 2019-10-02 15:42:40 -0700
  • e026971c03 deprecation, removing cassert Jordan Maples 2019-10-02 15:40:15 -0700
  • 1bc713e8f1 Revert changes to attach c++ std in tests BUILD.bazel Shuai Zhang 2019-09-29 17:41:18 +0800
  • 91c05765ae Merge remote-tracking branch 'upstream/master' Shuai Zhang 2019-09-29 17:27:59 +0800
  • 414d1625e8 Specify c++ standard for tests. Shuai Zhang 2019-09-29 17:26:59 +0800
  • bbeb0bdc91 initial deprecation of multi_span and strided_span Jordan Maples 2019-09-28 12:54:18 -0700
  • 9bac16a9c6 Replaced macro with plain '[[nodiscard]]' B1Z0N 2019-09-26 10:47:12 +0300