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
1a3089c8
Kaydet (Commit)
1a3089c8
authored
Ara 05, 2016
tarafından
Damjan Jovanovic
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Port main/o3tl to gbuild.
Patch by: me
üst
468972d8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
155 additions
and
45 deletions
+155
-45
Module_ooo.mk
Module_ooo.mk
+1
-0
GoogleTest_o3tl.mk
o3tl/GoogleTest_o3tl.mk
+39
-0
Makefile
o3tl/Makefile
+32
-0
Module_o3tl.mk
o3tl/Module_o3tl.mk
+36
-0
Package_inc.mk
o3tl/Package_inc.mk
+30
-0
build.lst
o3tl/prj/build.lst
+1
-4
d.lst
o3tl/prj/d.lst
+0
-2
makefile.mk
o3tl/prj/makefile.mk
+16
-39
No files found.
Module_ooo.mk
Dosyayı görüntüle @
1a3089c8
...
@@ -38,6 +38,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
...
@@ -38,6 +38,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\
idl
\
idl
\
io
\
io
\
linguistic
\
linguistic
\
o3tl
\
offapi
\
offapi
\
oovbaapi
\
oovbaapi
\
oox
\
oox
\
...
...
o3tl/GoogleTest_o3tl.mk
0 → 100644
Dosyayı görüntüle @
1a3089c8
###############################################################
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
###############################################################
$(eval $(call gb_GoogleTest_GoogleTest,o3tl_test))
$(eval $(call gb_GoogleTest_add_exception_objects,o3tl_test, \
o3tl/qa/cow_wrapper_clients \
o3tl/qa/main \
o3tl/qa/test-cow_wrapper \
o3tl/qa/test-vector_pool \
o3tl/qa/test-heap_ptr \
o3tl/qa/test-range \
))
$(eval $(call gb_GoogleTest_add_linked_libs,o3tl_test, \
sal \
$(gb_STDLIBS) \
))
# vim: set noet sw=4 ts=4:
o3tl/Makefile
0 → 100644
Dosyayı görüntüle @
1a3089c8
#**************************************************************
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
#**************************************************************
ifeq
($(strip
$(SOLARENV)),)
$(error
No
environment
set!)
endif
gb_PARTIALBUILD
:=
T
GBUILDDIR
:=
$(SOLARENV)
/gbuild
include
$(GBUILDDIR)/gbuild.mk
$(eval
$(call
gb_Module_make_global_targets,$(shell
ls
$(dir
$(realpath
$(firstword
$(MAKEFILE_LIST))))/Module*.mk)))
# vim: set noet sw=4 ts=4:
o3tl/Module_o3tl.mk
0 → 100644
Dosyayı görüntüle @
1a3089c8
#**************************************************************
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
#**************************************************************
$(eval $(call gb_Module_Module,o3tl))
$(eval $(call gb_Module_add_targets,o3tl,\
Package_inc \
))
ifeq ($(ENABLE_UNIT_TESTS),YES)
$(eval $(call gb_Module_add_check_targets,o3tl,\
GoogleTest_o3tl \
))
endif
# vim: set noet sw=4 ts=4:
o3tl/Package_inc.mk
0 → 100644
Dosyayı görüntüle @
1a3089c8
#**************************************************************
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
#**************************************************************
$(eval $(call gb_Package_Package,o3tl_inc,$(SRCDIR)/o3tl/inc))
$(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/cow_wrapper.hxx,o3tl/cow_wrapper.hxx))
$(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/range.hxx,o3tl/range.hxx))
$(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/vector_pool.hxx,o3tl/vector_pool.hxx))
$(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/lazy_update.hxx,o3tl/lazy_update.hxx))
$(eval $(call gb_Package_add_file,o3tl_inc,inc/o3tl/heap_ptr.hxx,o3tl/heap_ptr.hxx))
o3tl/prj/build.lst
Dosyayı görüntüle @
1a3089c8
ot o3tl : sal BOOST:boost NULL
ot o3tl : sal BOOST:boost NULL
ot o3tl usr1 - all ot_mkout NULL
ot o3tl\prj nmake - all ot_prj NULL
ot o3tl\inc get - all ot_inc NULL
ot o3tl\prj get - all ot_prj NULL
ot o3tl\qa nmake - all ot_qa NULL
o3tl/prj/d.lst
Dosyayı görüntüle @
1a3089c8
mkdir: %_DEST%\inc%_EXT%\o3tl
..\inc\o3tl\*.hxx %_DEST%\inc%_EXT%\o3tl\*.hxx
o3tl/
qa
/makefile.mk
→
o3tl/
prj
/makefile.mk
Dosyayı görüntüle @
1a3089c8
...
@@ -20,48 +20,25 @@
...
@@ -20,48 +20,25 @@
#**************************************************************
#**************************************************************
PRJ
=
..
PRJNAME
=
o3tl
TARGET
=
tests
ENABLE_EXCEPTIONS
=
TRUE
PRJ
=
..
TARGET
=
prj
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.INCLUDE
:
settings.mk
.IF
"$(ENABLE_UNIT_TESTS)"
!=
"YES"
.IF
"$(VERBOSE)"
!=
""
all
:
VERBOSEFLAG
:=
@echo
unit
tests
are
disabled.
Nothing
to
do.
.ELSE
.ELSE
VERBOSEFLAG
:=
-s
.ENDIF
.IF
"$(DEBUG)"
!=
""
DEBUG_ARGUMENT
=
DEBUG
=
$(DEBUG)
.ELIF
"$(debug)"
!=
""
DEBUG_ARGUMENT
=
debug
=
$(debug)
.ELSE
DEBUG_ARGUMENT
=
.ENDIF
.IF
"$(L10N_framework)"
==
""
all
:
# --- Common ----------------------------------------------------------
cd
$(PRJ)
&&
$(GNUMAKE)
$(VERBOSEFLAG)
-r
-j$(MAXPROCESS)
$(gb_MAKETARGET)
$(DEBUG_ARGUMENT)
&&
$(GNUMAKE)
$(VERBOSEFLAG)
-r
deliverlog
# BEGIN ----------------------------------------------------------------
APP1OBJS
=
\
$(SLO)$/
cow_wrapper_clients.obj
\
$(SLO)$/
main.obj
\
$(SLO)$/
test-cow_wrapper.obj
\
$(SLO)$/
test-vector_pool.obj
\
$(SLO)$/
test-heap_ptr.obj
\
$(SLO)$/
test-range.obj
APP1TARGET
=
tests
APP1STDLIBS
=
$(SALLIB)
\
$(GTESTLIB)
APP1RPATH
=
NONE
APP1TEST
=
enabled
# END ------------------------------------------------------------------
# --- Targets ------------------------------------------------------
.ENDIF
# L10N_framework
.INCLUDE
:
target.mk
.ENDIF
# "$(ENABLE_UNIT_TESTS)" != "YES"
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