47 Commits (a8cc0237f8c7b7bbb4df54cd7f36a9fcdd97e134)
 

Author SHA1 Message Date
Jessica James a8cc0237f8 add deserialize_http_query 3 years ago
Jessica James 8d3efe0835 Add text_hash, text_hashi, text_equal, and text_equals structs to help with unordered_maps, partiuclarly case-insensitive lookups 3 years ago
Jessica James bce3bfefc6 Add join(), refactored sequence parser to use sorted constexpr array instead of std::map 3 years ago
Jessica James d7e4f337c7 Add 'apply_cpp_escape_sequences', general cleanup 3 years ago
Jessica James 645d010502 Fix test compilation 3 years ago
Jessica James 25198a3c77 Fix missing headers breaking compilation on GCC-10; minor improvements to app_parameters 3 years ago
Jessica James f714a1da00 Add find, findi 3 years ago
Jessica James 9d5d8b0abb Fix endless loop; need to be more thorough with unit tests... 3 years ago
Jessica James 8e59b16eb2 Add various string helpers to unicode.hpp & appropriate tests; fix a bug with word_split 3 years ago
Jessica James b85fa62861 Genericize object:: type names; add operator[] for array_type 3 years ago
Jessica James 467e2b8853 Export symbols when building shared library; minor misc fixes 3 years ago
Jessica James f00e36bce2 Default to vector instead of basic_string for non-trivial types 3 years ago
Jessica James d7b1972aa1 it's vectors all the way down 3 years ago
Jessica James 157a3cac03 Add word_split, word_split_once, and word_split_n_once, taking in whitespace instead of a delimiter 3 years ago
Jessica James c847d008fb Moved public headers to a jessilib subfolder; adjusted code as necessary 3 years ago
Jessica James bdebc6fba2 More cleanup 3 years ago
Jessica James 6fe7bfb5ac general cleanup 3 years ago
Jessica James e7e08719a0 Added split, split_once, split_n variants accepting strings as 3 years ago
Jessica James 6ba4d916a9 Added impl::member_from_range to workaround missing library support for basic_string_view(first,last) 3 years ago
Jessica James 32e397603f Fix issues with timers causing timer tests to fail 3 years ago
Jessica James 5267a4726d vector pass 3 years ago
Jessica James 91bd82777f Add split_n & split_once; some tests 3 years ago
Jessica James af08397e2b forgot file header 3 years ago
Jessica James af1b9fb8cb add basic split function & tests so I can copy this elsewhere 3 years ago
Jessica James 59d04d737a Update fmt and googletest submodules, fix various compilation issues 3 years ago
Jessica James 54fb6b9f24 Add `duration.hpp` and associated tests 3 years ago
Jessica James 1a78688d0d Committing various work which was apparently never committed; should break out of that habit 3 years ago
Jessica James 22f81473ba Committing `command` work that was apparently never committed 4 years ago
Jessica James 7765f6eb1d Added some basic tests, minor compilation fix 5 years ago
Jessica James 120feb508e Added associative container constructor to `object` 5 years ago
Jessica James b9163b14af Added `color` type & tests 5 years ago
Jessica James 5f25583c23 Added `hasSwitch()` and `getValue()` methods to `app_parameters` 5 years ago
Jessica James 27ddf01052 Added `app_parameters` class and tests 5 years ago
Jessica James e0d5ab6a27 Various bits of cleanup 5 years ago
Jessica James 21ac7ba4eb Replaced nullptr_t with void* in object's variant 5 years ago
Jessica James 0093f0f00e Added initial JSON parser 6 years ago
Jessica James e063311e9d Added tests for config, parser 6 years ago
Jessica James 708e33817d Added missing CMake files, fixed a linker issue 6 years ago
Jessica James 7a118018f2 Minor cleanup 6 years ago
Jessica James 17acd742e3 Added: `object`, `parser`, `config` 6 years ago
Jessica James 37323eb003 Added `jessilib_debug_assert` 6 years ago
Jessica James ae246a2db7 General `timer` refactoring; still needs documentation 6 years ago
Jessica James 4c2b4480ed Added `thread_pool` 7 years ago
Jessica James d0eb9549fe Refactored `timer` by removing static functions and `timer::node` and adding a `detach` instance function; `timer::manager` is now `impl::timer_manager` 7 years ago
Jessica James f71c170cd9 Initial working commit 7 years ago
Jessica James ddc24a3bac Added googletest submodule 7 years ago
Jessica James 4f18c7615d Initial commit 7 years ago