Skip to content

Commit

Permalink
Added basic C++ support for Pigeon
Browse files Browse the repository at this point in the history
  • Loading branch information
azchohfi committed Sep 29, 2021
1 parent 5cbf201 commit 4c13bc8
Show file tree
Hide file tree
Showing 8 changed files with 782 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/pigeon/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.1.0

* Added basic C++ support.

## 1.0.7

* [front-end] Fixed bug where nested classes' type arguments aren't included in
Expand Down
1 change: 1 addition & 0 deletions packages/pigeon/CONTRIBUTING.md
Expand Up @@ -23,6 +23,7 @@ generators with that AST.
* [java_generator.dart](./lib/java_generator.dart) - The Java code generator.
* [objc_generator.dart](./lib/objc_generator.dart) - The Objective-C code
generator (header and source files).
* [cpp_generator.dart](./lib/cpp_generator.dart) - The C++ code generator.
* [generator_tools.dart](./lib/generator_tools.dart) - Shared code between generators.
* [pigeon_cl.dart](./lib/pigeon_cl.dart) - The top-level function executed by
the command line tool in [bin/][./bin].
Expand Down

0 comments on commit 4c13bc8

Please sign in to comment.