| Age | Commit message (Collapse) | Author |
|
* initial usd port
* [usd] Acquire python2 required to build
* Use copy instead of rename
Handle the source path and the package path being on different partitions.
|
|
* [libressl] add new port
* disable symlink of static libs
* [libressl] disable uwp and arm builds
|
|
|
|
|
|
* [g3log] Add new port (fix #5684, fix #5941)
* [g3log] Remove usage
* [g3log] Restore usage
* [g3log] Add UNIX support
* [g3log] Use vcpkg_install_cmake
* [g3log] Update to 2019-05-14
* [g3log] Update version number
|
|
* remove extra build step.
vcpkg_install_cmake should also build the target.
* Update CONTROL
|
|
* [glm] Remove all unnecessary build steps
* [glm] Fix header export
* [glm] Bump control to force rebuild
|
|
|
|
|
|
* removed unnecessary renaming.
CMake updated its module file for FindCURL. so the renaming is not required anymore.
* bump control
* fix curl in static builds
* fix gdal regression
* fix typo
* fixed alignment
* fix libideviceactivation regression
* fix idevicerestore regression
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* [gdcm]Update to v3.0.0 and rename to gdcm.
* [gdcm2]Add empty port "gdcm2" mapping to port gdcm
|
|
|
|
* [many ports] Updates 2019.05.08
* Undo changes for failure ports grpc libjpeg-turbo curl cartographer
* [guetzli] Patch to handle breaking changes in butteraugli
|
|
* added find_package for cpr on install
How to use:
find_package ( CPR REQUIRED )
if ( CPR_FOUND )
message ( STATUS "CPR_INCLUDE_DIRS = ${CPR_INCLUDE_DIRS}" )
message ( STATUS "CPR_LIBRARIES = ${CPR_LIBRARIES}" )
include_directories ( ${CPR_INCLUDE_DIRS} )
endif ( CPR_FOUND )
* [cpr] Provide config and targets files
|
|
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
|
|
|
|
|
|
|
|
Use jsonnet's cmake build system.
|
|
https://github.com/cbeck88/visit_struct
The motivation for this port is that we do not have to lock ourselves
with Boost.Fusion, or Boost.Hana, and can benefit from some downstream
projects such as Configuru at the same time.
|
|
|
|
* enable static builds for openjpeg
* bump control
* remove unnecessary code
|
|
* [x264] build with asm on x64 x86
* [x264] build with asm on x64 x86
* [x264] Use Linux-style line endings in patch file
|
|
|
|
|
|
|
|
* removed src folder rename instead a warning is issued if the path is too long
* Delete hdf5_config_mode_find_package.patch not used by portfile
|
|
|
|
|
|
* [freeimage] improve compatibility with other ports, using typedefs identical to other headers to avoid errors
* [libwebp] fixes for non-win32 systems
* [giflib] revert again #5578
* [freeglut] add missing wrapper for linux
|
|
* [many ports] Updates 2019.05.07
* Undo assimp and gdcm2 changes since they caused regressions
|
|
* update CONTROL files and version variable
* fix qt5 linkage in debug
* revert target_link_libraries to set_property
* revert mqtt to 5.12.1 since 5.12.3 is not released yet
* update mqtt to 5.12.3
* update hashes
* remove unnecessary patch
* fix qmldevtools debug linkage for qt5-tools
|
|
|
|
|
|
|
|
* [wil] new port
|
|
* [minhook] Add new port
* Download cmake support as patch
* Move architecture check to before work is done
* Check in install destination patchl Remove config
|
|
* [uriparser] Update to 0.9.3
* [uriparser] Fix static build
* [uriparser] Handle URI_STATIC_BUILD
* [uriparser] Add support for --head option
* [uriparser] Simplify
* [uriparser] Use file COPY to USE_SOURCE_PERMISSIONS
|
|
|
|
* [moos-core]Fix build in windows:
1.Add compile macros and includes
2.Fix empty directories in static.
* [moos-core]Fix link error LNK2019.
* [moos-core]Changed library linkage to static.
* Clean up tool + copyright install; Remove messages
|
|
An critical fix to https://github.com/onqtam/doctest/issues/228
|
|
|
|
* [openjpeg/itk]Update openjpeg to v2.3.1 and fix conflict with ITK.
|
|
* [libnoise] Add new port libnoise
* refactor(libnoise): removed unnecessary comments
|