Age | Commit message (Expand) | Author |
2022-03-12 | Introduce FastAttributeList::add(NS) taking std::u16string_view | Mike Kaganski |
2022-03-10 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | Gautham Krishnan |
2022-03-03 | crashtesting: assert that !rtl::isAscii in xmlError message | Caolán McNamara |
2022-03-02 | Remove 'const' from for loop variable | Hossein |
2022-03-01 | tdf#145538 - Use range based for loops | Deep17 |
2022-02-14 | Recheck modules s[a-c]* with IWYU | Gabor Kelemen |
2022-02-04 | Add a clarifying comment regarding the use of UTF-8 | Stephan Bergmann |
2022-02-01 | tdf#147088: Also handle U+FFFE, U+FFFF invalid XML 1.0 characters | Stephan Bergmann |
2022-01-20 | WASM make test file loading work | Armin Le Grand (Allotropia) |
2022-01-04 | osl::Mutex->std::mutex in FastSaxParserImpl | Noel Grandin |
2022-01-04 | osl::Mutex->std::mutex in FastSaxParserImpl | Noel Grandin |
2021-12-24 | Use rtl functions instead of own surrogate checking/combining | Mike Kaganski |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-11-19 | Use more basegfx::deg2rad<N> and basegfx::rad2deg<N> | Mike Kaganski |
2021-10-30 | Prepare for removal of non-const operator[] from Sequence in sax | Mike Kaganski |
2021-10-04 | drop 'using namespace std' in sax/sc/scaddins/sfx2/shell | Julien Nabet |
2021-09-01 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-12 | include optional header for std::optional | Caolán McNamara |
2021-08-12 | flatten FastSaxParserImpl a little | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-07-31 | osl::Mutex->std::mutex in Entity | Noel Grandin |
2021-07-25 | use officecfg to retrieve OdfDefaultVersion | Noel Grandin |
2021-07-21 | Use existing rtl_math_stringToDouble | Stephan Bergmann |
2021-07-21 | Use existing rtl_str_toInt64_WithLength | Stephan Bergmann |
2021-07-17 | [API CHANGE] reduce cost of numeric conversion | Noel Grandin |
2021-05-14 | Improve loplugin:stringview | Stephan Bergmann |
2021-05-03 | loplugin:stringadd improvement for appending numbers | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-22 | no need makeStringAndClear() when appending to buffer | Noel Grandin |
2021-04-18 | reduce log noise | Noel Grandin |
2021-04-16 | tdf#122222: add DOCX export of resolved comments as "done" | Mike Kaganski |
2021-04-13 | tdf#79591: No need to use getStr here | Mike Kaganski |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Revert "Fix typo" | Andrea Gelmini |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-19 | Fix typo | Andrea Gelmini |
2021-03-03 | Remove workaround now its fixed in AFL++ and oss-fuzz updated | Stephan Bergmann |
2021-02-24 | ofz#30767 Build-Failure | Caolán McNamara |
2021-02-22 | sax: document SAX_DISABLE_THREADS | Miklos Vajna |
2021-02-21 | loplugin:refcounting in package..sax | Noel |
2021-02-18 | loplugin:referencecasting in sax | Noel |
2021-02-17 | tdf#39593: reduce copy/paste in Converter::convertDuration | Bayram Çiçek |
2021-02-14 | Move unit conversion code to o3tl, and unify on that in more places | Mike Kaganski |
2021-02-10 | pass FastAttributeList around by rtl::Reference | Noel |
2021-02-08 | oox: prefix VML shapetype ids with _x0000_t | Michael Stahl |
2021-01-29 | loplugin:stringviewparam extend to new.. | Noel |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-27 | Improve loplugin:stringliteralvar | Stephan Bergmann |
2021-01-20 | Fix typo | Andrea Gelmini |
2021-01-19 | Simplify getFirstLineBreak | dante |