Skip to content

Commit 3da9655

Browse files
author
Bob Garner
committed
First commit as Open Source.
0 parents  commit 3da9655

File tree

492 files changed

+90189
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

492 files changed

+90189
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
indent_size = 4
5+
6+
[*.{java,edl,eml}]
7+
charset = utf-8
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
indent_style = space
11+
ij_java_else_on_new_line = true

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
out
2+
entities/srcout
3+
schema
4+
server/generated
5+
client/javaclient/generated/src
6+
client/javaclient/generated/target
7+
client/zcios/generated
8+
server/simple
9+
client/javaclient/clubs
10+
client/zcios/ClubsProto
11+
server/clubs
12+
*.idea

CODE_OF_CONDUCT.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to make participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, sex characteristics, gender identity and expression,
9+
level of experience, education, socio-economic status, nationality, personal
10+
appearance, race, religion, or sexual identity and orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies within all project spaces, and it also applies when
49+
an individual is representing the project or its community in public spaces.
50+
Examples of representing a project or community include using an official
51+
project e-mail address, posting via an official social media account, or acting
52+
as an appointed representative at an online or offline event. Representation of
53+
a project may be further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team at [[email protected]](mailto:[email protected]). All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
## Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72+
73+
[homepage]: https://www.contributor-covenant.org
74+
75+
For answers to common questions about this code of conduct, see
76+
https://www.contributor-covenant.org/faq

CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Contributing Guidelines
2+
3+
This document contains information and guidelines about contributing to this project. Please read it before you start participating.
4+
5+
## Asking Questions
6+
7+
If you have any questions about the Entity Compiler please go to its Google Group [EntityCompiler](https://groups.google.com/u/1/g/entitycompiler). There you may find the answer you are looking for, or you can post your question and someone on the project will try to answer.
8+
9+
## How to Contribute
10+
11+
1. [Fork](https://help.github.com/articles/fork-a-repo) the [entityc/entity-compiler](https://gibhub.com/entityc/entity-compiler).
12+
2. Install and configure [EditorConfig](http://editorconfig.org/) so your text editor or IDE uses the EntityC coding style
13+
3. [Build the Entity Compiler](docs/GettingStarted.md)
14+
4. Create a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) including your change.
15+
16+
## Developer's Certificate of Origin
17+
18+
You must read and sign the [contributors.txt](contributors.txt) certificate of origin with your pull request if you've not done so before.
19+
20+
## Code of Conduct
21+
22+
The Code of Conduct governs how we behave in public or in private whenever the project will be judged by our actions. We expect it to be honored by everyone who contributes to this project.
23+
24+
See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for details.

Entity-Compiler.iml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
7+
<sourceFolder url="file://$MODULE_DIR$/test/java" isTestSource="true" />
8+
<sourceFolder url="file://$MODULE_DIR$/test/resources" type="java-test-resource" />
9+
<sourceFolder url="file://$MODULE_DIR$/src/java" isTestSource="false" />
10+
</content>
11+
<orderEntry type="inheritedJdk" />
12+
<orderEntry type="sourceFolder" forTests="false" />
13+
<orderEntry type="library" name="com.google.code.gson:gson:2.8.5" level="project" />
14+
<orderEntry type="library" name="org.apache.directory.studio:org.apache.commons.io:2.4" level="project" />
15+
<orderEntry type="library" name="org.reflections:reflections:0.9.11" level="project" />
16+
<orderEntry type="library" name="org.kohsuke:github-api:1.95" level="project" />
17+
<orderEntry type="library" name="Bundled Protobuf Distribution" level="application" />
18+
<orderEntry type="library" name="org.junit.jupiter:junit-jupiter-api:5.0.0" level="project" />
19+
<orderEntry type="library" name="org.junit.jupiter:junit-jupiter-params:5.0.0" level="project" />
20+
<orderEntry type="library" exported="" name="antlr-4.9-complete" level="project" />
21+
<orderEntry type="library" exported="" name="org.atteo:evo-inflector:1.2.2" level="project" />
22+
</component>
23+
</module>

LICENSE-notice.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Open Source Licenses
2+
====================
3+
4+
This product may include a number of subcomponents with separate
5+
copyright notices and license terms. Your use of the source code for
6+
these subcomponents is subject to the terms and conditions of the
7+
subcomponent's license, as noted in the LICENSE.md file.

LICENSE.md

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
Entity Compiler
2+
===============
3+
[The "BSD 3-clause license"]
4+
5+
Copyright (c) 2019-2022 The EntityC Project. All rights reserved.
6+
7+
Redistribution and use in source and binary forms, with or without
8+
modification, are permitted provided that the following conditions
9+
are met:
10+
11+
1. Redistributions of source code must retain the above copyright
12+
notice, this list of conditions and the following disclaimer.
13+
2. Redistributions in binary form must reproduce the above copyright
14+
notice, this list of conditions and the following disclaimer in the
15+
documentation and/or other materials provided with the distribution.
16+
3. Neither the name of the copyright holder nor the names of its contributors
17+
may be used to endorse or promote products derived from this software
18+
without specific prior written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23+
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30+
31+
32+
ANTLR
33+
=====
34+
[The "BSD 3-clause license"]
35+
36+
Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
37+
38+
Redistribution and use in source and binary forms, with or without
39+
modification, are permitted provided that the following conditions
40+
are met:
41+
42+
1. Redistributions of source code must retain the above copyright
43+
notice, this list of conditions and the following disclaimer.
44+
2. Redistributions in binary form must reproduce the above copyright
45+
notice, this list of conditions and the following disclaimer in the
46+
documentation and/or other materials provided with the distribution.
47+
3. Neither the name of the copyright holder nor the names of its contributors
48+
may be used to endorse or promote products derived from this software
49+
without specific prior written permission.
50+
51+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
52+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
53+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
54+
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
55+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
56+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
57+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
58+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
59+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
60+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
61+
62+
GSON
63+
====
64+
Gson is released under the Apache 2.0 license.
65+
66+
Copyright 2008 Google Inc.
67+
68+
Licensed under the Apache License, Version 2.0 (the "License");
69+
you may not use this file except in compliance with the License.
70+
You may obtain a copy of the License at
71+
72+
http://www.apache.org/licenses/LICENSE-2.0
73+
74+
Unless required by applicable law or agreed to in writing, software
75+
distributed under the License is distributed on an "AS IS" BASIS,
76+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
77+
See the License for the specific language governing permissions and
78+
limitations under the License.
79+
80+
Apache Commons IO
81+
=================
82+
Copyright 2002-2021 The Apache Software Foundation
83+
84+
This product includes software developed at
85+
The Apache Software Foundation (https://www.apache.org/).
86+
87+
Evo Inflector
88+
=============
89+
Copyright 2013 Atteo
90+
91+
Licensed under the Apache License, Version 2.0 (the "License");
92+
you may not use this file except in compliance with the License.
93+
You may obtain a copy of the License at
94+
95+
http://www.apache.org/licenses/LICENSE-2.0
96+
97+
Unless required by applicable law or agreed to in writing, software
98+
distributed under the License is distributed on an "AS IS" BASIS,
99+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
100+
See the License for the specific language governing permissions and
101+
limitations under the License.
102+
103+
GitHub-API
104+
==========
105+
Copyright (c) 2011- Kohsuke Kawaguchi and other contributors
106+
107+
Permission is hereby granted, free of charge, to any person
108+
obtaining a copy of this software and associated documentation
109+
files (the "Software"), to deal in the Software without
110+
restriction, including without limitation the rights to use,
111+
copy, modify, merge, publish, distribute, sublicense, and/or sell
112+
copies of the Software, and to permit persons to whom the
113+
Software is furnished to do so, subject to the following
114+
conditions:
115+
116+
The above copyright notice and this permission notice shall be
117+
included in all copies or substantial portions of the Software.
118+
119+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
120+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
121+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
122+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
123+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
124+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
125+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
126+
OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)