summaryrefslogtreecommitdiffstats
path: root/binaryurp
Commit message (Expand)AuthorAgeFilesLines
* Improved loplugin:stringconstant (now that GCC 7 supports it): binaryurpStephan Bergmann2019-07-311-1/+1
* Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov2019-06-111-1/+1
* New loplugin:dataStephan Bergmann2019-05-222-8/+8
* Some uses of C++17 class template argument deductionStephan Bergmann2019-02-191-2/+2
* Use C++17 nested namespace definitions (in binaryurp)Stephan Bergmann2019-01-149-33/+15
* tdf#112689:Replace chained O(U)StringBuffer::append() with operator+Furkan Ahmet Kara2019-01-111-4/+2
* Use [[maybe_unused]] instead of cast to voidStephan Bergmann2018-12-081-2/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-2/+2
* Use structured bindingStephan Bergmann2018-12-061-10/+9
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-1/+2
* Revert "clang bugprone-unused-return-value"Noel Grandin2018-09-111-2/+4
* clang bugprone-unused-return-valueNoel Grandin2018-09-081-4/+2
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-291-1/+1
* inline use-once typedefsNoel Grandin2017-12-191-2/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-114-6/+6
* Replace list by vector in incomingrequest (binaryurp)Julien Nabet2017-11-231-2/+2
* Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8Julien Nabet2017-11-231-1/+5
* Replace some lists by vectors in binaryurpJulien Nabet2017-11-184-40/+38
* loplugin:constmethods in unotoolsNoel Grandin2017-10-261-1/+1
* binaryurp: consistently use "" and <> for include directivesMike Kaganski2017-10-1130-243/+243
* add << operator for css::uno::ExceptionNoel Grandin2017-10-045-16/+10
* clang-tidy modernize-use-emplace in b*Noel Grandin2017-09-085-21/+14
* Replace use of oslInterlockedCount with std::atomicStephan Bergmann2017-08-252-4/+6
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-2/+2
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-151-1/+1
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-213-3/+0
* Improved loplugin:redundantcast, static_cast on arithmetic types: binaryurpStephan Bergmann2017-04-061-5/+2
* Drop :: prefix from std in [a-b]*/Tor Lillqvist2017-02-151-1/+1
* Add missing #includesStephan Bergmann2017-02-063-0/+4
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-264-39/+18
* New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann2016-11-232-8/+5
* loplugin:unusedfieldsNoel Grandin2016-11-152-11/+5
* Replace remaining OSL_ASSERT etc. in binaryurpStephan Bergmann2016-09-163-48/+54
* In binaryurp, fix change from rtl_copyMemory to memcpyStephan Bergmann2016-09-161-11/+13
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-4/+4
* cid#1371307: Move semantics for BinaryAnyStephan Bergmann2016-08-192-0/+35
* split the assert into twoMarkus Mohrhard2016-07-101-3/+3
* use SAL_DEPRECATED in uno::ReferenceNoel Grandin2016-07-041-1/+1
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-041-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-102-2/+2
* loplugin:passstuffbyref in variousNoel Grandin2016-04-143-5/+5
* Remove excess newlinesChris Sherlock2016-02-092-3/+0
* loplugin:unusedmethodsNoel Grandin2016-02-082-26/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1011-63/+63
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-025-33/+33
* tdf#65108 use <> instead of "" in include lineFeyza Yavuz2015-11-022-15/+15
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-15/+15
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1212-26/+26