summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-24Only recurse into src/python when BUILD_PYTHON is setstaging/mr-138matoro
2022-08-24fo:text-align may occur for families other than table-cellKohei Yoshida
2022-08-24Always build orcus-env-dump even when --without-tools is specifiedKohei Yoshida
2022-08-23Remove ORCUS_ASCII and with it the global.hpp header file tootask/adjust-sorted-string-mapbugfix/144-orcus-env-dumpKohei Yoshida
2022-08-23More on replacing ORCUS_ASCII with std::string_viewKohei Yoshida
2022-08-23More on using string_view_map_entryKohei Yoshida
2022-08-23More on using string_view_map_entryKohei Yoshida
2022-08-23Replace ORCUS_ASCII with std::string_viewKohei Yoshida
2022-08-23More on using string_view_map_entryKohei Yoshida
2022-08-23parse_expected() to take std::string_viewKohei Yoshida
2022-08-23Use string_view_map_entry to store the keys as std::string_viewKohei Yoshida
2022-08-23Use std::string_view to replace ORCUS_ASCIIKohei Yoshida
2022-08-23skip(...) to take std::string_view thus avoiding ORCUS_ASCII macroKohei Yoshida
2022-08-23Use std::string_view for entriesKohei Yoshida
2022-08-23Use std::string_view for entriesKohei Yoshida
2022-08-23Use std::string_view for entriesKohei Yoshida
2022-08-23Use std::string_view for entriesKohei Yoshida
2022-08-23Use std::string_view for entriesKohei Yoshida
2022-08-23Use std::string_view for entriesKohei Yoshida
2022-08-23Use std::string_view for entriesKohei Yoshida
2022-08-23Use std::string_view for entriesKohei Yoshida
2022-08-23Use std::string_view for entriesKohei Yoshida
2022-08-23Use std::string_view for entriesKohei Yoshida
2022-08-23Use std::string_view for entriesKohei Yoshida
2022-08-23Use std::string_view for entriesKohei Yoshida
2022-08-23Use std::string_view for entriesKohei Yoshida
2022-08-23Include <cstdint> in base64.hpp tooWANG Xuerui
2022-08-21Use mdds::string_view_map_entry to simplify uses of sorted_string_mapKohei Yoshida
2022-08-20Adjust for the latest API change in mdds::sorted_string_mapKohei Yoshida
2022-08-19Use std::unique_ptr instead of raw pointertask/api-cleanupKohei Yoshida
2022-08-19Tuck these types inside elem_propKohei Yoshida
2022-08-19Move to_date_time() to date_time_t::from_chars()Kohei Yoshida
2022-08-18Remove all uses of ORCUS_N_ELEMENTS in favor of std::size()Kohei Yoshida
2022-08-18Define sorted_string_map in more standard wayKohei Yoshida
2022-08-18Turn it into an immutable singletonKohei Yoshida
2022-08-18Replace ORCUS_N_ELEMENTS with std::size() and other cleanupKohei Yoshida
2022-08-18Internalize print_attrs() which is only used in liborcusKohei Yoshida
2022-08-18Unused functionKohei Yoshida
2022-08-18Replace use of std::strtol() to parse_integer() where appropriateKohei Yoshida
2022-08-18Make the sig of parse_numeric() similar to that of parse_integer()bugfix/163-replace-strtolKohei Yoshida
2022-08-18Safeguard against some invalid input valuesKohei Yoshida
2022-08-17Replace pstring with std::string_view in common_test.cppKohei Yoshida
2022-08-17Change the signature of parse_integer to make it similar to that ...Kohei Yoshida
2022-08-17Set the new mdds baseline to 2.1 & try to fix gitlab-ci build failureKohei Yoshida
2022-08-17Use autoreconf over autoconfKohei Yoshida
2022-07-20fix for MinGWRosen Penev
2022-07-19Explicitly include <cstdint> header with GCC 13 (#162)Kohei Yoshida
2022-07-19Fix build issue with MSVCstaging/mr130bugfix/msvc-build-fixKohei Yoshida
2022-06-09Rename number_formatting_context to just number_format_contextKohei Yoshida
2022-06-09Let's use switch statement here in lieu of chained if statementsKohei Yoshida