-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
MSVC fixes #4000
Merged
MSVC fixes #4000
Commits on Oct 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 142f0f2 - Browse repository at this point
Copy the full SHA 142f0f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d4bba9 - Browse repository at this point
Copy the full SHA 5d4bba9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f123b82 - Browse repository at this point
Copy the full SHA f123b82View commit details -
Configuration menu - View commit details
-
Copy full SHA for d32b373 - Browse repository at this point
Copy the full SHA d32b373View commit details -
Use CMAKE_CXX_STANDARD as a portable way of setting C++11
Fixes MSVC warnings "unknown option -std=c++11"
Configuration menu - View commit details
-
Copy full SHA for 8ed6295 - Browse repository at this point
Copy the full SHA 8ed6295View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2af8ae - Browse repository at this point
Copy the full SHA c2af8aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ae1bde - Browse repository at this point
Copy the full SHA 9ae1bdeView commit details
Commits on Nov 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ba2ed12 - Browse repository at this point
Copy the full SHA ba2ed12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d20623 - Browse repository at this point
Copy the full SHA 3d20623View commit details -
* CMake * Compiler flags fixes * Don't strip * Fix default template argument errors * Fix VLAs. MSVC doesn't support C99, so Variable-Length-Arrays are not available. Use QVarLengthArray instead.
Configuration menu - View commit details
-
Copy full SHA for 6224e5e - Browse repository at this point
Copy the full SHA 6224e5eView commit details -
MSVC: Fix plugins not loading with debug builds
The "d" suffix used in debug builds breaks plugin loading because LMMS expects to find a descriptor named e.g. "kickerd_plugin_descriptor" instead of "kicker_plugin_descriptor" when discovering a plugin with the filename "kickerd.dll".
Configuration menu - View commit details
-
Copy full SHA for 95c0538 - Browse repository at this point
Copy the full SHA 95c0538View commit details -
MSVC: Show compiler version in AboutDialog
Make AboutDialog support MSVC compiler info so we can use a screenshot of it to brag with on #devtalk
Configuration menu - View commit details
-
Copy full SHA for 313d43b - Browse repository at this point
Copy the full SHA 313d43bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8527088 - Browse repository at this point
Copy the full SHA 8527088View commit details -
Merge branch 'master' into fix/msvc
# Conflicts: # plugins/LadspaEffect/CMakeLists.txt # plugins/Xpressive/Xpressive.cpp # plugins/opl2/CMakeLists.txt # plugins/papu/CMakeLists.txt # plugins/xpressive/CMakeLists.txt # src/CMakeLists.txt
Configuration menu - View commit details
-
Copy full SHA for 8f3ab4b - Browse repository at this point
Copy the full SHA 8f3ab4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1531fb9 - Browse repository at this point
Copy the full SHA 1531fb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c9a1bb - Browse repository at this point
Copy the full SHA 3c9a1bbView commit details
Commits on Nov 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7fdbcc3 - Browse repository at this point
Copy the full SHA 7fdbcc3View commit details
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.