16 Commits

Author SHA1 Message Date
5e49ed5f9a Enable header only build 2022-05-23 18:25:44 -07:00
3fc89111ea Remove deprecated class binary and string_view operators. Move string_view into its own files. Update version to 0.2.0. 2022-05-22 15:14:34 -07:00
1ece6dccca Separated string_view from string_base. Add c++20 string concepts and created a new subfolder for c++17 compatability. 2022-05-21 12:38:33 -07:00
a838f1a25a Add storage_for class to take the place of std::aligned_storage but with nice constructors and assignment operators and accessors added 2022-03-06 19:20:07 -08:00
8a3b5045cd Add some types I've made over the last month or so from other projects 2022-02-23 16:24:16 -08:00
01e78a1a01 Add thin buffer wrapping class 2021-06-23 12:51:20 -07:00
774b9362c0 Add meta.hpp 2021-04-09 17:26:18 -07:00
rexy712
b22c525407 Add mpmc_queue classes taken from our_dick project 2020-09-20 15:06:44 -07:00
rexy712
28c8caae0a Add string searching with default option of two-way algorithm or user specified algorithm. Rearrange file structure to hopefully make things not seem arbitrarily placed in the cx subfolder 2020-09-19 09:44:05 -07:00
rexy712
0f6866e982 Add allocator to public facing api 2020-08-04 10:36:11 -07:00
rexy712
c83d2ce686 Explicit template instantiation for rexy::string and rexy::binary 2020-07-28 06:18:20 -07:00
rexy712
794cc547b7 Add specializations for cx::vector and cx::array on bool type 2020-05-12 10:43:22 -07:00
rexy712
0d33ec9444 Generalize expression templates and bring binary_data up to par with string_intermediary 2020-05-08 22:40:03 -07:00
rexy712
daac14dddf Add noexcept specs to all the things 2020-05-06 15:23:58 -07:00
rexy712
c99abad226 Add compile time vector, array, and hashmap 2020-05-01 23:49:25 -07:00
rexy712
d415af2bdd Add a source file to ensure header only classes have proper syntax 2020-04-24 14:31:24 -07:00