aboutsummaryrefslogtreecommitdiff
path: root/versions/l-/libpq.json
AgeCommit message (Collapse)Author
2021-07-22[libpq]fix windows build failure (#19031)Long Huan
* fix windows build failure fix Could not find debug or release binaries at libpq\x64-windows-rel\src\tools\msvc/Install.pm line 77. * Update libpq.json
2021-06-15[libpq] Add Secur32.lib and openssl to libpq cmake wrapper (#18377)Alexander Neumann
* [libpq] add secur32.lib to wrapper * version stuff * add openssl fix. * fix version stuff
2021-04-30[libpq] Fix cmake wrapper on Windows, add usage (#17232)Jack·Boos·Yu
* [libpq] Fix cmake wrapper on Windows, add usage * update version record * Fix macro PostgreSQL_LIBRARIES * update version record * Update ports/libpq/vcpkg-cmake-wrapper.cmake Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * Update ports/libpq/vcpkg-cmake-wrapper.cmake Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * Update versions/l-/libpq.json * Update versions/baseline.json * Update versions/l-/libpq.json * Update ports/libpq/vcpkg.json * Update versions/l-/libpq.json * Update ports/libpq/vcpkg.json * Update versions/baseline.json * Update versions/l-/libpq.json * Update versions/l-/libpq.json Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2021-04-28[libpq] fix python patches (#15579)Alexander Neumann
* [libpq] fix python patches * [libpq] Bump port-version and add comment about python patches * Bump port-version Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-04-19[libpq] mingw support (#16740)Long Nguyen
* [libpq] mingw support * [libpq] Let libpq decides whether to build _shlib or not libpqcommon.a and libpqport.a are internal libraries intended for sharing code between the frontend and the backend. It's best to let the build system decides if the _shlib variant should be built or not * [libpq] Always run install-lib-static on mingw * [libpq] Rename .a to .dll.a and move .dll to correct folder * [libpq] Create bin folder for mingw * [vcpkg baseline] Update libpq * [libpq] Link with crypt32 on mingw * [vcpkg baseline] Update libpq * [libpq] Fix release/debug only build * [vcpkg baseline] Update libpq
2021-03-19[drogon] Update to 1.4.1 (#16651)An Tao
* [drogon] Update to 1.4.1 * Update patch * Format * update version * Revert the ctl feature * update version * [libpq] Fix static linkage * [drogon] Revert direct postgresql library linkage Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-01[libpq] fix filenames (linux -> windows cross compile) (#16434)autoantwort
* [libpq] fix filenames * add version files * add version files
2021-01-28[libpq] Fix install tool pg_config on Linux (#15748)Jack·Boos·Yu
* [libpq] Fix install tool pg_config * update baseline * [libpq] Use vcpkg_copy_tool_dependencies instead * update baseline * [libpq] Fix install tool pg_config * update baseline * [libpq] Use vcpkg_copy_tool_dependencies instead * update baseline
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca