| Age | Commit message (Collapse) | Author |
|
* [libogg] Update to 1.3.4-1
* Remove revision number
* Handle new cmake output dir
Cmake is now output to .../Ogg/... instead of .../ogg/...
|
|
|
|
|
|
[libqrencode] Add feature to build qrencode tool
|
|
* [vcl] add vector class library version 2
* fix target path
* renamed library to vectorclass.
Improved CMakelists.txt.
Added early architecture failure
* don't perform changes in the source dir and make cxx_std_17 a build requirement
* update to tagged version 2.00.01
* update version in CMakeLists.txt
* refactored CMakeLists.txt
|
|
|
|
Enable building OpenCL libraries on Linux and macOS.
|
|
|
|
|
|
* [sdl1]Support linux build.
* [sdl1]Remove linux configure args.
* [sdl1]Use vcpkg_execute_build_process instead of vcpkg_execute_required_process.
* [sdl1]Add vcpkg_execute_build_process args.
* [sdl1]Add NO_PARALLEL_COMMAND param with vcpkg_execute_build_process.
|
|
|
|
* [marl] Add new port
* [marl] Fail fast with UWP
|
|
* [libpq] #undef int128 type if compiling for 32 bit architecture
* [libpq] Don't define int128 for 32-bit architectures
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* [glfw3] fix cmake config
* Update patch
|
|
|
|
- Blend2D updated to beta_2019-10-09
- Asmjit updated to 2019-10-03
|
|
* 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
|