aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/htslib
Commit message (Collapse)AuthorAge
* Add recurse-submodules to htslib clone (#4867)Gravatar daviesrob2020-12-18
| | | | | In anticipation of samtools/htslib#929 merge, which will add a submodule, among other changes. This will ensure fuzzing continues to work both before and after the update.
* Populate a bunch of main_repo values. (#4815)Gravatar Oliver Chang2020-12-10
| | | | Also enforce this for future integrations.
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
* Add htslib project files (#2843)Gravatar daviesrob2019-10-11
* Add htslib project files Only build the library and hts_open_fuzzer.o. The binaries are not needed and fail to build anyway due to missing libfuzzer symbols. * Use $LIB_FUZZING_ENGINE