FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/string-view.t.cpp - nonstd-lite/string-view-lite · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
nonstd-lite
/
string-view-lite
Public
Notifications
You must be signed in to change notification settings
Fork
47
Star
471
Code
Issues
5
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
string-view-lite
test
string-view.t.cpp
on
master
User selector
Datepicker
Commit history
Commits on Feb 5, 2022
Change to use nssv_HAVE_NULLPTR condition (#47, thanks @mbs-c)
martinmoene
committed
cfe88d3
View commit details
Copy full SHA for cfe88d3
View code at this point
Browse repository at this point
Add prevention to construct, convert from nullptr, p2166 (#47, thanks @mbs-c)
martinmoene
committed
1469439
View commit details
Copy full SHA for 1469439
View code at this point
Browse repository at this point
Commits on Apr 26, 2021
Post-merge refinement (#42)
martinmoene
committed
75f0c60
View commit details
Copy full SHA for 75f0c60
View code at this point
Browse repository at this point
Add configuration option to omit streams (#42, thanks @theShmoo)
Show description for 962fe40
theShmoo
and
David Pfahler
authored
962fe40
View commit details
Copy full SHA for 962fe40
View code at this point
Browse repository at this point
Commits on Oct 9, 2020
Add test for tweak header
martinmoene
committed
f92be42
View commit details
Copy full SHA for f92be42
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
[skip ci] Mention comparison *via operators*
martinmoene
committed
107e793
View commit details
Copy full SHA for 107e793
View code at this point
Browse repository at this point
Commits on Oct 3, 2020
[skip ci] Use a 'more constexpr-friendy' test for compare() (#34, thanks to @mcskatkat)
martinmoene
committed
cbd8321
View commit details
Copy full SHA for cbd8321
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
Constexpr comparison (#35)
Show description for 58b1d26
martinmoene
authored
58b1d26
View commit details
Copy full SHA for 58b1d26
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
Release 1.4.0
martinmoene
committed
50561d3
View commit details
Copy full SHA for 50561d3
View code at this point
Browse repository at this point
Commits on Nov 9, 2019
Add string_view comparison with std::string and const char * for older compilers
martinmoene
committed
d961759
View commit details
Copy full SHA for d961759
View code at this point
Browse repository at this point
Commits on May 31, 2019
Replace underscore with dash in unit name
Show description for 35ff826
martinmoene
committed
35ff826
View commit details
Copy full SHA for 35ff826
View code at this point
Browse repository at this point
Commits on Jan 1, 2019
Add cmake installation and config-file packaging
Show description for a52fe4f
martinmoene
committed
a52fe4f
View commit details
Copy full SHA for a52fe4f
View code at this point
Browse repository at this point
Commits on Dec 5, 2018
Fix find_last_of(), find_last_not_of() for empty string_view (#20, thanks to @binji)
martinmoene
committed
0407851
View commit details
Copy full SHA for 0407851
View code at this point
Browse repository at this point
Commits on Nov 14, 2018
Use size_t, not auto
martinmoene
committed
f4ebca8
View commit details
Copy full SHA for f4ebca8
View code at this point
Browse repository at this point
Rename *-lite.t.* to *-main.t.*
martinmoene
committed
78ce052
View commit details
Copy full SHA for 78ce052
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
remove DNOMINMAX in test
Neargye
authored and
martinmoene
committed
6b35024
View commit details
Copy full SHA for 6b35024
View code at this point
Browse repository at this point
Commits on Aug 26, 2018
[skip ci] Whitespace
martinmoene
committed
3b6de47
View commit details
Copy full SHA for 3b6de47
View code at this point
Browse repository at this point
Commits on Aug 23, 2018
fix vector data for lower c++11
Neargye
authored and
martinmoene
committed
eee74cb
View commit details
Copy full SHA for eee74cb
View code at this point
Browse repository at this point
Commits on Aug 22, 2018
add test for free to_string(Allocator const & a)
Neargye
authored and
martinmoene
committed
5c6ed16
View commit details
Copy full SHA for 5c6ed16
View code at this point
Browse repository at this point
add test to_string(Allocator const & a)
Neargye
authored and
martinmoene
committed
51cc68a
View commit details
Copy full SHA for 51cc68a
View code at this point
Browse repository at this point
Commits on Jun 5, 2018
Re-license under Boost Software License (BSL)
martinmoene
committed
3aed874
View commit details
Copy full SHA for 3aed874
View code at this point
Browse repository at this point
Commits on Jan 10, 2018
Provide string_view literals for std::string_view via namespace nonstd
martinmoene
committed
6fd8646
View commit details
Copy full SHA for 6fd8646
View code at this point
Browse repository at this point
Commits on Jan 9, 2018
Fix conditional compilation with nssv_COMPILER_MSVC_VERSION unavailable
martinmoene
committed
e2f5d04
View commit details
Copy full SHA for e2f5d04
View code at this point
Browse repository at this point
Add configuration macros to control presence of literal operators sv and _sv
martinmoene
committed
d2d2537
View commit details
Copy full SHA for d2d2537
View code at this point
Browse repository at this point
Use three digit version number for msvc to differentiate between vc140 and vc141
Show description for 76863d4
martinmoene
committed
76863d4
View commit details
Copy full SHA for 76863d4
View code at this point
Browse repository at this point
Implement comparison for objects with implicit conversion to string_view
martinmoene
committed
51546cb
View commit details
Copy full SHA for 51546cb
View code at this point
Browse repository at this point
Implement std::hash specialization
martinmoene
committed
51782c9
View commit details
Copy full SHA for 51782c9
View code at this point
Browse repository at this point
Commits on Jan 8, 2018
Add user-defined literals, operator "" sv()
martinmoene
committed
169205f
View commit details
Copy full SHA for 169205f
View code at this point
Browse repository at this point
Commits on Jan 6, 2018
Add operations: find_last_not_of()
martinmoene
committed
3a90dcc
View commit details
Copy full SHA for 3a90dcc
View code at this point
Browse repository at this point
Commits on Jan 5, 2018
Add operations: find_first_not_of()
martinmoene
committed
48a53c3
View commit details
Copy full SHA for 48a53c3
View code at this point
Browse repository at this point
Add operations: find_last_of()
martinmoene
committed
6c99557
View commit details
Copy full SHA for 6c99557
View code at this point
Browse repository at this point
Add operations: tests for find_first_of()
martinmoene
committed
34c5bc6
View commit details
Copy full SHA for 34c5bc6
View code at this point
Browse repository at this point
Make to_string(), to_string_view() also available for std::string_view
martinmoene
committed
9a6aa0c
View commit details
Copy full SHA for 9a6aa0c
View code at this point
Browse repository at this point
Commits on Jan 4, 2018
Implement string conversion operations (optional extension)
Show description for 171e4cb
martinmoene
committed
171e4cb
View commit details
Copy full SHA for 171e4cb
View code at this point
Browse repository at this point
Only check for a relatively large max_size()
martinmoene
committed
f82ae95
View commit details
Copy full SHA for f82ae95
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL