-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/5.11' into 5.12
Change-Id: Iaf28977e7ecf566b28b9406dcb005d48621169c2
- Loading branch information
Showing
46 changed files
with
4,963 additions
and
4,128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
msvc { | ||
# -MD becomes -MT, -MDd becomes -MTd | ||
QMAKE_CFLAGS ~= s,^-MD(d?)$, -MT\1,g | ||
QMAKE_CXXFLAGS ~= s,^-MD(d?)$, -MT\1,g | ||
QMAKE_CFLAGS ~= s,^-MD(d?)$,-MT\1,g | ||
QMAKE_CXXFLAGS ~= s,^-MD(d?)$,-MT\1,g | ||
} else: mingw { | ||
QMAKE_LFLAGS += -static | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
"Description": "The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.", | ||
"Homepage": "http://www.pcre.org/", | ||
"Version": "10.31", | ||
"Version": "10.32", | ||
"DownloadLocation": "https://ftp.pcre.org/pub/pcre/pcre2-10.31.tar.bz2", | ||
"License": "BSD 3-clause \"New\" or \"Revised\" License", | ||
"LicenseId": "BSD-3-Clause", | ||
|
@@ -26,12 +26,12 @@ Copyright (c) 2013-2013 Tilera Corporation ([email protected])" | |
"Path": "src/sljit", | ||
"Description": "The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.", | ||
"Homepage": "http://www.pcre.org/", | ||
"Version": "10.31", | ||
"Version": "10.32", | ||
"DownloadLocation": "https://ftp.pcre.org/pub/pcre/pcre2-10.31.tar.bz2", | ||
"License": "BSD 2-clause \"Simplified\" License", | ||
"LicenseId": "BSD-2-Clause", | ||
"LicenseFile": "LICENCE-SLJIT", | ||
"Copyright": "Copyright (c) Zoltan Herczeg | ||
Copyright 2013-2013 Tilera Corporation([email protected])" | ||
} | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.