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

libsass: add mingw support and pure C consumer + del fPIC if shared + early checks in configure() + explicit pkg_config name #4240

Merged
merged 8 commits into from
Jan 14, 2021

Commits on Jan 13, 2021

  1. add required_conan_version

    validate() requires conan >=1.32.0
    SpaceIm committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    ea28b70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d118382 View commit details
    Browse the repository at this point in the history
  3. delete fPIC option if shared

    SpaceIm committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    687f8dc View commit details
    Browse the repository at this point in the history
  4. explicit pkg_config name

    SpaceIm committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    ff5fc4d View commit details
    Browse the repository at this point in the history
  5. early ConanInvalidConfiguration in configure()

    Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com>
    SpaceIm and ericLemanissier authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    7268065 View commit details
    Browse the repository at this point in the history
  6. requires conan >= 1.29.1

    for tools.remove_files_by_mask()
    SpaceIm committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    e6c68f2 View commit details
    Browse the repository at this point in the history
  7. add mingw support

    SpaceIm committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    cd85f56 View commit details
    Browse the repository at this point in the history
  8. allow to be consumed in C project

    libsass is a C++ library with C API
    SpaceIm committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    48df449 View commit details
    Browse the repository at this point in the history