summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* Mark classes as noncopyableStephan Bergmann2014-12-081-3/+6
* Fold URE: WindowsStephan Bergmann2014-12-031-2/+1
* except.cxx: Fix pTypeDescr is unknown in this context errorDavid Ostrovsky2014-12-021-4/+4
* MSVC 2013: Compute uno bridge exception offset for X64David Ostrovsky2014-12-021-1/+3
* Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann2014-11-281-1/+1
* Fold URE: Linux ure/lib/* -> program/Stephan Bergmann2014-11-281-1/+1
* gcc3_linux_powerpc64 bridges: assert -> static_assert to fix buildRene Engelhard2014-11-231-1/+1
* aarch63 bridges: add missing #include <osl/mutex.hxx>Rene Engelhard2014-11-231-0/+2
* bridges: oops some semicolons got lostMichael Stahl2014-11-211-2/+2
* bridges: oops, static_assert requires 2nd string parameterMichael Stahl2014-11-219-10/+10
* bridges: forgot to remove some include diagnose.hMichael Stahl2014-11-213-6/+0
* ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl2014-11-2180-581/+431
* Include <osl/diagnose.h>Tor Lillqvist2014-11-203-0/+6
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-181-1/+0
* java: fix some raw types warningsNoel Grandin2014-11-181-1/+1
* java: make fields final where possibleNoel Grandin2014-11-181-4/+4
* Blind fix attempt: include <osl/diagnose.h>Tor Lillqvist2014-11-171-0/+1
* missing includeMatúš Kukan2014-11-171-0/+1
* bridges: get at least the x86 bridge to buildMichael Stahl2014-11-172-0/+2
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-179-0/+11
* bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl2014-11-173-15/+5
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-123-4/+4
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-2/+3
* java: last statement in finalize() method should be call to super.finalize()Noel Grandin2014-11-122-2/+4
* Avoid -fsanitize=signed-integer-overflowStephan Bergmann2014-11-111-1/+1
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-2/+2
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-2/+2
* markup with event type not checker typeCaolán McNamara2014-11-052-3/+5
* some coverity false positive markup effortsCaolán McNamara2014-11-032-0/+3
* fix sparc buildNoel Grandin2014-11-031-1/+1
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* coverity#704134 silence Resource leak in objectCaolán McNamara2014-10-301-0/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-2960-63/+0
* java: when overriding finalize(), keep it protectedNoel Grandin2014-10-161-1/+1
* fix use of RuntimeException constructorNoel Grandin2014-10-141-2/+2
* coverity#706248 Uncaught exceptionCaolán McNamara2014-10-081-2/+0
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl2014-10-021-2/+2
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2014-10-021-2/+2
* We always build 64-bit OS X codeTor Lillqvist2014-10-016-1782/+0
* We require OS X SDK 10.8 or newer nowTor Lillqvist2014-10-011-24/+0
* Improve debug outputStephan Bergmann2014-09-2922-55/+222
* Precise, platform-specific Class-Path path for NativeLibraryLoader useStephan Bergmann2014-09-291-3/+3
* The unused source_arena arg to alloc/freeExec can just be nullStephan Bergmann2014-09-261-1/+1
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-251-4/+4
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-244-15/+17
* PPC Mac support can go away now (again)Tor Lillqvist2014-09-235-1744/+0
* jni_uno: string comparisonRobert Antoni Buj i Gelonch2014-09-172-2/+2
* mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud2014-09-132-56/+4
* No -fstack-protect-strong for gcc3_linux_aarch64/cpp2uno.cxx vtableSlotCallStephan Bergmann2014-09-041-1/+8