| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-04 | Various small code simplifications/tweaks in ThreadedRegexVM | Maxime Coste | |
| 2023-11-10 | Support building ArrayView from contigous iterators | Maxime Coste | |
| 2023-10-25 | Remove unnecessary operator (since C++20) | Maxime Coste | |
| 2021-11-21 | Replace std::enable_if with requires | Maxime Coste | |
| Introduce some concepts for enum and flags handling, goodbye and thanks for all the fish std::enable_if. | |||
| 2020-06-27 | Refactor how InsetCompletionHide hook parameter is computed | Maxime Coste | |
| Keep track of inserted ranges instead of trying to re-derive them. Fixes #3556 | |||
| 2019-01-24 | Fix array_view dependency on std::min | Maxime Coste | |
| 2019-01-24 | Header and dependency cleanup | Maxime Coste | |
| 2017-07-19 | More use of std::enable_if_t alias | Maxime Coste | |
| 2017-06-26 | Fix various undefined behaviours detected by UBSan | Maxime Coste | |
| 2017-05-26 | Remove unused and potentially error prone constructor from ArrayView | Maxime Coste | |
| Add as well a SFINAE check to the vector constructor to avoid constructing an array_view from derived types with a different size. | |||
| 2016-11-20 | Make ArrayView::subrange size arguement optional | Maxime Coste | |
| 2016-09-19 | Add an unmap command to remove key mappings | Maxime Coste | |
| 2015-06-24 | Fix include | Maxime Coste | |
| 2015-05-14 | always_inline a few methods | Maxime Coste | |
| 2015-04-12 | Small alignement change | Maxime Coste | |
| 2015-03-09 | ArrayView content is not const anymore | Maxime Coste | |
| As in upcoming std c++ array_view, ArrayView<T> points to mutable data, use ArrayView<const T> or alias ConstArrayView<T> for const data. | |||
| 2015-03-09 | constexprify ArrayView | Maxime Coste | |
| 2015-02-06 | Add a from C array constructor to ArrayView | Maxime Coste | |
| 2015-01-09 | Track String memory allocations | Maxime Coste | |
| 2015-01-06 | Rename memoryview to ArrayView | Maxime Coste | |
