[Commits] [wesnoth/wesnoth] bc3147: vc build update
GitHub
noreply at github.com
Sun Nov 30 17:33:06 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: bc314751d5ebb3f7b90eecaf52ebf987b505b5fa
https://github.com/wesnoth/wesnoth/commit/bc314751d5ebb3f7b90eecaf52ebf987b505b5fa
Author: anonymissimus <anonymissimus at arcor.de>
Date: 2014-11-30 (Sun, 30 Nov 2014)
Changed paths:
M projectfiles/VC9/wesnoth.vcproj
M projectfiles/VC9/wesnothd.vcproj
M projectfiles/VC9/wesnothlib.vcproj
Log Message:
-----------
vc build update
Commit: 3f3687388f7ee528931de15a25a0b5acb4697561
https://github.com/wesnoth/wesnoth/commit/3f3687388f7ee528931de15a25a0b5acb4697561
Author: anonymissimus <anonymissimus at arcor.de>
Date: 2014-11-30 (Sun, 30 Nov 2014)
Changed paths:
M src/filesystem_boost.cpp
Log Message:
-----------
replace typedef'ed type uintmax_t by its long form unsigned long long
It seems this type is not yet available in MSVC9, only in later versions.
Commit: 69394df46ba49178d0e0d31d3311aab3f9cbc28a
https://github.com/wesnoth/wesnoth/commit/69394df46ba49178d0e0d31d3311aab3f9cbc28a
Author: anonymissimus <anonymissimus at arcor.de>
Date: 2014-11-30 (Sun, 30 Nov 2014)
Changed paths:
M src/filesystem_boost.cpp
Log Message:
-----------
add and use constructor (instead of assignment)
This fixes a MSVC warning about "cannot instantiate
customcodecvt_do_conversion_writer".
Commit: a284ae892d1fc5e03dd48f171ef187d1ac12c2dd
https://github.com/wesnoth/wesnoth/commit/a284ae892d1fc5e03dd48f171ef187d1ac12c2dd
Author: anonymissimus <anonymissimus at arcor.de>
Date: 2014-11-30 (Sun, 30 Nov 2014)
Changed paths:
M src/saved_game.cpp
M src/scripting/game_lua_kernel.cpp
M src/tod_manager.cpp
Log Message:
-----------
make included boost headers more specific
This works around a compile problem in MSVC9.
(some conflict in those boost headers ?)
Compare: https://github.com/wesnoth/wesnoth/compare/2266042b67aa...a284ae892d1f
More information about the Commits
mailing list