-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use .hpp for header extension as proposed #568
Here are exceptions: ./kido/lcpsolver/matrix.h ./kido/lcpsolver/misc.h ./kido/lcpsolver/lcp.h ./kido/lcpsolver/error.h ./kido/lcpsolver/common.h ./kido/lcpsolver/odeconfig.h ./unittests/gtest/include/gtest/gtest_pred_impl.h ./unittests/gtest/include/gtest/gtest-spi.h ./unittests/gtest/include/gtest/gtest-message.h ./unittests/gtest/include/gtest/internal/gtest-filepath.h ./unittests/gtest/include/gtest/internal/gtest-string.h ./unittests/gtest/include/gtest/internal/gtest-tuple.h ./unittests/gtest/include/gtest/internal/gtest-linked_ptr.h ./unittests/gtest/include/gtest/internal/gtest-type-util.h ./unittests/gtest/include/gtest/internal/gtest-param-util.h ./unittests/gtest/include/gtest/internal/gtest-internal.h ./unittests/gtest/include/gtest/internal/gtest-port.h ./unittests/gtest/include/gtest/internal/gtest-death-test-internal.h ./unittests/gtest/include/gtest/internal/gtest-param-util-generated.h ./unittests/gtest/include/gtest/gtest_prod.h ./unittests/gtest/include/gtest/gtest-printers.h ./unittests/gtest/include/gtest/gtest-death-test.h ./unittests/gtest/include/gtest/gtest.h ./unittests/gtest/include/gtest/gtest-param-test.h ./unittests/gtest/include/gtest/gtest-test-part.h ./unittests/gtest/include/gtest/gtest-typed-test.h ./unittests/gtest/src/gtest-internal-inl.h
- Loading branch information
Showing
493 changed files
with
1,369 additions
and
1,371 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
############################################### | ||
# apps/addDeleteSkels | ||
file(GLOB addDeleteSkels_srcs "*.cpp") | ||
file(GLOB addDeleteSkels_hdrs "*.h") | ||
file(GLOB addDeleteSkels_hdrs "*.hpp") | ||
add_executable(addDeleteSkels ${addDeleteSkels_srcs} ${addDeleteSkels_hdrs}) | ||
target_link_libraries(addDeleteSkels kido) | ||
set_target_properties(addDeleteSkels PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin") |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
############################################### | ||
# apps/atlasSimbicon | ||
file(GLOB atlasSimbicon_srcs "*.cpp") | ||
file(GLOB atlasSimbicon_hdrs "*.h") | ||
file(GLOB atlasSimbicon_hdrs "*.hpp") | ||
add_executable(atlasSimbicon ${atlasSimbicon_srcs} ${atlasSimbicon_hdrs}) | ||
target_link_libraries(atlasSimbicon kido) | ||
set_target_properties(atlasSimbicon PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin") |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
|
||
#include <Eigen/Dense> | ||
|
||
#include "kido/kido.h" | ||
#include "kido/kido.hpp" | ||
|
||
class StateMachine; | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
|
||
#include <Eigen/Dense> | ||
|
||
#include "kido/kido.h" | ||
#include "kido/kido.hpp" | ||
|
||
class State; | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
|
||
#include <Eigen/Dense> | ||
|
||
#include "kido/kido.h" | ||
#include "kido/kido.hpp" | ||
|
||
class State; | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
|
||
#include <Eigen/Dense> | ||
|
||
#include "kido/kido.h" | ||
#include "kido/kido.hpp" | ||
|
||
class State; | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
############################################### | ||
# apps/bipedStand | ||
file(GLOB bipedStand_srcs "*.cpp") | ||
file(GLOB bipedStand_hdrs "*.h") | ||
file(GLOB bipedStand_hdrs "*.hpp") | ||
add_executable(bipedStand ${bipedStand_srcs} ${bipedStand_hdrs}) | ||
target_link_libraries(bipedStand kido) | ||
set_target_properties(bipedStand PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin") |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
|
||
#include <Eigen/Dense> | ||
|
||
#include "kido/kido.h" | ||
#include "kido/kido.hpp" | ||
|
||
class Controller { | ||
public: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
############################################### | ||
# apps/hybridDynamics | ||
file(GLOB hybridDynamics_srcs "*.cpp") | ||
file(GLOB hybridDynamics_hdrs "*.h") | ||
file(GLOB hybridDynamics_hdrs "*.hpp") | ||
add_executable(hybridDynamics ${hybridDynamics_srcs} ${hybridDynamics_hdrs}) | ||
target_link_libraries(hybridDynamics kido) | ||
set_target_properties(hybridDynamics PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin") |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
############################################### | ||
# apps/jointConstraints | ||
file(GLOB jointConstraints_srcs "*.cpp") | ||
file(GLOB jointConstraints_hdrs "*.h") | ||
file(GLOB jointConstraints_hdrs "*.hpp") | ||
add_executable(jointConstraints ${jointConstraints_srcs} ${jointConstraints_hdrs}) | ||
target_link_libraries(jointConstraints kido) | ||
set_target_properties(jointConstraints PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin") |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
|
||
#include <Eigen/Dense> | ||
|
||
#include "kido/kido.h" | ||
#include "kido/kido.hpp" | ||
|
||
class Controller | ||
{ | ||
|
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.