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
Branch
Commit message
Author
Age
148-import-styles-interface
Add view types
Kohei Yoshida
18 months
155-debug-state-output-format
Dump misc document properties
Kohei Yoshida
18 months
156-separate-import-shared-strings
No need for m_ prefix with struct members
Kohei Yoshida
18 months
bugfix/144-orcus-env-dump
Remove ORCUS_ASCII and with it the global.hpp header file too
Kohei Yoshida
15 months
bugfix/154-xml-map-encoding-info
Add a test case for EUC-JP encoded XML file
Kohei Yoshida
15 months
bugfix/163-replace-strtol
Make the sig of parse_numeric() similar to that of parse_integer()
Kohei Yoshida
15 months
bugfix/185-column-styles-offset
Use a common header to manage filesystem header includes
Kohei Yoshida
3 months
bugfix/194-invalid-memory
Ensure the file contents stay alive inside dump_xml_structure()
Kohei Yoshida
4 weeks
bugfix/195-orcus-xls-xml-crashes
Better warning message that includes the current style id
Kohei Yoshida
4 weeks
bugfix/195-test-case
Add a test case for #195
Kohei Yoshida
4 weeks
bugfix/197-temp-output-removal
fix a typo
Kohei Yoshida
3 weeks
bugfix/36-utf8-in-flat-output
Add calc_logical_string_length() public function.
Kohei Yoshida
14 months
bugfix/build-without-model
Fix build with -Werror=unused-parameter and --disable-spreadsheet-model
Kohei Yoshida
5 weeks
bugfix/crash-on-resolver
Check for null resolver before dereferencing it
Kohei Yoshida
4 weeks
bugfix/msvc-build-fix
Fix build issue with MSVC
Kohei Yoshida
16 months
bugfix/windows-build
Fix windows build via cmake
Kohei Yoshida
13 months
feature/0.18.0-prep
Take std::ostream& as an output parameter
Kohei Yoshida
11 months
feature/138-xml-misplaced-elements
Print ':' only when the namespace is not empty.
Kohei Yoshida
24 months
feature/14-add-yaml-output-to-json
Remove using namespace std.
Kohei Yoshida
2 years
feature/146-font-asian-complex
Import several font attributes for asian and complex scripts
Kohei Yoshida
13 months
feature/149-multiple-font-weight-levels
Add a test case for EUC-JP encoded XML file
Kohei Yoshida
15 months
feature/150-text-underline-width
Rework importing of style:text-underline-width (#150)
Kohei Yoshida
13 months
feature/151-odf-v1.3
Re-generate ODF tokens based on v1.3 schema doc.
Kohei Yoshida
24 months
feature/157-cell-properties
Make wrap-text and shrink-to-fit optional
Kohei Yoshida
15 months
feature/158-add-more-comprehensive-set-of-test-files-for-gnumeric
Use the 'ss' alias across the board
Kohei Yoshida
3 months
feature/159-cell-hidden-and-locked
Properly pick up cell protection properties
Kohei Yoshida
15 months
feature/160-ods-number-format-styles
Pick up the style:data-style-name and record the corresponding ...
Kohei Yoshida
15 months
feature/166-named-styles-to-columns
Add test on Sheet2, and fix the incorrect column style import
Kohei Yoshida
13 months
feature/167-arrow-parquet-deep-dive
Add ORCUS_WITH_PARQUET option to conditionalize parquet filter support
Kohei Yoshida
6 months
feature/168-merge-active-flags
More on removal of pstring in favor of std::string_view
Kohei Yoshida
13 months
feature/177-add-support-for-loading-in-memory-parquet-stream
Set the version to 0.18.99 (pre 0.19.0)
Kohei Yoshida
5 months
feature/178-parquet-on-windows
native() returns std::basic_string<wchar_t> on windows which will not compile
Kohei Yoshida
6 months
feature/179-parquet-more-tests
Fix some linting issues
Kohei Yoshida
5 months
feature/186-gnumeric-number-formats
Add test case for number format import
Kohei Yoshida
3 months
feature/188-font-names-sizes-excel-formats
Add a test case for formatted string import for xlsx
Kohei Yoshida
3 months
feature/188-gnumeric-fond-name-size-segments
Pick up font names and sizes in formatted strings
Kohei Yoshida
3 months
feature/190-refactor-xlsx-styles-import
Map number format IDs for xf entries
Kohei Yoshida
3 months
feature/191-import-filter-api
Implement create_filter() and its test cases
Kohei Yoshida
8 weeks
feature/gnumeric-colored-text-mixed
Gnumeric *does* support colored format segments
Kohei Yoshida
3 months
gitlab-ci-test
fix
Kohei Yoshida
20 months
master
Update readthedocs build configuration
Kohei Yoshida
12 days
orcus-0.11
Up the version to 0.11.2.
Kohei Yoshida
8 years
orcus-0.12
Add several new test files with pivot table data.
Kohei Yoshida
7 years
orcus-0.13
Be lenient on XML stream with leading whitespace.
Kohei Yoshida
6 years
orcus-0.14
orcus-0.14 requires mdds-1.4.
Kohei Yoshida
5 years
orcus-0.15
Use commit tag 0.15.0 for ixion for the orcus-0.15 branch.
Kohei Yoshida
4 years
orcus-0.3
Destructors shouldn't throw. Let's use assert() here.
Kohei Yoshida
11 years
orcus-0.5
Version 0.5.2.
Kohei Yoshida
10 years
orcus-0.7
Up the version to 0.7.1.
Kohei Yoshida
9 years
orcus-0.9
Set the next 0.9 release to 0.9.2.
Kohei Yoshida
8 years
sax-parser-value-check
Update the method doc wrt valid stream check.
Kohei Yoshida
20 months
staging/0.19.0-prep
Fix make distcheck
Kohei Yoshida
2 months
staging/0.19.2-prep
Fix make distcheck
Kohei Yoshida
4 weeks
staging/filesystem-patch
Use a common header to manage filesystem header includes
Kohei Yoshida
3 months
staging/libreoffice-build
std::get<T>(...) may be flaky with some version of clang.
Kohei Yoshida
2 years
staging/mr-138
Only recurse into src/python when BUILD_PYTHON is set
matoro
15 months
staging/mr130
Fix build issue with MSVC
Kohei Yoshida
16 months
staging/orcus-0.19.1
Add highlights for 0.19.1
Kohei Yoshida
6 weeks
staging/post-0.19.0-build
Fix build issue with MSVC
Kohei Yoshida
2 months
staging/post-0.19.0-fix
Make sure to set the grammar before loading the content
Kohei Yoshida
2 months
table-style
use c++11 for orcus
Markus Mohrhard
9 years
table-styles
correctly create the table styles context
Markus Mohrhard
9 years
task/193-format-detection-test
Use fs::path to handle file paths
Kohei Yoshida
6 weeks
task/adjust-sorted-string-map
Remove ORCUS_ASCII and with it the global.hpp header file too
Kohei Yoshida
15 months
task/api-cleanup
Use std::unique_ptr instead of raw pointer
Kohei Yoshida
15 months
task/pstring-cleanup
Replace pstring with std::string_view & remove pstring class
Kohei Yoshida
3 months