aboutsummaryrefslogtreecommitdiff
path: root/projects/freeimage
AgeCommit message (Collapse)Author
2021-03-05[freeimage] Use the SVN repo instead of the latest source archive. (#3414)Max Moroz
* [freeimage] Use the SVN repo instead of the latest source archive. Requested in https://github.com/google/oss-fuzz/pull/2606#issuecomment-588533038 * fix the path * fix path again * more fixes * should work now! * test locally
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [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
2019-07-15Add maintainer contact for freeimage. (#2606)Abhishek Arya
2019-04-30Migrate projects with trouble with exceptions to $LIB_FUZZING_ENGINE (#2359)jonathanmetzman
Migrate projects that broke libFuzzer with exceptions to $LIB_FUZZING_ENGINE. Replace uses of -lFuzzingEngine with `$LIB_FUZZING_ENGINE`
2018-12-19Update project.yamlAbhishek Arya
2018-12-19Integrate FreeImage and add a fuzz target. (#2035)Markus Kusano
* Integrate FreeImage and add a fuzz target. * Initialize FreeImage within LLVMFuzzerTestOneInput. * Return 0 and not EXIT_SUCCESS. * Use https when downloading FreeImage source.