| Age | Commit message (Collapse) | Author |
|
* [upb]Add new port.
* [upb]Re-generate patch.
|
|
* [pthreads]Add usage.
* [pthreads]Update usage: using namespace.
* [pthreads]separate namespace.
* [pthreads]Remove target_include_directories.
* [pthreads]Increase version.
|
|
* [libmesh]Add new port.
* [libmesh]Fix foreach.
* [libmesh]Fix foreach.
* [libmesh]Fix issues with POST_CHECK.
|
|
* [libigl]Add port libigl, add features.
* [libigl]Re-generate patch.
* Trigger CI.
* [libigl]Correct homepage.
|
|
|
|
* [llvm]Add features.
* [llvm]Add ${FEATURE_OPTIONS}, set feature util to default feature.
|
|
* [libyuv]Build corresponding type library according to BUILD_SHARED_LIBS.
* [libyuv]Always use static build.
|
|
* [qt5-location] Modify clipper library name to avoid conflicts with vxl
* update the patch
|
|
* Update to fltk-1.3.5
* Update to fltk-1.3.5
* Update ports/fltk/portfile.cmake
Co-Authored-By: Victor Romero <romerosanchezv@gmail.com>
|
|
|
|
* mesonbuild - Update to 0.52.0
* [tool-meson] Add package to represent dependency on Meson build-system
|
|
* [polyhook2] Add new port
* Add feature and update
|
|
* [libsrt]Add new port.
* [libsrt]Add patch.
* [libsrt]Does not support uwp.
* [libsrt]Remove usless blank line.
|
|
* [google-cloud-cpp-common] initial port
Add a new port for the Google Cloud C++ common components.
* No need to build the tests.
* Forgot to disable the tests when I removed the gtest dep.
|
|
* Fix sdl2 build if there is space in the path
* [sdl2] Bump control version to account for new patch
|
|
|
|
|
|
|
|
* [log4cpp] Fix link static library
* [log4cpp] Unneeded removal of /bin in static mode
|
|
|
|
|
|
|
|
* Fix repository name case
* [detours] Match GitHub URL exactly
|
|
|
|
|
|
|
|
* [corrade/magnum-*] Remove obsolete patches
Signed-off-by: Squareys <squareys@googlemail.com>
* [corrade/magnum-*] Update to 2019.10
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Add new features
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-integration] Add new features
Signed-off-by: Squareys <squareys@googlemail.com>
|
|
"source_" was missing in the name of the helper function. Fix typo:
vcpkg_extract_archive_ex -> vcpkg_extract_source_archive_ex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit bc11674db1f109bd72d2bc4c0786c6ca078c4cf0.
The LTS release broke the regular port of azure-iot-sdk-c.
This will be fixed and re-published.
|
|
* [gdal] Change dependency from proj to proj4
* [proj4] Update to version 6.2.0
|
|
|
|
|
|
* Fix separate make and install execution error issue.
* trigger CI system.
* Fix multiple copy files under debug, fix separator between make and install in linux.
|
|
* [yoga] Update to 1.16.0
* [yoga] Enabled UWP builds
* [yoga] Fixed regressions
|
|
|
|
|
|
Removing the compiler flag /Oi (Generate Intrinsic Functions) allows
meson to detect functions like memmove, memset correctly. This is
relevant to meson configure for fribidi (see fribidi/meson.build).
This fixes the following "issues" (from fribidi meson-log.txt):
testfile.c(17): error C2168: 'memmove': too few actual parameters for
intrinsic function
Checking for function "memmove" : NO
testfile.c(17): error C2168: 'memset': too few actual parameters for
intrinsic function
Checking for function "memset" : NO
And enables detection of the functions:
Checking for function "memmove" : YES
Checking for function "memset" : YES
|
|
|
|
|
|
|
|
* [nano-signal-slot] Enable UWP and dynamic builds
* [nano-signal-slot] Change version to date
* [nano-signal-slot] Fix wrong version year
|
|
|
|
|