[Commits] [wesnoth/wesnoth] 4a9978: Fix OpenMP compilation
GitHub
noreply at github.com
Fri Jun 20 09:38:23 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 4a997873485a6be4b511ea11241ec0349c8410fc
https://github.com/wesnoth/wesnoth/commit/4a997873485a6be4b511ea11241ec0349c8410fc
Author: aquileia <sk.aquileia at gmail.com>
Date: 2014-06-20 (Fri, 20 Jun 2014)
Changed paths:
M src/display.cpp
Log Message:
-----------
Fix OpenMP compilation
Delete a #pragma that tries to paralellize a BOOST_FOREACH loop. This
doesn't work as boost inserts lines before the for, thus hindering the
compiler to find the 'for'.
Commit: 9f92dacabb1702239eb3f20960a5e67969da1b08
https://github.com/wesnoth/wesnoth/commit/9f92dacabb1702239eb3f20960a5e67969da1b08
Author: aquileia <sk.aquileia at gmail.com>
Date: 2014-06-20 (Fri, 20 Jun 2014)
Changed paths:
M projectfiles/VC9/wesnoth.vcproj
Log Message:
-----------
Fix VC project files
Commit: fb63278540d901ae3653a06485ed6813d3f6fc72
https://github.com/wesnoth/wesnoth/commit/fb63278540d901ae3653a06485ed6813d3f6fc72
Author: Alexander van Gessel <AI0867 at gmail.com>
Date: 2014-06-20 (Fri, 20 Jun 2014)
Changed paths:
M projectfiles/VC9/wesnoth.vcproj
M src/display.cpp
Log Message:
-----------
Merge pull request #207 from aquileia/VC_update
Fix VC and OpenMP build
Compare: https://github.com/wesnoth/wesnoth/compare/9cdb9cd321ed...fb63278540d9
More information about the Commits
mailing list