Age | Commit message (Expand) | Author |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-08-18 | tdf#39593 Ruduce copy/paste code in Converter::converterDuration | Liu Hao |
2022-08-01 | use more string_view when dealing with attributes | Noel Grandin |
2022-07-28 | tdf#119840 remove some OUString allocation | Noel Grandin |
2022-07-22 | elide some makeStringAndClear() calls | Noel Grandin |
2022-07-06 | micro-optimisation in FastAttributeList | Noel Grandin |
2022-07-06 | shave some cost off SaxContext | Noel Grandin |
2022-06-09 | loplugin:unusedmethods | Noel Grandin |
2022-05-27 | clang-tidy modernize-pass-by-value in sax | Noel Grandin |
2022-05-08 | osl::Mutex->std::mutex in SaxExpatParser | Noel Grandin |
2022-05-06 | remove unnecessary sequenceToContainer | Noel Grandin |
2022-05-04 | Just use Any ctor instead of makeAny in sax | Stephan Bergmann |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-27 | add string_view wrappers for rtl::math::stringToDouble | Noel Grandin |
2022-04-20 | use more FastAttributeIter::toView | Noel Grandin |
2022-03-18 | tdf#133603 increase cache size in CachedOutputStream | Noel Grandin |
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 |