office-gobmx/onlineupdate
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
..
source Fix typos 2016-04-30 15:06:45 +00:00
Executable_mar.mk Revert "tdf#98602 Duplicate code in onlineupdate/" 2016-03-14 10:31:13 +01:00
Executable_updater.mk Handle wchar_t as native C++11 type on windows 2016-05-03 19:26:06 +00:00
Makefile
Module_onlineupdate.mk Revert "tdf#98602 Duplicate code in onlineupdate/" 2016-03-14 10:31:13 +01:00
README online update: Remove unneeded files. 2015-07-03 13:49:20 +02:00

Online update implementation based on Mozilla's MAR format + update mechanism

Parts of this code are copied from the mozilla repository, and adapted to
LibreOffice needs:

firefox/modules/libmar -> onlineupdate/source/libmar
firefox/toolkit/mozapps/update -> onlineupdate/source/update