aboutsummaryrefslogtreecommitdiff
path: root/projects/libxls
AgeCommit message (Collapse)Author
2020-12-10Populate a bunch of main_repo values. (#4815)Oliver Chang
Also enforce this for future integrations.
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
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-10-29[libxls] Build requires autoconf-archive (#2988)Evan Miller
Fixes oss-fuzz/18609
2019-02-10Libxls now requires gettext (#2155)Evan Miller
Add `gettext` to the list of libxls's installed packages to prevent errors about `AM_ICONV` during autoconf.
2019-01-22Add first fuzzing target for libxls (#2103)Evan Miller
* Add libxls * Add fuzzing target for libxls The library parses only one format, so only one fuzzer (fuzz_xls) is included. The initial test corpus includes ~30 files. Tested locally on Linux.
2019-01-22Add libxls (#2101)Evan Miller