| Age | Commit message (Collapse) | Author |
|
* add hidapi port
* explicitly fail on non-Windows builds
* remove dlls for static build
|
|
* [wampcc] Add new port
* Cleanup
* Allow shared build for non-Windows systems;
Add utils and tools features;
Add messages about broken Windows build;
* Make version based on date
* Drop comment
|
|
Add port for the ignition-common 1 library ( https://www.ignitionrobotics.org/libs/common ).
|
|
|
|
|
|
* [ixwebsocket] update to 5.0.6 to fix Windows problem
Some test started to fail on Windows in the 5.0 branch.
```
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
```
We figured it out and fixed it. This issue has more details. https://github.com/machinezone/IXWebSocket/issues/103
* ixwebsocket: update to 6.1.0
|
|
* cityhash
* use ./configure (!win)
* remove 'usage' file
|
|
* make qwt support unix
* [qwt] Bump CONTROL version
|
|
|
|
|
|
|
|
|
|
* fix8031issue-add_port_magic-get
* fix8031issue-Change download license file name
Signed-off-by: AlvinZhangH <260137639@qq.com>
|
|
* [quantlib] Add new port
* [quantlib] Fix x64-windows-static build
* [quantlib] Use unique_ptr by default
|
|
|
|
|
|
|
|
|
|
Environment variables are referenced with brackets not curly braces. Copying and using the line will not result frustration.
|
|
|
|
|
|
* [xalan-c] fixed cmake files location
* [xalan-c] Bump version
|
|
* [libhydrogen] Add new port
* [libhydrogen] Update to 2019-08-10
* [libhydrogen] Fix cmake not found error
* [libhydrogen] Remove patch
* [libhydrogen] Update to 2019-08-11
|
|
|
|
|
|
In Powershell 6.2/7.0, `Get-ChildItem`'s paths are now printed as
absolute paths instead of relative paths; this breaks the code we have
that assumes that they're printed as relative paths.
Thus, change the code to request the `Name` property specifically, which
is what we actually wanted.
|
|
|
|
* [nativefiledialog] Add new port
* [nativefiledialog] Use zenity if GTK3 not found
* Add UWP fatal error
|
|
|
|
|
|
* Add glew variables lost by cmakes new FindGLEW to wrapper
The variables are required by ports like VTK
* fix file location.
* completly refactor wrapper. Static case was not handled correctly
* add singular variables for pangolin
|
|
|
|
* [tensorflow-cc]Fix build error and add warning message.
* [tensorflow-cc]Re-generate patch.
|
|
* [port-history] Print port CONTROL version history
* Add commands.porthistory.cpp to VS project
* Get most recent commit for each version
* Apply clang-format
* Fix output format
* Rename command to x-history
|
|
* modernize many ports
* Update the code to handle copyright
* Retriger to build qt5-gamepad
|
|
* Update WTL to 10.0.9163
* Update download path.
|
|
|
|
|
|
* [cppkafka] Add new port
* Add test and example options.
|
|
|
|
|
|
* [volk] Add new port
* [volk] Add missing vulkan dependency.
|
|
ignition-cmake0 and ignition-math4 (#7781)
* Add ignition-modularscript port
Modeled after the qt5-modularscript port, this port just contain
ignition_modular_library, an helper CMake function to simplify the
process of writing port of C++ libraries developed by the Ignition
Robotics project ( https://ignitionrobotics.org ).
* Add ignition-cmake0 port
* Add ignition-math4 port
|
|
|
|
* [imgui-sfml] Add new package ImGui-SFML
* Static build only to match with `imgui`.
* [imgui-sfml] Fix case-sensitive imgui package name
* [imgui-sfml] Require C++11
* [imgui-sfml] Include IMGUI_API define
* [imgui-sfml] Remove delegating ctor - C++11 is not required
|
|
|
|
|
|
* 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.
|
|
PCRE does not support Just-in-time compilation when targeting
WebAssembly.
|
|
* [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
|