Commit Graph

  • e10d2e3028 Merge pull request #216 from neilmacintosh/dev/neilmac/span-rework Neil MacIntosh 2015-11-29 21:40:11 -0800
  • c9959b1071 Corrected some variable naming. Neil MacIntosh 2015-11-30 05:34:38 +0000
  • a32108c0be Merge pull request #215 from neilmacintosh/dev/neilmac/span-rework Neil MacIntosh 2015-11-29 19:25:59 -0800
  • 0cf947db77 Reworked span to match GSL design. Neil MacIntosh 2015-11-24 12:49:03 -0800
  • 1255284574 Merge 3a2cda71b9 into 38eaf9fc95 rmpowell77 2015-11-25 18:11:41 +0000
  • 3a2cda71b9 Better fix. Avoiding underscores. Richard Powell 2015-11-25 10:11:41 -0800
  • 38eaf9fc95 Refactored headers so span can use narrow_cast etc. Neil MacIntosh 2015-11-23 15:07:41 -0800
  • f21fb25f6b Merge 9d89f1e5ae into 3dfda0cfde Treb Connell 2015-11-23 15:52:09 +0000
  • cdf592ff89 Fixing up signed math warnings. Richard Powell 2015-11-22 12:34:21 -0800
  • 5dbffe0eb7 Fixing up shadowed variable. Richard Powell 2015-11-22 12:32:56 -0800
  • 7505111329 Add CMake install target for header files Jason Horsburgh 2015-11-21 19:13:21 +0000
  • 3dfda0cfde Merge pull request #206 from neilmacintosh/dev/neilmac/contracts Neil MacIntosh 2015-11-20 17:26:17 -0800
  • d5057370b8 Merge branch 'master' into dev/neilmac/contracts Neil MacIntosh 2015-11-20 17:14:21 -0800
  • d13f6daa75 Refactored to use Expects/Ensures everywhere. Neil MacIntosh 2015-11-20 16:03:00 -0800
  • 343f71ff49 Merge pull request #205 from elronayellin/as_span_string Neil MacIntosh 2015-11-20 16:04:13 -0800
  • e4d8d35af5 add as_span overload for basic_string which doesn't have nonconst .data() like other contiguous containers Elron A. Yellin 2015-11-20 17:50:02 -0500
  • 04050a2162 Merge pull request #204 from annagrin/dev/annagrin/fix_conversion_bug Neil MacIntosh 2015-11-19 17:57:07 -0800
  • c95eb57d3f Fixed conversion problem when creating strided_span from span and bounds Anna Gringauze 2015-11-19 12:02:06 -0800
  • 4552575e34 Merge pull request #201 from matus-chochlik/master Neil MacIntosh 2015-11-19 09:15:40 -0800
  • 73ec688674 Made conversion of span<> to bool explicit Matus Chochlik 2015-11-19 10:27:08 +0100
  • e5c76a68e0 Merge pull request #199 from matus-chochlik/master Neil MacIntosh 2015-11-18 14:45:14 -0800
  • da75d0e757 Added explicit cast to size_type in span constructor Matus Chochlik 2015-11-18 17:43:59 +0100
  • 3cd0d523b6 Merge pull request #198 from Microsoft/dev/neilmac/fix-config-macro Neil MacIntosh 2015-11-17 19:05:57 -0800
  • 106262f1ef Remove unnecessary workaround for max macro Neil MacIntosh 2015-11-17 19:01:46 -0800
  • 7fc95710b6 Merge pull request #197 from neilmacintosh/dev/neilmac/defines Neil MacIntosh 2015-11-17 15:46:03 -0800
  • 107869a2e4 Merge branch 'master' of https://github.com/Microsoft/GSL into dev/neilmac/defines Neil MacIntosh 2015-11-17 15:35:14 -0800
  • 292f81e5ef Tidied up compiler-config macros. Neil MacIntosh 2015-11-17 15:07:51 -0800
  • e3886084dc Merge pull request #195 from lukhase/master Neil MacIntosh 2015-11-17 14:02:57 -0800
  • e51eb228ae fixes pragma undef warnings in MSVC2013 Lukas Haselsteiner 2015-11-15 23:08:35 +0100
  • b10edad451 Add const_pointer_cast Samuel García Salas 2015-11-14 03:38:05 +0100
  • fcdff2f205 Add static_pointer_cast Samuel García Salas 2015-11-14 03:05:59 +0100
  • 252671257f Merge pull request #190 from annagrin/dev/annagrin/remove_basic_span Neil MacIntosh 2015-11-13 13:31:45 -0800
  • f510025109 Removed basic_span class Anna Gringauze 2015-11-12 12:48:49 -0800
  • 8aa4248722 Removing basic_span base class from span Anna Gringauze 2015-11-11 12:41:11 -0800
  • 70e735b911 Merge pull request #2 from Microsoft/master Samuel García 2015-11-13 19:33:02 +0100
  • b90f24b05d Merge 70c58cce50 into dc25994ed7 Nicholas Guarracino 2015-11-13 14:55:25 +0000
  • 70c58cce50 Check if __GCC__ is defined first Nicholas Guarracino 2015-11-13 09:54:27 -0500
  • dc25994ed7 Merge pull request #185 from Microsoft/dev/neilmac/fix-buildscript Neil MacIntosh 2015-11-12 19:42:07 -0800
  • b9565e50ce Update CMakeLists.txt Neil MacIntosh 2015-11-12 19:36:34 -0800
  • ee731055da Merge pull request #184 from neilmacintosh/dev/neilmac/warnings Neil MacIntosh 2015-11-12 19:35:36 -0800
  • fa056f67e8 Enabled -Wall for gcc and clang. Neil MacIntosh 2015-11-13 03:27:53 +0000
  • a998a9b33b Turned on Level 3 warnings for MSVC. Neil MacIntosh 2015-11-12 18:57:23 -0800
  • 42a7030052 Merge pull request #180 from OlafvdSpek/patch-1 Neil MacIntosh 2015-11-12 15:42:50 -0800
  • eae7c21177 Add workarounds for g++ 4.9 Nicholas Guarracino 2015-11-12 16:23:37 -0500
  • d7832acd70 Merge pull request #179 from vladon/master Neil MacIntosh 2015-11-12 09:05:00 -0800
  • 550361cf46 Sort includes Olaf van der Spek 2015-11-12 10:23:56 +0100
  • a29ed61a48 Merge remote-tracking branch 'refs/remotes/Microsoft/master' Vladislav Yaroslavlev 2015-11-12 10:47:49 +0300
  • 995cfdf1cb Add copy assignment operator to BoundsRanges Vladislav Yaroslavlev 2015-11-12 10:46:21 +0300
  • 557e6693b5 Add copy assignment operator to strided_bounds Vladislav Yaroslavlev 2015-11-12 10:44:41 +0300
  • fd5eb72d48 Merge branch 'master' of https://github.com/Microsoft/GSL Neil MacIntosh 2015-11-11 20:50:54 -0800
  • fc289930ee Cast size_type for string_span ctor from container. Neil MacIntosh 2015-11-11 20:48:42 -0800
  • 670ffbeb11 Added note regarding C++14 support requirements. Neil MacIntosh 2015-11-11 10:37:43 -0800
  • 2b2adebde5 Merge remote-tracking branch 'refs/remotes/Microsoft/master' Vladislav Yaroslavlev 2015-11-10 11:17:46 +0300
  • 76d465a3ce Merge pull request #170 from rkhlebnikov/missing-inlines Neil MacIntosh 2015-11-05 10:05:30 -0800
  • 31dd90ef31 added missing inlines Rostislav Khlebnikov 2015-11-05 17:56:50 +0000
  • 16f121774e Merge pull request #169 from neilmacintosh/dev/neilmac/to-string-test Neil MacIntosh 2015-11-05 09:38:23 -0800
  • 4e4882bda8 Added workaround for MSVC 2013 compiler bug. Neil MacIntosh 2015-11-05 09:29:30 -0800
  • caabb40440 Rename of array_view/string_view in readme. Neil MacIntosh 2015-11-04 13:50:57 -0800
  • ffdf97b83d Merge pull request #166 from neilmacintosh/dev/neilmac/span-rename Neil MacIntosh 2015-11-04 12:55:57 -0800
  • b63ec949e9 Renaming array_view and string_view, as per WG21 discussions. Neil MacIntosh 2015-11-04 12:42:27 -0800
  • 54f832115b Merge pull request #165 from neilmacintosh/dev/neilmac/indextype Neil MacIntosh 2015-11-04 12:29:31 -0800
  • dbf0d5017c Reactivated tests disabled during development. Neil MacIntosh 2015-11-04 12:17:41 -0800
  • 05da162b37 Merge pull request #1 from Microsoft/master Zachary Henkel 2015-11-04 11:05:46 -0600
  • 68064d63fe Converted all tabs to spaces in array_view.h. Neil MacIntosh 2015-11-03 19:17:11 -0800
  • e9a9602b4f Fixed compile issues for MSVC 2013. Neil MacIntosh 2015-11-03 18:56:55 -0800
  • 41517ff316 Cleaned up size_t use for ranks. Compilation fixes for non-MSVC compilers. Neil MacIntosh 2015-11-04 02:11:49 +0000
  • 14d50a6f77 Minor compilation fixes and workarounds. Neil MacIntosh 2015-11-03 12:44:09 -0800
  • 16d1e77568 Merge remote-tracking branch 'origin' into dev/neilmac/indextype Neil MacIntosh 2015-11-02 19:01:59 -0800
  • ba3126105b Merge pull request #163 from archshift/patch-1 Neil MacIntosh 2015-11-02 11:53:08 -0800
  • 281e36ef3c Merge pull request #161 from mattnewport/master Neil MacIntosh 2015-11-02 11:51:13 -0800
  • b39571781e array_view: explicitly initialize constexpr function variables archshift 2015-11-02 11:47:14 -0800
  • a4fa2b3bd9 Merge branch 'master' of https://github.com/Microsoft/GSL Neil MacIntosh 2015-10-28 16:53:53 -0700
  • 0cbdc7036d Fixed string_view::ensure_z() for const char*. Matt Newport 2015-10-26 18:23:14 -0700
  • ecc2ee5f1e Merge branch 'Microsoft/master' Matt Newport 2015-10-26 18:20:56 -0700
  • 888ef4204e Merge branch 'master' of https://github.com/Microsoft/GSL.git Matt Newport 2015-10-26 18:20:21 -0700
  • ace9ab9d3b Building again. Some tests failing. Neil MacIntosh 2015-10-23 19:49:17 -0700
  • 74fba29c0f Merge pull request #158 from kevgs/fix_unused_parameter Neil MacIntosh 2015-10-21 11:36:58 -0700
  • 561da1cd00 fix clang warning on unused function parameter Kosov Eugene 2015-10-21 13:31:00 +0300
  • 845c846c27 Merge pull request #1 from Microsoft/master Samuel García 2015-10-20 10:46:59 +0200
  • f873dde6e7 Merge branch 'Microsoft/master' Matt Newport 2015-10-19 19:04:00 -0700
  • 9e9eddcddf Updated .gitignore Matt Newport 2015-10-19 18:58:26 -0700
  • ea47e04b73 Merge branch 'master' into Microsoft/master Matt Newport 2015-10-19 18:56:46 -0700
  • 59cf62652a Add .gitignore Matt Newport 2015-10-19 18:55:46 -0700
  • 2f25ace31f Merge pull request #154 from annagrin/dev/annagrin/remove_rank1_specialization Neil MacIntosh 2015-10-19 14:45:15 -0700
  • 1c208b33d0 Removed specializations for Rank=1 Anna Gringauze 2015-10-16 17:40:57 -0700
  • 1e36db9695 Merge pull request #147 from samuel3/master Neil MacIntosh 2015-10-19 13:20:53 -0700
  • a813d9e58a Merge pull request #152 from annagrin/dev/annagrin/removed_index_from_initializer_list Neil MacIntosh 2015-10-19 12:51:03 -0700
  • 5f26ddac70 Replaced index constructor from initializer list by a constructor from static list Anna Gringauze 2015-10-16 17:30:48 -0700
  • 96e2f4b47f Merge pull request #151 from annagrin/dev/annagrin/remove_arrow_proxy Neil MacIntosh 2015-10-19 12:15:00 -0700
  • f998e4cc72 Merge ca76674f1c into c973e82dff panacekcz 2015-10-19 17:41:35 +0000
  • ca76674f1c Test for ordering of bounds_iterator Vlastimil Dort 2015-10-19 19:05:55 +0200
  • 1475af7a80 Fix ordering of bounds_iterator Vlastimil Dort 2015-10-17 17:31:13 +0200
  • 8e2acc9c90 std::hash support for gsl::not_null. Samuel García Salas 2015-10-17 09:28:05 +0200
  • a544ada8fe std::hash support for gsl::not_null. Samuel García Salas 2015-10-17 08:53:58 +0200
  • a4654a46b5 Removed arrow_proxy class, fixes bugs in reverse bounds_iterator Anna Gringauze 2015-10-16 12:15:22 -0700
  • c973e82dff Added AppVeyor CI status badge. Neil MacIntosh 2015-10-15 17:05:19 -0700
  • 01868f2516 Fix missing header for std::divides. Neil MacIntosh 2015-10-15 16:48:38 -0700
  • d0f09e768e Merge branch 'master' of https://github.com/Microsoft/GSL Neil MacIntosh 2015-10-15 16:38:53 -0700
  • f45fedbec2 Partway through removing configurable SizeType. Neil MacIntosh 2015-10-15 14:29:35 -0700
  • 7d55c08330 Merge pull request #146 from annagrin/dev/annagrin/remove_coordinate_facade Neil MacIntosh 2015-10-15 13:31:54 -0700