Skip to content

Commit

Permalink
Packaging 6.7.0 (#1215)
Browse files Browse the repository at this point in the history
Depends on #1214
  • Loading branch information
jslee02 authored Jan 10, 2019
1 parent 5cc389b commit 6823839
Show file tree
Hide file tree
Showing 705 changed files with 725 additions and 708 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## DART 6

### DART 6.7.0 (201X-XX-XX)
### [DART 6.7.0 (2019-01-10)](https://github.com/dartsim/dart/milestone/45?closed=1)

#### Changes

* Build system

* Fixed compilation warnings for newer versions of compilers: [#1177](https://github.com/dartsim/dart/pull/1177)
* Changed to generate namespace headers without requiring *.hpp.in files: [#1192](https://github.com/dartsim/dart/pull/1192)
* Dropped supporting Ubuntu Trusty and started using imported targets of dependencies: [#1212](https://github.com/dartsim/dart/pull/1212)

* Collision Detection

Expand Down Expand Up @@ -35,6 +38,20 @@

* Updated Googletest to version 1.8.1: [#1214](https://github.com/dartsim/dart/pull/1214)

#### Compilers Tested

* Linux

* GCC (C++11): 5.4.0, 7.3.0, 8.2.0

* Linux (32-bit)

* GCC (C++11): 5.4.0

* macOS

* AppleClang (C++11): 9.1.0

### [DART 6.6.2 (2018-09-03)](https://github.com/dartsim/dart/milestone/47?closed=1)

* Utils
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Copyright (c) 2011-2016, Humanoid Lab, Georgia Tech Research Corporation
Copyright (c) 2016-2017, Personal Robotics Lab, Carnegie Mellon University
Copyright (c) 2011-2018, Graphics Lab, Georgia Tech Research Corporation
Copyright (c) 2017-2018, Personal Robotics Lab, University of Washington
Copyright (c) 2017-2018, Open Source Robotics Foundation
Copyright (c) 2011-2019, Graphics Lab, Georgia Tech Research Corporation
Copyright (c) 2017-2019, Personal Robotics Lab, University of Washington
Copyright (c) 2017-2019, Open Source Robotics Foundation
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion cmake/DARTFindurdfdom.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2018, The DART development contributors
# Copyright (c) 2011-2019, The DART development contributors
# All rights reserved.
#
# The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindIPOPT.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2018, The DART development contributors
# Copyright (c) 2011-2019, The DART development contributors
# All rights reserved.
#
# The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindNLOPT.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2018, The DART development contributors
# Copyright (c) 2011-2019, The DART development contributors
# All rights reserved.
#
# The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindODE.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2018, The DART development contributors
# Copyright (c) 2011-2019, The DART development contributors
# All rights reserved.
#
# The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion cmake/Findassimp.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2018, The DART development contributors
# Copyright (c) 2011-2019, The DART development contributors
# All rights reserved.
#
# The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion cmake/Findccd.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2018, The DART development contributors
# Copyright (c) 2011-2019, The DART development contributors
# All rights reserved.
#
# The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion cmake/Findfcl.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2018, The DART development contributors
# Copyright (c) 2011-2019, The DART development contributors
# All rights reserved.
#
# The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion cmake/Findflann.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2018, The DART development contributors
# Copyright (c) 2011-2019, The DART development contributors
# All rights reserved.
#
# The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion cmake/Findtinyxml2.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011-2018, The DART development contributors
# Copyright (c) 2011-2019, The DART development contributors
# All rights reserved.
#
# The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/CollisionDetector.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/CollisionDetector.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/CollisionFilter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/CollisionFilter.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/CollisionGroup.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/CollisionGroup.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/CollisionObject.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/CollisionObject.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/CollisionOption.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/CollisionOption.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/CollisionResult.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/CollisionResult.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/Contact.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/Contact.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/DistanceFilter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/DistanceFilter.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/DistanceOption.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/DistanceOption.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/DistanceResult.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/DistanceResult.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/Option.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/Result.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/SmartPointer.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/bullet/BulletCollisionDetector.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/bullet/BulletCollisionDetector.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/bullet/BulletCollisionGroup.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/bullet/BulletCollisionGroup.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/bullet/BulletCollisionObject.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/bullet/BulletCollisionObject.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/bullet/BulletCollisionShape.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/bullet/BulletCollisionShape.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/bullet/BulletTypes.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/bullet/BulletTypes.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/bullet/detail/BulletCollisionDispatcher.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/bullet/detail/BulletCollisionDispatcher.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/dart/DARTCollide.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/dart/DARTCollide.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/dart/DARTCollisionDetector.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/dart/DARTCollisionDetector.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
2 changes: 1 addition & 1 deletion dart/collision/dart/DARTCollisionGroup.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, The DART development contributors
* Copyright (c) 2011-2019, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
Expand Down
Loading

0 comments on commit 6823839

Please sign in to comment.