Commit Graph

10 Commits

Author SHA1 Message Date
Dongge Liu a65aaec1bc
[Rolling out Centipede] Project 11 - 20 (#8802)
Continuing #8801.

The third round of rolling out `Centipede`, which contains the following
10 projects (some are not from within Google):

1. `bloaty`,
2. `double-conversion`,
3. `zopfli`,
4. `guetzli`,
5. `jsonnet`,
6. `astc-encoder`,
7. `piex`,
8. `wuffs`,
9. `arrow`,
10. `myanmar-tools`.

Projects are selected because they are `C++` projects.
2022-10-26 16:59:54 +11:00
Neal Richardson f1f2cb080b
Remove defunct email address from project arrow (#6840) 2021-11-17 14:53:03 +00:00
Antoine Pitrou 3fa5cb1624
[arrow] Add contact (#5033)
Add Kenta Murata to the list of secondary contacts.
2021-01-22 07:26:56 -08:00
Oliver Chang 84faf55729
Populate a bunch of main_repo values. (#4815)
Also enforce this for future integrations.
2020-12-10 09:49:27 +11:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [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
2020-03-10 11:08:01 -07:00
jonathanmetzman bf02a7d40d
[Arrow] Update contact info (#3464) 2020-03-05 06:38:45 -08:00
Antoine Pitrou 3a9400d3a2 [arrow] Edit auto-ccs (#3243) 2020-01-16 15:26:01 -08:00
emkornfield 08a04301d6 Add Micah Kornfield to AutoCC (#3240)
I'd like to be able to see these bugs.
2020-01-16 07:46:39 -08:00
Max Moroz d2330b29a6
[arrow] Remove unnecessary (and outdated) comment and default sanitizers. 2020-01-15 09:14:23 -08:00
Antoine Pitrou 648d3f5b7d [arrow] Submit Apache Arrow for inclusion (#3233)
* Submit Apache Arrow for inclusion

Arrow is both an efficient in-memory format for tabular data,
an IPC format with zero-copy capabilities, and a set of interoperable
language implementations (~10 languages currently: C++, Python, Java,
Rust, Go...).

This submission is for fuzzing the Arrow C++ IPC reader.
If accepted, we plan to add other fuzz targets, for example for
reading Parquet files.

* Add license header to project.yaml
2020-01-15 09:13:42 -08:00