summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-04sal_Bool to boolTakeshi Abe3-3/+3
2013-03-01Replace rtl::O(U)String with O(U)StringÁdám Csaba Király1-13/+13
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-19RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter4-8/+6
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac8-31/+25
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl27-0/+54
2013-01-20Another lacking parenthesisJulien Nabet1-1/+1
2013-01-19iOS C++/UNO bridge fixesTor Lillqvist1-3/+3
2013-01-19Use SAL logging instead of printfsTor Lillqvist1-25/+14
2013-01-19More snippets, and cosmeticsTor Lillqvist1-8/+8
2013-01-19Work on the iOS C++/UNO bridgeTor Lillqvist13-1645/+3022
2013-01-10optimize for build targets in one placeMatúš Kukan1-1/+1