summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/shared
AgeCommit message (Expand)AuthorFilesLines
2018-09-18loplugin:useuniqueptr in VtableFactory::createBlockNoel Grandin1-7/+6
2018-08-03loplugin:useuniqueptr in bridgesNoel Grandin3-52/+4
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara1-1/+1
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper1-1/+1
2018-01-31bridges: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-6/+0
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-4/+4
2018-01-12More loplugin:cstylecast: bridgesStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin2-9/+9
2017-10-23loplugin:includeform: bridgesStephan Bergmann7-59/+59
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-08-28Replace use of oslInterlockedCount with std::atomic in bridgesStephan Bergmann3-11/+6
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-05-23loplugin:comparisonwithconstant in bridgesNoel Grandin4-12/+12
2017-05-03remove empty namespacesJochen Nitschke1-3/+0
2017-04-05fix shadow warning with latest clangNoel Grandin1-4/+2
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist1-1/+1
2017-02-10Remove MinGW supportStephan Bergmann1-1/+1
2016-10-16clang-cl loplugin: bridgesStephan Bergmann1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-4/+4
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist7-13/+13
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin1-2/+2
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke1-2/+4
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann6-30/+30
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-08-17cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-4/+4
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann3-6/+6
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann1-3/+3
2015-01-20Some more loplugin:cstylecast: bridgesStephan Bergmann4-28/+24
2015-01-16fdo#72755: Only use double mmap as fallbackStephan Bergmann1-7/+6
2015-01-07Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann1-2/+2
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara1-2/+2
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-15add link to mkstemp coverity warning wrt threading fiascoCaolán McNamara1-0/+1
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl6-30/+25
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-11Avoid -fsanitize=signed-integer-overflowStephan Bergmann1-1/+1
2014-11-03some coverity false positive markup effortsCaolán McNamara1-0/+1
2014-09-26The unused source_arena arg to alloc/freeExec can just be nullStephan Bergmann1-1/+1
2014-08-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann1-5/+10
2014-06-05bridges: remove SAL_THROW macroNoel Grandin4-19/+10
2014-05-13Revert "CID#705982 ensure umask for mkstemp"Stephan Bergmann1-4/+0
2014-05-11coverity#707667 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-08Clean up function declarationsStephan Bergmann2-6/+6
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-2/+2
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2-13/+3