1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Aug 25, 2024 — Aug 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
vcpkg: Disable default features for OpenSSL dependency. More... over 1 year ago
* .github/workflows/windows-vcpkg.yml: Remove spaces. More... over 1 year ago
* .github/workflows/windows-vcpkg.yml: Add ${{ matrix.port }} to job name. More... over 1 year ago
* .github/workflows/windows-vcpkg.yml: Test different combination of Vcpkg features. More... over 1 year ago
vcpkg: Turn off modular DSO for static builds. More... over 1 year ago
* CMakeLists.txt: Add APR_MODULAR_DSO option to disable modular DSO support. Similar to '--disabled-shared-dso' in configure. More... over 1 year ago
* CMakeLists.txt: Remove APR_HAVE_MODULAR_DSO from INTERFACE compile definitions. More... over 1 year ago
vcpkg: Call vcpkg_cmake_config_fixup(). More... over 1 year ago
* .github/workflows/windows-vcpkg.yml: Add --enforce-port-checks command line option to enforce package checks. More... over 1 year ago
* CMakeLists.txt: Export targets to apr:: namespace. More... over 1 year ago
* .github/workflows/windows-vcpkg.yml: Remove 'Vcpkg' prefix from job name. More... over 1 year ago
vcpkg: Remove debug/include after build. More... over 1 year ago
vcpkg: Add minimal-build feature. More... over 1 year ago
* .github/workflows/windows-vcpkg.yml: Add --debug option. More... over 1 year ago
* build/vcpkg/apr-2/portfile.cmake: Disable building tests. More... over 1 year ago
* build/vcpkg/apr-2/portfile.cmake: Disable static/dynamic build based on VCPKG_LIBRARY_LINKAGE. More... over 1 year ago
* build/vcpkg/apr-2/portfile.cmake: Do pass all ${FEATURE_OPTIONS} to cmake configure. More... over 1 year ago
* .github/workflows/windows-vcpkg.yml: Fix job name. More... over 1 year ago
* .github/workflows/windows-vcpkg.yml: Test more triplets. More... over 1 year ago
vcpkg: Make crypto, xlate and dbg sqlite3 configurable features. More... over 1 year ago
Attempt to use Github Actions binary caching for windows-vcpkg job as documented in [1] More... over 1 year ago
* .github/workflows/windows-vcpkg.yml: Use vcpkg.exe using hard-code path. More... over 1 year ago
Follow-up to r1917144: More... over 1 year ago
Follow-up to r1917144: More... over 1 year ago
Add GitHub action to test Vcpkg port. More... over 1 year ago
* build/vcpkg/apr-2/portfile.cmake: Replace tabs with spaces. More... over 1 year ago
* CMakeLists.txt: (apr_crypto_openssl-2, apr_dbd_odbc-2, apr_dbd_sqlite3-2): Do not set APR_DECLARE_EXPORT and APR_HAVE_MODULAR_DSO. More... over 1 year ago
* CMakeLists.txt: Use TARGET_INCLUDE_DIRECTORIES functionality to set include directories. More... over 1 year ago
Follow-up to r1917112. More... over 1 year ago
* CMakeLists.txt: Declare TARGET_LINK_LIBRARIES dependencies as private, since they are not exposed in public API. More... over 1 year ago