| Age | Commit message (Collapse) | Author |
|
* [ompl] Add new port
Add new port for the https://github.com/ompl/ompl library
* [ompl] Disable extra components
* [ompl] Disable buggy CMake test
|
|
* sobjectizer-v5.5.24 and so5extra-v1.2.2
* sobjectizer updated to v.5.5.24.1
* sobjectizer updated to v.5.5.24.2
|
|
* added remove debug/share
* removed explicit OFF for framework option
* use VCPKG_LIBRARY_LINKAGE to define if using ASSIMP_BUILD_SHARED_LIBS
|
|
* [lest] Add lest v1.34.0
* [lest] Add lest v1.34.1
To support vcpkg installations, examples now specify folder 'lest' in the include directives, like: #include "lest/lest.hpp".
* fix: update hash for lest
|
|
|
|
* [doctest] update to 2.2.3, export cmake config
* [doctest] do not build tests
|
|
* [sdl2-mixer] Fix libFLAC capitalization
* [sdl2-mixer] Only build native_midi on Windows
* [sdl2-mixer] Slight modernization; bump control version
|
|
patching (#5370)
|
|
|
|
One patch down, accepted by upstream.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* [tiff]: disable libwebp support.
Since version 4.0.10, libtiff supports optional compression modes using
either libweb or zstd.
When libtiff is built, and libwebp and/or zstd are found anywhere on the
system, these modes will be enabled. However, the respective libraries
are not added as link targets, so this will result in linker errors for
any unsuspecting project using libtiff.
Since zstd support was already disabled by a previous commit, I have
also simply disabled libwebp support to fix this issue.
A more proper fix might be to add both libwebp and zstd as required
libtiff dependencies, and to patch libtiff's CMakeLists.txt, such that
these libraries are properly linked to. However, it is currently very
unlikely to encounter TIFF images in the wild compressed using either
of these methods, so the effect of disabling support may not be
noticeable at all.
* [tiff] Change CONTROL version
|
|
|
|
|
|
In this version we can disable the unit and integration tests, though it
still tries to find `googletest` so we cannot remove the dependency just
yet.
|
|
* [detours] new port
* [detours] Use PATCHES parameter instead of vcpkg_apply_patches function
|
|
* [wip] fix DLL install on Windows
* change patchfile encoding to UTF-8
|
|
* Add tbb feature support to rocksdb to enable CLOCK algorithm
* Use RocksDB master branch.
* Undid RocksDB head requirement.
* fix: remove unnecessary FindTbb.cmake
|
|
* [collada-dom] Initial collada-dom port
* [osg] Add Collada file support
|
|
|
|
* [corrade] Update to v2019.01
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum] Update to v2019.01, remove shapes and glutapplication features
These features were deprecated in earlier versions and now removed.
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-(extras,plugins,integration)] Update to v2019.01, add imgui feat.
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum] Improve dependencies to corrade
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Add faad2audioimporter
- faad2 is currently not in vcpkg, hence commented out
- The commented out empty line is required to have vcpkg parse the file
without issues
Signed-off-by: Squareys <squareys@googlemail.com>
|
|
* [ampl-mp] Add new port
This port aims for solver development, so it does not build any
existing solver modules.
The shared library build is disabled for now because it has some
problem on Windows.
closes: #4491
* [ampl-mp] Disable MATLAB MEX support
|
|
Return type of _NSGetExecutablePath is int rather than bool [1],
causing a warning on Apple.
[1] https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/dyld.3.html
|
|
|
|
* [cppgraphqlgen] Update to v2.0.0
* [cppgraphqlgen] Pick up bug fix v2.0.1
* [cppgraphqlgen] Pick up bug fix v2.0.2
|
|
|
|
|
|
|
|
* fix library exports for iconv on macOS, add Threads dependency for cairo, add the iconv, intl and Threads dependencies to harfbuzz
* updated portfile from harfbuzz fix
* fix indenting and order
* fix portfile
* [gettext] Add unofficial-gettext targets
* [gettext] Fixup for Linux
|
|
* [mongo-cxx-driver] Update to 3.2.0 and add cmake targets
* [mongo-cxx-driver] Replace cmake config files to support debug binaries
|
|
* Check if license exists in root of VULKAN_DIR, otherwise try one directory higher
* [vulkan] Bump control version
|
|
This is so that you can derive a class from things like `rocksdb::AssociativeMergeOperator`. Perhaps a more "correct" patch would be to see if rtti is enabled for other builds, and enable it here, though it's not clear to me if that's feasible, so I'm suggesting this.
|
|
* Fix fix-lz4.patch.
* Switch base to v3.3.3 for fix-lz4.patch.
|
|
* feat(rang): add port for rang
* feat(fann): add port for fann
* fix(fann): revert to dynamic if statically linked
|
|
* [tinyfiledialogs] export cmake config
* [tinyfiledialogs] upgrade to 3.3.8
|
|
|
|
|
|
|
|
|
|
|
|
* add support for building hyperscan
* patch hyperscan to work with latest boost
* correct hyperscan source dir name
* speed the build by depending on only the parts of boost we actually need
* make python3 support release-only builds
* upgrade to hyperscan 5.1.0
* remove redundant disambiguate patch
* Add comments about how to build
* restore original x64-windows-static.cmake
* [hyperscan] Check linkage
* [python3] Allow DLLs without LIBs
* [hyperscan] Only static library
* [python3] Revert changes that cause regression in boost-python
* [python3] Revert changes that cause regression in boost-python
|
|
|
|
* Warn when unable to determine target architecture instead of error
* Make the warning not appear multiple times
* fix multiple warnings for real
|
|
|
|
|