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
f60af9ca
Kaydet (Commit)
f60af9ca
authored
12 years ago
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use a maximum fuzz factor of 1 for our patches to 3rd-party code
Change-Id: Id4639f1b0eefe5d433c84f48b7a1093fa17a3ba4
üst
aad5113e
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
10 deletions
+10
-10
boost.3780.aliasing.patch
boost/boost.3780.aliasing.patch
+1
-1
boost.4510.warnings.patch
boost/boost.4510.warnings.patch
+1
-1
boost.gcc47679.patch
boost/boost.gcc47679.patch
+1
-1
jdbc-4.1.patch
hsqldb/patches/jdbc-4.1.patch
+1
-1
hunspell-1.3.2-overflow.patch
hunspell/hunspell-1.3.2-overflow.patch
+2
-2
nss.patch
nss/nss.patch
+3
-3
UnpackedTarball.mk
solenv/gbuild/UnpackedTarball.mk
+1
-1
No files found.
boost/boost.3780.aliasing.patch
Dosyayı görüntüle @
f60af9ca
--- misc/boost_1_44_0/boost/function/function_base.hpp
+++ misc/build/boost_1_44_0/boost/function/function_base.hpp
@@ -314,1
5 +322,15
@@
@@ -314,1
7 +322,17
@@
{
if (op == clone_functor_tag || op == move_functor_tag) {
const functor_type* in_functor =
...
...
This diff is collapsed.
Click to expand it.
boost/boost.4510.warnings.patch
Dosyayı görüntüle @
f60af9ca
--- misc/boost_1_44_0/boost/multi_array/concept_checks.hpp
+++ misc/build/boost_1_44_0/boost/multi_array/concept_checks.hpp
@@ -56,6 +56,13 @@
} // namespace detail
} // namespace detail
+// MSVC 2008 produces 2 warnings "default constructor could not be generated"
+// here that run over ~100 lines :(
...
...
This diff is collapsed.
Click to expand it.
boost/boost.gcc47679.patch
Dosyayı görüntüle @
f60af9ca
...
...
@@ -40,7 +40,7 @@
+++ misc/build/boost_1_44_0/boost/optional/optional.hpp 2011-04-05 13:19:01.223587256 +0100
@@ -31,6 +31,8 @@
#include
"boost/optional/optional_fwd.hpp"
#include
<boost/optional/optional_fwd.hpp>
+#include <string.h>
+
...
...
This diff is collapsed.
Click to expand it.
hsqldb/patches/jdbc-4.1.patch
Dosyayı görüntüle @
f60af9ca
...
...
@@ -272,8 +272,8 @@
--- misc/hsqldb/src/org/hsqldb/jdbc/jdbcStatement.java 2012-02-08 15:14:42.802123563 +0000
+++ misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcStatement.java 2012-02-08 15:47:35.872635595 +0000
@@ -1608,4 +1608,16 @@
throw new UnsupportedOperationException("Not supported yet.");
}
*/
//#endif JAVA6
+
+//#ifdef JAVA7
...
...
This diff is collapsed.
Click to expand it.
hunspell/hunspell-1.3.2-overflow.patch
Dosyayı görüntüle @
f60af9ca
...
...
@@ -6,9 +6,9 @@
+#include <limits>
+
#include <vector>
#include "affixmgr.hxx"
#include "affentry.hxx"
#include "langnum.hxx"
@@ -4000,7 +4002,10 @@
case 3: {
np++;
...
...
This diff is collapsed.
Click to expand it.
nss/nss.patch
Dosyayı görüntüle @
f60af9ca
...
...
@@ -13,7 +13,7 @@
+++ misc/build/nss-3.13.5/mozilla/security/coreconf/Darwin.mk 2010-06-11 16:35:54.966185975 +0200
@@ -39,8 +39,12 @@
DEFAULT_COMPILER = cc
DEFAULT_COMPILER =
g
cc
-CC = gcc
-CCC = g++
...
...
@@ -88,8 +88,8 @@
# INCLUDES += -I/usr/include -Y/usr/include/linux
@@ -158,8 +161,13 @@
#
CPU_TAG = _$(CPU_ARCH)
endif
endif
+ifeq ($(SYSTEM_ZLIB),YES)
+# Currently (3.12.4) only the tools modutil and signtool are linked with libz
...
...
This diff is collapsed.
Click to expand it.
solenv/gbuild/UnpackedTarball.mk
Dosyayı görüntüle @
f60af9ca
...
...
@@ -143,7 +143,7 @@ $(call gb_Helper_abbreviate_dirs,\
for p in $(UNPACKED_PATCHES); do \
pl=$(UNPACKED_PATCHLEVEL); \
s=$${p##*.}; case "$$s" in [0-9]$(CLOSE_PAREN) pl="$$s"; ;; esac ; \
$(GNUPATCH) -f -s "-p$$pl" < "$$p"; \
$(GNUPATCH) -f -s "-p$$pl"
--fuzz=1
< "$$p"; \
if test "$$?" -ne 0; then echo "Patch FAILED: $$p"; exit 1; fi;\
done && \
) \
...
...
This diff is collapsed.
Click to expand it.
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