forked from electronicarts/CnC_Generals_Zero_Hour
-
Notifications
You must be signed in to change notification settings - Fork 125
[ZH] Fix compilation using MinGW #547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
zzambers
wants to merge
32
commits into
TheSuperHackers:main
Choose a base branch
from
zzambers:mingw-fixes-zh
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
6b5f516
[ZH] Basic preprocessor fixes
zzambers 176f1ce
[ZH] Replacements of _int64 with __int64
zzambers 5ec2ac7
[ZH] Introdution of CPP_11 macro for code requiring c++11 or higher
zzambers 43c49b2
[ZH] Forward enum declacrations portability fix
zzambers d89f254
[ZH] Fix of missing forward declarations
zzambers 3c05bd8
[ZH] Fix of missing includes
zzambers 1a37f94
[ZH] Fix of accesses to parent class members
zzambers 3d4c893
[ZH] Fixes of template specializations
zzambers 32c2234
[ZH] Removal of static keyword for enums
zzambers eaf937e
[ZH] Fixed boolean redefinition
zzambers f5e72d9
[ZH] Fix of non-static declarations with static definitions
zzambers 862b45d
[ZH] Fix of function pointer catsts to void*
zzambers 337a01d
[ZH] Fix of direct constructor calls
zzambers d8fb831
[ZH] Fix of unsigned values in signed arrays
zzambers be8d67b
[ZH] COM related fixes
zzambers 11928ee
[ZH] Fixes of test main methods
zzambers 95e8064
[ZH] Fix to do stack trace only when support is enabled
zzambers ed1a5dd
[ZH] Fix of unsigned short casts
zzambers 6e6fad4
[ZH] typename fixes
zzambers 81f4234
[ZH] Fix of virtual method declarations
zzambers 4cb8d7c
[ZH] Fix of sizeof operators
zzambers 1073855
[ZH] Fix of forgotten BitTest macro usage
zzambers ef1d840
[ZH] Fix making use of proper MouseButtonState constants
zzambers cd6be77
[ZH] Fix to avoid unsupported __try and __except on GCC
zzambers 9edf0f4
[ZH] Fix to avoid VS specific new operators on GCC
zzambers 63ec6dd
[ZH] Fix of loop counter scope
zzambers aa30755
[ZH] Fix of calls with excess argument
zzambers 23a34a9
[ZH] Removal of duplicit strtrim
zzambers b117146
[ZH] Fix of strtok_r redefinition on mingw
zzambers feba1d3
[ZH] Use feature testing macros for std::atomic_flag::{wait,notify_one}
zzambers c5cc49c
[ZH] Fixes to intrin_compat.h
zzambers ff2197f
[ZH] Rest of asm code made VC only
zzambers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps put that closer to one of the other Mesh classes above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I can do that