Commit Graph

6 Commits

Author SHA1 Message Date
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