-
Notifications
You must be signed in to change notification settings - Fork 0
33 feature request code hygiene #39
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
tadeas-hejnic
wants to merge
28
commits into
develop
Choose a base branch
from
33-feature-request-code-hygiene
base: develop
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
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
af5b9e8
Correction of typos and comments in header file
tadeas-hejnic 57b9b7a
Correction of typos and comments in source file
tadeas-hejnic 3769082
Small adjustments in Instrumentor
tadeas-hejnic e3029f0
Small typos correction, the time calculation bug fixed
tadeas-hejnic f7637b5
Typo in file name correction in CMakeList
tadeas-hejnic f46d214
Typo in file name correction in header file include
tadeas-hejnic c9b2b73
Typos and inconsistence correction
tadeas-hejnic b0fea84
Typos and inconsistence correction
tadeas-hejnic 0562879
TODOs for adding the exception message to warning - DONE
tadeas-hejnic fca3b60
Fix: default vars were not set after building with test vars
tadeas-hejnic 6330598
Fix: error while building
tadeas-hejnic bc6f833
appDataFoulder.h -> appDataFolder.h
tadeas-hejnic 1e8724b
extra handle for JTRACE
tadeas-hejnic 9c919c1
merge
tadeas-hejnic 1cbde64
remove duplicated lines
tadeas-hejnic aecf108
typo fix
tadeas-hejnic 37259c8
typo fix
tadeas-hejnic d868e6e
typo in success
tadeas-hejnic 0e3e80a
get back to prev version
tadeas-hejnic 06e1807
checkout to latest impl of logger
tadeas-hejnic 4f78984
add missing hashtag
tadeas-hejnic 6bc2826
minor changes, m_headers use in resolvePath
tadeas-hejnic 5d2e119
fixing naming convention diffs
tadeas-hejnic 81ffa2e
code hygiene, variables order, naming convention, ...
tadeas-hejnic 856ded5
m_Log -> m_log to match the naming convention
tadeas-hejnic f45f4e7
fix of variable name
tadeas-hejnic 70ef824
fix of compiler errors
tadeas-hejnic 1adbf5a
variable names fix
tadeas-hejnic 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
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.
Typo in variable names: 'ENALBE' should be 'ENABLE' in both GBENCH and GTEST variable names.