summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2013-08-30The except.cxx for gcc3_macosx_x86-64 can be the same as for gcc3_macosx_intelTor Lillqvist1-103/+91
2013-08-30Make RTTI creation work for libc++Stephan Bergmann1-83/+83
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold6-11/+11
2013-06-22fix debug build on s390xDavid Tardon1-1/+0
2013-06-20...and similarly for __cxa_allocate_exception and __cxa_throwStephan Bergmann2-17/+20
2013-06-20Clean up declaration of __cxa_get_globalsStephan Bergmann3-9/+25
2013-06-16fix debug build on s390root1-1/+0
2013-06-08the header file new.h is obsolete on our platformsHerbert Dürr1-1/+0
2013-06-05fix gcc inline assembler operands usageLuboš Luňák7-81/+81
2013-06-04Compiling but not working mingw_x86-64 bridgesFridrich Štrba11-879/+1059
2013-06-04Some configury and non-working stubs to start to compiler for Win64 with MinGWFridrich Štrba11-0/+1910
2013-05-29compile callvirtualmethod with -fnon-call-exceptionsCaolán McNamara1-4/+20
2013-05-29optimization fix to UNO bridge's callVirtualMethod() for generic x86_64Herbert Dürr1-2/+4
2013-05-28Bypass the type_info generation when using libc++ for gcc3_macosx_intel, tooTor Lillqvist1-0/+9
2013-05-28Bypass dynamic type_info generation for now when using libc++Tor Lillqvist1-0/+9
2013-05-15Don't export a variable called PATH_SEPARATORTor Lillqvist4-16/+16
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist5-17/+17
2013-05-09add some documentation links to the assembler needed for the UNO bridgesHerbert Dürr1-0/+3
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin1-6/+7
2013-04-26Java cleanup, remove unused importsNoel Grandin1-1/+0
2013-04-24Java cleanup, use generic containers where possibleNoel Grandin1-2/+2
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-47/+8
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-8/+1
2013-04-19remove unused component_canUnload functionsMatúš Kukan4-77/+0
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin2-7/+7
2013-04-16Related rhbz#867808: More apparently bogus "throw new ..." in C++ codeStephan Bergmann2-3/+3
2013-04-15bridge_lib_name is $(gb_CPPU_ENV)_unoMatúš Kukan1-23/+13
2013-04-15fdo#60724 convertable -> convertibleThomas Arnhold1-11/+11
2013-04-10bridges: remove unused .map fileMatúš Kukan1-26/+0
2013-04-09The OS X x86_64 callvirtualmethod.cxx doesn't work if optimizedTor Lillqvist1-1/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák28-135/+129
2013-04-07Pre-cache type_info for com::sun::star::ucb::InteractiveAugmentedIOExceptionTor Lillqvist2-15/+17
2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist5-1723/+0
2013-04-02Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith37-161/+127
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-24make bridges work with clang on x64 linuxPeter Foley1-1/+2
2013-03-21introduce gb_Module_SKIPTARGETSBjoern Michaelsen1-1/+1
2013-03-21Fix typo in previous commit.Tomas Chvatal1-1/+1
2013-03-21Fix -mno-avx calls by removing weird OS check.Tomas Chvatal1-3/+1
2013-03-20WaE: '__LP64__' is not defined, evaluates to 0Tor Lillqvist1-0/+4
2013-03-19Add the call.s source for the MinGW caseTor Lillqvist1-0/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold28-28/+28
2013-03-19No -ldl for MinGW eitherTor Lillqvist1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold65-189/+187
2013-03-19Move the WNTGCC case under the case for CPU=ITor Lillqvist1-6/+4
2013-03-19Insert empty lines for clarityTor Lillqvist1-4/+40
2013-03-18Cleanup bridges modulePeter Foley54-8369/+224
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold2-4/+4