-
Notifications
You must be signed in to change notification settings - Fork 89
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
Feature/509 remove cpputests #711
Merged
+1,124
−4,066
Merged
Changes from 15 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8af7bff
Remove cpputest config, cpputest usage and linked list
pnoltes 6a4d2a9
Remove cpputest from build config
pnoltes 577551e
Remove cpputests for array and linked list
pnoltes daa0060
Remove deprecated array_list and its usage
pnoltes 5d97401
Refactor hash_map cpputests to gtests
pnoltes d1f7d10
Refactor ip utils and ip utils tests
pnoltes bcfb6b2
Merge branch 'master' into feature/509-remove-cpputests
pnoltes 8d113a3
Remove cpputest from build config
pnoltes 01b3af1
Improve error handling of IP utils
pnoltes 61c641a
Replace array_list with celix_array_list in rsa shm v2
pnoltes a851bf9
Replace array_list with celix_array_list in conan exmpl test
pnoltes f2317ed
Separate celix err ei test to prevent unintentionally init of tss
pnoltes 4bb8990
Fix memleak in celix_utils_findIpInSubnet when calling getifaddrs
pnoltes 1f8dea8
Fix invalid snprintf
pnoltes 1a67dab
Replace EXPECT_EQ for pointer compare
pnoltes 4de66c3
Merge branch 'master' into feature/509-remove-cpputests
pnoltes b4b26a3
Remove ip utils
pnoltes 7a9bae9
Remove unused linked_list source files
pnoltes cd8bfd5
Refactor endpointDiscoveryPoller_poll for indent and error handling
pnoltes 36d8c40
Remove unneeded export macros in hash_map_private.h
pnoltes 2e2805b
Merge branch 'master' into feature/509-remove-cpputests
pnoltes 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 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
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
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
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.
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.
Missing
#include "celix_array_list.h"
.