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

Miscellaneous minor build infrastructure and code fixes #1807

Merged
merged 6 commits into from
Jul 17, 2024

Commits on Jul 16, 2024

  1. Ignore and clean test/*/FAIL* for six subdirectories

    These files can appear in base_mods, fastq, mpileup, and sam_filter
    as well as faidx and tabix.
    jmarshall committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3b04b7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f583a36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98105ab View commit details
    Browse the repository at this point in the history
  4. Remove last traces of previously deleted bgzf_idx_amend_last()

    As noted in samtools#1722, this function was removed in PR samtools#1672.
    jmarshall committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    96af274 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b042d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Minor corrections to system headers

    Plain getopt() is declared in <unistd.h>; strcasecmp() et al are only
    portably declared in <strings.h>.
    jmarshall committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    69d7554 View commit details
    Browse the repository at this point in the history