Skip to content

Conversation

@dacuster
Copy link
Contributor

@dacuster dacuster commented Dec 9, 2025

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

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
Removed deprecated CMake commands
Fixed the installation step for each component
Fixed the MSVC runtime library setting to link properly
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
robbiefish and others added 26 commits December 4, 2025 08:36
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
@dacuster dacuster requested a review from robbiefish December 9, 2025 16:55
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants