Branch: refs/heads/master
Home: https://github.com/Warzone2100/warzone2100
Commit: c8a514713e172ebe5d7d7a67559ebb342cd17640
https://github.com/Warzone2100/warzone2100/commit/c8a514713e172ebe5d7d7a67559ebb342cd17640
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M lib/exceptionhandler/3rdparty/StackWalker.cpp
M lib/exceptionhandler/3rdparty/StackWalker.h
M lib/exceptionhandler/CMakeLists.txt
Log Message:
-----------
Mingw-w64/Clang compat: StackWalker
Commit: 6f35d54249d096ae823d8b3b468fa393a6170ead
https://github.com/Warzone2100/warzone2100/commit/6f35d54249d096ae823d8b3b468fa393a6170ead
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M lib/exceptionhandler/dumpinfo.cpp
M lib/exceptionhandler/exceptionhandler.cpp
M lib/exceptionhandler/exchndl_win.cpp
Log Message:
-----------
Mingw-w64/Clang compat: lib/exceptionhandler
Commit: 867c0e472b1a83ae714d60e181f25dad5ff21d0e
https://github.com/Warzone2100/warzone2100/commit/867c0e472b1a83ae714d60e181f25dad5ff21d0e
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M lib/framework/debug.h
M lib/framework/i18n.cpp
M lib/framework/wzglobal.h
Log Message:
-----------
Mingw-w64/Clang compat: lib/framework
Commit: 215f146c8515c9c1c7a1f790986390eab443d8a0
https://github.com/Warzone2100/warzone2100/commit/215f146c8515c9c1c7a1f790986390eab443d8a0
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M lib/netplay/netplay.cpp
M lib/netplay/netsocket.cpp
Log Message:
-----------
Mingw-w64/Clang compat: lib/netplay
Commit: 97b2e5a11714b7c8ad77384900c5aabd46e895bb
https://github.com/Warzone2100/warzone2100/commit/97b2e5a11714b7c8ad77384900c5aabd46e895bb
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M src/multistat.cpp
M src/multistat.h
Log Message:
-----------
multistat.h: Use json_fwd header
Commit: c31c7faf1be79d0636909a6c9178e1d00501d59e
https://github.com/Warzone2100/warzone2100/commit/c31c7faf1be79d0636909a6c9178e1d00501d59e
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M lib/sound/playlist.cpp
M lib/widget/jsontable.h
M src/notifications.cpp
M src/updatemanager.cpp
Log Message:
-----------
Mingw-w64/Clang compat: json.hpp includes
Commit: cddae7ce9814f3b891f67e18839b3e061d800caf
https://github.com/Warzone2100/warzone2100/commit/cddae7ce9814f3b891f67e18839b3e061d800caf
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M src/wzscriptdebug.cpp
Log Message:
-----------
Mingw-w64/Clang compat: Workaround libintl collision with glm string_cast.hpp
Commit: c1360db390981f734ca871d96f39db57803b8023
https://github.com/Warzone2100/warzone2100/commit/c1360db390981f734ca871d96f39db57803b8023
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M lib/wzmaplib/src/map_io.cpp
Log Message:
-----------
Mingw-w64/Clang compat: lib/wzmaplib
Commit: a1db38aa2e9c08edb1fc5fcf7524f441677c8e2a
https://github.com/Warzone2100/warzone2100/commit/a1db38aa2e9c08edb1fc5fcf7524f441677c8e2a
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M lib/sdl/main_sdl.cpp
M lib/sound/oggvorbis.cpp
M src/clparse.cpp
M src/main.cpp
M src/urlhelpers.cpp
Log Message:
-----------
Mingw-w64/Clang compat: Various other misc compilation fixes
Commit: ed0e155f761ac4f3083a82bae299b75eb67f21f0
https://github.com/Warzone2100/warzone2100/commit/ed0e155f761ac4f3083a82bae299b75eb67f21f0
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
[CMake] Mingw-w64/Clang: Generate PDB
Commit: 18b1c6fd95bcf76bfe1dec434f4902a68d88c213
https://github.com/Warzone2100/warzone2100/commit/18b1c6fd95bcf76bfe1dec434f4902a68d88c213
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
[CMake] Mingw: Do not enable fstack-clash-protection
Commit: d3de75431377a06211918e7198aa84e9c40a2b52
https://github.com/Warzone2100/warzone2100/commit/d3de75431377a06211918e7198aa84e9c40a2b52
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M cmake/AddTargetLinkFlagsIfSupported.cmake
Log Message:
-----------
[CMake] AddTargetLinkFlagsIfSupported: Better support for CMake >= 3.14
Use CMAKE_REQUIRED_LINK_OPTIONS when available to avoid issues using
CMAKE_REQUIRED_FLAGS.
Commit: 98a00691f0ebc7c18dd641fbb87f8416c7a0a319
https://github.com/Warzone2100/warzone2100/commit/98a00691f0ebc7c18dd641fbb87f8416c7a0a319
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M lib/netplay/CMakeLists.txt
Log Message:
-----------
[CMake] netplay: Tweak thread library linking
Commit: 89bebc9ce57ed4bc82d6a12ed40a0c87fb7a6ece
https://github.com/Warzone2100/warzone2100/commit/89bebc9ce57ed4bc82d6a12ed40a0c87fb7a6ece
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M src/CMakeLists.txt
Log Message:
-----------
[CMake] Additional hardening / linker flags for mingw
Commit: 10ec0985ee0c9b731d9897b34bf70598be54c8f7
https://github.com/Warzone2100/warzone2100/commit/10ec0985ee0c9b731d9897b34bf70598be54c8f7
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
A cmake/CheckCXXStdThread.cmake
Log Message:
-----------
[CMake] Add CheckCXXStdThread
Commit: e5a85f49e970e3ef28fd4ae9a1e695154b2ec1f9
https://github.com/Warzone2100/warzone2100/commit/e5a85f49e970e3ef28fd4ae9a1e695154b2ec1f9
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M CMakeLists.txt
M src/config.h.in
Log Message:
-----------
[CMake] Check for std::thread (mingw may not provide it)
Commit: 287e583d3f18b079df1d004346f8d29cb46d9a30
https://github.com/Warzone2100/warzone2100/commit/287e583d3f18b079df1d004346f8d29cb46d9a30
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M lib/framework/wzapp.h
Log Message:
-----------
wzapp.h: Check HAVE_STD_THREAD
Commit: 5dce1b2e2fb2df3b07a129bcccc3e2b7ef6066bc
https://github.com/Warzone2100/warzone2100/commit/5dce1b2e2fb2df3b07a129bcccc3e2b7ef6066bc
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M 3rdparty/quickjs/CMakeLists.txt
R 3rdparty/quickjs/VERSION
A 3rdparty/quickjs/VERSION.txt
M 3rdparty/quickjs/patches/apply_quickjs_patches.cmake
Log Message:
-----------
QuickJS Patch: Rename VERSION to VERSION.txt
Avoid potential C++ include conflict with "#include <version>" on
case-insensitive filesystems.
Commit: 03be40ca8e51f38d823fdfeae66fc43dbf49afa2
https://github.com/Warzone2100/warzone2100/commit/03be40ca8e51f38d823fdfeae66fc43dbf49afa2
Author: past-due <[email protected]>
Date: 2021-05-22 (Sat, 22 May 2021)
Changed paths:
M 3rdparty/miniupnp
Log Message:
-----------
Update miniupnpc to 2.2.2+ (latest)
Compare:
https://github.com/Warzone2100/warzone2100/compare/53efc73af592...03be40ca8e51
_______________________________________________
Warzone2100-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits