-
Notifications
You must be signed in to change notification settings - Fork 47
Comparing changes
Open a pull request
base repository: martinmoene/string-view-lite
base: v1.7.0
head repository: martinmoene/string-view-lite
compare: v1.8.0
- 15 commits
- 10 files changed
- 4 contributors
Commits on Aug 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6e90d37 - Browse repository at this point
Copy the full SHA 6e90d37View commit details
Commits on Oct 12, 2022
-
silence compiler warnings for gcc 4.7 and before (#53, thanks @DerDakon)
The option -Wliteral-suffix was introduced in gcc 4.8, and "#pragma GCC diagnostic push" was added in 4.6. Using the header with an older gcc would lead to warnings like: string_view.hpp:438: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic' string_view.hpp:439: warning: unknown option after '#pragma GCC diagnostic' kind string_view.hpp:1681: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
Configuration menu - View commit details
-
Copy full SHA for ced5f2e - Browse repository at this point
Copy the full SHA ced5f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e835a - Browse repository at this point
Copy the full SHA 23e835aView commit details
Commits on Oct 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ba99568 - Browse repository at this point
Copy the full SHA ba99568View commit details
Commits on Oct 20, 2022
-
fix build with gcc 4.9 as the first version of find() can't be conste…
…xpr then (#54, thanks @DerDakon) The build error is: string_view.hpp:859:5: error: body of constexpr function 'constexpr nonstd::sv_lite::basic_string_view<CharT, Traits>::size_type nonstd::sv_lite::basic_string_view<CharT, Traits>::find(nonstd::sv_lite::basic_string_view<CharT, Traits>, nonstd::sv_lite::basic_string_view<CharT, Traits>::size_type) const [with CharT = char; Traits = std::char_traits<char>; nonstd::sv_lite::basic_string_view<CharT, Traits>::size_type = unsigned int]' not a return-statement
Configuration menu - View commit details
-
Copy full SHA for cc67e97 - Browse repository at this point
Copy the full SHA cc67e97View commit details
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7520e10 - Browse repository at this point
Copy the full SHA 7520e10View commit details -
Remove gcc 8 and clang 8, 9, 10 from GitHub CI matrix (nonstd-lite is…
…sue 69) martinmoene/nonstd-lite-project#69
Configuration menu - View commit details
-
Copy full SHA for 35d9390 - Browse repository at this point
Copy the full SHA 35d9390View commit details
Commits on Dec 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 83871dc - Browse repository at this point
Copy the full SHA 83871dcView commit details -
Remove Travis CI configuration and badge (#56, thanks @striezel)
The tests are not running on Travis CI anymore, so there is no point in keeping that stuff around. [skip ci]
Configuration menu - View commit details
-
Copy full SHA for 5b1d95f - Browse repository at this point
Copy the full SHA 5b1d95fView commit details
Commits on Dec 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e8d492 - Browse repository at this point
Copy the full SHA 5e8d492View commit details
Commits on Dec 29, 2023
-
Add configuration macro nssv_CONFIG_CONSTEXPR11_STD_SEARCH (#50, thanks
@oliverlee) Allow to avoid constexpr with std::search() and select a local implementation for it for C++14 constexpr.
Configuration menu - View commit details
-
Copy full SHA for bac9b55 - Browse repository at this point
Copy the full SHA bac9b55View commit details
Commits on Jan 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e5e519 - Browse repository at this point
Copy the full SHA 6e5e519View commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf9e723 - Browse repository at this point
Copy the full SHA bf9e723View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f32805 - Browse repository at this point
Copy the full SHA 5f32805View commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a47222b - Browse repository at this point
Copy the full SHA a47222bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.0...v1.8.0