summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-21Remove using namespace std.feature/14-add-yaml-output-to-jsonKohei Yoshida
2021-10-21Don't start with a line break at root scope.Kohei Yoshida
2021-10-21Re-use the "bullet" line in case the parent is an array.Kohei Yoshida
2021-10-21Put string value in quotes if it contains '#'.Kohei Yoshida
2021-10-21Dump all json value types in yaml output.Kohei Yoshida
2021-10-21Set up 'yaml' output type for orcus-json with minimal dump function.Kohei Yoshida
2021-10-20Only remove the binaries, not the .run script files.Kohei Yoshida
2021-10-13Set the doc version to 0.17.Kohei Yoshida
2021-10-13Use literalinclude for the JSON code examples.Kohei Yoshida
2021-10-13Use literalinclude for the rest of the section.Kohei Yoshida
2021-10-13Use literalinclude for the shared strings code examples.Kohei Yoshida
2021-10-12Add a sentence about 'ss' namespace alias.Kohei Yoshida
2021-10-12Use literalinclude for example code blocks with no string pool.Kohei Yoshida
2021-10-12Adjust the example code to remove using namespace.Kohei Yoshida
2021-10-12Convert the first code example of user-defined custom doc class section.Kohei Yoshida
2021-10-11Also cover the rest of the example code on the same page.Kohei Yoshida
2021-10-11Directly in clude example code verbatim from the source file.Kohei Yoshida
2021-10-08Remove warnings in sphinx doc.Kohei Yoshida
2021-10-07Move encryption_info.hpp header out of public location.Kohei Yoshida
2021-10-07file_content interface to use std::string_view.Kohei Yoshida
2021-10-07memory_content to use std::string_view.Kohei Yoshida
2021-10-07Modernize import_xlsx.Kohei Yoshida
2021-10-07Modernize import_ods.Kohei Yoshida
2021-10-07append_record_value_character() to take std::string_view.Kohei Yoshida
2021-10-07Modernize orcus_gnumeric interface a bit.Kohei Yoshida
2021-10-07yaml::document_tree::load() to take std::string_view.Kohei Yoshida
2021-10-07xml_structure_tree::parse() to take std::string_view.Kohei Yoshida
2021-10-06Clean up orcus_csv public interfaces.Kohei Yoshida
2021-10-06const char* to std::string_view in orcus_xml public interfaces.Kohei Yoshida
2021-10-06Clean up to_double() and to_long() functions.Kohei Yoshida
2021-10-06const char* to std::string_view in pivot cache related interfaces.Kohei Yoshida
2021-10-05std::string_view in import_factory.Kohei Yoshida
2021-10-05std::string_view in import_reference_resolver.Kohei Yoshida
2021-10-05std::string_view in import_formula and import_array_formula.Kohei Yoshida
2021-10-05std::string_view in import_table.Kohei Yoshida
2021-10-05std::string_view in import_conditional_format.Kohei Yoshida
2021-10-05std::string_view in import_auto_filter.Kohei Yoshida
2021-10-05std::string_view in import_data_table.Kohei Yoshida
2021-10-05std::string_view in import_named_expression.Kohei Yoshida
2021-10-04import_styles interface to all use std::string_view.Kohei Yoshida
2021-10-04set_auto() to take std::string_view.Kohei Yoshida
2021-10-04More on replacing const char* to std::string_view.Kohei Yoshida
2021-10-01const char* -> std::string_view in import_shared_strings.Kohei Yoshida
2021-10-01const char* -> std::string_view in spreadsheet/types.hppKohei Yoshida
2021-10-01Remove variant of string_pool::intern() that takes const char*.Kohei Yoshida
2021-10-01to_dump_format_enum() to take string_view.Kohei Yoshida
2021-10-01export_factory::get_sheet() to take std::string_view.Kohei Yoshida
2021-10-01import_filter::get_name() to return std::string_view.Kohei Yoshida
2021-09-30read_stream() to take std::string_view.Kohei Yoshida
2021-09-30css::to_property_function() to take std::string_view.Kohei Yoshida