This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 488
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into kkaye/include-paths
- Loading branch information
Showing
166 changed files
with
4,174 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -428,7 +428,6 @@ Run `make test` to invoke the test suite, found in the test-suite subdirectory. | |
* [Slides](https://bit.ly/djinnitalk2) and [video](https://bit.ly/djinnivideo2) from the CppCon 2015 about Djinni implementatino techniques, and the addition of Python. | ||
* You can see a [CppCon 2014 talk](https://www.youtube.com/watch?v=5AZMEm3rZ2Y) by app developers at Dropbox about their cross-platform experiences. | ||
|
||
|
||
## Authors | ||
- Kannan Goundan | ||
- Tony Grue | ||
|
@@ -439,5 +438,5 @@ Run `make test` to invoke the test suite, found in the test-suite subdirectory. | |
- Andrew Twyman | ||
|
||
## Contacts | ||
- Jacob Potter - `[email protected]` | ||
- Andrew Twyman - `[email protected]` | ||
- Jacob Potter - `[email protected]` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// AUTOGENERATED FILE - DO NOT MODIFY! | ||
// This file generated by Djinni from example.djinni | ||
|
||
#include "sort_order.hpp" | ||
#import "DJIMarshal+Private.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,12 +15,28 @@ | |
--> | ||
<idea-plugin version="2"> | ||
<id>com.dropbox.djinni.ideaplugin</id> | ||
<name>Djinni interface definition language file support</name> | ||
<name>Djinni IDL file support</name> | ||
<version>0.8</version> | ||
<vendor email="[email protected]" url="http://www.dropbox.com">Dropbox</vendor> | ||
<vendor url="https://github.com/dropbox/djinni">Dropbox Djinni Github Project</vendor> | ||
|
||
<description><![CDATA[ | ||
Add some basic navigation, code-completion and error highlighting support to .djinni files. | ||
<h4>License</h4> | ||
Copyright 2015-2016 Dropbox, Inc.<br/> | ||
<br/> | ||
Licensed under the Apache License, Version 2.0 (the "License");<br/> | ||
you may not use this file except in compliance with the License.<br/> | ||
You may obtain a copy of the License at<br/> | ||
<br/> | ||
<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a><br/> | ||
<br/> | ||
Unless required by applicable law or agreed to in writing, software<br/> | ||
distributed under the License is distributed on an "AS IS" BASIS,<br/> | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<br/> | ||
See the License for the specific language governing permissions and<br/> | ||
limitations under the License. | ||
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
|
@@ -29,7 +45,7 @@ | |
</change-notes> | ||
|
||
<!-- please see https://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description --> | ||
<idea-version since-build="131"/> | ||
<idea-version since-build="139"/> | ||
|
||
<!-- please see https://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products | ||
on how to target different products --> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.