* Add port anyrpc
* Add port anyrpc
Added missing `vcpkg_install_cmake()`
* Add port anyrpc
Added patch to detect endianness on ARM.
* Add port anyrpc
further tweaks to endianness detection.
* [dmlc-core] Add new port
* rebuild
* Fix error building dynamic crt linkage
* Fix error building dynamic crt linkage
* Fix error building dynamic crt linkage
* Add openmp as feature
* Rename this port as dmlc
* remove dmlc core files
* [portfile functions] Override execute_process() to accept ALLOW_IN_DOWNLOAD_MODE option
* [vcpkg install] Set VCPKG_DOWNLOAD_MODE when using --only-downloads option
* [vcpkg_find_acquire_program] Allow in Download Mode
* Don't stop when build fails for a package
* Download sources for all packages in dependency graph
* Improve output messages
* Enable acquiring MSYS packages in download mode
* Documentation
* Update documentation
* execute_process() always fails on Download Mode
* Regenerate docs and fix formatting
* Run clang-format
* Use _execute_process on vcpkg_from_<source> helpers
* Fix calls to _execute_process() when not in Download Mode
* [portfile functions] Override execute_process() to accept ALLOW_IN_DOWNLOAD_MODE option
* [vcpkg install] Set VCPKG_DOWNLOAD_MODE when using --only-downloads option
* [vcpkg_find_acquire_program] Allow in Download Mode
* Don't stop when build fails for a package
* Download sources for all packages in dependency graph
* Improve output messages
* Enable acquiring MSYS packages in download mode
* Documentation
* Update documentation
* execute_process() always fails on Download Mode
* Regenerate docs and fix formatting
* Run clang-format
* Use _execute_process on vcpkg_from_<source> helpers
* Update WPILib to allow OpenCV 4 support
The existing version only supported OpenCV 3, OpenCV 4 support has been added recently
* Update wpilib port to allow opencv4
Was only compatible with opencv3, and would fail to build with 4.
Also had to update to include eigen, since we now depend on that as well
* Use test package to ensure PR passes
* Attempt to get mac working
* Revert to upstream repo
* [pcre] Update download URL
- ftp.csx.cam.ac.uk is no longer available.
Use https://ftp.pcre.org/pub/pcre/ instead
* [pcre] Fix typo in Description of CONTROL file