Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CURL support for Bazel #402

Merged
merged 11 commits into from
Nov 30, 2020
Merged

Commits on Nov 24, 2020

  1. Get CURL working for BAZEL build.

    - Pull a specific version of CURL as a dep.
    - Add this version of CURL as a dep to the test of the CURL client.
    - CURL should not be a dependency in any other way, but may be built if
    you glob-build.
    jsuereth committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    005d74c View commit details
    Browse the repository at this point in the history
  2. Fix up formatting.

    jsuereth committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    766ed6a View commit details
    Browse the repository at this point in the history
  3. fix mem leak in test case

    lalitb committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    ca667d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33f77d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f064f1 View commit details
    Browse the repository at this point in the history
  6. Delete BUILD

    Remove BUILD file causing issues in cmake
    jsuereth committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    03e7562 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Fix windows curl test build.

    - Need to define CURL_STATICLIB for imports
    - Add missing windows static libraries to link (advapi32, crypt32 and Normaliz)
    jsuereth committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    98100de View commit details
    Browse the repository at this point in the history
  2. Fix unsubmitted build change

    jsuereth committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    eb5d1da View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    c611b6b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. fix format

    lalitb committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    f410313 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    bebc4f5 View commit details
    Browse the repository at this point in the history