summaryrefslogtreecommitdiff
path: root/unoxml
AgeCommit message (Expand)AuthorFilesLines
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-1/+1
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin4-51/+51
2021-08-01o3tl::sorted_vector is better for small sets of pointersNoel Grandin1-2/+2
2021-08-01unordered_map is better when using pointers as keysNoel Grandin1-2/+2
2021-07-31osl::Mutex->std::mutex in CXPathAPINoel Grandin2-6/+7
2021-07-31osl::Mutex->std::mutex in CDocumentBuilderNoel Grandin2-7/+8
2021-07-31osl::Mutex->std::mutex in CSAXDocumentBuilderNoel Grandin2-16/+16
2021-07-31osl::Mutex->std::mutex in librdf_RepositoryNoel Grandin1-34/+35
2021-05-23tdf#142448 sw offapi: add custom color metadata field shadingLászló Németh1-0/+7
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann5-8/+8
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-4/+4
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-4/+4
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC30-111/+30
2021-03-09Make sal/config.h the first in pchMike Kaganski1-1/+2
2021-02-19loplugin:refcounting in unoxmlNoel3-9/+8
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel11-62/+35
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-2/+6
2020-12-15update pchesCaolán McNamara1-1/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann5-16/+18
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-11-11loplugin:stringviewNoel1-5/+5
2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski1-0/+5
2020-08-06loplugin:flatten in unoxmlNoel Grandin5-100/+104
2020-07-12update pchesCaolán McNamara1-6/+1
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-08unoxml: create instances with uno constructorsNoel Grandin18-430/+79
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: unoxmlStephan Bergmann2-4/+4
2020-06-05Upcoming loplugin:elidestringvar: unoxmlStephan Bergmann1-2/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-3/+3
2020-05-10compact namespace in ucb..uuiNoel Grandin4-8/+8
2020-04-28move the castToFastAttributeList functionNoel Grandin1-4/+1
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin4-7/+13
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin1-5/+7
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-16Revert "loplugin:constfields in unotools..uui"Noel Grandin2-2/+2
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-4/+4
2020-02-17Drop needless junit and python make conditionalsJan-Marek Glogowski1-2/+0
2020-02-10-Werror,-Wnon-c-typedef-for-linkageStephan Bergmann1-2/+2
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-9/+4
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin5-10/+10
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-27tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorMehmet Emin Başoğlu1-2/+1
2020-01-24Use std::vector instead of std::unique_ptrMike Kaganski1-12/+9
2020-01-23simplify NodeArray codeNoel Grandin1-14/+13
2020-01-16unoxml: CDocumentBuilder::parseURI should handle non-file:/// URIs.Michael Meeks1-4/+21
2020-01-10use more std::make_sharedNoel Grandin1-3/+3
2020-01-09tdf#42949 Fix IWYU warnings in unoxml/Gabor Kelemen30-61/+25