index
:
external/orcus
148-import-styles-interface
155-debug-state-output-format
156-separate-import-shared-strings
bugfix/msvc-build-fix
feature/138-xml-misplaced-elements
feature/14-add-yaml-output-to-json
feature/151-odf-v1.3
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/mr130
table-style
table-styles
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]