Commit Graph
16 Commits
Author SHA1 Message Date
grisenti 83ffb047f7 HPL1: replace Std::map/multimap internal container 2023-01-04 18:07:46 +01:00
grisenti 898b1aeee7 HPL1: add tree container to std folder 2023-01-04 18:07:03 +01:00
Eugene Sandulenko 224e3fee5f HPL1: Rename Hpl1::set:: to Hpl1::Set:: namespace 2022-12-23 14:04:21 +01:00
grisenti 204945ad31 HPL1: use full paths in include directives 2022-12-23 14:04:18 +01:00
grisenti 04c611f015 HPL1: fix insert method in Hpl1::std::map 2022-12-23 14:04:16 +01:00
grisenti 9296d9aea4 HPL1: improve Hpl1::std::*map erase method 2022-12-23 14:04:15 +01:00
grisenti 784915388b HPL1: remove unused header in Hpl1::std::map 2022-12-23 14:04:15 +01:00
grisenti df31024236 HPL1: add std::multimap replacement 2022-12-23 14:04:14 +01:00
grisenti d4d0f6a372 HPL1: fix compairison in Hpl1::std::map 2022-12-23 14:04:14 +01:00
grisenti 98daf3635a HPL1: remove equality compairisons in Hpl1::std::map 2022-12-23 14:04:14 +01:00
grisenti 452debbed8 HPL1: fix formatting 2022-12-23 14:04:13 +01:00
grisenti b586b4bd71 HPL1: cleanup Hpl1::std::map 2022-12-23 14:04:13 +01:00
grisenti 912403d72e HPL1: add Hpl1::std::map and Hpl1::std::pair
the map implementation is copied from ags/std/lib but includes some changes.
2022-12-23 14:04:13 +01:00
grisenti fe212f664d HPL1: replace std::multiset with Hpl1::std::multiset 2022-12-23 14:04:12 +01:00
grisenti 87f4c2a656 HPL1: improve search for std::set replacement 2022-12-23 14:04:12 +01:00
grisenti 25ac4c8e4b HPL1: add std::set implementation
copied from ags/lib/std.
Includes an additional erase implementation and a different (in)equality check
2022-12-23 14:04:11 +01:00