Age | Commit message (Expand) | Author |
2023-02-16 | android: Switch from GNU binutils to support NDK 23.x, require 21.x | Michael Weghorn |
2023-02-02 | osl::Mutex->std::mutex in JniUnoEnvironmentData | Noel Grandin |
2023-02-01 | osl::Mutex->std::mutex in ExceptionInfos | Noel Grandin |
2023-01-27 | Remove Solaris 32-bit SPARC and x86 C++ UNO bridge implementations | Stephan Bergmann |
2023-01-27 | Remove support for 32-bit S390 | Stephan Bergmann |
2023-01-27 | Remove support for AIX | Stephan Bergmann |
2023-01-11 | bridges:Fixed test fail caused by bridges on the loongarch64 | wjh-la |
2023-01-04 | Rudimentary support for dynamic_cast on UNO proxy objects | Stephan Bergmann |
2023-01-04 | Fix Itanium vtable construction | Stephan Bergmann |
2022-11-10 | Add riscv64 support | Sakura286 |
2022-10-11 | Deduplicate O(U)StringConcatenation | Mike Kaganski |
2022-09-07 | Fix register clobber information and simplify in the C++/UNO bridge for iOS | Tor Lillqvist |
2022-08-22 | cid#1500671 silence Resource leak | Caolán McNamara |
2022-08-22 | cid#1500470 silence Resource leak | Caolán McNamara |
2022-08-17 | cid#1500585 Dereference before null check | Caolán McNamara |
2022-08-13 | bridges/jni : remove useless using and use css instead of com::sun::star | Arnaud VERSINI |
2022-08-11 | Add loongarch64 support. | wjh-la |
2022-08-10 | Better cast to sal_[u]IntPtr when passing pointer to O[U]String::number | Stephan Bergmann |
2022-07-27 | rename GODSON/GODSON64 to MIPS/MIPS64 | Rene Engelhard |
2022-07-10 | tdf#143148 Use pragma once instead of include guards | am.faraji |
2022-06-21 | elide some makeStringAndClear() calls | Noel Grandin |
2022-05-21 | clang-tidy modernize-pass-by-value in bridges | Noel Grandin |
2022-05-05 | use more o3tl::getToken | Noel Grandin |
2022-04-25 | loplugin:stringview | Stephan Bergmann |
2022-04-22 | use more string_view in bridges | Noel Grandin |
2022-03-25 | bridges : use std::mutex in java brige | Arnaud Versini |
2022-03-08 | Drop some debug code | Stephan Bergmann |
2022-03-05 | tdf#130924 replace debugging printf calls with SAL_INFO/SAL_WARN | pragat-pandya |
2022-03-03 | Avoid loplugin:noexcept | Stephan Bergmann |
2022-01-19 | WASM UNO: add a minimal dummy bridge | Thorsten Behrens |
2022-01-15 | Let loplugin:nullptr look into template instantiations | Stephan Bergmann |
2022-01-06 | annocheck warning about missing .note.gnu.property section | Caolán McNamara |
2022-01-01 | Android Arm: fix wrong bracket after refactor | Jan-Marek Glogowski |
2021-12-31 | gbuild: introduce gb_%_linktarget_target | Jan-Marek Glogowski |
2021-12-24 | bridges : remove redundant public | Arnaud VERSINI |
2021-12-20 | bridges : use std mutex instead of osl::Mutex. | Arnaud VERSINI |
2021-12-01 | gbuild: introduce plugin + loader concepts | Jan-Marek Glogowski |
2021-10-28 | Revert broken optimization attempt | Stephan Bergmann |
2021-10-13 | Extend return values < 32-bit on macOS ARM64 | Stephan Bergmann |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-09-06 | tdf#130924 : replace debugging printf calls with SAL_INFO/SAL_WARN | Emircan Agac |
2021-08-22 | WaE: protect clang diagnostic push/pop with if defined __clang__ | Caolán McNamara |
2021-08-21 | arm: fix bridge | Caolán McNamara |
2021-08-21 | arm: nStackBytes was already the right amount of bytes | Caolán McNamara |
2021-08-17 | rtl::Static -> thread-safe static local | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-08-02 | tdf#143450: Special integre+fp struct return case needs a fix too, of course | Stephan Bergmann |
2021-07-30 | cid#1489551 silence Uninitialized scalar variable | Caolán McNamara |
2021-07-28 | Annotate the .eh_frame data | Stephan Bergmann |
2021-07-28 | tdf#143450: Fix special fp+integer struct return case for gcc_*_x86-64 | Stephan Bergmann |