aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/glib
Commit message (Collapse)AuthorAge
* Add additional maintainer CC to GLib configuration (#6738)Gravatar Philip Withnall2021-11-02
| | | Add Sebastian Dröge as an additional CC to oss-fuzz issues for GLib. He’s a maintainer (see https://gitlab.gnome.org/GNOME/glib/-/blob/main/docs/CODEOWNERS and https://gitlab.gnome.org/sdroege).
* [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)Gravatar jonathanmetzman2021-08-24
| | | | | | | These projects were tested and it was found that their use of MSAN does not work on Ubuntu 20.04. Therefore their use of MSAN is being disabled. Related: #6180
* [Ubuntu upgrade][glib] Make build work after 20.04 upgrade. (#6275)Gravatar jonathanmetzman2021-08-23
| | | Related: #6180.
* 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
* glib: Fix build due to Meson option changing type (#3358)Gravatar Philip Withnall2020-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | * glib: Fix build due to Meson option changing type In GLib master commit b220033c we changed the `libmount` option from a `boolean` to a `feature`, which means it now takes `enabled`/`disabled`/`auto` rather than `true`/`false`. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20552 * glib: Fix homepage URI The FSF page on GLib is not official, loaded with their advertising, and quite out of date. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> * infra: Add help_url to the valid section names list in Travis checks It’s documented as valid: https://google.github.io/oss-fuzz/getting-started/new-project-guide/#help_url Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
* [glib] add new build flag (#2235)Gravatar pdknsk2019-03-13
|
* [glib] fix build (#1982)Gravatar pdknsk2018-11-27
|
* [glib] GLib: integrate into build system (#1866)Gravatar pdknsk2018-10-12
| | | | | | | | * integrate into build system * remove options file * address review comment
* GLib: remove temporary fix (#1836)Gravatar pdknsk2018-09-22
| | | | | | * better project link * revert #1772
* [Glib] fix profile build (#1772)Gravatar pdknsk2018-08-30
| | | | | | * minor improvements * get meson from git
* [glib] GLib: remove names from dictionary (#1706)Gravatar pdknsk2018-08-10
| | | | | | * consistency * remove names from dictionary
* [glib] GLib: more targets (#1695)Gravatar pdknsk2018-08-09
| | | | | | | | | | | | | | * better seed corpus for fuzz_key * new target: fuzz_variant_text * new target: fuzz_dbus_message * get ninja from pip * remove target: fuzz_markup * new target: fuzz_variant_binary
* add more project members (#1687)Gravatar pdknsk2018-08-03
|
* [GLib] Integration (#1670)Gravatar pdknsk2018-08-01