aboutsummaryrefslogtreecommitdiff
path: root/include/utility
Commit message (Expand)AuthorAgeFilesLines
* Replace insp::substring_view with the C++20 iterator constructor.Gravatar Sadie Powell2025-02-281-14/+0
* Update copyright headers.Gravatar InspIRCd Robot2024-06-074-3/+5
* Replace std::aligned_storage with a non-deprecated alternative.Gravatar Sadie Powell2024-06-041-1/+1
* Move stdalgo::string::{equalsci,tocstr} to utility/string.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> Co-authored-year: 2016 Gravatar Sadie Powell2023-08-111-0/+27
* Move stdalgo::string::join to utility/string and templatise separator.Gravatar Sadie Powell2023-08-111-0/+22
* Rename utility/string_view to utility/string.Gravatar Sadie Powell2023-08-111-0/+0
* Fix iterator_range when the range points to a string_view.Gravatar Sadie Powell2022-11-211-1/+1
* Document aligned_storage and use alignment_of_v.Gravatar Sadie Powell2022-01-311-2/+2
* Move stdalgo::map::difference to its own utility header.Gravatar Sadie Powell2022-01-311-0/+84
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-253-6/+6
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-111-1/+1
* Use string_view in IsCTCP.Gravatar Sadie Powell2021-04-081-0/+37
* Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-8/+17
* Move aligned_storage to the utility directory and clean up.Gravatar Sadie Powell2021-03-021-0/+47
* Move iterator_range to the utility directory and renamespace.Gravatar Sadie Powell2021-03-021-0/+80
* Replace manual copy prevention with the insp::uncopiable class.Gravatar Sadie Powell2021-03-021-0/+43