Commit Graph

  • dd45e5cfbd Went back to old-style declaration for older compilers that don't do C++17 guaranteed copy elision Herb Sutter 2020-12-17 11:58:53 -08:00
  • 0cbb9e221d Removed double .load Herb Sutter 2020-12-17 11:36:23 -08:00
  • b7548fd1cd Update multi_span Herb Sutter 2020-12-17 10:35:34 -08:00
  • d15cb5fdbe Minor cmake changes (#961) hdf89shfdfs 2020-12-15 13:06:46 -05:00
  • a6cef6bc6c remove multi_span (#958) Jordan Maples [MSFT] 2020-12-09 15:18:07 -08:00
  • ec6cd75d57 Remove unneccesssary compile definitions (#957) hdf89shfdfs 2020-12-02 17:12:38 -05:00
  • cbfd8cd734 Parameterize Expects1 and Ensures` by contract group Herb Sutter 2020-11-27 17:06:01 -08:00
  • c16e4ce59f Replace GSL_CONTRACT_CHECK with contract_group Herb Sutter 2020-11-27 16:33:12 -08:00
  • b34dc221a1 Remove GSL_ASSUME (unused code) Herb Sutter 2020-11-27 11:10:53 -08:00
  • c20a54c8e7 Remove __builtin_expect prediction assistance Herb Sutter 2020-11-27 11:07:55 -08:00
  • 0140ab1d73 Change build status badges (#955) Jordan Maples [MSFT] 2020-11-23 16:11:40 -08:00
  • 475b785d2c Use CMAKE_CXX_STANDARD when available (#953) hdf89shfdfs 2020-11-16 17:05:33 -05:00
  • 959ce58bbc Update gsl (#954) Jordan Maples [MSFT] 2020-11-16 09:31:12 -08:00
  • 804a14fe8b Update README.md Jordan Maples [MSFT] 2020-11-11 13:52:11 -08:00
  • 00d4a5aab6 suppress bounds.1 (#950) beinhaerter 2020-11-11 22:47:58 +01:00
  • 9150ce9a95 Adding std::hash<not_null<T>> tests to notnull_tests.cpp (#947) Jordan Maples [MSFT] 2020-11-03 16:56:09 -08:00
  • a150aaa4ed renaming main logic files. Added warning message of the removal and include passthrough. Renamed includes in the source files. Ran Clang-Format (#946) Jordan Maples [MSFT] 2020-10-29 17:38:48 -07:00
  • e8978c01ab Remove deprecation of basic_zstring et al (#945) Jordan Maples [MSFT] 2020-10-29 11:34:05 -07:00
  • 2c3ab0211c Fix C26481 warning in span array ctor (#944) Jordan Maples [MSFT] 2020-10-29 10:54:37 -07:00
  • 179fba51f5 Azure pipeline (#8) (#943) Jordan Maples [MSFT] 2020-10-28 16:35:49 -07:00
  • d74ae54b60 Update README.md Jordan Maples [MSFT] 2020-10-28 15:47:06 -07:00
  • b6c57e2403 Include gsl_narrow from gsl and fix comment. (#939) bowie7070 2020-10-29 09:38:32 +11:00
  • 736b62a838 Allow usage on platforms not providing iostreams (#935) mtnpke 2020-10-28 23:37:02 +01:00
  • 6f4529395c Merge pull request #941 from JordanMaples/cmake_update Jordan Maples [MSFT] 2020-10-26 10:12:40 -07:00
  • 9fa2c5d5b9 Merge pull request #942 from tjs137/patch-1 Jordan Maples [MSFT] 2020-10-26 10:06:20 -07:00
  • 8009a703c2 use narrow_cast tjs137 2020-10-24 19:44:06 -04:00
  • cfb4db0c1e added GSL_ prefix to VS_ADD_NATIVE_VISUALIZERS Jordan Maples 2020-10-22 15:40:27 -07:00
  • 6432f920ea Merge pull request #937 from beinhaerter/cast_warning Jordan Maples [MSFT] 2020-10-20 10:55:05 -07:00
  • 2af9b11fe9 Update include/gsl/span beinhaerter 2020-10-20 00:44:11 +02:00
  • dc6fdff4c0 Update include/gsl/span beinhaerter 2020-10-20 00:44:02 +02:00
  • 2ccf36b4b9 eliminate warning, use narrow_cast instead of static_cast Werner Henze 2020-10-14 14:53:43 +02:00
  • bd23bdc0ad Merge pull request #931 from JordanMaples/deprecate-string_span Jordan Maples [MSFT] 2020-10-02 12:36:09 -07:00
  • 1665f07cf6 updating readme to reflect the deprecation of string_span Jordan Maples 2020-10-01 14:38:41 -07:00
  • 3f68a0034a fixed botched formatting Jordan Maples 2020-10-01 14:16:01 -07:00
  • 7721de88f3 ran clang-format over string_span Jordan Maples 2020-10-01 14:08:01 -07:00
  • a64c489c78 added deprecation message Jordan Maples 2020-10-01 14:04:04 -07:00
  • 5e773556fe initial deprecation of all types in string_span Jordan Maples 2020-09-30 16:39:33 -07:00
  • 5de956aaf0 Merge pull request #929 from JordanMaples/yml_experiment Jordan Maples [MSFT] 2020-09-23 14:23:52 -07:00
  • bd803cc7cf Merge pull request #928 from JordanMaples/narrowing_error-add-what Jordan Maples [MSFT] 2020-09-14 16:51:38 -07:00
  • e7e3bf4f5f add what to narrowing_error Jordan Maples 2020-09-14 15:50:46 -07:00
  • 21b69e5cce Updating span section of Supported Features table. Jordan Maples [MSFT] 2020-08-28 10:53:19 -07:00
  • d58e50c6f4 Merge pull request #922 from JordanMaples/constexpr-string_span Jordan Maples [MSFT] 2020-08-27 14:29:30 -07:00
  • 5fb0c8611e constexpr string_span stuff Jordan Maples 2020-08-27 13:21:35 -07:00
  • 6c518638ac Merge pull request #921 from JordanMaples/not_null-changes Jordan Maples [MSFT] 2020-08-26 17:48:26 -07:00
  • 4a4bb3c13a adding changes suggested by Jonathan Wakely Jordan Maples 2020-08-26 16:51:58 -07:00
  • b6451c5db0 Merge pull request #920 from macjohnny/patch-1 Jordan Maples [MSFT] 2020-08-24 09:27:02 -07:00
  • 81957f6f91 fix typo in readme Esteban Gehring 2020-08-24 15:17:30 +02:00
  • 6aa755e9ce Merge pull request #913 from jwakely/notnull_hash Jordan Maples [MSFT] 2020-08-20 15:32:22 -07:00
  • e426750695 Merge pull request #720 from menuet/fix-finally Jordan Maples [MSFT] 2020-08-17 09:10:50 -07:00
  • c25a7544b8 Fix finally with mutable lvalue invokable Pascal Menuet 2020-08-14 16:11:11 +02:00
  • 06c46195ee Merge pull request #910 from JordanMaples/exception_fix_new_file Jordan Maples [MSFT] 2020-08-13 16:35:04 -07:00
  • 83ce710d6c Merge pull request #807 from kuzkry/implemented_features Jordan Maples [MSFT] 2020-08-13 09:34:31 -07:00
  • ec471abe44 Merge pull request #912 from jwakely/patch-1 Jordan Maples [MSFT] 2020-08-13 09:30:31 -07:00
  • dad3d80c25 Update README.md Jordan Maples 2020-08-12 16:22:03 -07:00
  • a9ffcf7f65 add a table of features Krystian Kuzniarek 2019-09-15 16:41:38 +02:00
  • e09326eefd Pass correct value to std::hash Jonathan Wakely 2020-08-13 12:55:17 +01:00
  • d09f1544fd Fix comment typos Jonathan Wakely 2020-08-13 10:46:39 +01:00
  • 74968d3ef8 Merge branch 'master' into exception_fix_new_file Jordan Maples 2020-08-12 17:14:13 -07:00
  • 0c80f51f7c Merge pull request #908 from JordanMaples/fix_nodiscard_in_finally_macro Jordan Maples [MSFT] 2020-08-12 15:49:55 -07:00
  • ef714fa49e Merge pull request #676 from ericLemanissier/patch-3 Jordan Maples [MSFT] 2020-08-12 15:28:25 -07:00
  • 9355982fc5 Merge pull request #868 from mymedia2/master Jordan Maples [MSFT] 2020-08-12 15:08:54 -07:00
  • 4da6a264c4 forgot newline at eof. Jordan Maples 2020-08-12 13:22:33 -07:00
  • 2469db7a5a add copyright header Jordan Maples 2020-08-12 13:14:53 -07:00
  • afe824490e change macro test to use __cplusplus instead of __has_cpp_attribute Jordan Maples 2020-08-12 12:13:19 -07:00
  • 72ddfb7a40 created new file for gsl_narrow, might want to rename if we go this approach to have all exception prone logic to live here Jordan Maples 2020-08-11 17:11:14 -07:00
  • bf0697be71 update readme to have the correct asset badges. This will render correctly when it's merged into the main repo Jordan Maples 2020-08-11 16:46:41 -07:00
  • 97cb97c685 readme update for the updated badges Jordan Maples 2020-08-11 16:30:48 -07:00
  • 13f57a1e70 update ci names Jordan Maples 2020-08-11 16:28:37 -07:00
  • c482c82d3a experimenting with splitting the yml files into their own runs Jordan Maples 2020-08-11 16:08:16 -07:00
  • 01eaf5bef1 macro version Jordan Maples 2020-08-10 16:45:47 -07:00
  • 63379b7935 Merge pull request #850 from beinhaerter/zstring_ctor Jordan Maples [MSFT] 2020-08-06 10:28:02 -07:00
  • 2231d733c6 zstring_span: fix for Expects, simplify functions Werner Henze 2020-08-06 11:25:29 +02:00
  • f8d9f2e2e3 Merge pull request #906 from TManhente/intel_suppress_fix Jordan Maples [MSFT] 2020-08-05 15:35:26 -07:00
  • 552eedb390 Merge pull request #881 from robert-andrzejuk/patch-1 Jordan Maples [MSFT] 2020-08-05 15:16:25 -07:00
  • ca3bf7710f Fix GSL_SUPPRESS definition on Intel C++ Compiler Thiago M. de C. Marques 2020-08-05 18:30:24 -03:00
  • 559f8cfaae Merge pull request #899 from JordanMaples/dev/jomaples/cleanup_namespaces Jordan Maples [MSFT] 2020-07-15 14:56:54 -07:00
  • f79ed1bb5c Merge pull request #876 from beinhaerter/make_notnull_noexcept Jordan Maples [MSFT] 2020-07-15 14:36:17 -07:00
  • bf6e103dfd Merge pull request #898 from JordanMaples/dev/jomaples/remove_pragma_push_pop Jordan Maples [MSFT] 2020-07-15 14:00:29 -07:00
  • 4c66cea06c remove gsl namespace qualification within the gsl namespace Jordan Maples 2020-07-15 13:11:57 -07:00
  • 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