| Age | Commit message (Collapse) | Author |
|
[miniupnpc] initial port of miniupnpc
|
|
Use remove_if instead of partition when filtering containers.
|
|
|
|
[libuv] Update to version 1.24.0 and fix build on Linux/FreeBSD.
|
|
|
|
[vxl] Update to VXL v1.18.0
|
|
|
|
[cli11] Initial port
|
|
[tiff] tiff: Version 4.0.10
|
|
erase function which is slower than just using remove_if.
remove_if is already stable, so separate stable and unstable versions are unnecessary.
https://iterator.wordpress.com/2016/01/31/algorithms_0/
Unstable remove_if algorithms are possible that might win, as indicated in that article; but plain remove_if provides the most consistent behavior.
|
|
|
|
|
|
|
|
* [Vulkan] Add a vulkan port based on the cuda port
* Add VULKAN_SDK env variable to whitelist
* * Added some additional diagnostic information
* Corrected if NOT exists statement
|
|
* New package: cutelyst2
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
* [cutelyst2] Rearrange files; prefer ninja.
|
|
* Update google-cloud-cpp to 0.3.0.
A new release of google-cloud-cpp, with some improvements in packaging
that simplified the port files.
* [google-cloud-cpp] Fix OSX builds
|
|
[cub] Initial port
|
|
Add port for so_5_extra
|
|
[tl-optional] Add port
|
|
instead of WIN32
|
|
dev/roschuma/4711
|
|
* [prometheus-cpp] Initial port
Closes: jupp0r/prometheus-cpp#130
* [civetweb] Initial port
* [prometheus-cpp][civetweb] Cleanup. Update to 0.6.0.
|
|
Remove tools of debug configuration. (<triplet>/debug/tools/qhull)
It is unnecessary.
|
|
* [gtest] Update to version 1.8.1
* [gtest] Fix typo in cmake adjustment code. Revert usage to follow CMake official guidelines.
|
|
[glad] inital port
|
|
|
|
|
|
|
|
|
|
|
|
Update vxl port to VXL v1.18.0.
|
|
|
|
|
|
|
|
* [sdl2] Update to SDL2 2.0.9
* [sdl2] Fix x86-windows and fix uwp patch
|
|
* make user wide integration not burn everything if LLVM is used as a toolset.
(e.g. cmake -G "VS" -TLLVM fails to even find compiler due to linker issues)
fixes #4359 but might have side effects for that toolset.
(e.g. not automatically adding dependencies)
* remove whitespaces
* [vcpkg-integrate] Conform to MSBuild conventions for comparisons
|
|
|
|
* [bzip2] Fix tools install directory
Change to install tools in port name directory. (vcpkg/installed/<triplet>/tools/bzip2)
* [bzip2] Modernize and bump control version
|
|
timezones
|
|
* [pixel] v0.3
- installs debug library as `libpixeld.a`
* [pixel] bump CONTROL version
|
|
|
|
Fix find lz4 library of debug configuration.
|
|
Update PCL port to PCL 1.9.0.
|
|
|
|
* Update libpng cmake wrapper for dynamic libraries
* [libpng] Bump control version
* [libgd] Fix parallel source directory writes
|
|
|
|
* [portaudio] Enable debug output.
This is enabled by default in the original MSVC project in the PortAudio
distribution, but not in their CMake build. This commit fixes the
regression.
I don't think there are any performance concerns with this, as PortAudio
(AFAICT) does not log from performance-critical code.
Note that this change might still be somewhat controversial, because
PortAudio will by default dump its debug output directly to stderr,
which is not particularly nice. However, the alternative is not having
any way for end users to troubleshoot PortAudio issues at all, which
IMHO is worse. Applications can always call
`PaUtil_SetDebugPrintFunction()` to redirect the output away from
stderr, and I encourage them to do so.
* [portaudio] Bump control version
|
|
* Fix CMakeConfig
* [cgal] Bump control version
|
|
* [entt] Update to version 2.7.3
[entt] Support cmake targets
* [entt] Fix non-windows cmake targets
|
|
* + added support for dascandy/pixel
* [pixel] Cleanup comments
* [SDL2] Add SDL2::SDL2{,-static} wrapper
* [pixel] update to v0.2
- fixes linking problem against SDL2
* [pixel] Bump control version
|