-
Notifications
You must be signed in to change notification settings - Fork 16
02 ternary v4 #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
RomanMokych
wants to merge
22
commits into
driverdevteam:master
Choose a base branch
from
RomanMokych:02-ternary-v4
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
02 ternary v4 #30
Changes from 7 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
6423a44
Fixed build issues. Fixed linking with gtest. Added dependecy on gtes…
RomanMokych 4919240
Added build files to the git ignore.
RomanMokych f842648
Disabled 6 homework because it is not buildable.
RomanMokych 1b97594
Implemented one parsing. RED.
RomanMokych 96d8352
Implemented one parsing. Green.
RomanMokych 4d8bebe
Implemented 2 parsing. RED
RomanMokych 6872951
Implemented 2 parsing. GREEN
RomanMokych 5d0f54a
Implemented 3 parsing. Green
RomanMokych 37784bb
Implemented 6 parsing. Red
RomanMokych a745777
Implemented test for 6 parsing. Green
RomanMokych a97fb14
Implemented RED test for 9.
RomanMokych 089d2cd
GREEN
RomanMokych 9b3bfa7
Refactoring.
RomanMokych ffc9478
Implemented RED test for 4
RomanMokych 537bc43
GREEN
RomanMokych 508581e
Implemented red test for '111'.
RomanMokych 65468fa
GREEN
RomanMokych 8eaaa63
Refactoring.
RomanMokych a058bd3
Added acceptance test.
RomanMokych 7b4d5d0
Implemented RED test for invalid ternary.
RomanMokych 65e138f
GREEN
RomanMokych 8886455
Extended test for invalid ternary.
RomanMokych File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -30,3 +30,6 @@ | |
| *.exe | ||
| *.out | ||
| *.app | ||
| build | ||
| .DS_Store | ||
| *.pro.user | ||
This file contains hidden or 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 hidden or 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 @@ | ||
| TEMPLATE = subdirs | ||
|
|
||
| SUBDIRS += \ | ||
| chatclient | ||
| #SUBDIRS += \ | ||
| # chatclient |
This file contains hidden or 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 hidden or 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 hidden or 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,5 @@ | ||
| include(../../gmock.pri) | ||
| include(../../gtest.pri) | ||
|
|
||
| TEMPLATE = app | ||
| CONFIG += console c++11 | ||
|
|
||
This file contains hidden or 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 hidden or 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,3 +1,4 @@ | ||
| include(../../gtest.pri) | ||
| include(../../gmock.pri) | ||
|
|
||
| TEMPLATE = app | ||
|
|
||
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
как только ты добавляешь front() или back() сразу стоит задуматься о тесте с пустой строкой :)