Skip to content

Commit

Permalink
TODOs in main (#541)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Aug 1, 2023
1 parent 8a5bb56 commit 11bdf53
Show file tree
Hide file tree
Showing 73 changed files with 1 addition and 1,489 deletions.
1 change: 0 additions & 1 deletion include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
add_subdirectory(gz)
install(DIRECTORY ignition DESTINATION ${GZ_INCLUDE_INSTALL_DIR_FULL})
16 changes: 0 additions & 16 deletions include/gz/math/Helpers.hh
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
template <typename T>
constexpr T GZ_MASSMATRIX3_DEFAULT_TOLERANCE = T(10);

// TODO(CH3): Deprecated. Remove on tock.
template <typename T>
constexpr T IGN_MASSMATRIX3_DEFAULT_TOLERANCE = T(10);

/// \brief Define GZ_PI, GZ_PI_2, and GZ_PI_4.
/// This was put here for Windows support.
#ifdef M_PI
Expand Down Expand Up @@ -120,18 +116,6 @@ namespace gz
/// \brief size_t type with a value of 9
static const size_t GZ_NINE_SIZE_T = 9u;

// TODO(CH3): Deprecated. Remove on tock.
constexpr auto GZ_DEPRECATED(7) IGN_ZERO_SIZE_T = &GZ_ZERO_SIZE_T;
constexpr auto GZ_DEPRECATED(7) IGN_ONE_SIZE_T = &GZ_ONE_SIZE_T;
constexpr auto GZ_DEPRECATED(7) IGN_TWO_SIZE_T = &GZ_TWO_SIZE_T;
constexpr auto GZ_DEPRECATED(7) IGN_THREE_SIZE_T = &GZ_THREE_SIZE_T;
constexpr auto GZ_DEPRECATED(7) IGN_FOUR_SIZE_T = &GZ_FOUR_SIZE_T;
constexpr auto GZ_DEPRECATED(7) IGN_FIVE_SIZE_T = &GZ_FIVE_SIZE_T;
constexpr auto GZ_DEPRECATED(7) IGN_SIX_SIZE_T = &GZ_SIX_SIZE_T;
constexpr auto GZ_DEPRECATED(7) IGN_SEVEN_SIZE_T = &GZ_SEVEN_SIZE_T;
constexpr auto GZ_DEPRECATED(7) IGN_EIGHT_SIZE_T = &GZ_EIGHT_SIZE_T;
constexpr auto GZ_DEPRECATED(7) IGN_NINE_SIZE_T = &GZ_NINE_SIZE_T;

/// \brief Double maximum value. This value will be similar to 1.79769e+308
static const double MAX_D = std::numeric_limits<double>::max();

Expand Down
19 changes: 0 additions & 19 deletions include/ignition/math.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/AdditivelySeparableScalarField3.hh

This file was deleted.

23 changes: 0 additions & 23 deletions include/ignition/math/Angle.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/AxisAlignedBox.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/Box.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/Capsule.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/Color.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/Cylinder.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/DiffDriveOdometry.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/Ellipsoid.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/Export.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/Filter.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/Frustum.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/GaussMarkovProcess.hh

This file was deleted.

31 changes: 0 additions & 31 deletions include/ignition/math/Helpers.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/Inertial.hh

This file was deleted.

19 changes: 0 additions & 19 deletions include/ignition/math/Interval.hh

This file was deleted.

Loading

0 comments on commit 11bdf53

Please sign in to comment.