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-11-03
std::get<T>(...) may be flaky with some version of clang.
staging/libreoffice-build
Kohei Yoshida
2021-11-03
Try using boost::filesystem instead of std::filesystem.
Kohei Yoshida
2021-11-03
Unused variables.
Kohei Yoshida
2021-11-02
Remove unused parameter warnings.
Kohei Yoshida
2021-10-29
Update CHANGELOG.
0.17.0
Kohei Yoshida
2021-10-28
Set the version to 0.17.0.
Kohei Yoshida
2021-10-28
Fix cmake build for 'check' target.
Kohei Yoshida
2021-10-27
We don't need TEST_BINS either.
Kohei Yoshida
2021-10-27
Fix make distcheck.
Kohei Yoshida
2021-10-27
Convert spaces to tabs for makefile.
Kohei Yoshida
2021-10-27
Replace the rest of boost::optional with std::optional.
Kohei Yoshida
2021-10-27
Replace boost::optional with std::optional.
Kohei Yoshida
2021-10-27
Add test case for utf-8 value parsing & implement move assignment.
Kohei Yoshida
2021-10-27
Use std::unique_ptr for css_document_tree's pimpl, and simplify ...
Kohei Yoshida
2021-10-27
Use boost::filesystem::path to handle file paths.
Kohei Yoshida
2021-10-27
Replace pstring with std::string_view and remove 'using namespace std'
Kohei Yoshida
2021-10-26
Retire clip() in favor of std::clamp().
Kohei Yoshida
2021-10-26
Use std::isdigit().
Kohei Yoshida
2021-10-26
Avoid shadowing of 'max_size'.
Kohei Yoshida
2021-10-26
Remove is_name_char(). Is has limited usefulness.
Kohei Yoshida
2021-10-26
Revise css property value parsing to allow valid utf-8 strings.
Kohei Yoshida
2021-10-26
css::parser_base::identifier() to take std::string_view.
Kohei Yoshida
2021-10-26
Use std::isalpha() for alpha-numeric character test.
Kohei Yoshida
2021-10-26
Fix header includes to use <> for orcus public headers.
Kohei Yoshida
2021-10-26
Remove write_to(). This is not all that useful.
Kohei Yoshida
2021-10-26
is_in() to take std::string_view.
Kohei Yoshida
2021-10-25
Remove unnecessary check for the first char of a name.
Kohei Yoshida
2021-10-25
Rename non-ascii -> utf8-1.
Kohei Yoshida
2021-10-25
Quote key strings in presence of '#' or ': '.
Kohei Yoshida
2021-10-25
Build fix for VS 2017.
Kohei Yoshida
2021-10-22
Use literalinclude instead of copy-n-paste the code block.
Kohei Yoshida
2021-10-22
Add YAML option to the doc.
Kohei Yoshida
2021-10-21
Add yaml option to the help output.
Kohei Yoshida
2021-10-21
Update slickedit project.
Kohei Yoshida
2021-10-21
I forgot to add this file...
Kohei Yoshida
2021-10-21
Add more yaml output controls.
Kohei Yoshida
2021-10-21
Turn test_global.cpp into a static lib and reference it as a lib.
Kohei Yoshida
2021-10-21
Set up a framework to test json doc tree against yaml output.
Kohei Yoshida
2021-10-21
Use boost::filesystem instead of string to handle file paths.
Kohei Yoshida
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
[next]