You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jessica James 1ad9b02fff Add wchar_t and envp support, as well as utf8 conversion, to app_parameters 3 years ago
..
data Add various string helpers to unicode.hpp & appropriate tests; fix a bug with word_split 3 years ago
googletest@bf0701daa9 Update fmt and googletest submodules, fix various compilation issues 3 years ago
io Moved public headers to a jessilib subfolder; adjusted code as necessary 3 years ago
parsers Simplify & fix low control character handling in make_json_string 3 years ago
CMakeLists.txt Initial implementation for syntax_tree, with deserialize_html_form as a prototype; add container::push; split query_string stuff to http_query.hpp 3 years ago
app_parameters.cpp Add wchar_t and envp support, as well as utf8 conversion, to app_parameters 3 years ago
config.cpp change object to use u8string instead of string 3 years ago
duration.cpp Moved public headers to a jessilib subfolder; adjusted code as necessary 3 years ago
http_query.cpp Fix test compilation on GCC caused by missing static_cast 3 years ago
object.cpp change object to use u8string instead of string 3 years ago
parser.cpp change object to use u8string instead of string 3 years ago
split.cpp Moved public headers to a jessilib subfolder; adjusted code as necessary 3 years ago
split_compilation.cpp Default to vector instead of basic_string for non-trivial types 3 years ago
test.hpp Added tests for config, parser 6 years ago
test_split.hpp Add word_split, word_split_once, and word_split_n_once, taking in whitespace instead of a delimiter 3 years ago
thread_pool.cpp Moved public headers to a jessilib subfolder; adjusted code as necessary 3 years ago
timer.cpp Moved public headers to a jessilib subfolder; adjusted code as necessary 3 years ago
unicode.cpp Initial implementation for syntax_tree, with deserialize_html_form as a prototype; add container::push; split query_string stuff to http_query.hpp 3 years ago
unicode_sequence.cpp Fix test compilation on GCC caused by missing static_cast 3 years ago
util.cpp Moved public headers to a jessilib subfolder; adjusted code as necessary 3 years ago
word_split.cpp Add word_split, word_split_once, and word_split_n_once, taking in whitespace instead of a delimiter 3 years ago