aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libspng
Commit message (Collapse)AuthorAge
* Update zlib URL (#7474)Gravatar Oliver Chang2022-03-30
| | | | | | | * Update zlib URL Per #7468 * Update Dockerfile
* Populate a bunch of main_repo values. (#4815)Gravatar Oliver Chang2020-12-10
| | | | Also enforce this for future integrations.
* libspng: disable msan temporarily (#4759)Gravatar Randy2020-12-01
|
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [libspng] extract zlib to separate directory (#4064)Gravatar Randy2020-07-02
| | | | CIFuzz is overwriting $SRC/libspng after executing the Dockerfile before running build.sh which means $SRC/libspng/zlib is lost: https://github.com/randy408/libspng/runs/830380355#step:4:549
* [libspng] Fetch zlib in Dockerfile (#4050)Gravatar Randy2020-07-01
| | | | | | | | | | | | | | | | | * [libspng] Fetch zlib in Dockerfile This step has been moved from the build script: https://github.com/randy408/libspng/commit/c35e509f04e46c2393a147f69e98a197f7615843 * Update Dockerfile * Update Dockerfile * dummy commit * Update Dockerfile * dummy commit * dummy commit
* [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
* [libspng] Update repository URL (#3439)Gravatar Randy2020-03-06
|
* cjson,libspng,libzip: enable memory sanitizer (#3424)Gravatar Randy2020-02-25
|
* [libspng] enable i386 build (#2980)Gravatar Randy2019-10-24
| | | | | | | | | | | | | | | | | | * [libspng] enable i386 build * switch to cmake * fix typo in project.yaml * amd64 -> x86_64 * dummy commit * build.sh: move changes back upstream * dummy commit * dummy commit
* [libspng] move build.sh upstream (#2911)Gravatar Randy2019-10-02
|
* [libspng] download and statically link zlib (#2797)Gravatar Randy2019-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [libspng] enable i386 builds * use pip to install newer version of meson * fix build * fix build * fix meson install process * install zlib:i386 * fix 32-bit build * use cross-file for i386 build * switch to cmake * cd back to top-level after build * dummy commit * switch to meson * fix up paths in crossfile * dummy commit * add -m32 LDFLAGS for i386 build * remove LDFLAGS, force repo update * print contents of crossfile * replace cflags/ldflags in crossfile with env vars Meson ignores environment variables for cross-builds * dummy commit * remove 32-bit build code * remove i386 architecture * update files * Bring back zlib1g-dev as it is needed
* Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)Gravatar jonathanmetzman2019-05-01
| | | Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
* [libspng] add structure aware fuzzer (#2117)Gravatar Randy2019-01-28
|
* [libspng] Enable all sanitizers.Gravatar Max Moroz2019-01-08
|
* [libspng] Integrate libspng (#1664)Gravatar Randy2019-01-08
* Integrate libspng * update copyright year