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
27591929
Commit
27591929
authored
Jun 02, 2015
by
Andrew Twyman
Committed by
Jacob Potter
Jun 09, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Publish more non-user-specific IntelliJ files
parent
be59fc26
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
91 additions
and
7 deletions
+91
-7
.gitignore
.gitignore
+0
-4
src/.gitignore
src/.gitignore
+0
-1
src/.idea/libraries/SBT__com_github_scopt_scopt_2_11_3_2_0_jar.xml
.../libraries/SBT__com_github_scopt_scopt_2_11_3_2_0_jar.xml
+9
-0
src/.idea/libraries/SBT__org_scala_lang_modules_scala_parser_combinators_2_11_1_0_1_jar.xml
..._lang_modules_scala_parser_combinators_2_11_1_0_1_jar.xml
+9
-0
src/.idea/libraries/SBT__org_scala_lang_scala_library_2_11_0_jar.xml
...ibraries/SBT__org_scala_lang_scala_library_2_11_0_jar.xml
+16
-0
src/.idea/modules/src-build.iml
src/.idea/modules/src-build.iml
+2
-2
src/.idea/runConfigurations/djinni_Main__Example_.xml
src/.idea/runConfigurations/djinni_Main__Example_.xml
+22
-0
src/.idea/runConfigurations/djinni_Main__Test_Suite_.xml
src/.idea/runConfigurations/djinni_Main__Test_Suite_.xml
+22
-0
test-suite/test-suite.iml
test-suite/test-suite.iml
+11
-0
No files found.
.gitignore
View file @
27591929
...
@@ -2,10 +2,6 @@
...
@@ -2,10 +2,6 @@
**/.idea/workspace.xml
**/.idea/workspace.xml
**/.idea/tasks.xml
**/.idea/tasks.xml
**/.idea/libraries/
**/.idea/dictionaries/
**/.idea/runConfigurations/
**/.idea/scopes/
# android makefiles
# android makefiles
GypAndroid.mk
GypAndroid.mk
...
...
src/.gitignore
View file @
27591929
...
@@ -2,5 +2,4 @@
...
@@ -2,5 +2,4 @@
/project/project
/project/project
/project/target
/project/target
/test/result
/test/result
/.idea/workspace.xml
/classes
/classes
src/.idea/libraries/SBT__com_github_scopt_scopt_2_11_3_2_0_jar.xml
0 → 100644
View file @
27591929
<component
name=
"libraryTable"
>
<library
name=
"SBT: com.github.scopt:scopt_2.11:3.2.0:jar"
>
<CLASSES>
<root
url=
"jar://$USER_HOME$/.ivy2/cache/com.github.scopt/scopt_2.11/jars/scopt_2.11-3.2.0.jar!/"
/>
</CLASSES>
<JAVADOC
/>
<SOURCES
/>
</library>
</component>
\ No newline at end of file
src/.idea/libraries/SBT__org_scala_lang_modules_scala_parser_combinators_2_11_1_0_1_jar.xml
0 → 100644
View file @
27591929
<component
name=
"libraryTable"
>
<library
name=
"SBT: org.scala-lang.modules:scala-parser-combinators_2.11:1.0.1:jar"
>
<CLASSES>
<root
url=
"jar://$USER_HOME$/.ivy2/cache/org.scala-lang.modules/scala-parser-combinators_2.11/bundles/scala-parser-combinators_2.11-1.0.1.jar!/"
/>
</CLASSES>
<JAVADOC
/>
<SOURCES
/>
</library>
</component>
\ No newline at end of file
src/.idea/libraries/SBT__org_scala_lang_scala_library_2_11_0_jar.xml
0 → 100644
View file @
27591929
<component
name=
"libraryTable"
>
<library
name=
"SBT: org.scala-lang:scala-library:2.11.0:jar"
type=
"Scala"
>
<properties>
<compiler-classpath>
<root
url=
"file://$USER_HOME$/.ivy2/cache/org.scala-lang/scala-compiler/jars/scala-compiler-2.11.0.jar"
/>
<root
url=
"file://$USER_HOME$/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.11.0.jar"
/>
<root
url=
"file://$USER_HOME$/.ivy2/cache/org.scala-lang/scala-reflect/jars/scala-reflect-2.11.0.jar"
/>
</compiler-classpath>
</properties>
<CLASSES>
<root
url=
"jar://$USER_HOME$/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.11.0.jar!/"
/>
</CLASSES>
<JAVADOC
/>
<SOURCES
/>
</library>
</component>
\ No newline at end of file
src/.idea/modules/src-build.iml
View file @
27591929
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<module
external.linked.project.id=
"src-build"
external.linked.project.path=
"$MODULE_DIR$/../../project"
external.root.project.path=
"$MODULE_DIR$/../.."
external.system.id=
"SBT"
sbt.imports=
"sbt._, Keys._, _root_.com.typesafe.sbt.SbtStartScript._, _root_.sbt.plugins.IvyPlugin, _root_.sbt.plugins.JvmPlugin, _root_.sbt.plugins.CorePlugin, _root_.sbt.plugins.JUnitXmlReportPlugin"
sbt.resolvers=
"http://repo1.maven.org/maven2/|maven|public,
/Users/atwyman
/.ivy2/cache|ivy|Local cache"
type=
"SBT_MODULE"
version=
"4"
>
<module
external.linked.project.id=
"src-build"
external.linked.project.path=
"$MODULE_DIR$/../../project"
external.root.project.path=
"$MODULE_DIR$/../.."
external.system.id=
"SBT"
sbt.imports=
"sbt._, Keys._, _root_.com.typesafe.sbt.SbtStartScript._, _root_.sbt.plugins.IvyPlugin, _root_.sbt.plugins.JvmPlugin, _root_.sbt.plugins.CorePlugin, _root_.sbt.plugins.JUnitXmlReportPlugin"
sbt.resolvers=
"http://repo1.maven.org/maven2/|maven|public,
$USER_HOME$
/.ivy2/cache|ivy|Local cache"
type=
"SBT_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"false"
>
<component
name=
"NewModuleRootManager"
inherit-compiler-output=
"false"
>
<output
url=
"file://$MODULE_DIR$/../../project/target/idea-classes"
/>
<output
url=
"file://$MODULE_DIR$/../../project/target/idea-classes"
/>
<output-test
url=
"file://$MODULE_DIR$/../../project/target/idea-test-classes"
/>
<output-test
url=
"file://$MODULE_DIR$/../../project/target/idea-test-classes"
/>
...
@@ -65,4 +65,4 @@
...
@@ -65,4 +65,4 @@
</library>
</library>
</orderEntry>
</orderEntry>
</component>
</component>
</module>
</module>
\ No newline at end of file
src/.idea/runConfigurations/djinni_Main__Example_.xml
0 → 100644
View file @
27591929
<component
name=
"ProjectRunConfigurationManager"
>
<configuration
default=
"false"
name=
"djinni.Main (Example)"
type=
"Application"
factoryName=
"Application"
>
<extension
name=
"coverage"
enabled=
"false"
merge=
"false"
sample_coverage=
"true"
runner=
"idea"
>
<pattern>
<option
name=
"PATTERN"
value=
"djinni.*"
/>
<option
name=
"ENABLED"
value=
"true"
/>
</pattern>
</extension>
<option
name=
"MAIN_CLASS_NAME"
value=
"djinni.Main"
/>
<option
name=
"VM_PARAMETERS"
value=
""
/>
<option
name=
"PROGRAM_PARAMETERS"
value=
"--java-out ../example/djinni-output-temp/java --java-package com.dropbox.textsort --ident-java-field mFooBar --cpp-out ../example/djinni-output-temp/cpp --cpp-namespace textsort --ident-cpp-enum-type foo_bar --jni-out ../example/djinni-output-temp/jni --ident-jni-class NativeFooBar --ident-jni-file NativeFooBar --objc-out ../example/djinni-output-temp/objc --objcpp-out ../example/djinni-output-temp/objc --objc-type-prefix TXS --idl ../example/example.djinni"
/>
<option
name=
"WORKING_DIRECTORY"
value=
"file://$PROJECT_DIR$"
/>
<option
name=
"ALTERNATIVE_JRE_PATH_ENABLED"
value=
"false"
/>
<option
name=
"ALTERNATIVE_JRE_PATH"
value=
""
/>
<option
name=
"ENABLE_SWING_INSPECTOR"
value=
"false"
/>
<option
name=
"ENV_VARIABLES"
/>
<option
name=
"PASS_PARENT_ENVS"
value=
"true"
/>
<module
name=
"src"
/>
<envs
/>
<method
/>
</configuration>
</component>
\ No newline at end of file
src/.idea/runConfigurations/djinni_Main__Test_Suite_.xml
0 → 100644
View file @
27591929
<component
name=
"ProjectRunConfigurationManager"
>
<configuration
default=
"false"
name=
"djinni.Main (Test Suite)"
type=
"Application"
factoryName=
"Application"
>
<extension
name=
"coverage"
enabled=
"false"
merge=
"false"
sample_coverage=
"true"
runner=
"idea"
>
<pattern>
<option
name=
"PATTERN"
value=
"djinni.*"
/>
<option
name=
"ENABLED"
value=
"true"
/>
</pattern>
</extension>
<option
name=
"MAIN_CLASS_NAME"
value=
"djinni.Main"
/>
<option
name=
"VM_PARAMETERS"
value=
""
/>
<option
name=
"PROGRAM_PARAMETERS"
value=
"--java-out ../test-suite/djinni-output-temp/java --java-package com.dropbox.djinni.test --ident-java-field mFooBar --cpp-out ../test-suite/djinni-output-temp/cpp --ident-cpp-enum-type foo_bar --cpp-optional-template std::experimental::optional --cpp-optional-header <experimental/optional> --jni-out ../test-suite/djinni-output-temp/jni --ident-jni-class NativeFooBar --ident-jni-file NativeFooBar --objc-out ../test-suite/djinni-output-temp/objc --objcpp-out ../test-suite/djinni-output-temp/objc --objc-type-prefix DB --idl ../test-suite/djinni/all.djinni"
/>
<option
name=
"WORKING_DIRECTORY"
value=
"file://$PROJECT_DIR$"
/>
<option
name=
"ALTERNATIVE_JRE_PATH_ENABLED"
value=
"false"
/>
<option
name=
"ALTERNATIVE_JRE_PATH"
value=
""
/>
<option
name=
"ENABLE_SWING_INSPECTOR"
value=
"false"
/>
<option
name=
"ENV_VARIABLES"
/>
<option
name=
"PASS_PARENT_ENVS"
value=
"true"
/>
<module
name=
"src"
/>
<envs
/>
<method
/>
</configuration>
</component>
\ No newline at end of file
test-suite/test-suite.iml
View file @
27591929
...
@@ -27,5 +27,16 @@
...
@@ -27,5 +27,16 @@
<SOURCES
/>
<SOURCES
/>
</library>
</library>
</orderEntry>
</orderEntry>
<orderEntry
type=
"module-library"
>
<library>
<CLASSES>
<root
url=
"jar://$MODULE_DIR$/java/jsr305-3.0.0.jar!/"
/>
</CLASSES>
<JAVADOC
/>
<SOURCES>
<root
url=
"jar://$MODULE_DIR$/java/jsr305-3.0.0.jar!/"
/>
</SOURCES>
</library>
</orderEntry>
</component>
</component>
</module>
</module>
\ No newline at end of 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