]> git.lyx.org Git - lyx.git/commit
Mingw-w64 build fixes for long long
authorGeorg Baum <baum@lyx.org>
Thu, 5 May 2016 11:05:12 +0000 (13:05 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:43 +0000 (17:55 -0400)
commitd5f2bad461dc3fc783cbb1e1b205fa5c6543f8e7
tree13d400d1bcc613d8fbe1d5ad895be94033234a57
parente07a01a3c344dd5a0f5082e0ec81e97399894876
Mingw-w64 build fixes for long long

On mingw-w64, long long (64bit wide) is larger than long (32bit wide).
Therefore we need some more specializations for string, docstring,
otextstream and << overloaded ostream functions. The configuration code
is by me, the source code changes by Shankar Giri Venkita Giri (bug 10053).
12 files changed:
configure.ac
development/cmake/ConfigureChecks.cmake
development/cmake/configCompiler.h.cmake
development/cmake/configCompiler.h.msvc
src/support/convert.cpp
src/support/convert.h
src/support/debug.cpp
src/support/debug.h
src/support/docstring.cpp
src/support/lstrings.cpp
src/support/lstrings.h
src/texstream.cpp