Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
9e7d5cd5
Kaydet (Commit)
9e7d5cd5
authored
Nis 06, 2012
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppu: use InternalUnoApi
üst
bd988a23
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
40 additions
and
108 deletions
+40
-108
CppunitTest_cppu_qa_any.mk
cppu/CppunitTest_cppu_qa_any.mk
+3
-4
CppunitTest_cppu_qa_recursion.mk
cppu/CppunitTest_cppu_qa_recursion.mk
+3
-4
CppunitTest_cppu_qa_reference.mk
cppu/CppunitTest_cppu_qa_reference.mk
+3
-4
CppunitTest_cppu_qa_unotype.mk
cppu/CppunitTest_cppu_qa_unotype.mk
+3
-4
CppunitTest_cppu_test_cppumaker.mk
cppu/CppunitTest_cppu_test_cppumaker.mk
+3
-4
InternalUnoApi_cppu.mk
cppu/InternalUnoApi_cppu.mk
+19
-11
Library_affine_uno.mk
cppu/Library_affine_uno.mk
+0
-5
Library_cppu.mk
cppu/Library_cppu.mk
+1
-7
Library_log_uno.mk
cppu/Library_log_uno.mk
+0
-5
Library_purpenvhelper.mk
cppu/Library_purpenvhelper.mk
+0
-5
Library_unsafe_uno.mk
cppu/Library_unsafe_uno.mk
+0
-5
Module_cppu.mk
cppu/Module_cppu.mk
+1
-1
Makefile
cppu/qa/Makefile
+0
-48
CppunitTest.mk
solenv/gbuild/CppunitTest.mk
+3
-0
UnoApiTarget.mk
solenv/gbuild/UnoApiTarget.mk
+1
-1
No files found.
cppu/CppunitTest_cppu_qa_any.mk
Dosyayı görüntüle @
9e7d5cd5
...
...
@@ -37,10 +37,9 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_qa_any, \
$(gb_STDLIBS) \
))
$(eval $(call gb_CppunitTest_set_include,cppu_qa_any,\
-I$(WORKDIR)/CustomTarget/cppu/qa \
-I$(SRCDIR)/cppu/inc \
$$(INCLUDE) \
$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_any, \
cppu \
udkapi \
))
# vim: set noet sw=4 ts=4:
cppu/CppunitTest_cppu_qa_recursion.mk
Dosyayı görüntüle @
9e7d5cd5
...
...
@@ -37,10 +37,9 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_qa_recursion, \
$(gb_STDLIBS) \
))
$(eval $(call gb_CppunitTest_set_include,cppu_qa_recursion,\
-I$(WORKDIR)/CustomTarget/cppu/qa \
-I$(SRCDIR)/cppu/inc \
$$(INCLUDE) \
$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_recursion, \
cppu \
udkapi \
))
# vim: set noet sw=4 ts=4:
cppu/CppunitTest_cppu_qa_reference.mk
Dosyayı görüntüle @
9e7d5cd5
...
...
@@ -37,10 +37,9 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_qa_reference, \
$(gb_STDLIBS) \
))
$(eval $(call gb_CppunitTest_set_include,cppu_qa_reference,\
-I$(WORKDIR)/CustomTarget/cppu/qa \
-I$(SRCDIR)/cppu/inc \
$$(INCLUDE) \
$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_reference, \
cppu \
udkapi \
))
# vim: set noet sw=4 ts=4:
cppu/CppunitTest_cppu_qa_unotype.mk
Dosyayı görüntüle @
9e7d5cd5
...
...
@@ -37,10 +37,9 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_qa_unotype, \
$(gb_STDLIBS) \
))
$(eval $(call gb_CppunitTest_set_include,cppu_qa_unotype,\
-I$(WORKDIR)/CustomTarget/cppu/qa \
-I$(SRCDIR)/cppu/inc \
$$(INCLUDE) \
$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_qa_unotype, \
cppu \
udkapi \
))
# vim: set noet sw=4 ts=4:
cppu/CppunitTest_cppu_test_cppumaker.mk
Dosyayı görüntüle @
9e7d5cd5
...
...
@@ -37,10 +37,9 @@ $(eval $(call gb_CppunitTest_use_libraries,cppu_test_cppumaker, \
$(gb_STDLIBS) \
))
$(eval $(call gb_CppunitTest_set_include,cppu_test_cppumaker,\
-I$(WORKDIR)/CustomTarget/cppu/qa \
-I$(SRCDIR)/cppu/inc \
$$(INCLUDE) \
$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_test_cppumaker, \
cppu \
udkapi \
))
# vim: set noet sw=4 ts=4:
cppu/
Package_generated
.mk
→
cppu/
InternalUnoApi_cppu
.mk
Dosyayı görüntüle @
9e7d5cd5
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
...
...
@@ -13,7 +12,8 @@
# License.
#
# Major Contributor(s):
# Copyright (C) 2011 Matúš Kukan <matus.kukan@gmail.com> (initial developer)
# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
# (initial developer)
#
# All Rights Reserved.
#
...
...
@@ -25,15 +25,23 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval
$(call
gb_Package_Package,cppu_generated))
$(eval $(call gb_InternalUnoApi_InternalUnoApi,cppu))
$(eval $(call gb_InternalUnoApi_use_api,cppu,\
udkapi \
))
$(eval $(call gb_InternalUnoApi_set_include,cppu,\
-I$(OUTDIR)/idl \
$$(INCLUDE) \
))
$(eval
$(call
gb_Package_add_customtarget,cppu_generated,cppu/qa))
$(eval $(call gb_InternalUnoApi_add_idlfiles,cppu,cppu/qa,\
types \
))
$(eval
$(call
gb_CustomTarget_add_outdir_dependencies,cppu/qa,\
$(gb_UnoApiTarget_CPPUMAKERTARGET)
\
$(gb_UnoApiTarget_IDLCTARGET)
\
$(gb_UnoApiTarget_REGMERGETARGET)
\
$(OUTDIR_FOR_BUILD)/bin/udkapi.rdb
\
$(eval $(call gb_InternalUnoApi_add_idlfiles,cppu,cppu/qa/cppumaker,\
types \
))
# vim:
set noet sw=4 ts=4
:
# vim:
set shiftwidth=4 softtabstop=4 expandtab
:
cppu/Library_affine_uno.mk
Dosyayı görüntüle @
9e7d5cd5
...
...
@@ -27,11 +27,6 @@
$(eval
$(call
gb_Library_Library,affine_uno))
$(eval
$(call
gb_Library_set_include,affine_uno,\
$$(INCLUDE)
\
-I$(SRCDIR)/cppu/inc
\
))
$(eval
$(call
gb_Library_use_api,affine_uno,\
udkapi
\
offapi
\
...
...
cppu/Library_cppu.mk
Dosyayı görüntüle @
9e7d5cd5
...
...
@@ -29,13 +29,7 @@ $(eval $(call gb_Library_Library,cppu))
$(eval
$(call
gb_Library_set_soversion_script,cppu,3,$(SRCDIR)/cppu/util/cppu.map))
# Unit tests depend on cppu_generated custom target
$(eval
$(call
gb_Library_use_package,cppu,cppu_generated))
$(eval
$(call
gb_Library_set_include,cppu,\
$$(INCLUDE)
\
-I$(SRCDIR)/cppu/inc
\
))
$(eval
$(call
gb_Library_use_package,cppu,cppu_inc))
$(eval
$(call
gb_Library_use_api,cppu,\
udkapi
\
...
...
cppu/Library_log_uno.mk
Dosyayı görüntüle @
9e7d5cd5
...
...
@@ -27,11 +27,6 @@
$(eval
$(call
gb_Library_Library,log_uno))
$(eval
$(call
gb_Library_set_include,log_uno,\
$$(INCLUDE)
\
-I$(SRCDIR)/cppu/inc
\
))
$(eval
$(call
gb_Library_use_api,log_uno,\
udkapi
\
offapi
\
...
...
cppu/Library_purpenvhelper.mk
Dosyayı görüntüle @
9e7d5cd5
...
...
@@ -29,11 +29,6 @@ $(eval $(call gb_Library_Library,purpenvhelper))
$(eval
$(call
gb_Library_set_soversion_script,purpenvhelper,3,$(SRCDIR)/cppu/util/uno_purpenvhelpergcc3.map))
$(eval
$(call
gb_Library_set_include,purpenvhelper,\
$$(INCLUDE)
\
-I$(SRCDIR)/cppu/inc
\
))
$(eval
$(call
gb_Library_add_defs,purpenvhelper,\
-DPURPENV_DLLIMPLEMENTATION
\
))
...
...
cppu/Library_unsafe_uno.mk
Dosyayı görüntüle @
9e7d5cd5
...
...
@@ -27,11 +27,6 @@
$(eval
$(call
gb_Library_Library,unsafe_uno))
$(eval
$(call
gb_Library_set_include,unsafe_uno,\
$$(INCLUDE)
\
-I$(SRCDIR)/cppu/inc
\
))
$(eval
$(call
gb_Library_use_api,unsafe_uno,\
udkapi
\
offapi
\
...
...
cppu/Module_cppu.mk
Dosyayı görüntüle @
9e7d5cd5
...
...
@@ -28,12 +28,12 @@
$(eval
$(call
gb_Module_Module,cppu))
$(eval
$(call
gb_Module_add_targets,cppu,\
InternalUnoApi_cppu
\
Library_affine_uno
\
Library_cppu
\
Library_log_uno
\
Library_purpenvhelper
\
Library_unsafe_uno
\
Package_generated
\
Package_inc
\
))
...
...
cppu/qa/Makefile
deleted
100644 → 0
Dosyayı görüntüle @
bd988a23
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2011 Matúš Kukan <matus.kukan@gmail.com> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
gb_PARTIALBUILD
:=
T
include
$(GBUILDDIR)/gbuild.mk
all
:
qa/cppumaker.flag qa/cppumaker/cppumaker.flag
%/cppumaker.flag
:
%/cppumaker.rdb $(gb_UnoApiTarget_CPPUMAKERTARGET)
$
(
call gb_Helper_abbreviate_dirs_native,
\
$
(
call gb_Helper_execute,cppumaker
)
-O
.
-BUCR
-C
$<
$(OUTDIR_FOR_BUILD)
/bin/udkapi.rdb
)
touch
$@
%/cppumaker.rdb
:
%/types.urd
$
(
call gb_Helper_abbreviate_dirs_native,
\
$
(
call gb_Helper_execute,regmerge
)
$@
/UCR
$<
)
%/types.urd
:
$(SRCDIR)/cppu/%/types.idl
$
(
call gb_Helper_abbreviate_dirs_native,
\
$
(
call gb_Helper_execute,idlc
)
-O
$*
-I
$(OUTDIR_FOR_BUILD)
/idl
-cid
-we
$<
)
.DEFAULT_GOAL
:=
all
.PHONY
:
all
# vim: set noet sw=4 ts=4:
solenv/gbuild/CppunitTest.mk
Dosyayı görüntüle @
9e7d5cd5
...
...
@@ -348,6 +348,9 @@ $(eval $(foreach method,\
add_ldflags \
set_ldflags \
add_libs \
use_internal_api \
use_internal_bootstrap_api \
use_internal_comprehensive_api \
set_library_path_flags \
set_objcflags \
set_objcxxflags \
...
...
solenv/gbuild/UnoApiTarget.mk
Dosyayı görüntüle @
9e7d5cd5
...
...
@@ -56,7 +56,7 @@ define gb_UnoApiPartTarget__command
$(call gb_Output_announce,$(2),$(true),IDL,2)
mkdir -p $(call gb_UnoApiPartTarget_get_target,$(dir $(2))) && \
RESPONSEFILE=$(call var2file,$(shell $(gb_MKTEMP)),500,\
$(call gb_Helper_convert_native,$(INCLUDE)
$(DEFS)
\
$(call gb_Helper_convert_native,$(INCLUDE) \
-M $(basename $(call gb_UnoApiPartTarget_get_dep_target,$(dir $(2)))) \
-O $(call gb_UnoApiPartTarget_get_target,$(dir $(2))) -verbose -C \
$(sort $(patsubst $(call gb_UnoApiPartTarget_get_target,%.urd),$(SRCDIR)/%.idl,$(3))))) && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment