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

Update CRF++ build for 2024 #2

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 13, 2024

  1. Update autotools and ubuntu version for building

    * Run autoreconf when building to use the updated autotools
    * Clean up configure.ac to replace obsolete macros
    * Use multi-stage docker build for smaller final container
    chishm committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    48cbe5f View commit details
    Browse the repository at this point in the history
  2. Specify targeted C/C++ standards

    * Prevent compilation warnings for deprecated features in newer C++
      dialects
    chishm committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a21c933 View commit details
    Browse the repository at this point in the history
  3. Remove files generated by autotools

    Generated files should not be in source control. Instead they are included
    in source tarballs generated from source control by Make.
    chishm committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ba53a5b View commit details
    Browse the repository at this point in the history
  4. Ignore build artifacts

    chishm committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8cb616d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e590df0 View commit details
    Browse the repository at this point in the history