| Age | Commit message (Collapse) | Author |
|
|
|
* [mongo-c-driver] Disable snappy auto-detection to fix flakiness in mongo-cxx-driver
* [mongo-c-driver] Fix build version
|
|
|
|
|
|
|
|
|
|
|
|
* [pprint] Fix #7301
* [pprint] Remove patch
|
|
* begin exploratory rewriting of tests
* continue working on tests
* more test work! holy butts vcpkg-tests/plan.cpp was a bunch of work
* finish writing new tests
- [x] write catch2 tests
- [ ] rewrite/at least delete the VS project files
- [ ] document running tests
* Fix tests to work on WSL, rewrite test vcxproj
still need to test on macOS
also, delete tests.pch.h
* Condense add_test calls
|
|
|
|
* [clapack] FindLapack was not working for VS Generators
due to extra ascii symbol "%3b" in linker dependencies which is ";"
(Lists in IMPORTED_LOCATION do not work as expected)
This commit is based on CMakes FindLAPACK and adds f2c to be checked
* added include(SelectLibraryConfigurations)
* [clapack] remove openblas patch
* [openblas] add trailing _ on linux
* [openblas] add find wrapper
* [clapack] fix FindLapack
* bump control to retrigger full CI build
* [openblas] enable ninja
* [mlpack] fix libary names for linkage.
* bump control
* Delete enable_openblas_compatibility.patch
* Delete fix_underscore.patch
* Update portfile.cmake
* correct control version bump
* fix control version bump
* bump control
* remove comments
* remove lines in patch file
* remove comment
* remove unused var
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* sobjectizer updated to 5.6.0.1, so5extra updated to 1.3.1
* archive of different type for so5extra-1.3.1
* sobjectizer updated to 5.6.0.2
|
|
- blend2d updated to `beta_2019-07-16`
- asmjit updated to `2019-07-16`
- `BLEND2D_BUILD_STATIC` replaced by `BLEND2D_STATIC`
- Added usage install in case of `static` linkage
|
|
|
|
|
|
* [minizip] Update CMakeLists.txt
If the BZip2 package has not been found, ensure that the library does
not assume it is. This would stop any build on targets where bzip2 is
not installed. This can either be the bzip2 package provided by vcpkg
or locally on the system.
Feature:
- Allow optionally to enable bzip2 supprt
* [minizip] Make bzip2 truly optional
Also catch dependency in the corresponding cmake files
|
|
* use additional env param
* remove partials
* remove change to linux triplet
* Fix some issues that vicroms pointed out
* whitespace change
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The build tool parallel argument should be passed in the regular
COMMAND case, not the NO_PARALLEL_COMMAND one.
Also the job number argument on Windows should not have a space between
the argument and number.
|
|
|
|
|
|
* Example building dynamic libraries on Linux using overlay triplets
* Change triplets list to multi-columns
* Override default triplets example
|
|
|
|
package. (#6983)
|
|
|
|
* [rapidjson] Fix path RapidJSON_INCLUDE_DIRS
* [bond] Fix error hash
|
|
* Add June changelog
* Add link to spec for overlay-ports
|
|
* [mongoose] Add new port
* [mongoose] About UWP
* [mongoose] Take advantage of cmake 3.14 improvements
|
|
* [scnlib] Add new port
|
|
* [wintoast] Add new port.
* Add CMakeLists.txt.
* Change the way to install headers.
|
|
* [openxr] add initial port
* [openxr-loader] Set executable suffix
* [openxr-loader] Use correct checks for Windows
* [openxr-loader] Add failure messages for unsupported platforms
|
|
* added port: paho-mqtt-cpp
* fixed unix build
* Added openssl as a feature
* Added documentation
* commented out unnecessary stuff
* Updated as per code review
* [paho-mqttpp3] Simplify portfile
|