summaryrefslogtreecommitdiff
path: root/bridges/Library_cpp_uno.mk
AgeCommit message (Expand)AuthorFilesLines
2020-09-30bridges: add a Windows Arm64 UNO bridgeJan-Marek Glogowski1-0/+7
2020-09-17WIN bridges: unify cpp2uno common codeJan-Marek Glogowski1-0/+1
2020-09-17WIN bridges: unify exception handlingJan-Marek Glogowski1-0/+6
2020-08-21Pass -fno-lto unconditionallyStephan Bergmann1-1/+1
2020-08-12Let exceptions pass through aarch64 callVirtualFunction built with ClangStephan Bergmann1-0/+1
2020-08-10Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist1-5/+11
2020-08-07Update config.{guess,sub} with latest versions and handle fallout of thatTor Lillqvist1-5/+8
2020-07-29Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler codeStephan Bergmann1-6/+2
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann1-2/+2
2019-10-12aarch64 callVirtualFunction needs to be compiled w/o -fstack-clash-protectionStephan Bergmann1-1/+6
2019-10-04always use gb_LinkTarget__get_cxxflags for cxxobjectsLuboš Luňák1-11/+8
2019-09-23android: add support for 64bit buildChristian Lohmaier1-1/+1
2019-08-08android: support NDK 19 and above (20 as of this commit)Christian Lohmaier1-2/+2
2019-05-05Fix remaining uses of gb_SYMBOLStephan Bergmann1-1/+1
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl1-2/+2
2018-03-11iOS, removed perl script in bridgesjan Iversen1-18/+0
2018-02-21iOS, solved problem with -I for asm modulejan Iversen1-2/+3
2018-02-19Buildsystem changes to recognize Haiku.Kacper Kasper1-3/+3
2018-02-17iOS, add custom include for codesnippets.Sjan Iversen1-0/+4
2018-02-17iOS, readded perl script to generate codesnippetsjan Iversen1-1/+13
2018-02-15iOS, reduce arm64 files to actually neededjan Iversen1-1/+1
2018-02-14iOS, add gcc3 helper for ARM64jan Iversen1-0/+6
2018-02-14iOS, simulator == MACOSXjan Iversen1-37/+27
2018-02-14iOS, use gcc3 mac code for simulatorjan Iversen1-0/+5
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier1-0/+1
2017-10-19Again, no -fstack-protector-strong for gcc3_linux_aarch64/cpp2uno.cxxStephan Bergmann1-3/+2
2017-09-22iOS, make simulator config copy of macosx.jan Iversen1-1/+2
2017-09-21iOS, change bridges to 64bit and reducejan Iversen1-1/+1
2017-09-19iOS, remove support for 32bit (arm).jan Iversen1-12/+2
2017-06-27iOS, first attempt to get bridges compiling.jan Iversen1-9/+15
2017-02-12LEAK_STATIC_DATA is always defined for WNTStephan Bergmann1-7/+0
2017-02-10Remove MinGW supportStephan Bergmann1-15/+1
2016-08-05(initial) sparc64 portJames Clarke1-0/+7
2016-07-11Make --enable-symbols orthogonal to --enable-debug/-dbgutilStephan Bergmann1-1/+1
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke1-2/+0
2015-11-26default to trying the linux bridge for all linuxy like thingsCaolán McNamara1-24/+40
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann1-1/+1
2015-11-02Pass emit-debuginfo flags to MSVC bridge_noopt_objects, if applicableDavid Ostrovsky1-1/+1
2015-11-02Pass emit-debuginfo flags into special bridge compilations, if applicableStephan Bergmann1-3/+5
2015-07-10bridges: Add support for linux mips64.Heiher1-0/+9
2015-02-19Adapt gcc3_solaris_intel bridge to GCC 4.7Gabriele Bulfon1-0/+1
2014-12-09Uno bridge: Apply debug info setting to noopt codeDavid Ostrovsky1-1/+1
2014-10-01We always build 64-bit OS X codeTor Lillqvist1-4/+0
2014-09-23PPC Mac support can go away now (again)Tor Lillqvist1-6/+0
2014-09-04No -fstack-protect-strong for gcc3_linux_aarch64/cpp2uno.cxx vtableSlotCallStephan Bergmann1-1/+8
2014-08-30Start of support for Android on AArch64Tor Lillqvist1-1/+1
2014-08-29Linux AArch64 portStephan Bergmann1-0/+5
2014-08-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann1-1/+1
2014-06-23fdo#71000: Fix SOLARIS-INTEL caseStephan Bergmann1-5/+3
2014-06-10Filter out OS not needing -ldlBaptiste Daroussin1-1/+1