Commit Graph

  • 248a7cbdce Add feature test for literal constructor in downlevel compilers Herb Sutter 2020-12-18 11:56:36 -0800
  • b77eaa87ee Make contract_group a literal type Herb Sutter 2020-12-18 11:40:50 -0800
  • 9033021831 Removed stray .exchange Herb Sutter 2020-12-18 11:34:25 -0800
  • a45265a75e Handler shouldn't be internally synchronized Herb Sutter 2020-12-18 11:30:17 -0800
  • 8bd828744f Remove constexpr again to see what the failures were Herb Sutter 2020-12-18 11:25:04 -0800
  • 1c37688ccd Replaced some of the previous workarounds with feature tests Herb Sutter 2020-12-18 11:20:03 -0800
  • 8dfd03feeb Remove constexpr from contract_group constructor Herb Sutter 2020-12-17 13:19:29 -0800
  • d83e9ea05f Add workarounds for Android compiler and constexpr test Herb Sutter 2020-12-17 12:11:42 -0800
  • 59f38376b9 Change auto to void to satisfy some compilers about definition ordering Herb Sutter 2020-12-17 12:03:59 -0800
  • 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 -0800
  • 0cbb9e221d Removed double .load Herb Sutter 2020-12-17 11:36:23 -0800
  • b7548fd1cd Update multi_span Herb Sutter 2020-12-17 10:35:34 -0800
  • d15cb5fdbe
    Minor cmake changes (#961) hdf89shfdfs 2020-12-15 13:06:46 -0500
  • b85b0e3a35 Minor cmake changes Juan Ramos 2020-12-14 21:38:02 -0500
  • a6cef6bc6c
    remove multi_span (#958) Jordan Maples [MSFT] 2020-12-09 15:18:07 -0800
  • bb2df9cf72 Fixed wonky formatting, will need to dive into clang-format file eventually. Jordan Maples 2020-12-03 16:22:21 -0800
  • defe699547 ran clang-format Jordan Maples 2020-12-03 15:40:11 -0800
  • 8e3b9cc411 specialize narrow_cast for floating-point to integral conversion Jordan Maples 2020-12-03 15:33:48 -0800
  • ec6cd75d57
    Remove unneccesssary compile definitions (#957) hdf89shfdfs 2020-12-02 17:12:38 -0500
  • 608643e088 Remove unneccesssary compile definitions hdf89shfdfs 2020-11-28 09:09:25 -0500
  • cbfd8cd734 Parameterize Expects1 and Ensures` by contract group Herb Sutter 2020-11-27 17:06:01 -0800
  • c16e4ce59f Replace GSL_CONTRACT_CHECK with contract_group Herb Sutter 2020-11-27 16:33:12 -0800
  • b34dc221a1 Remove GSL_ASSUME (unused code) Herb Sutter 2020-11-27 11:10:53 -0800
  • c20a54c8e7 Remove __builtin_expect prediction assistance Herb Sutter 2020-11-27 11:07:55 -0800
  • d55489b485 remove multi_span Jordan Maples 2020-11-23 16:26:38 -0800
  • 0140ab1d73
    Change build status badges (#955) Jordan Maples [MSFT] 2020-11-23 16:11:40 -0800
  • 36edbff495
    Change build status badges Jordan Maples [MSFT] 2020-11-20 15:43:30 -0800
  • 475b785d2c
    Use CMAKE_CXX_STANDARD when available (#953) hdf89shfdfs 2020-11-16 17:05:33 -0500
  • 959ce58bbc
    Update gsl (#954) Jordan Maples [MSFT] 2020-11-16 09:31:12 -0800
  • b22b09d911
    Update gsl Jordan Maples [MSFT] 2020-11-16 09:22:37 -0800
  • 359923f8aa Typo hdf89shfdfs 2020-11-15 11:29:11 -0500
  • 876c4656c7 Use CMAKE_CXX_STANDARD when available hdf89shfdfs 2020-11-15 11:15:53 -0500
  • 804a14fe8b
    Update README.md Jordan Maples [MSFT] 2020-11-11 13:52:11 -0800
  • 00d4a5aab6
    suppress bounds.1 (#950) beinhaerter 2020-11-11 22:47:58 +0100
  • 33cc03ce1c suppress bounds.1 Werner Henze 2020-11-11 22:38:18 +0100
  • 9150ce9a95
    Adding std::hash<not_null<T>> tests to notnull_tests.cpp (#947) Jordan Maples [MSFT] 2020-11-03 16:56:09 -0800
  • ab62acb762 nl Jordan Maples 2020-11-03 16:40:14 -0800
  • c7e89b67cc added std::hash<not_null> tests Jordan Maples 2020-11-03 16:35:45 -0800
  • 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 -0700
  • fce2f19df5 renaming main logic files. Added warning message of the removal and include passthrough. Renamed includes in the source files. Ran Clang-Format Jordan Maples 2020-10-29 15:19:07 -0700
  • e8978c01ab
    Remove deprecation of basic_zstring et al (#945) Jordan Maples [MSFT] 2020-10-29 11:34:05 -0700
  • 2c3ab0211c
    Fix C26481 warning in span array ctor (#944) Jordan Maples [MSFT] 2020-10-29 10:54:37 -0700
  • a4c4f85298 removing deprecation of basic_zstring and derived types. only *string_span should have been deprecated Jordan Maples 2020-10-29 10:35:16 -0700
  • 7e944fcbe7 remove forced decay of array reference to pointer in span array ctor Jordan Maples 2020-10-29 10:00:23 -0700
  • a73f80bfc9 Merge branch 'master' of https://github.com/microsoft/GSL Jordan Maples 2020-10-29 09:58:13 -0700
  • 179fba51f5
    Azure pipeline (#8) (#943) Jordan Maples [MSFT] 2020-10-28 16:35:49 -0700
  • d74ae54b60
    Update README.md Jordan Maples [MSFT] 2020-10-28 15:47:06 -0700
  • b6c57e2403
    Include gsl_narrow from gsl and fix comment. (#939) bowie7070 2020-10-29 09:38:32 +1100
  • 736b62a838
    Allow usage on platforms not providing iostreams (#935) mtnpke 2020-10-28 23:37:02 +0100
  • b2f64bf2ae
    Azure pipeline (#8) Jordan Maples [MSFT] 2020-10-28 15:04:39 -0700
  • 6f4529395c
    Merge pull request #941 from JordanMaples/cmake_update Jordan Maples [MSFT] 2020-10-26 10:12:40 -0700
  • 9fa2c5d5b9
    Merge pull request #942 from tjs137/patch-1 Jordan Maples [MSFT] 2020-10-26 10:06:20 -0700
  • 8009a703c2
    use narrow_cast tjs137 2020-10-24 19:44:06 -0400
  • cfb4db0c1e added GSL_ prefix to VS_ADD_NATIVE_VISUALIZERS Jordan Maples 2020-10-22 15:40:27 -0700
  • f9051a9921 forgot to clean up from other experiments Jordan Maples 2020-10-21 16:41:44 -0700
  • 0507a26cba remove ostream from pointers Jordan Maples 2020-10-21 16:39:53 -0700
  • 6432f920ea
    Merge pull request #937 from beinhaerter/cast_warning Jordan Maples [MSFT] 2020-10-20 10:55:05 -0700
  • 57e23b0e73 Include gsl_narrow from gsl and fix comment. Bowie Owens 2020-10-20 12:26:41 +1100
  • 2af9b11fe9
    Update include/gsl/span beinhaerter 2020-10-20 00:44:11 +0200
  • dc6fdff4c0
    Update include/gsl/span beinhaerter 2020-10-20 00:44:02 +0200
  • 2ccf36b4b9 eliminate warning, use narrow_cast instead of static_cast Werner Henze 2020-10-14 14:53:43 +0200
  • 97f04677f9 Allow usage on platforms not providing iostreams mtnpke 2020-10-12 17:59:33 +0200
  • bd23bdc0ad
    Merge pull request #931 from JordanMaples/deprecate-string_span Jordan Maples [MSFT] 2020-10-02 12:36:09 -0700
  • 1665f07cf6 updating readme to reflect the deprecation of string_span Jordan Maples 2020-10-01 14:38:41 -0700
  • 3f68a0034a fixed botched formatting Jordan Maples 2020-10-01 14:16:01 -0700
  • 7721de88f3 ran clang-format over string_span Jordan Maples 2020-10-01 14:08:01 -0700
  • a64c489c78 added deprecation message Jordan Maples 2020-10-01 14:04:04 -0700
  • 5e773556fe initial deprecation of all types in string_span Jordan Maples 2020-09-30 16:39:33 -0700
  • 5de956aaf0
    Merge pull request #929 from JordanMaples/yml_experiment Jordan Maples [MSFT] 2020-09-23 14:23:52 -0700
  • bd803cc7cf
    Merge pull request #928 from JordanMaples/narrowing_error-add-what Jordan Maples [MSFT] 2020-09-14 16:51:38 -0700
  • e7e3bf4f5f add what to narrowing_error Jordan Maples 2020-09-14 15:50:46 -0700
  • 21b69e5cce
    Updating span section of Supported Features table. Jordan Maples [MSFT] 2020-08-28 10:53:19 -0700
  • d58e50c6f4
    Merge pull request #922 from JordanMaples/constexpr-string_span Jordan Maples [MSFT] 2020-08-27 14:29:30 -0700
  • 5fb0c8611e constexpr string_span stuff Jordan Maples 2020-08-27 13:21:35 -0700
  • 6c518638ac
    Merge pull request #921 from JordanMaples/not_null-changes Jordan Maples [MSFT] 2020-08-26 17:48:26 -0700
  • 4a4bb3c13a adding changes suggested by Jonathan Wakely Jordan Maples 2020-08-26 16:51:58 -0700
  • b6451c5db0
    Merge pull request #920 from macjohnny/patch-1 Jordan Maples [MSFT] 2020-08-24 09:27:02 -0700
  • 81957f6f91
    fix typo in readme Esteban Gehring 2020-08-24 15:17:30 +0200
  • 6aa755e9ce
    Merge pull request #913 from jwakely/notnull_hash Jordan Maples [MSFT] 2020-08-20 15:32:22 -0700
  • e426750695
    Merge pull request #720 from menuet/fix-finally Jordan Maples [MSFT] 2020-08-17 09:10:50 -0700
  • 1f1276f6ad feat: narrow for non totally ordered types Johel Ernesto Guerrero Peña 2020-08-14 19:40:09 -0400
  • c25a7544b8 Fix finally with mutable lvalue invokable Pascal Menuet 2020-08-14 16:11:11 +0200
  • 06c46195ee
    Merge pull request #910 from JordanMaples/exception_fix_new_file Jordan Maples [MSFT] 2020-08-13 16:35:04 -0700
  • c18a7bd836 add version check. cppreference states the version for nodiscard to be 201603L Jordan Maples 2020-08-13 10:33:42 -0700
  • 88781589aa updating from __cplusplus to __has_cpp_attributes Jordan Maples 2020-08-13 10:12:54 -0700
  • 83ce710d6c
    Merge pull request #807 from kuzkry/implemented_features Jordan Maples [MSFT] 2020-08-13 09:34:31 -0700
  • ec471abe44
    Merge pull request #912 from jwakely/patch-1 Jordan Maples [MSFT] 2020-08-13 09:30:31 -0700
  • dad3d80c25 Update README.md Jordan Maples 2020-08-12 16:22:03 -0700
  • a9ffcf7f65 add a table of features Krystian Kuzniarek 2019-09-15 16:41:38 +0200
  • e09326eefd Pass correct value to std::hash Jonathan Wakely 2020-08-13 12:55:17 +0100
  • d09f1544fd
    Fix comment typos Jonathan Wakely 2020-08-13 10:46:39 +0100
  • 74968d3ef8 Merge branch 'master' into exception_fix_new_file Jordan Maples 2020-08-12 17:14:13 -0700
  • 0c80f51f7c
    Merge pull request #908 from JordanMaples/fix_nodiscard_in_finally_macro Jordan Maples [MSFT] 2020-08-12 15:49:55 -0700
  • ef714fa49e
    Merge pull request #676 from ericLemanissier/patch-3 Jordan Maples [MSFT] 2020-08-12 15:28:25 -0700
  • 9355982fc5
    Merge pull request #868 from mymedia2/master Jordan Maples [MSFT] 2020-08-12 15:08:54 -0700
  • 4da6a264c4 forgot newline at eof. Jordan Maples 2020-08-12 13:22:33 -0700
  • 2469db7a5a add copyright header Jordan Maples 2020-08-12 13:14:53 -0700
  • 7671ffc3c2 fix warning suppression for clang Jordan Maples 2020-08-12 13:05:47 -0700
  • afe824490e change macro test to use __cplusplus instead of __has_cpp_attribute Jordan Maples 2020-08-12 12:13:19 -0700
  • 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 -0700