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
72400181
Kaydet (Commit)
72400181
authored
Eyl 15, 2014
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
build ODK headers check without LIBO_INTERNAL_ONLY
Change-Id: Ia8bca09a877bed6070c10e1c008bdb05ac088485
üst
16fd7841
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
CppunitTest_odk_checkapi.mk
odk/CppunitTest_odk_checkapi.mk
+6
-0
checkapi.cxx
odk/qa/checkapi/checkapi.cxx
+3
-0
com_GCC_defs.mk
solenv/gbuild/platform/com_GCC_defs.mk
+2
-0
No files found.
odk/CppunitTest_odk_checkapi.mk
Dosyayı görüntüle @
72400181
...
...
@@ -23,6 +23,12 @@ $(eval $(call gb_CppunitTest_use_internal_comprehensive_api,odk_checkapi,\
udkapi \
))
$(eval $(call gb_CppunitTest_disable_compiler_plugins,odk_checkapi))
$(eval $(call gb_CppunitTest_add_cxxflags,odk_checkapi,\
$(gb_CXXFLAGS_Wundef) \
))
$(eval $(call gb_CppunitTest_use_libraries,odk_checkapi,\
cppu \
cppuhelper \
...
...
odk/qa/checkapi/checkapi.cxx
Dosyayı görüntüle @
72400181
...
...
@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
// Acts as if building outside of LO.
#undef LIBO_INTERNAL_ONLY
// The whole purpose of this test is to check that public API headers
// build even without RTL_USING (which enables using e.g. rtl::OUString
// without to refer to the rtl namespace, which is not wanted
...
...
solenv/gbuild/platform/com_GCC_defs.mk
Dosyayı görüntüle @
72400181
...
...
@@ -70,6 +70,8 @@ gb_CXXFLAGS_COMMON := \
-fno-common \
-pipe \
gb_CXXFLAGS_Wundef = -Wno-undef
ifneq ($(HAVE_THREADSAFE_STATICS),TRUE)
gb_CXXFLAGS_COMMON += -fno-threadsafe-statics
endif
...
...
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