index
:
external/orcus
148-import-styles-interface
155-debug-state-output-format
156-separate-import-shared-strings
bugfix/144-orcus-env-dump
bugfix/154-xml-map-encoding-info
bugfix/163-replace-strtol
bugfix/185-column-styles-offset
bugfix/194-invalid-memory
bugfix/195-orcus-xls-xml-crashes
bugfix/195-test-case
bugfix/197-temp-output-removal
bugfix/36-utf8-in-flat-output
bugfix/build-without-model
bugfix/crash-on-resolver
bugfix/msvc-build-fix
bugfix/windows-build
feature/0.18.0-prep
feature/138-xml-misplaced-elements
feature/14-add-yaml-output-to-json
feature/146-font-asian-complex
feature/149-multiple-font-weight-levels
feature/150-text-underline-width
feature/151-odf-v1.3
feature/157-cell-properties
feature/158-add-more-comprehensive-set-of-test-files-for-gnumeric
feature/159-cell-hidden-and-locked
feature/160-ods-number-format-styles
feature/166-named-styles-to-columns
feature/167-arrow-parquet-deep-dive
feature/168-merge-active-flags
feature/177-add-support-for-loading-in-memory-parquet-stream
feature/178-parquet-on-windows
feature/179-parquet-more-tests
feature/186-gnumeric-number-formats
feature/188-font-names-sizes-excel-formats
feature/188-gnumeric-fond-name-size-segments
feature/190-refactor-xlsx-styles-import
feature/191-import-filter-api
feature/gnumeric-colored-text-mixed
gitlab-ci-test
master
orcus-0.11
orcus-0.12
orcus-0.13
orcus-0.14
orcus-0.15
orcus-0.3
orcus-0.5
orcus-0.7
orcus-0.9
sax-parser-value-check
staging/0.19.0-prep
staging/0.19.2-prep
staging/filesystem-patch
staging/libreoffice-build
staging/mr-138
staging/mr130
staging/orcus-0.19.1
staging/post-0.19.0-build
staging/post-0.19.0-fix
table-style
table-styles
task/193-format-detection-test
task/adjust-sorted-string-map
task/api-cleanup
task/pstring-cleanup
LibreOffice使用的外部库liborcus
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-10-21
Remove using namespace std.
feature/14-add-yaml-output-to-json
Kohei Yoshida
2021-10-21
Don't start with a line break at root scope.
Kohei Yoshida
2021-10-21
Re-use the "bullet" line in case the parent is an array.
Kohei Yoshida
2021-10-21
Put string value in quotes if it contains '#'.
Kohei Yoshida
2021-10-21
Dump all json value types in yaml output.
Kohei Yoshida
2021-10-21
Set up 'yaml' output type for orcus-json with minimal dump function.
Kohei Yoshida
2021-10-20
Only remove the binaries, not the .run script files.
Kohei Yoshida
2021-10-13
Set the doc version to 0.17.
Kohei Yoshida
2021-10-13
Use literalinclude for the JSON code examples.
Kohei Yoshida
2021-10-13
Use literalinclude for the rest of the section.
Kohei Yoshida
2021-10-13
Use literalinclude for the shared strings code examples.
Kohei Yoshida
2021-10-12
Add a sentence about 'ss' namespace alias.
Kohei Yoshida
2021-10-12
Use literalinclude for example code blocks with no string pool.
Kohei Yoshida
2021-10-12
Adjust the example code to remove using namespace.
Kohei Yoshida
2021-10-12
Convert the first code example of user-defined custom doc class section.
Kohei Yoshida
2021-10-11
Also cover the rest of the example code on the same page.
Kohei Yoshida
2021-10-11
Directly in clude example code verbatim from the source file.
Kohei Yoshida
2021-10-08
Remove warnings in sphinx doc.
Kohei Yoshida
2021-10-07
Move encryption_info.hpp header out of public location.
Kohei Yoshida
2021-10-07
file_content interface to use std::string_view.
Kohei Yoshida
2021-10-07
memory_content to use std::string_view.
Kohei Yoshida
2021-10-07
Modernize import_xlsx.
Kohei Yoshida
2021-10-07
Modernize import_ods.
Kohei Yoshida
2021-10-07
append_record_value_character() to take std::string_view.
Kohei Yoshida
2021-10-07
Modernize orcus_gnumeric interface a bit.
Kohei Yoshida
2021-10-07
yaml::document_tree::load() to take std::string_view.
Kohei Yoshida
2021-10-07
xml_structure_tree::parse() to take std::string_view.
Kohei Yoshida
2021-10-06
Clean up orcus_csv public interfaces.
Kohei Yoshida
2021-10-06
const char* to std::string_view in orcus_xml public interfaces.
Kohei Yoshida
2021-10-06
Clean up to_double() and to_long() functions.
Kohei Yoshida
2021-10-06
const char* to std::string_view in pivot cache related interfaces.
Kohei Yoshida
2021-10-05
std::string_view in import_factory.
Kohei Yoshida
2021-10-05
std::string_view in import_reference_resolver.
Kohei Yoshida
2021-10-05
std::string_view in import_formula and import_array_formula.
Kohei Yoshida
2021-10-05
std::string_view in import_table.
Kohei Yoshida
2021-10-05
std::string_view in import_conditional_format.
Kohei Yoshida
2021-10-05
std::string_view in import_auto_filter.
Kohei Yoshida
2021-10-05
std::string_view in import_data_table.
Kohei Yoshida
2021-10-05
std::string_view in import_named_expression.
Kohei Yoshida
2021-10-04
import_styles interface to all use std::string_view.
Kohei Yoshida
2021-10-04
set_auto() to take std::string_view.
Kohei Yoshida
2021-10-04
More on replacing const char* to std::string_view.
Kohei Yoshida
2021-10-01
const char* -> std::string_view in import_shared_strings.
Kohei Yoshida
2021-10-01
const char* -> std::string_view in spreadsheet/types.hpp
Kohei Yoshida
2021-10-01
Remove variant of string_pool::intern() that takes const char*.
Kohei Yoshida
2021-10-01
to_dump_format_enum() to take string_view.
Kohei Yoshida
2021-10-01
export_factory::get_sheet() to take std::string_view.
Kohei Yoshida
2021-10-01
import_filter::get_name() to return std::string_view.
Kohei Yoshida
2021-09-30
read_stream() to take std::string_view.
Kohei Yoshida
2021-09-30
css::to_property_function() to take std::string_view.
Kohei Yoshida
[next]