office-gobmx/external
David Ostrovsky e16fa715c4 Handle wchar_t as native C++11 type on windows
The option /Zc:wchar_t- prevented to use wchar_t as a built-in type
according to the C++ standard. In Visual C++ 6.0 and earlier, wchar_t
was not implemented as a built-in type, but was declared in wchar.h as
a typedef for unsigned short. Now, years later after the end of life
this outdated toolchain, there is no reason not to use native type.

The only issue could be the ABI compatibility. But on a quick look at
least, it looks like none of the mangled C++ symbols in the stable URE
interface actually depend on wchar_t.

We forgot to get rid of /Zc:wchar_t- in 5.1. Do that for LibreOffice
5.2, though.

Change-Id: I8d6b380660859efa44c83c830734978d31d756a0
Reviewed-on: https://gerrit.libreoffice.org/22589
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-05-03 19:26:06 +00:00
..
accessories
apache-commons
apr
beanshell
bluez_bluetooth
boost
breakpad breakpad: fix module makefile 2016-03-31 23:59:38 +02:00
bzip2
cairo cairo: fix malformed conditionals, these should have empty "then" branch 2016-03-29 17:24:45 +02:00
clew opencl: better logging of devices and device selection 2016-04-22 11:27:05 +00:00
clucene
coinmp
collada2gltf
cppunit
ct2n
curl Handle wchar_t as native C++11 type on windows 2016-05-03 19:26:06 +00:00
epm
expat
firebird
fontconfig
freetype
glew glew: honor TMPDIR 2016-05-02 07:59:25 +00:00
glm
glyphy
graphite Fix up upgrade to graphite 1.3.8 2016-04-01 05:14:00 +00:00
harfbuzz
hsqldb
hunspell bump to hunspell 1.4.1 2016-05-03 09:06:23 +01:00
hyphen
icu Handle wchar_t as native C++11 type on windows 2016-05-03 19:26:06 +00:00
jfreereport
jpeg Avoid reserved identifier 2016-04-12 20:03:48 +02:00
jpeg-turbo
languagetool
lcms2 pass original CFLAGS 2016-04-22 14:54:57 +02:00
libabw
libatomic_ops
libcdr
libcmis Related tdf#98416 Libcmis: add a patch to fix Google Drive login 2016-05-02 10:57:40 +00:00
libebook
libeot
libetonyek
libexttextcat
libfreehand
libgltf
liblangtag
libmariadb
libmspub
libmwaw
libodfgen
liborcus
libpagemaker
libpng
librevenge
libvisio
libwpd
libwpg
libwps
libxml2
libxmlsec pass original CFLAGS 2016-04-22 14:32:07 +02:00
libxslt
lpsolve
mdds
mdnsresponder
mingw-externals
misc_extensions
more_fonts
msc-externals
mysqlcppconn
mythes
neon
nss switch off 'warning treated as error' in external/nss in Win32 2016-04-13 13:32:08 +00:00
opencollada
openldap pass original flags 2016-04-22 15:58:24 +02:00
openssl
owncloud-android-lib
poppler
postgresql
python3
python33
redland
rhino
sane
serf
twain
ucpp
unixODBC
xsltml
zlib
Makefile
Module_external.mk
README

External projects bundled with LibreOffice.