summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/shared
AgeCommit message (Expand)Author
2017-08-28Replace use of oslInterlockedCount with std::atomic in bridgesStephan Bergmann
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-05-23loplugin:comparisonwithconstant in bridgesNoel Grandin
2017-05-03remove empty namespacesJochen Nitschke
2017-04-05fix shadow warning with latest clangNoel Grandin
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist
2017-02-10Remove MinGW supportStephan Bergmann
2016-10-16clang-cl loplugin: bridgesStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-17cppcheck: noExplicitConstructorCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann
2015-01-20Some more loplugin:cstylecast: bridgesStephan Bergmann
2015-01-16fdo#72755: Only use double mmap as fallbackStephan Bergmann
2015-01-07Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-15add link to mkstemp coverity warning wrt threading fiascoCaolán McNamara
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-11Avoid -fsanitize=signed-integer-overflowStephan Bergmann
2014-11-03some coverity false positive markup effortsCaolán McNamara
2014-09-26The unused source_arena arg to alloc/freeExec can just be nullStephan Bergmann
2014-08-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann
2014-06-05bridges: remove SAL_THROW macroNoel Grandin
2014-05-13Revert "CID#705982 ensure umask for mkstemp"Stephan Bergmann
2014-05-11coverity#707667 Uninitialized pointer fieldCaolán McNamara
2014-04-08Clean up function declarationsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-09-12CID#705982 ensure umask for mkstempCaolán McNamara
2013-04-19remove unused component_canUnload functionsMatúš Kukan
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-02Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith
2013-03-27-Wunused-macrosStephan Bergmann
2012-11-27re-factor lifecycle issues in FormattedFieldWrapper.Michael Meeks
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-11-07More ::rtl::OUString -> OUString in bridgesRicardo Montania
2012-11-07::rtl::OUString -> OUString in bridgesRicardo Montania
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud