Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / WG21-SG14/SG14 issues and pull requests
#174 - [inplace_function.h] Copyright holder
Issue -
State: closed - Opened by daichifukui over 2 years ago
- 3 comments
#173 - sg14::span_ring: class template argument deduction
Issue -
State: open - Opened by peterlauro about 4 years ago
#172 - Fix warning about no return value in lambda
Pull Request -
State: closed - Opened by twam over 4 years ago
- 2 comments
#171 - CMakeLists.txt - Hide Unit Test related stuff behind option
Pull Request -
State: open - Opened by Jogi7819 over 4 years ago
- 4 comments
#170 - [inplace_function] usage at shared library boundaries
Issue -
State: open - Opened by kamrann almost 5 years ago
- 5 comments
#169 - slot_map: custom key causing clang to seg fault.
Issue -
State: closed - Opened by k-sheridan about 5 years ago
- 1 comment
#168 - Add installation support
Pull Request -
State: closed - Opened by liarokapisv about 5 years ago
- 6 comments
#167 - Provide CMake & Conan installation support
Issue -
State: closed - Opened by liarokapisv about 5 years ago
#166 - [inplace_function] Opt-in "safe" default constructed inplace_function
Issue -
State: open - Opened by AndWass over 5 years ago
- 7 comments
#165 - `sg14::ring_span`: clear () member function gone awol
Issue -
State: open - Opened by degski over 5 years ago
- 2 comments
#164 - git rm transcode.h and its tests
Pull Request -
State: closed - Opened by Quuxplusone over 5 years ago
#163 - License is missing on some includes
Issue -
State: open - Opened by AndWass over 5 years ago
- 1 comment
#162 - volatile inplace_function fails to compile
Issue -
State: closed - Opened by pthorn over 5 years ago
- 6 comments
#161 - slot_map : Fix generation skipping.
Pull Request -
State: closed - Opened by p-groarke over 5 years ago
- 4 comments
#160 - [inplace_function] Giant Sized Buffers Required for Compilation
Issue -
State: open - Opened by victorstewart over 5 years ago
- 5 comments
#159 - Should `int(*)()` be convertible to `inplace_function<void()>`?
Pull Request -
State: open - Opened by Quuxplusone over 5 years ago
- 3 comments
#158 - [inplace_function] Const-callability means thread-safety
Issue -
State: open - Opened by Quuxplusone over 5 years ago
- 4 comments
#157 - inplace_function: Switch conversion operators to converting constructors.
Pull Request -
State: closed - Opened by Quuxplusone over 5 years ago
#156 - [inplace function] Problems assigning if my starting point is empty/nullptr
Issue -
State: closed - Opened by phillipjohnston over 5 years ago
- 4 comments
#155 - Make inplace_function SFINAE aware
Pull Request -
State: closed - Opened by Voultapher over 5 years ago
- 8 comments
#154 - inplace_function doesn't handle arguments with rvalue references well
Issue -
State: closed - Opened by sleep-deprived over 5 years ago
- 1 comment
#153 - Use a conditional macro to throw
Pull Request -
State: closed - Opened by AndWass over 5 years ago
#152 - [inplace_function] make it usable without exceptions
Issue -
State: closed - Opened by AndWass over 5 years ago
- 2 comments
#151 - P0429R6 `flat_map`, plus a Boost-style "flat_map_jointstorage.h" for comparison
Pull Request -
State: closed - Opened by Quuxplusone over 5 years ago
#150 - [inplace_function] Should [](){return 42;} be convertible to inplace_function<void()>?
Issue -
State: open - Opened by Quuxplusone almost 6 years ago
- 1 comment
#149 - [inplace_function] Ambiguous overloads.
Issue -
State: closed - Opened by p-groarke almost 6 years ago
- 5 comments
#148 - Initial implementation of P1222R1 `flat_set` from Zach Laine's paper
Pull Request -
State: closed - Opened by Quuxplusone almost 6 years ago
- 1 comment
#147 - [slot_map] R1/R2 criticisms
Issue -
State: closed - Opened by p-groarke almost 6 years ago
- 12 comments
#146 - slot_map : Add P0661r2 to proposals.
Pull Request -
State: closed - Opened by p-groarke almost 6 years ago
#145 - Slot map - Add unit tests, conform operator[]() to comment, add at_unchecked(), add key()
Pull Request -
State: closed - Opened by p-groarke almost 6 years ago
- 1 comment
#144 - TravisCI Win32
Pull Request -
State: closed - Opened by Quuxplusone almost 6 years ago
#143 - slot_map : DRY, container access and cleanup.
Pull Request -
State: closed - Opened by p-groarke almost 6 years ago
#142 - slot_map : Const find doesn't contain out of bounds check.
Pull Request -
State: closed - Opened by p-groarke almost 6 years ago
- 1 comment
#141 - [slot_map] Can you get a key using an iterator?
Issue -
State: closed - Opened by p-groarke almost 6 years ago
- 5 comments
#140 - Ci Windows
Pull Request -
State: closed - Opened by p-groarke almost 6 years ago
- 12 comments
#139 - [inplace_function] benchmark
Issue -
State: open - Opened by user706 about 6 years ago
- 4 comments
#138 - Make inplace_function's move operations "noexcept"
Pull Request -
State: closed - Opened by Quuxplusone about 6 years ago
- 1 comment
#136 - Fix remainder MSVC warnings
Pull Request -
State: closed - Opened by p-groarke about 6 years ago
- 10 comments
#135 - slot_map: The free list should be LIFO, not FIFO
Pull Request -
State: closed - Opened by Quuxplusone about 6 years ago
- 1 comment
#134 - [slot_map] constructors
Issue -
State: closed - Opened by p-groarke about 6 years ago
- 1 comment
#133 - Add a slot_map::partition(Pred) member function
Pull Request -
State: open - Opened by Quuxplusone about 6 years ago
- 4 comments
#132 - cmake : Update cmake. Apply best-practices.
Pull Request -
State: closed - Opened by p-groarke about 6 years ago
- 12 comments
#131 - [slot_map] partition and underlying_swap
Issue -
State: closed - Opened by p-groarke about 6 years ago
- 6 comments
#130 - inplace_function: Use launder to avoid UB
Pull Request -
State: closed - Opened by Voultapher over 6 years ago
- 4 comments
#129 - Make a moved-from inplace_function actually empty.
Pull Request -
State: closed - Opened by Quuxplusone over 6 years ago
- 1 comment
#128 - inplace_function move constructor should be noexcept
Issue -
State: closed - Opened by Quuxplusone over 6 years ago
- 6 comments
#127 - sg14::ring_span not compatible with range-v3 (not a semiregular type)
Issue -
State: open - Opened by seertaak over 6 years ago
- 5 comments
#126 - [Question] inplace_function conan package?
Issue -
State: closed - Opened by p-groarke over 6 years ago
#125 - inplace_function implicit conversion chooses copy over move
Issue -
State: closed - Opened by Quuxplusone almost 7 years ago
- 1 comment
#124 - Add "structured_binding_traits.h" based on ideas from Michael Park.
Pull Request -
State: open - Opened by Quuxplusone almost 7 years ago
#123 - slot_map: Proposed improvements to "reserve"/"capacity" API.
Pull Request -
State: closed - Opened by Quuxplusone almost 7 years ago
- 3 comments
#122 - slot_map: Do not require Container to provide reverse_iterator typedefs.
Pull Request -
State: open - Opened by Quuxplusone almost 7 years ago
- 1 comment
#121 - inplace_function: Add tests for functors with throwing copy-constructors.
Pull Request -
State: closed - Opened by Quuxplusone almost 7 years ago
- 1 comment
#120 - Add an implementation of Allan Deutsch's slot_map (P0661r2)
Pull Request -
State: closed - Opened by Quuxplusone almost 7 years ago
- 3 comments
#119 - Improve the struct layout of inplace_function<Sig, 8>.
Pull Request -
State: closed - Opened by Quuxplusone almost 7 years ago
- 1 comment
#118 - inplace_function: unit test for functor copy-assignment that throws
Issue -
State: closed - Opened by Quuxplusone almost 7 years ago
#117 - inplace_function: Fix lifetime bugs in f.swap(g).
Pull Request -
State: closed - Opened by Quuxplusone about 7 years ago
- 2 comments
#116 - Rework inplace_function implementation
Pull Request -
State: closed - Opened by Voultapher about 7 years ago
- 21 comments
#115 - Can we infer the size of inplace_function via declspec, meaning users don't have to specify this?
Issue -
State: open - Opened by carlcook about 7 years ago
- 1 comment
#114 - Make std::inplace_function a specialization of std::basic_function
Issue -
State: open - Opened by carlcook about 7 years ago
- 2 comments
#113 - What is the state of a moved-from inplace_function?
Issue -
State: closed - Opened by Quuxplusone about 7 years ago
- 4 comments
#112 - Bugfixes and a better test harness for stdext::inplace_function
Pull Request -
State: closed - Opened by Quuxplusone about 7 years ago
- 1 comment
#111 - inplace_function copy-assignment fails
Issue -
State: closed - Opened by Quuxplusone about 7 years ago
- 4 comments
#110 - Missing Alignment Parameter Fix
Pull Request -
State: closed - Opened by jumonatr over 7 years ago
- 1 comment
#109 - Suppress another warning in plf_colony test suite
Pull Request -
State: closed - Opened by TBBle over 7 years ago
- 2 comments
#108 - Fix behavior of ring_span's copy_popper<T>, and general popper cleanup.
Pull Request -
State: closed - Opened by Quuxplusone over 7 years ago
#107 - Add reverse_iterator support to ring<T>.
Pull Request -
State: closed - Opened by Quuxplusone over 7 years ago
#106 - Suppress 'unused parameter' warnings for plf test suite
Pull Request -
State: closed - Opened by TBBle over 7 years ago
- 3 comments
#105 - Anonymised feedback summary
Pull Request -
State: closed - Opened by hatcat over 7 years ago
#104 - Added a summary of feedback for the ring.
Pull Request -
State: closed - Opened by hatcat over 7 years ago
#103 - Several cleanups to "ring.h".
Pull Request -
State: closed - Opened by Quuxplusone over 7 years ago
- 3 comments
#102 - Add missing copy_popper(T const&) ctor for ring_span
Issue -
State: closed - Opened by martinmoene over 7 years ago
- 1 comment
#101 - Fix ring_iterator<>::operator>=()
Issue -
State: closed - Opened by martinmoene over 7 years ago
- 1 comment
#100 - Add ring_span::[const_]reverse_iterator ?
Issue -
State: closed - Opened by martinmoene over 7 years ago
#99 - Add ring_span::push_front(), emplace_front(), pop_back() ?
Issue -
State: closed - Opened by martinmoene over 7 years ago
- 6 comments
#98 - Add missing sg14::swap(ring_span<T,Popper>& lhs, ring_span<T,Popper>& rhs)
Issue -
State: closed - Opened by martinmoene over 7 years ago
- 1 comment
#97 - Moved P0130 Comparing Virtual Functions
Pull Request -
State: closed - Opened by TBBle over 7 years ago
- 1 comment
#96 - Switch to a real unit-test framework
Issue -
State: closed - Opened by TBBle over 7 years ago
- 21 comments
#95 - SG14_test build fixes
Pull Request -
State: closed - Opened by TBBle over 7 years ago
- 9 comments
#94 - Add missing friend [const]iterator to class ring_span
Issue -
State: closed - Opened by martinmoene over 7 years ago
- 1 comment
#93 - Add missing member difference_type ring_iterator<R,C>::operator-(ring_iterator<R,C>... it)
Issue -
State: closed - Opened by martinmoene over 7 years ago
- 1 comment
#92 - Stray VS2015 Intellisense database in repository
Issue -
State: closed - Opened by TBBle over 7 years ago
- 1 comment
#91 - Fix return of ring_span's copy_popper<T>::operator()
Issue -
State: closed - Opened by martinmoene over 7 years ago
- 3 comments
#90 - Declaration ring_iterator friend operator+=()
Issue -
State: closed - Opened by martinmoene over 7 years ago
- 10 comments
#89 - Micro-optimize `unstable_remove`.
Pull Request -
State: closed - Opened by Quuxplusone over 7 years ago
- 6 comments
#88 - Add a signal processing relevant test case
Pull Request -
State: closed - Opened by paulbendixen over 7 years ago
#87 - `#pragma once` all the things!
Pull Request -
State: closed - Opened by Quuxplusone over 7 years ago
- 3 comments
#86 - Fix various ring_iterator snafus and a bug in push_back.
Pull Request -
State: closed - Opened by Quuxplusone over 7 years ago
- 7 comments
#85 - Fix colony::emplace by using a universal reference for Arguments
Pull Request -
State: closed - Opened by adamyaxley over 7 years ago
#84 - Please make me a WG21-SG14 organisation owner
Issue -
State: closed - Opened by TBBle almost 8 years ago
- 2 comments
#83 - Added Ring Proposal R4
Pull Request -
State: closed - Opened by hatcat almost 8 years ago
- 3 comments
#82 - Removing VS2015 files. Generate them using CMake...
Pull Request -
State: closed - Opened by davidziman about 8 years ago
- 2 comments
#81 - Fix some cmake, compilation, and linking issues.
Pull Request -
State: closed - Opened by davidziman about 8 years ago
#77 - Build fails (on gcc 5.4)
Issue -
State: closed - Opened by carlcook about 8 years ago
- 1 comment
#76 - CMake errors
Issue -
State: closed - Opened by carlcook about 8 years ago
- 1 comment
#75 - add include guards (or pragma once) to ring and inplace_function headers
Issue -
State: closed - Opened by onqtam about 8 years ago
- 1 comment
#59 - non thread-safe shared_ptr
Issue -
State: open - Opened by onqtam over 8 years ago
- 2 comments
#57 - Improve memory algorithms with type traits
Issue -
State: open - Opened by Morwenn over 8 years ago
- 4 comments
#19 - Invalid platform toolset?
Issue -
State: closed - Opened by briterator about 9 years ago
- 3 comments