summaryrefslogtreecommitdiff
path: root/idlc/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# 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/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
2024-10-04unoxml: port testXNodeList_ChildList from java to c++Xisco Fauli Change-Id: I75d4d9bb275ac1d50fe92f6bd193037f81e3ac64 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174478 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins 2024-10-02unoxml: port testXXPathAPI from java to c++Xisco Fauli Change-Id: Iaeb6713edc8d8b54066eaa5b8de2f600b1c10296 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174395 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> 2024-10-02unoxml: port testXXPathObject from java to c++Xisco Fauli Code for "count(//foo) = 2" was duplicated Same for "//foo" which is already tested in testXNodeList_NodeList Change-Id: I2144552f5b687e639fef66b82463aae3bf82f53c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174394 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> 2024-10-02unoxml: port testXNodeList_NodeList from java to c++Xisco Fauli Change-Id: I1a059ecb13e35518828b395f9eb9863930a3d12e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174392 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins 2024-09-18unoxml: move testXDocumentBuilder from Java to CppUnittestXisco Fauli Change-Id: I15996b72745dd9d3f00e917cc6b459094ec51f30 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173569 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> 2024-09-18unoxml: move checkRDF from Java to CppUnittestXisco Fauli Change-Id: If4e3120643c40f52b99bb71782c4c34a34871031 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173567 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> 2024-09-17unoxml: move checkSPARQL from Java to CppUnittestXisco Fauli Change-Id: Id8adaec00b9920966c91471fdd32720337a8c414 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173462 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> 2024-09-17unoxml: move checkRDFa from Java to CppUnittestXisco Fauli Change-Id: Ife5cd7398bdbacbd8189c8451dab6351590052e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173484 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> 2024-07-03unoxml: port checkCVE_2012_0037 from java to CppUnittestXisco Fauli so CI will be able to catch the problem reported in https://gerrit.libreoffice.org/c/core/+/169327 Change-Id: Id00e5f50fbf43f63f4bad5af13a62e4db88f82d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169932 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>