summaryrefslogtreecommitdiff
path: root/AllLangPackage_html_lang.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-08-18 16:59:10 +0200
committerKurt Zenker <kz@openoffice.org>2010-08-18 16:59:10 +0200
commit417413285f1cf802f80f38a4e794fa0ae7267781 (patch)
tree0dc7ab7bc81ae5f316c4ee108dae430a9e3b9451 /AllLangPackage_html_lang.mk
parent9d52a4ec1b07ddaa93f9abb992e3e67ed8d79e77 (diff)
parent8dfdd609e33dfb4fc1bd627196631af099f8306b (diff)
CWS-TOOLING: integrate CWS txtl10n ooo/OOO330_m7ooo/OOO330_m6ooo/OOO330_m5
Diffstat (limited to 'AllLangPackage_html_lang.mk')
0 files changed, 0 insertions, 0 deletions
for_libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_riscv64/uno2cpp.cxx
AgeCommit message (Collapse)Author
2024-06-19Fix typoAndrea Gelmini
Change-Id: Ia7e36299a15fd4096f2e8e50efad2e8e1b61bec9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169166 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2024-04-02riscv64 bridge: replace some preprocessor directives to macros for debuggingSakura286
Change-Id: Ic53d4a462e12e8448b14e750c4ef2824385b8f28 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165502 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-01-26(riscv64) Fix Java bridgetest failureSakura286
* Refactor the code related to struct processing. Fix Java bridge- test failure. Fixed test list: * bridgetest-javaserver * [CUT] smoketest * [JUT] forms_unoapi_1 * [JUT] forms_unoapi_2 * [JUT] forms_unoapi_3 * [JUT] forms_unoapi_4 * Clean higher bit to prevent compiler generate wrong code when pyuno calls functions through UNO environment. This fixes some weired uitest failure. * Reorder the datatype list. Optimize the inserting args section in uno2cpp.cxx. * Remove some unused code. Change-Id: I74330126d31d847485b1d81fc34376b1d020f886 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160970 Tested-by: Jenkins Tested-by: René Engelhard <rene@debian.org> Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2022-11-10Add riscv64 supportSakura286
1. Configure gbuild 2. Add UNO Bridge for riscv64 Till now base function works well on riscv64. The bridgetest has passed. Test on Debian, Gentoo and openEuler. Credits: - Heiher <r@hev.cc> and Stephan Bergmann <sbergman@redhat.com> The riscv64 bridge implementation refers to mips64 and AArch64 bridges. - Bo Yu <tsu.yubo@gmail.com> configures gbuild for riscv64. - WANG Xuerui <xen0n@gentoo.org> provides lots of guiding tips. Change-Id: Ifad3b0de8b2c9e7328627ed03396bbd45a9c71e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137445 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins