-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/release-6.1' into eigen_mem_align
Conflicts: CHANGELOG.md dart/CMakeLists.txt
- Loading branch information
Showing
96 changed files
with
527 additions
and
139 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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
add_subdirectory(imgui) | ||
add_subdirectory(lodepng) | ||
add_subdirectory(odelcpsolver) |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Search all header and source files | ||
file(GLOB hdrs "*.h") | ||
file(GLOB srcs "*.cpp") | ||
|
||
# Set local target name | ||
set(target_name ${PROJECT_NAME}-external-imgui) | ||
set(component_name external-imgui) | ||
|
||
dart_add_library(${target_name} ${hdrs} ${srcs}) | ||
include_directories( | ||
${target_name} | ||
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}" | ||
) | ||
|
||
# Component | ||
add_component(${PROJECT_NAME} ${component_name}) | ||
add_component_targets(${PROJECT_NAME} ${component_name} ${target_name}) | ||
|
||
# Install | ||
install( | ||
FILES ${hdrs} | ||
DESTINATION include/dart/external/imgui | ||
COMPONENT headers | ||
) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Search all header and source files | ||
file(GLOB hdrs "*.h") | ||
file(GLOB srcs "*.cpp") | ||
|
||
# Set local target name | ||
set(target_name ${PROJECT_NAME}-external-lodepng) | ||
set(component_name external-lodepng) | ||
|
||
dart_add_library(${target_name} ${hdrs} ${srcs}) | ||
include_directories( | ||
${target_name} | ||
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}" | ||
) | ||
|
||
# Component | ||
add_component(${PROJECT_NAME} ${component_name}) | ||
add_component_targets(${PROJECT_NAME} ${component_name} ${target_name}) | ||
|
||
# Install | ||
install( | ||
FILES ${hdrs} | ||
DESTINATION include/dart/external/lodepng | ||
COMPONENT headers | ||
) |
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Search all header and source files | ||
file(GLOB hdrs "*.h") | ||
file(GLOB srcs "*.cpp") | ||
|
||
# Set local target name | ||
set(target_name ${PROJECT_NAME}-external-odelcpsolver) | ||
set(component_name external-odelcpsolver) | ||
|
||
dart_add_library(${target_name} ${hdrs} ${srcs}) | ||
include_directories( | ||
${target_name} | ||
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}" | ||
) | ||
|
||
# Component | ||
add_component(${PROJECT_NAME} ${component_name}) | ||
add_component_targets(${PROJECT_NAME} ${component_name} ${target_name}) | ||
|
||
# Install | ||
install( | ||
FILES ${hdrs} | ||
DESTINATION include/dart/external/odelcpsolver | ||
COMPONENT headers | ||
) |
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.