-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fix windows support #29
Merged
Merged
Conversation
This file contains 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
Manu343726
force-pushed
the
fix-windows-support
branch
from
June 1, 2016 18:18
0803d82
to
71cda21
Compare
Manu343726
force-pushed
the
fix-windows-support
branch
3 times, most recently
from
July 2, 2016 22:43
3cdc450
to
4f33584
Compare
Manu343726
force-pushed
the
fix-windows-support
branch
2 times, most recently
from
July 3, 2016 11:17
fc48962
to
8507d00
Compare
Manu343726
force-pushed
the
fix-windows-support
branch
from
July 10, 2016 22:27
0f47d61
to
cd1b2d4
Compare
Manu343726
force-pushed
the
master
branch
19 times, most recently
from
July 15, 2016 07:22
3e5e6f0
to
771a2c7
Compare
Manu343726
force-pushed
the
fix-windows-support
branch
from
July 27, 2016 15:53
d932741
to
a556f25
Compare
This commit also adds an option to use system installed SFML libraries instead of building them from sources
- CMake functions to get target include directories and other target properties are refactored to rely in a common get_target_dependencies() function that takes the full (recursive) list of target dependencies (Targets, binaries, etc). - New functions about target properties and deps: Gettings target binary dependencies (for example, the list of dlls the target depends on).
Now the target metadata JSON file is generated at build time so it has the LOCATION key pointing to the right target runtime location (Regardless you change he build type in VS IDE etc)
This commit introduces special handling of variadic templates so MSVC non-compliant shit correctly resolves calls to the right base cases. This also implied splitting the cpp::foreach() utility function into two functions cpp::foreach() (for variadic packs) and cpp::foreach_type<Ts...>() (For types).
The function just asked for target dependencies include dirs, missing the include dirs of the target itself.
Manu343726
force-pushed
the
fix-windows-support
branch
2 times, most recently
from
August 7, 2016 23:10
6be3f01
to
3e345af
Compare
Manu343726
force-pushed
the
fix-windows-support
branch
from
August 7, 2016 23:41
3e345af
to
e70b6be
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.