* [libigl] update to 2.4.0
* update version
* update option and fix build error
* update version
* update patch
* update version
* update patch
* version
* use hunter eigen
* version
* use hunter dep
* vdb
* added a patch for updating the hunter version to the last available: resolves an issue when it was impossible to compile project on windows systems with MSVC 193+
* Update version database
* modified port version
* changed port version
* Update version database
* fix mpfr usage
* del version
* update version
* fixed wrong embree dependecy definition
* updated version
* removed not existing hunter packages
* formatted json
* updated version
* disabled hunter functionality completely. dependencies over vcpkg
* updated version
* fix typo, formatting
* updated version
* embree version
* updated versions/l-/libigl.json
* fixed gmp & mpfr linkage
* cleaned up the path file
* updated version
* patch cleanup, Eigen3 typo
* update version
* fixed dependend library naming, added static build capability
* updated version
* added tetgen, comiso and triangle as options
* autoformatted json
* updated version
* forgot options variable
* update version
* unused variables
* update version
* added upstream fix for static builds
* updated version
---------
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: Frank <1433351828@qq.com>
Co-authored-by: Dimitrii Nikolaev <nikolaev@ift.at>
* Update concurrencpp to 0.1.6
* Update CI baseline
* Enable shared builds
https://github.com/David-Haim/concurrencpp/issues/75 has been fixed.
* Update CI baseline
---------
Co-authored-by: chausner <chausner@users.noreply.github.com>
* Add libtar port
* Update ports/libtar/portfile.cmake
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
---------
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* Updating the files.
* Updating the version file's info.
* Updating the version file's info.
* Updating version file.
* Updating version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Update ports/jsonifier/portfile.cmake
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Update ports/jsonifier/vcpkg.json
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
* Updating the version file.
---------
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* [sdl2-mixer] Update features behaviour.
- Reword feature description.
- Disable FLAC and MP3 support when libflac and mpg123 are not selected.
- Make libvorbis a dependency instead of a feature.
Unlike the FLAC/MP3 backends, the vorbis backend cannot be disabled.
* [sdl2-mixer] Remove alternative midi features.
The priority for MIDI backends is: fluidsynth > timidity > nativemidi.
- Turn off implicitely enabled timidity backend which shadows the
nativemidi backend.
- Remove nativemidi as it offers the same functionalities as fluidsynth
but is not available outside of Windows and Apple platforms. Moreover it
may give the false impression that MIDI is supported out of the box
* [sdl2-mixer] Use targets provided by dependencies.
This allows the dependencies to inform the sdl2-mixer about their usage
requirements, making it much easier to statically link the library.
* [sdl2-mixer] FluidSynth now requires pkg-config.
Since 2.3.1#1 FluidSynth's CMake config required pkg-config to find its
dependencies.
* [sdl2-mixer] UWP builds should work again.
* [sdl2-mixer] Update baseline.
* [sdl2-mixer] Add back a dummy libvorbis feature.
This is to keep compatibility with downstream users.
* [sdl2-mixer] Update version.
* [sdl2-mixer] Remove the dummy libvorbis feature.
Since vcpkg tool version 2023-02-16, this is no longer needed.
* [sdl2-mixer] Update version.
---------
Co-authored-by: Monica <v-liumonica@microsoft.com>