-
Notifications
You must be signed in to change notification settings - Fork 770
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update easy client-server environment mechanism (#1325)
* Update easy client-server environment mechanism (#1251) * Updating variables values Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Ongoing changes... Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Added server creation tool. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Rename the tool binary and generate symlink on install Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Windows: install only symlinks if elevation granted. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Correct a help flag misspelt Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Solving linux jenkins issues (whitespaces on installation path) Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Solving mac jenkins issues. Handling old cmake versions. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Mac workaround didn't play well. Second attempt. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Mac workaround didn't play well. Third attempt. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Addressing reviewer comments. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Applied uncrustified requirements. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Applied uncrustified requirements. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Applied uncrustified requirements. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Applied uncrustified requirements. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Avoid warning when symlink already exists Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Update config file to export the tool target. This way other projects like discovery-server can use this target to locate the binaries. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * DDS Domain updated to handle environmental variables Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Solving uncrustify issues Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Solving uncrustify issues Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Support symlink geneartion on old cmake versions Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Solving unix issues if sh is the default shell. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * solving windows issues. Unmatching quotes Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Workaround lack of privileges on Windows to create symlinks by creating a .bat script in that case. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Solved bash issue on linux Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Solved installer generation issues. Update .bat to be independent of the current working dir. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Solved trim error on participant drop Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Meeting uncrustify requirements. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Meeting uncrustify requirements. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Solved MinSizeRel and RelWithDebInfo install config issues on Windows Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Solved EDP trimming issue on participant drop Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Solved uncrustify issues. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> * Solved EDP sync issue on trimming. Signed-off-by: Miguel Barro <miguelbarro@eprosima.com> # Conflicts: # test/blackbox/BlackboxTestsDiscovery.cpp * Uncrustify Co-authored-by: MiguelBarro <45819833+MiguelBarro@users.noreply.github.com>
- Loading branch information
1 parent
80cd860
commit 42c360b
Showing
21 changed files
with
4,446 additions
and
531 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
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.