summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-1/+1
* remove OUString wrap for string literalsThomas Arnhold2013-06-296-11/+11
* fix debug build on s390xDavid Tardon2013-06-221-1/+0
* ...and similarly for __cxa_allocate_exception and __cxa_throwStephan Bergmann2013-06-202-17/+20
* Clean up declaration of __cxa_get_globalsStephan Bergmann2013-06-203-9/+25
* fix debug build on s390root2013-06-161-1/+0
* the header file new.h is obsolete on our platformsHerbert Dürr2013-06-081-1/+0
* fix gcc inline assembler operands usageLuboš Luňák2013-06-057-81/+81
* Compiling but not working mingw_x86-64 bridgesFridrich Štrba2013-06-0411-879/+1059
* Some configury and non-working stubs to start to compiler for Win64 with MinGWFridrich Štrba2013-06-0411-0/+1910
* compile callvirtualmethod with -fnon-call-exceptionsCaolán McNamara2013-05-291-4/+20
* optimization fix to UNO bridge's callVirtualMethod() for generic x86_64Herbert Dürr2013-05-291-2/+4
* Bypass the type_info generation when using libc++ for gcc3_macosx_intel, tooTor Lillqvist2013-05-281-0/+9
* Bypass dynamic type_info generation for now when using libc++Tor Lillqvist2013-05-281-0/+9
* Don't export a variable called PATH_SEPARATORTor Lillqvist2013-05-154-16/+16
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-155-17/+17
* add some documentation links to the assembler needed for the UNO bridgesHerbert Dürr2013-05-091-0/+3
* Java cleanup, convert Hashtable to HashMapNoel Grandin2013-05-061-6/+7
* Java cleanup, remove unused importsNoel Grandin2013-04-261-1/+0
* Java cleanup, use generic containers where possibleNoel Grandin2013-04-241-2/+2
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-222-47/+8
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-191-8/+1
* remove unused component_canUnload functionsMatúš Kukan2013-04-194-77/+0
* Java cleanup, remove unnecessary castsNoel Grandin2013-04-192-7/+7
* Related rhbz#867808: More apparently bogus "throw new ..." in C++ codeStephan Bergmann2013-04-162-3/+3
* bridge_lib_name is $(gb_CPPU_ENV)_unoMatúš Kukan2013-04-151-23/+13
* fdo#60724 convertable -> convertibleThomas Arnhold2013-04-151-11/+11
* bridges: remove unused .map fileMatúš Kukan2013-04-101-26/+0
* The OS X x86_64 callvirtualmethod.cxx doesn't work if optimizedTor Lillqvist2013-04-091-1/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0728-135/+129
* Pre-cache type_info for com::sun::star::ucb::InteractiveAugmentedIOExceptionTor Lillqvist2013-04-072-15/+17
* Remove Mac OS X for PowerPC supportTor Lillqvist2013-04-035-1723/+0
* Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith2013-04-0237-161/+127
* -Wunused-macrosStephan Bergmann2013-03-271-1/+0
* make bridges work with clang on x64 linuxPeter Foley2013-03-241-1/+2
* introduce gb_Module_SKIPTARGETSBjoern Michaelsen2013-03-211-1/+1
* Fix typo in previous commit.Tomas Chvatal2013-03-211-1/+1
* Fix -mno-avx calls by removing weird OS check.Tomas Chvatal2013-03-211-3/+1
* WaE: '__LP64__' is not defined, evaluates to 0Tor Lillqvist2013-03-201-0/+4
* Add the call.s source for the MinGW caseTor Lillqvist2013-03-191-0/+1
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-1928-28/+28
* No -ldl for MinGW eitherTor Lillqvist2013-03-191-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-1965-189/+187
* Move the WNTGCC case under the case for CPU=ITor Lillqvist2013-03-191-6/+4
* Insert empty lines for clarityTor Lillqvist2013-03-191-4/+40
* Cleanup bridges modulePeter Foley2013-03-1854-8369/+224
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-092-4/+4
* sal_Bool to boolTakeshi Abe2013-03-043-3/+3
* Replace rtl::O(U)String with O(U)StringÁdám Csaba Király2013-03-011-13/+13