-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add init options args parser - Add testing utils - Add basic tests - Add gtest dep for unit-tests
- Loading branch information
1 parent
37f8f60
commit ca5079c
Showing
26 changed files
with
1,047 additions
and
69 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "deps/gtest"] | ||
path = deps/gtest | ||
url = https://github.com/google/googletest.git |
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,38 @@ | ||
# JetBrains Open Source and Community Code of Conduct | ||
|
||
This code of conduct outlines our expectations for all those who participate in our | ||
open source projects and communities (community programs), as well as the consequences | ||
for unacceptable behaviour. We invite all those who participate to help us create safe | ||
and positive experiences for everyone. Communities mirror the societies in which they | ||
exist and positive action is essential to counteract the many forms of inequality and | ||
abuses of power that exist in society. | ||
|
||
## How to behave | ||
|
||
The following behaviours are expected and requested of all community members: | ||
|
||
- Participate in an authentic and active way. In doing so, you contribute to the health and longevity of this community. | ||
- Exercise consideration, respect and empathy in your speech and actions. Remember, we have all been through different stages of learning when adopting technologies. | ||
- Refrain from demeaning, discriminatory, or harassing behaviour and speech. | ||
- Disagreements on things are fine, argumentative behaviour or trolling are not. | ||
|
||
## How not to behave | ||
|
||
- Do not perform threats of violence or use violent language directed against another person. | ||
- Do not make jokes of sexist, racist, homophobic, transphobic, ableist or otherwise discriminatory nature, or use language of this nature. | ||
- Do not post or display sexually explicit or violent material. | ||
- Do not post or threaten to post other people’s personally identifying information ("doxing"). | ||
- Do not make personal insults, particularly those related to gender, sexual orientation, race, religion, or disability. | ||
- Do not engage in sexual attention. This includes, sexualised comments or jokes and sexual advances. | ||
- Do not advocate for, or encourage, any of the above behaviour. | ||
|
||
|
||
Please take into account that online communities bring together people from many | ||
different cultures and backgrounds. It's important to understand that sometimes | ||
the combination of cultural differences and online interaction can lead to misunderstandings. | ||
That is why having empathy is very important. | ||
|
||
## Also | ||
|
||
You can access original text at | ||
[JetBrains Open Source and Community Code of Conduct](https://confluence.jetbrains.com/display/ALL/JetBrains+Open+Source+and+Community+Code+of+Conduct). |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
MIT License | ||
# MIT License | ||
|
||
Copyright (c) 2021 JetBrains-Research | ||
|
||
|
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.