# # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # $(eval $(call gb_Module_Module,swext)) ifeq ($(ENABLE_MEDIAWIKI),TRUE) $(eval $(call gb_Module_add_targets,swext,\ Jar_mediawiki \ Configuration_mediawiki \ Extension_wiki-publisher \ )) endif ata/cgit.png' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unotest/source/embindtest/embindtest.cxx
AgeCommit message (Expand)Author
2024-12-12Include the org.libreoffice.embindtest infrastructure in all Emscripten buildsStephan Bergmann
2024-09-10Demonstrate that Embind is not multi-threading capableStephan Bergmann
2024-08-18Emscripten: Clean up SolarMutexStephan Bergmann
2024-08-18Those XTest::is... methods return boolean, not anyStephan Bergmann
2024-07-30More exhaustive org.libreoffice.embindtest.StructStephan Bergmann
2024-07-30Embind: Missing support for UNO polymorphic struct typesStephan Bergmann
2024-07-27In embindtest, also test Any included in StructStephan Bergmann
2024-07-16Add test code for UNO attributes implemented in JSStephan Bergmann
2024-07-12Turn org.libreoffice.embindtest.Test from singleton to serviceStephan Bergmann
2024-07-11Fully implement the Wasm UNO bridge cpp2uno directionStephan Bergmann
2024-05-30Implement attribute handlingStephan Bergmann
2024-05-08Emscripten: Towards a working C++ UNO bridgeStephan Bergmann
2024-04-30Embind: Fix out-param handlingStephan Bergmann
2024-04-20Embind: Test and Fix out-param handlingStephan Bergmann
2024-04-19Embind: Consistently represent empty interface references as JS nullStephan Bergmann
2024-04-18Embind: throwUnoException from JSStephan Bergmann
2024-04-12Embind: support .implement()-based JS UNO objectsStephan Bergmann
2024-04-08Embind: Clarify poor UNO exception supportStephan Bergmann
2024-03-07Add Embind'ing of UNO Any getter for interfacesStephan Bergmann
2024-03-06Adapt Exception test to emcc/Clang versions that support std::source_locationStephan Bergmann
2024-03-06Add Embind'ing of UNO Any getter for exceptionsStephan Bergmann
2024-03-04Improve Embing'ing of UNO Any somewhatStephan Bergmann
2024-03-02Some minor embindtest clean upStephan Bergmann
2024-02-29Some minimal Embind support for UNO typeStephan Bergmann
2024-02-29Test Embind'ing of UNO enumsStephan Bergmann
2024-02-23unoembind sequence testsStephan Bergmann
2024-02-22Embind: Add UNO char supportStephan Bergmann
2024-02-22A first cut at embindtestStephan Bergmann
2024-02-22Framework for some UNOIDL to test the Embind UNO binding withStephan Bergmann