-
Notifications
You must be signed in to change notification settings - Fork 60
Self-contained dependencies #427
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
Draft
dacuster
wants to merge
109
commits into
develop
Choose a base branch
from
feature/includeDependencies
base: develop
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.
Draft
Conversation
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
Fixed Boost system component include for older versions of Boost Disabled deprecated Boost functionality
Combined static and shared MSCL libraries into a single config based on the BUILD_SHARED_LIBS option Simplified packing configuration Cleaned up documentation configuration Updated Natural Docs to the latest version Removed most custom stying to avoid issues with Natural Docs' new themes Updated release script for new documentation packaging
Fixed linker error Updated the Turtle library download link to GitHub
Output is not integrated into CI/CD pipeline yet
Updated vcpkg to fix OpenSSL linker issues
All projects that use the MSCL library for linking now depends on it
Allows easier usage across all bindings
Added support for binding multiple versions of Python at the same time using vcpkg Fixed a Swig compiler issue with nested structs for Python
Fixed the packaging naming Cleaned up the configurations for bindings Updated all the target names for consistency "MSCL-<TYPE>" Fixed dependencies for all targets to depend on the C++ library
Created utility CMake files where needed Removed all old project configurations Examples are not worked on yet
Setup CMake export target for C++ library Added better support for Windows packaging Updated Jenkinsfile for easier CI/CD integration Added dedicated "All" targets for Python and Docs
Fixed CMake configure source directory Fixed CMake variable syntax issue for Linux builds on Jenkins
Linking to the MSCL unmanaged library isn't required for building
Added environment variables for system checks
Moved Python installs to common _deps directory Set the Swig output directory to be the same as the build directory
Removed Python2 from CI/CD
Added CMake targets to run Python examples Combined all Python scripts per example into single script
Fixed escaped quotes for Docker commands
Removed unused files/scripts
Fixed OpenSSL find package Replaced static Windows dependencies with regular static instead of MD Moved MSCL options into module file for use in external projects Removed unused header include from file
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.
Improved overall project structure
Improved packaging
Improved CI/CD pipeline
Added vcpkg and dependency downloading to keep the project self-contained
Added test output to CI/CD
Cleaned up example projects