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

build hunspell-sys also on Windows #2

Merged
merged 7 commits into from
Jul 9, 2020
Merged

build hunspell-sys also on Windows #2

merged 7 commits into from
Jul 9, 2020

Commits on Jun 19, 2020

  1. build hunspell-sys also on Windows

    - msvc does not support autotools &
      hunspell's build scripts itself do not play well with msvc
    - just compile the hunspell-1.7.lib with cc "by hand"
    - keep build without msvc as it is
    msuesskraut committed Jun 19, 2020
    2 Configuration menu
    Copy the full SHA
    f975037 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. hide autotools vs cc behind features

    - build-autotools to build with autotools
    - build-cc to build with cc
    - default is build-autotools
    - added documentation into Readme.md to show
      how to enable build-cc
    msuesskraut committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    1486283 View commit details
    Browse the repository at this point in the history
  2. updated build documentation in readme

    - added information about target specific
    msuesskraut committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    972deff View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. rewrote build hunspell

    - by default hunspell is searched by pkg-config
    - optionally - with feature bundled - hunspell is build from
      directory vendor by crate cc
    - documented this in README.md
    - extended .travis.yml to test building the bundled hunspell
    msuesskraut committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    5186ddf View commit details
    Browse the repository at this point in the history
  2. fixed typo in travis file

    - for testing feature bundled
    msuesskraut committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    9bb8a86 View commit details
    Browse the repository at this point in the history
  3. rewrote travis config

    - for testing all features in all rust versions
    msuesskraut committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    ad83bcd View commit details
    Browse the repository at this point in the history
  4. Update README.md

    euclio authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    4ad30fa View commit details
    Browse the repository at this point in the history