1
0
forked from boostorg/core

Commit Graph

  • e02c333706 Update string_view.qbk Peter Dimov 2021-10-11 02:09:45 +03:00
  • b677d1eeae Only update the necessary submodules in ci.yml Peter Dimov 2021-10-10 18:41:33 +03:00
  • 0f7d02de01 Update revision history Peter Dimov 2021-10-10 19:29:46 +03:00
  • 773499db5e Remove concurrency section from ci.yml Peter Dimov 2021-10-10 18:23:21 +03:00
  • ce912859aa Change cancel-in-progress to false in ci.yml Peter Dimov 2021-10-10 18:22:08 +03:00
  • bfeee019dd Update revision history Peter Dimov 2021-10-10 18:20:46 +03:00
  • 220d4ae0a9 Improve starts_with/ends_with Peter Dimov 2021-10-10 17:47:57 +03:00
  • 5d7b469e29 Improve .find Peter Dimov 2021-10-10 03:09:53 +03:00
  • 3cec508460 Update string_view.qbk Peter Dimov 2021-10-10 02:25:50 +03:00
  • a47fac1449 Update string_view.qbk Peter Dimov 2021-10-10 02:04:43 +03:00
  • 7340f123fe Update string_view.qbk Peter Dimov 2021-10-10 01:46:32 +03:00
  • 038064e824 Update string_view.qbk Peter Dimov 2021-10-10 00:44:00 +03:00
  • 52c58efc36 Improve operator== Peter Dimov 2021-10-09 21:04:38 +03:00
  • 15fdc0ab39 Test std::pmr::string in sv_lt_test Peter Dimov 2021-10-09 20:14:06 +03:00
  • b520289660 Test std::pmr::string in sv_eq_test Peter Dimov 2021-10-09 20:12:32 +03:00
  • 9b22937647 g++ 11 has <memory_resource> but not std::pmr::string Peter Dimov 2021-10-09 20:06:20 +03:00
  • 903d44c0c5 Test std::pmr::string in sv_conversion_test Peter Dimov 2021-10-09 19:52:10 +03:00
  • 88eee0c628 Test std::pmr::string in sv_construct_test Peter Dimov 2021-10-09 19:50:34 +03:00
  • 54965f567d Add an allocator argument to operator string() Peter Dimov 2021-10-09 19:50:15 +03:00
  • c43a172ded Use os << "" for the padding instead of os << p[0] Peter Dimov 2021-10-09 19:31:41 +03:00
  • ddf9b5087b Add sv_conversion_test Peter Dimov 2021-10-09 18:36:05 +03:00
  • d17313d407 Add missing #include <ios> Peter Dimov 2021-10-09 18:00:58 +03:00
  • c8b860704e Add sv_stream_insert_test Peter Dimov 2021-10-09 17:36:06 +03:00
  • e9ffc4336c Remove unused npos variables Peter Dimov 2021-10-09 17:10:52 +03:00
  • a121d5a000 Add sv_lt_test Peter Dimov 2021-10-09 17:09:23 +03:00
  • 5c82e38c93 Add other relational operators; update sv_eq_test Peter Dimov 2021-10-09 16:55:33 +03:00
  • db15c7419d Add sv_eq_test Peter Dimov 2021-10-09 16:50:14 +03:00
  • 62e9d9b868 Update tests Peter Dimov 2021-10-09 07:13:56 +03:00
  • b01f2fe4d2 Add optimized implementation of find_last_not_of Peter Dimov 2021-10-09 07:08:48 +03:00
  • 408cd96595 Update sv_find_last_not_of_test Peter Dimov 2021-10-09 07:00:32 +03:00
  • 9f2ec3bfca Update find_first_not_of_test Peter Dimov 2021-10-09 06:58:11 +03:00
  • 63f3a97a15 Update find_last_of_test Peter Dimov 2021-10-09 06:54:23 +03:00
  • b70bbf14db Update sv_find_first_of_test Peter Dimov 2021-10-09 06:52:08 +03:00
  • b251310a8f Update implementation of find_last_of Peter Dimov 2021-10-09 06:47:39 +03:00
  • 969a201c75 Update implementation of find_first_of Peter Dimov 2021-10-09 06:43:48 +03:00
  • b9f1b9f39a Add optimized implementation of find_first_not_of Peter Dimov 2021-10-09 06:40:59 +03:00
  • 3d4eb536cd Add optimized implementation of find_last_of Peter Dimov 2021-10-09 05:13:23 +03:00
  • a51364c5d3 sv_find_last_not_of_test Peter Dimov 2021-10-09 03:33:10 +03:00
  • ab3950fdfb Add sv_find_first_not_of_test Peter Dimov 2021-10-09 03:09:32 +03:00
  • fe9c0164c0 Add sv_find_last_of_test Peter Dimov 2021-10-09 02:32:00 +03:00
  • 8ec0e7f68a Merge branch 'develop' into feature/string-view Peter Dimov 2021-10-09 01:50:17 +03:00
  • 85e24f0483 Disable std::tuple tests on msvc-10.0 feature/lwt-type-name Peter Dimov 2021-10-08 18:21:04 +03:00
  • be820fea2e Remove uint64_t mask path from find_first_of; no longer a win after fix Peter Dimov 2021-10-08 10:28:06 +03:00
  • af3e6a667b Update sv_find_first_of_test Peter Dimov 2021-10-08 10:21:07 +03:00
  • c3cfe7a861 Merge branch 'develop' into feature/string-view Peter Dimov 2021-10-08 10:15:05 +03:00
  • d87766a768 Remove no longer necessary workarounds Peter Dimov 2021-10-08 10:14:21 +03:00
  • 706747ab08 Work around g++'s instantiating X on typeid(X*) Peter Dimov 2021-10-08 09:44:23 +03:00
  • 41c3b6a7dd Reimplement type_name with class templates to avoid instantiating types such as pair<void, void> and tuple<void> Peter Dimov 2021-10-08 09:23:26 +03:00
  • 8223ff03e4 Add char8_t tests to sv_find_first_of_test Peter Dimov 2021-10-08 07:14:54 +03:00
  • 18334b1614 Add optimized implementation of find_first_of Peter Dimov 2021-10-08 07:03:39 +03:00
  • df65ea6600 Update sv_find_first_of_test Peter Dimov 2021-10-08 06:21:52 +03:00
  • d1ad50cefb Add sv_contains_test Peter Dimov 2021-10-08 05:50:00 +03:00
  • 09870f0739 Add sv_find_first_of_test Peter Dimov 2021-10-08 05:39:24 +03:00
  • 95e64ef71f Fix msvc-14.0 failure Peter Dimov 2021-10-06 17:45:10 +03:00
  • 673e3c302c Add sv_rfind_test Peter Dimov 2021-10-06 05:49:09 +03:00
  • a8e7a3395e Add sv_iteration_test Peter Dimov 2021-10-06 05:36:12 +03:00
  • 09044f58d6 Add sv_find_test Peter Dimov 2021-10-06 04:58:36 +03:00
  • f9fa1772f2 Add sv_ends_with_test Peter Dimov 2021-10-06 04:39:16 +03:00
  • c7dfa29f29 Add sv_starts_with_test Peter Dimov 2021-10-06 04:35:37 +03:00
  • 93c18fb937 Use BOOST_TEST_TRAIT_SAME in sv_types_test Peter Dimov 2021-10-06 03:36:40 +03:00
  • c005ad5e55 Merge branch 'develop' into feature/string-view Peter Dimov 2021-10-06 03:32:05 +03:00
  • 8cf4d16297 Merge branch 'feature/type-name' into feature/lwt-type-name Peter Dimov 2021-10-05 19:47:11 +03:00
  • 0deaa2d502 Update msvc-12.0 workaround Peter Dimov 2021-10-05 19:22:20 +03:00
  • 22de922125 Merge branch 'develop' into feature/type-name Peter Dimov 2021-10-05 19:17:39 +03:00
  • 3ec157eb6f Disable cmath_test_generic on msvc-8.0 feature/cmath Peter Dimov 2021-10-05 19:16:24 +03:00
  • 531726eb09 Update msvc workarounds in type_name_test Peter Dimov 2021-10-05 19:05:40 +03:00
  • 31a9336778 Merge branch 'develop' into feature/lwt-type-name Peter Dimov 2021-10-05 18:47:25 +03:00
  • 75fc48ad32 Add a revision history section to documentation Peter Dimov 2021-10-05 18:46:47 +03:00
  • 87c21a23bb Update copyright Peter Dimov 2021-10-05 17:32:50 +03:00
  • 3e9cc2153b Disable no-rtti tests for g++ 4.4 because <memory> breaks Peter Dimov 2021-10-05 17:11:31 +03:00
  • 98630095f3 Merge branch 'develop' into feature/lwt-type-name Peter Dimov 2021-10-05 16:24:49 +03:00
  • 6985b1ae25 Remove extra semicolons Peter Dimov 2021-10-05 15:53:16 +03:00
  • 8ab119135c Add overload for char8_t because Mac has no typeinfo for char8_t Peter Dimov 2021-10-05 15:46:22 +03:00
  • 1fd2cadddd g++ 4.4 has no string::front Peter Dimov 2021-10-05 15:38:33 +03:00
  • bb0c6381f6 Add msvc workarounds Peter Dimov 2021-10-05 08:04:01 +03:00
  • 4f6f7c3799 Add tests for all fundamental types Peter Dimov 2021-10-05 07:50:52 +03:00
  • cd1a8fd238 Support pointers to members Peter Dimov 2021-10-05 07:25:35 +03:00
  • b0b48c5783 Support qualified function types Peter Dimov 2021-10-05 07:05:34 +03:00
  • ccdf5ce031 Track the type suffix independently for better decomposition of functions and arrays Peter Dimov 2021-10-05 06:45:41 +03:00
  • b3906601f7 Merge branch 'feature/type-name' into feature/lwt-type-name Peter Dimov 2021-10-05 05:43:01 +03:00
  • f833040d48 Disable msvc warnings around tn_is_function Peter Dimov 2021-10-05 05:42:41 +03:00
  • 3b5595e940 Merge branch 'feature/type-name' into feature/lwt-type-name Peter Dimov 2021-10-05 05:31:09 +03:00
  • b93317815c Apply msvc-12.0 (and below) workarounds Peter Dimov 2021-10-05 05:30:37 +03:00
  • 01bd23df5d Add tests for function types Peter Dimov 2021-10-05 05:04:56 +03:00
  • 36cec9a5cc Handle references to functions Peter Dimov 2021-10-05 05:01:05 +03:00
  • 290340fd27 Use core::type_name in lightweight_test_trait Peter Dimov 2021-10-05 04:58:52 +03:00
  • 003c7365bc Use VS2019 for clang-win, because VS2017 fails to find msvcrt(d).lib for some reason now Peter Dimov 2021-10-05 01:00:09 +03:00
  • 31e2caef12 Add sv_compare_test Peter Dimov 2021-10-04 22:11:14 +03:00
  • 042bb98142 Add sv_substr_test Peter Dimov 2021-10-04 20:57:10 +03:00
  • c65c05c006 Add sv_copy_test Peter Dimov 2021-10-04 20:45:10 +03:00
  • 1aa8341bd7 Add sv_modifiers_test Peter Dimov 2021-10-04 20:36:40 +03:00
  • e206cddc6f Fix line endings Peter Dimov 2021-10-04 20:27:14 +03:00
  • c8b55f1bde Change BOOST_CONSTEXPR to BOOST_CXX14_CONSTEXPR appropriately Peter Dimov 2021-10-04 19:12:05 +03:00
  • 62ba7ca18b Define npos as BOOST_CONSTEXPR_OR_CONST Peter Dimov 2021-10-04 19:08:12 +03:00
  • 964dfe2b74 Fix line endings Peter Dimov 2021-10-04 17:45:24 +03:00
  • 016ae92ecf Add sv_element_access_test Peter Dimov 2021-10-04 17:33:04 +03:00
  • 7d05dfa87d Add sv_construct_test Peter Dimov 2021-10-04 17:25:34 +03:00
  • 95924b1329 Add boost/core/string_view.hpp Peter Dimov 2021-10-04 16:49:46 +03:00
  • 5e382efa84 Fix std::ostream failure on libstdc++ Peter Dimov 2021-10-01 15:51:13 +03:00
  • e260bb865d Add support for string_view Peter Dimov 2021-10-01 15:07:19 +03:00