aboutsummaryrefslogtreecommitdiff
path: root/include/flat_map.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-07-141-1/+1
* Shrink the geo_maxmind storage after garbage collection.Gravatar Sadie Powell2024-07-071-0/+1
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-08-271-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-08-251-1/+1
| * Backport fix for types removed in C++17 from master.Gravatar Sadie Powell2022-08-161-1/+1
* | Modernize the syntax of various templates.Gravatar Sadie Powell2022-06-231-4/+4
* | Slim the included headers down more.Gravatar Sadie Powell2022-01-261-2/+0
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-9/+9
* | Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-5/+10
* | Fix MSVC compatibility issues.Gravatar Sadie Powell2021-06-071-3/+1
* | Migrate collections from insert to emplace.Gravatar Sadie Powell2021-04-181-1/+25
* | Fix various uses of the _t suffix which is reserved by POSIX.Gravatar Sadie Powell2021-04-171-23/+23
* | Add an initializer_list constructor to the flat types.Gravatar Sadie Powell2021-04-141-0/+24
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-11-011-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-10-301-1/+1
| * Silence some copy warnings on C++11 compilers.Gravatar Sadie Powell2020-08-011-0/+20
* | Fix warnings on GCC 9.Gravatar Sadie Powell2020-05-111-5/+15
|/
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+1
* Allow customising ElementComp in flat_{map,multimap,multiset,set}.Gravatar Peter Powell2019-02-191-12/+12
* Add flat_[multi]{map,set} containersGravatar Attila Molnar2014-12-151-0/+383