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/36-utf8-in-flat-output
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/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
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/libreoffice-build
staging/mr-138
staging/mr130
table-style
table-styles
task/adjust-sorted-string-map
task/api-cleanup
LibreOffice使用的外部库liborcus
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-12-07
Print ':' only when the namespace is not empty.
feature/138-xml-misplaced-elements
Kohei Yoshida
2021-12-07
Add even more rules.
Kohei Yoshida
2021-12-07
Add a whole bunch more rules.
Kohei Yoshida
2021-12-07
Define rules for <ss:Data> context.
Kohei Yoshida
2021-12-07
Move up child element evaluation to the xml_context_base.
Kohei Yoshida
2021-12-07
No need to check XML structure in start_element(), now that it ...
Kohei Yoshida
2021-12-07
More descriptive validation results.
Kohei Yoshida
2021-12-07
Move evaluate_child_element() above create_child_context().
Kohei Yoshida
2021-12-07
Extract the element printing logic and re-use it in xml_stream_handler.
Kohei Yoshida
2021-12-07
No reason why we wouldn't set it to all contexts on the stack.
Kohei Yoshida
2021-12-07
This shouldn't be necessary since the ns cxt gets passed ...
Kohei Yoshida
2021-12-06
Add some TODO items.
Kohei Yoshida
2021-12-06
Now we can have xml_stream_handler create an invalid context directly.
Kohei Yoshida
2021-12-06
Pass session_cxt and tokens to xml_stream_handler too.
Kohei Yoshida
2021-12-06
Add more valid rules.
Kohei Yoshida
2021-12-06
<ss:Cell> to <ss:Data> is allowed.
Kohei Yoshida
2021-12-06
print_element() to always print <>.
Kohei Yoshida
2021-12-06
Tidy up the element structure validation rules.
Kohei Yoshida
2021-12-03
Print warning when an invalid element is encountered.
Kohei Yoshida
2021-12-03
Evaluate child element's validity ahead of time and make use of ...
Kohei Yoshida
2021-12-03
get_current_element() to not throw.
Kohei Yoshida
2021-12-03
We don't need non-const get_current_element() and get_parent_element().
Kohei Yoshida
2021-12-03
Add method docs.
Kohei Yoshida
2021-12-03
Add xml_empty_context to use it to ignore XML sub structures.
Kohei Yoshida
2021-12-03
Remove all traces of can_handle_element() virtual methods.
Kohei Yoshida
2021-12-02
Remove can_handle_element() virtual method.
Kohei Yoshida
2021-12-02
Re-generate ODF tokens based on v1.3 schema doc.
feature/151-odf-v1.3
Kohei Yoshida
2021-12-02
Skip relaxNG namespace. This is only used in the schema doc.
Kohei Yoshida
2021-12-02
A little cleanup
Kohei Yoshida
2021-12-02
Add the option of generating token summary output.
Kohei Yoshida
2021-12-02
Update the code to modern python and fix token generation.
Kohei Yoshida
2021-12-01
Switch away from for_each() with function object.
Kohei Yoshida
2021-11-30
for_each to range for loop.
Kohei Yoshida
2021-11-30
Use namespace to group mapped values.
Kohei Yoshida
2021-11-30
for_each to range-based for loop.
Kohei Yoshida
2021-11-30
More on pstring to std::string_view conversion.
Kohei Yoshida
2021-11-30
pstring to std::string_view in xml_stream_handler.
Kohei Yoshida
2021-11-30
Use std::unique_ptr to wrap the root context instance.
Kohei Yoshida
2021-11-23
Set the next version to 0.17.1.
Kohei Yoshida
2021-11-23
Fix CMake's check target.
Kohei Yoshida
2021-11-23
Fix the cmake build.
Kohei Yoshida
2021-11-19
Introduce style_attrs_t<T> to simplify some types a bit.
Kohei Yoshida
2021-11-18
Move this into a separate function like the other test groups.
Kohei Yoshida
2021-11-18
Test for active flags on number format attributes.
Kohei Yoshida
2021-11-18
Simplify the number format test code.
Kohei Yoshida
2021-11-18
Keep track of applied number format attributes and store that info.
Kohei Yoshida
2021-11-18
Commit format code only when it's not empty. Otherwise use the default.
Kohei Yoshida
2021-11-18
Use override keywords.
Kohei Yoshida
2021-11-18
pstring to std::string_view.
Kohei Yoshida
2021-11-18
Avoid repeatedly instantiating the number format context object.
Kohei Yoshida
[next]