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

Add support for solaris FEN #196

Closed
wants to merge 4 commits into from
Closed

Commits on Feb 5, 2017

  1. Add support for solaris FEN

    This is a basic implementation of fsnotify for Solaris FEN. It at least
    passes all integration tests.
    Gereon Frey authored and gfrey committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    34a9f2e View commit details
    Browse the repository at this point in the history
  2. Add comments to exported functions

    Gereon Frey authored and gfrey committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    94bae70 View commit details
    Browse the repository at this point in the history
  3. Fix houndci-bot finding: use type inference

    Gereon Frey authored and gfrey committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    312ce4b View commit details
    Browse the repository at this point in the history
  4. Fix houndci wrong finding

    While the `var mode C.int = ...` code isn't the nicest, at least it was
    working. Type inference alone didn't work. Hopefully houndci will accept
    this solution with the explicit cast.
    gfrey committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    f72044f View commit details
    Browse the repository at this point in the history