Commit Graph

28 Commits

Author SHA1 Message Date
greg7mdp f67dadd00a Fix compilation errors with gcc 4.8.5
Thanks to @aengusjiang for the initial PR, which I updated to simplify and fix compilation issues on windows.
2023-06-25 14:48:33 -04:00
greg7mdp 45edb98cd9 Replace custom CompressedTuple with std::tuple. 2023-04-30 11:00:37 -04:00
greg7mdp 16287ccca6 Cleanup some clang-tidy issues 2023-04-23 19:40:33 -04:00
greg7mdp d676385fb4 Fix clang-15 warnings 2022-11-19 14:25:19 -05:00
greg7mdp 8650bcc503 Fix compiler warning in btree - issue #156 2022-07-22 10:22:44 -04:00
greg 48e86db1f4 tentative fix for #138 2022-04-18 20:59:12 -04:00
greg7mdp d13c5f41b5 Fix issue #134 - compilation error in C++20 mode 2022-03-09 09:50:24 -05:00
greg 73be7c2ab2 manually merge some changes from abseil-cpp 2022-03-06 16:54:03 -05:00
greg 52ab7028fd fix CI warnings and issues. 2021-11-07 12:09:17 -05:00
greg 8dbd3591de issue #106: make btree_container's size_type unsigned for consistency 2021-09-01 18:26:43 -04:00
greg 9840f782a0 Fix issue #99 2021-05-19 08:04:51 -04:00
greg 7684faf186 issue #89 2021-04-22 08:31:01 -04:00
greg 4a7e130032 cleanup some warnings 2021-02-01 13:59:03 -05:00
greg 339871041a cleanup some duplicated headers 2020-08-07 12:33:23 -04:00
greg e77d86e49c replace "container_internal" with the shorter "priv" 2020-07-27 09:14:43 -04:00
Brian McKinnon 3297b8f8a6 Fixed compiler error due to missed changes 2020-05-03 15:13:33 -05:00
Brian McKinnon 76da9dca62 Fix two warning related to upcoming c++17 deprecations 2020-05-03 12:03:55 -05:00
greg 882162cc2a Rename template parameter name Bool which conflicts with X11 headers 2020-03-29 08:28:37 -04:00
greg 942403f0db remove #include <functional> from phmap_fwd_decl.h 2020-01-03 14:19:55 -05:00
greg 9191e51500 enable warning level for for tests (msvc) and cleanup some warnings. 2020-01-01 13:56:35 -05:00
greg d6753feed0 Allow forward declaration for btree containers 2019-12-31 17:40:06 -05:00
greg 1ae11ca382 cleanup warnings up to /w4 for msvc in btree.h 2019-12-31 14:50:08 -05:00
greg 1d5651cffe cleanup some warnings 2019-12-31 12:29:45 -05:00
greg 4ae6903f13 cleanup some warnings in btree_test.cc 2019-12-30 19:19:11 -05:00
greg c15bac0dec fix compilation issue with btree tests 2019-12-30 14:53:03 -05:00
greg 6391a28fa3 cleanup duplicate definitions 2019-12-30 13:58:44 -05:00
greg 48144bc7f8 Add tests for btree and fix a couple issues. 2019-12-30 13:42:48 -05:00
greg 3c5aba629c reorganize headers and start adding btree support 2019-12-28 22:09:25 -05:00