summaryrefslogtreecommitdiff
path: root/bridges/Library_cpp_uno.mk
AgeCommit message (Expand)AuthorFilesLines
2024-07-11Fully implement the Wasm UNO bridge cpp2uno directionStephan Bergmann1-2/+2
2024-06-21Embind: Fix C++ UNO exception catchingStephan Bergmann1-0/+3
2024-05-29Clean up gcc3_wasm bridge_noopt_objectsStephan Bergmann1-2/+1
2024-05-29Implement exception catchingStephan Bergmann1-0/+1
2024-05-08Emscripten: Towards a working C++ UNO bridgeStephan Bergmann1-0/+6
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier1-2/+2
2023-02-16android: Switch from GNU binutils to support NDK 23.x, require 21.xMichael Weghorn1-1/+0
2023-01-27Remove Solaris 32-bit SPARC and x86 C++ UNO bridge implementationsStephan Bergmann1-8/+0
2023-01-27Remove support for 32-bit S390Stephan Bergmann1-7/+0
2023-01-27Remove support for AIXStephan Bergmann1-4/+0
2023-01-11bridges:Fixed test fail caused by bridges on the loongarch64wjh-la1-1/+1
2022-11-10Add riscv64 supportSakura2861-0/+9
2022-08-11Add loongarch64 support.wjh-la1-0/+9
2022-07-27rename GODSON/GODSON64 to MIPS/MIPS64Rene Engelhard1-2/+2
2022-01-19WASM UNO: add a minimal dummy bridgeThorsten Behrens1-0/+3
2022-01-01Android Arm: fix wrong bracket after refactorJan-Marek Glogowski1-1/+1
2021-12-31gbuild: introduce gb_%_linktarget_targetJan-Marek Glogowski1-2/+2
2021-12-01gbuild: introduce plugin + loader conceptsJan-Marek Glogowski1-0/+4
2021-05-29gbuild: implement gb_Library_get_target_for_buildJan-Marek Glogowski1-16/+16
2021-03-23Rename LO Windows arm64 ID to aarch64Jan-Marek Glogowski1-7/+6
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