issues
search
martinmoene
/
span-lite
span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
499
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Improve Cmake/Conan packaging
#37
pleroux0
closed
5 years ago
2
Correct documentation of feature macros to show default behavior
#36
martinmoene
closed
5 years ago
0
Imply span_FEATURE_MAKE_SPAN from span_FEATURE_NON_MEMBER_FIRST_LAST_SUB
#35
martinmoene
closed
5 years ago
0
Add span_FEATURE_WITH_CONTAINER
#34
martinmoene
closed
5 years ago
0
Add span_FEATURE_MAKE_SPAN
#33
martinmoene
closed
5 years ago
1
span_FEATURE_*_TO_STD does not do what is advertised
#32
Flamefire
opened
5 years ago
7
Get a constant sized subspan
#31
Flamefire
closed
5 years ago
4
Review span in face of p1024, p1089, p1872 (Continued from #14)
#30
martinmoene
closed
5 years ago
1
Added cmake package exportation, both in install tree and build tree
#29
gracicot
closed
5 years ago
0
Support nonstd::as_bytes using byte-lite when span_CPP17_OR_GREATER is false
#28
ilyalesokhin
closed
6 years ago
4
Update to proposal p0122r7
#27
martinmoene
closed
5 years ago
0
Permit Offset to equal Size
#26
markazmierczak
closed
6 years ago
0
fix subviews return value
#25
ericLemanissier
closed
6 years ago
1
Define missing macros span_HAVE_INLINE_NAMESPACE and span_CONFIG_CONTRACT_VIOLATION_THROWS_V
#24
feroldi
closed
6 years ago
2
CMakeLists.txt - Missing include directory for BUILD_INTERFACE
#23
meldavis
closed
6 years ago
1
Introduce Standard selection macro
#22
martinmoene
closed
6 years ago
0
index_type ptr_diff
#21
stayprivates
closed
5 years ago
7
enable travis to use IPO and add a test using libc++
#20
nolange
closed
6 months ago
5
remove dependencies on string,
#19
nolange
closed
6 years ago
5
Introduce LTO/Link Time Optimization
#18
martinmoene
opened
6 years ago
0
Does not build with clang++-6.0
#17
nolange
closed
6 years ago
5
depending on string pulls in heavy dependiencies
#16
nolange
closed
6 years ago
7
Fix span_CONFIG_CONTRACT_CHECK for contract-violation-terminates
#15
martinmoene
closed
6 years ago
4
Review span in face of p1024 and Tristan Brindle's span implementation
#14
martinmoene
closed
5 years ago
0
Add non-member versions of first(), last() and subspan() per p1024
#13
martinmoene
closed
5 years ago
1
Add at(index) per p1024
#12
martinmoene
closed
5 years ago
0
Re-license under Boost Software License (BSL)
#11
martinmoene
closed
6 years ago
2
Throw fail_fast exception when contract-violation-throws is selected
#10
martinmoene
closed
6 years ago
0
[pm] Add span_CONFIG_PROVIDE_ALL_EXTENSIONS (excluding make_span() workaround)
#9
martinmoene
opened
6 years ago
0
Specialize span for dynamic extent (optimize static size)
#8
martinmoene
opened
6 years ago
0
Add clang/libc++ to Travis configuration
#7
martinmoene
opened
6 years ago
0
Fix operator==()
#6
martinmoene
closed
6 years ago
0
Add span::swap(), span_CONFIG_PROVIDE_SWAP
#5
martinmoene
closed
6 years ago
0
Add various ways for 'installation', such as CMake package
#4
martinmoene
opened
6 years ago
0
A few small suggestions
#3
chris0e3
closed
6 years ago
13
Allow span(std::array<const T,N>) ?
#2
martinmoene
opened
6 years ago
0
Create span-lite
#1
martinmoene
closed
6 years ago
2
Previous