Skip to content
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

Use own build script for gtest #485

Merged
merged 13 commits into from Jan 24, 2019
Merged

Use own build script for gtest #485

merged 13 commits into from Jan 24, 2019

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Jan 17, 2019

This PR reverts the customized gtest's build script and uses own build script. This is to simplify the process of updating gtest version without customizing it as discussed in #478.

Depends on #480.


Before merging a pull request

  • Set version target by selecting a milestone on the right side
  • Summarize this change in CHANGELOG.md

@jslee02 jslee02 added this to the Aikido 0.3.0 milestone Jan 17, 2019
@jslee02 jslee02 requested a review from brianhou January 17, 2019 02:33
@@ -20,7 +20,11 @@ TEST(CartesianProduct, Clone)
for (auto i = 0u; i < 5u; ++i)
{
auto s1 = space.createState();
#if DART_VERSION_AT_LEAST(6,7,0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs to merge changes from #480 first.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

# Conflicts:
#	src/planner/World.cpp
#	tests/statespace/dart/test_MetaSkeletonStateSpace.cpp
#	tests/statespace/test_CartesianProduct.cpp
#	tests/statespace/test_SE2.cpp
#	tests/statespace/test_SE3.cpp
#	tests/statespace/test_SO2.cpp
#	tests/statespace/test_SO3.cpp
@gilwoolee gilwoolee merged commit 396f0f0 into master Jan 24, 2019
@gilwoolee gilwoolee deleted the gtest branch January 24, 2019 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants