summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/shared/vtablefactory.cxx
Commit message (Expand)AuthorAgeFilesLines
* Make the pthread_jit_write_protect_np call pair exception-safeStephan Bergmann2020-12-171-38/+43
* tdf#134754: Gracefully handle EINVAL from mmap MAP_JIT on old macOSStephan Bergmann2020-12-081-4/+15
* Related tdf#134754: Detect failed mmap on macOSStephan Bergmann2020-12-061-0/+5
* Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist2020-08-101-0/+11
* Use a less extreme entitlement for our run-time machine code generationTor Lillqvist2020-04-301-0/+6
* Extend loplugin:cstylecast to certain function-style castsStephan Bergmann2020-03-261-1/+1
* loplugin:useuniqueptr in VtableFactoryNoel Grandin2019-09-051-7/+3
* loplugin:constvars, look for loop vars that can be constNoel Grandin2019-08-211-1/+1
* optimise find/insert patternNoel Grandin2019-04-191-2/+3
* Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov2019-03-161-4/+4
* loplugin:useuniqueptr in VtableFactory::createBlockNoel Grandin2018-09-181-7/+6
* loplugin:useuniqueptr in bridgesNoel Grandin2018-08-031-3/+2
* Make LibreOffice buildable on Haiku.Kacper Kasper2018-03-051-1/+1
* bridges: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-01-311-6/+0
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-191-4/+4
* loplugin:salcall fix functionsNoel Grandin2017-12-111-2/+2
* loplugin:includeform: bridgesStephan Bergmann2017-10-231-12/+12
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* fix shadow warning with latest clangNoel Grandin2017-04-051-4/+2
* Drop :: prefix from std in [a-b]*/Tor Lillqvist2017-02-151-1/+1
* clang-cl loplugin: bridgesStephan Bergmann2016-10-161-1/+1
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-4/+4
* Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2016-05-271-2/+2
* tdf#94306 replace boost::noncopyable in ..Jochen Nitschke2016-04-041-2/+4
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-12/+12
* cppcheck: noExplicitConstructorCaolán McNamara2015-08-171-2/+2
* Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann2015-01-291-3/+3
* 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-211-2/+1
* 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
* 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
* Revert "CID#705982 ensure umask for mkstemp"Stephan Bergmann2014-05-131-4/+0
* Clean up function declarationsStephan Bergmann2014-04-081-4/+4
* CID#705982 ensure umask for mkstempCaolán McNamara2013-09-121-0/+4
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-11-151-23/+14
* More ::rtl::OUString -> OUString in bridgesRicardo Montania2012-11-071-10/+10
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-211-2/+4
* only use posix_fallocate() if it's actually availableRobert Nagy2011-12-211-0/+8
* 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
* remove include of pch header in bridgeNorbert Thiebaud2011-11-271-2/+0