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

Fix for AlphaTick #8

Merged
merged 38 commits into from
Mar 14, 2019

Conversation

kerautret
Copy link

No description provided.

BorisMansencal and others added 30 commits January 16, 2019 15:01
Remove typedef from .ih file already present in .h file.
In Debug mode, gcc 8.2.1, warns that this declaration shadows a previous typedef [-Wshadow]
In Debug, gcc 8.2.1 warns about exceptions not caught by reference [-Wcatch-value, enabled by -Wall].
In Debug, gcc 8.2.1, warns on useless const qualifiers on cast result types [-Wignored-qualifiers, enabled by -Wextra].
In Debug mode, -Wshadow of gcc 8.2.1 warns that Scalar typedef shadows previous typedef in src/DGtal/geometry/surfaces/estimation/IntegralInvariantCovarianceEstimator.h:161
In Debug mode, -Wshadow of gcc 8.2.1 warns that Scalar typedef shadows previous typedef in src/DGtal/geometry/surfaces/estimation/IntegralInvariantVolumeEstimator.h:159
In Debug mode, -Wshadow of gcc 8.2.1 warns that NormalFunctor typedef shadows previous typedef in src/DGtal/helpers/ShortcutsGeometry.h:156
In Debug mode, -Wshadow of gcc 8.2.1 warns that RealPoint typedef shadows previous typedef in src/DGtal/shapes/parametric/StarShaped3D.h:76
In Debug mode, -Wshadow of gcc 8.2.1 warns that Point typedef shadows previous typedef at tests/topology/testVoxelComplex.cpp:452
…ace_VoxelComplex

Remove VoxelComplex operators from namespace functions
Starting documentation with @brief so that a brief description is
dispayed in the class member list, thus allowing the user to know its
purpose without having to click on the link.
clang 7.0 was complaining that the comment was not a valid Doxygen comment.
…g d suffix for the generated library in debug mode
* Memory leak + warnings

* Warnings again

* warnings again

* warnings again

* warnings again

* warnings again

* changelog

* Update src/DGtal/geometry/curves/estimation/LambdaMST2D.ih

Co-Authored-By: dcoeurjo <david.coeurjolly@liris.cnrs.fr>

* Update src/DGtal/geometry/surfaces/DigitalSurfaceConvolver.ih

Co-Authored-By: dcoeurjo <david.coeurjolly@liris.cnrs.fr>

* Update src/DGtal/topology/CubicalComplex.ih

Co-Authored-By: dcoeurjo <david.coeurjolly@liris.cnrs.fr>

* Chamfer

* Warnings again

* ++nb,

* ++nb fix

* nb++,
@rolanddenis rolanddenis merged commit 2dc8eb3 into rolanddenis:fix_pointvector Mar 14, 2019
@rolanddenis
Copy link
Owner

Thanks ! (automatically merged with #9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants