summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/shared
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-4/+4
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-313-6/+6
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+2
* Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann2015-01-291-3/+3
* Some more loplugin:cstylecast: bridgesStephan Bergmann2015-01-204-28/+24
* fdo#72755: Only use double mmap as fallbackStephan Bergmann2015-01-161-7/+6
* Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann2015-01-071-2/+2
* Revert "boost::unordered_map->std::unordered_map"Caolán McNamara2015-01-061-2/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-051-2/+2
* add link to mkstemp coverity warning wrt threading fiascoCaolán McNamara2014-12-151-0/+1
* ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl2014-11-216-30/+25
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Avoid -fsanitize=signed-integer-overflowStephan Bergmann2014-11-111-1/+1
* some coverity false positive markup effortsCaolán McNamara2014-11-031-0/+1
* The unused source_arena arg to alloc/freeExec can just be nullStephan Bergmann2014-09-261-1/+1
* Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann2014-08-071-5/+10
* bridges: remove SAL_THROW macroNoel Grandin2014-06-054-19/+10
* Revert "CID#705982 ensure umask for mkstemp"Stephan Bergmann2014-05-131-4/+0
* coverity#707667 Uninitialized pointer fieldCaolán McNamara2014-05-111-0/+1
* Clean up function declarationsStephan Bergmann2014-04-082-6/+6
* bool improvementsStephan Bergmann2014-01-281-2/+2
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-2/+2
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-132-13/+3
* CID#705982 ensure umask for mkstempCaolán McNamara2013-09-121-0/+4
* remove unused component_canUnload functionsMatúš Kukan2013-04-193-59/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+1
* Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith2013-04-021-1/+1
* -Wunused-macrosStephan Bergmann2013-03-271-1/+0
* re-factor lifecycle issues in FormattedFieldWrapper.Michael Meeks2012-11-271-1/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-11-152-46/+28
* More ::rtl::OUString -> OUString in bridgesRicardo Montania2012-11-073-14/+14
* ::rtl::OUString -> OUString in bridgesRicardo Montania2012-11-071-11/+11
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-253-6/+6
* switch bridges to gbuildDavid Tardon2012-09-221-57/+0
* add missing exportsDavid Tardon2012-09-221-2/+2
* re-base on ALv2 code.Michael Meeks2012-06-197-167/+104
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
* Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking caseTor Lillqvist2012-03-211-3/+7
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-261-8/+8
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-212-3/+6
* function component_canUnload is exportedDavid Tardon2011-12-271-1/+1
* only use posix_fallocate() if it's actually availableRobert Nagy2011-12-212-0/+12
* Resolves: rhbz#767708 avoid SIGBUS writing to overcommitted mmaped diskspaceStephan Bergmann2011-12-151-2/+8
* Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot2011-12-131-2/+2
* catch by constant referenceTakeshi Abe2011-11-301-2/+2
* remove include of pch header in bridgeNorbert Thiebaud2011-11-277-14/+0
* Use prefixed name for uno_initEnvironment() for iOSTor Lillqvist2011-08-211-0/+8
* Remove OS/2 support.Francois Tigeot2011-04-181-18/+0
* Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-2/+2
* dragonfly stuffFrancois Tigeot2011-02-151-1/+1