Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
djinni
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
djinni
Commits
762a27b3
Commit
762a27b3
authored
Apr 13, 2015
by
Jacob Potter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include <vector> in all proxy srcs
parent
aa68e40d
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
0 deletions
+7
-0
example/generated-src/objc/TXSSortItemsCppProxy.mm
example/generated-src/objc/TXSSortItemsCppProxy.mm
+1
-0
example/generated-src/objc/TXSTextboxListenerObjcProxy.mm
example/generated-src/objc/TXSTextboxListenerObjcProxy.mm
+1
-0
src/source/ObjcGenerator.scala
src/source/ObjcGenerator.scala
+1
-0
test-suite/generated-src/objc/DBClientInterfaceObjcProxy.mm
test-suite/generated-src/objc/DBClientInterfaceObjcProxy.mm
+1
-0
test-suite/generated-src/objc/DBCppExceptionCppProxy.mm
test-suite/generated-src/objc/DBCppExceptionCppProxy.mm
+1
-0
test-suite/generated-src/objc/DBTestHelpersCppProxy.mm
test-suite/generated-src/objc/DBTestHelpersCppProxy.mm
+1
-0
test-suite/generated-src/objc/DBTokenCppProxy.mm
test-suite/generated-src/objc/DBTokenCppProxy.mm
+1
-0
No files found.
example/generated-src/objc/TXSSortItemsCppProxy.mm
View file @
762a27b3
...
...
@@ -12,6 +12,7 @@
#import "TXSTextboxListenerObjcProxy+Private.h"
#include <exception>
#include <utility>
#include <vector>
static_assert
(
__has_feature
(
objc_arc
),
"Djinni requires ARC to be enabled for this file"
);
...
...
example/generated-src/objc/TXSTextboxListenerObjcProxy.mm
View file @
762a27b3
...
...
@@ -4,6 +4,7 @@
#import "TXSTextboxListenerObjcProxy+Private.h"
#import "TXSItemList+Private.h"
#import "TXSTextboxListener.h"
#include <vector>
namespace
djinni_generated
{
...
...
src/source/ObjcGenerator.scala
View file @
762a27b3
...
...
@@ -222,6 +222,7 @@ class ObjcGenerator(spec: Spec) extends Generator(spec) {
w
.
wl
(
"@end"
)
})
refs
.
body
.
add
(
"#include <vector>"
)
refs
.
body
.
add
(
"#import "
+
q
(
headerName
(
ident
)))
if
(
i
.
consts
.
nonEmpty
)
{
...
...
test-suite/generated-src/objc/DBClientInterfaceObjcProxy.mm
View file @
762a27b3
...
...
@@ -4,6 +4,7 @@
#import "DBClientInterfaceObjcProxy+Private.h"
#import "DBClientInterface.h"
#import "DBClientReturnedRecord+Private.h"
#include <vector>
namespace
djinni_generated
{
...
...
test-suite/generated-src/objc/DBCppExceptionCppProxy.mm
View file @
762a27b3
...
...
@@ -8,6 +8,7 @@
#import "DJIError.h"
#include <exception>
#include <utility>
#include <vector>
static_assert
(
__has_feature
(
objc_arc
),
"Djinni requires ARC to be enabled for this file"
);
...
...
test-suite/generated-src/objc/DBTestHelpersCppProxy.mm
View file @
762a27b3
...
...
@@ -16,6 +16,7 @@
#import "DJIError.h"
#include <exception>
#include <utility>
#include <vector>
static_assert
(
__has_feature
(
objc_arc
),
"Djinni requires ARC to be enabled for this file"
);
...
...
test-suite/generated-src/objc/DBTokenCppProxy.mm
View file @
762a27b3
...
...
@@ -7,6 +7,7 @@
#import "DJIError.h"
#include <exception>
#include <utility>
#include <vector>
static_assert
(
__has_feature
(
objc_arc
),
"Djinni requires ARC to be enabled for this file"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment