Commit Graph

64306 Commits

Author SHA1 Message Date
Sebastien Loriot 03d60276b4 make command examples uniform 2015-07-06 06:51:38 +02:00
Sebastien Loriot 7473831191 Merge pull request #162 from drewish/fix-install-instructions
git based installation instructions use incorrect variable name
2015-07-06 06:50:07 +02:00
Marc Glisse 253ec38a0a Announce new functors for alpha-shapes
As asked in the last comment of https://github.com/CGAL/cgal/pull/84
2015-07-05 16:07:24 +02:00
Marc Glisse 94c9bd5175 Typo in sse2.h
__GNUC__ is missing its 'C'. This probably makes the test for __MINGW64__ useless. (I am testing the github interface for minor edits)
2015-07-05 15:40:02 +02:00
Laurent Rineau 9c0a3bf67f updated crontab (automated commit) 2015-07-04 17:18:33 +02:00
Laurent Rineau 5a4df5e039 updated crontab (automated commit) 2015-07-04 16:18:03 +02:00
andrew morton 1b72353dba Put release build in its own directory 2015-07-03 22:08:41 -07:00
andrew morton 9d7f8c9308 MAKE_BUILD_TYPE controls the build type
Fixes this warning:
```
CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_TYPE
```
2015-07-03 22:05:53 -07:00
Laurent Rineau 656c3c0613 updated crontab (automated commit) 2015-07-03 18:18:03 +02:00
Sandeep Kumar Dey 5ac1311b01 updated announcement of new package sdg-linf 2015-07-03 17:32:45 +02:00
Laurent Rineau 2591e6cc7d Fix a miscompilation by clang-3.6.x
Fix issue #139
2015-07-03 17:28:11 +02:00
Sandeep Kumar Dey faff89ba98 Merge branch 'sdglinf-philaris' of github.com:CGAL/cgal-dev into sdglinf-philaris 2015-07-03 17:23:42 +02:00
Sandeep Kumar Dey 6484a56485 announce the new feature sdg-linf 2015-07-03 17:21:51 +02:00
Sébastien Loriot 9d407fa11a indicate the solver used in the benchmark 2015-07-03 17:09:42 +02:00
Laurent Rineau 5166af8a53 Merge branch 'releases/CGAL-4.6-branch' 2015-07-03 17:09:39 +02:00
Laurent Rineau bb4ee56a39 Make non-template methods inline
Avoid linking errors such as:

   In function 'CGAL::operator>>(std::istream&,
   CGAL::No_vertex_data&)':MeshSimplicial.cpp:(.text+0x490): multiple
   definition of 'CGAL::operator>>(std::istream&, CGAL::No_vertex_data&)'

Fix issue #158.
2015-07-03 17:05:01 +02:00
Jane Tournois 270f4bbbcc we want to be able to test that without generating a warning
so let's transform into a std::cerr message
2015-07-03 17:04:49 +02:00
Jane Tournois 0c6340543c comment a bit of too verbose tests 2015-07-03 16:56:04 +02:00
Jane Tournois 1967235bbd fix return value to 0
this example was making all the testsuite line red...
2015-07-03 16:48:45 +02:00
Sébastien Loriot a9fae2ea9b update changes 2015-07-03 16:28:22 +02:00
Laurent Rineau c21c9dda35 Merge pull request #141 from afabri/Advancing_front_surface_reconstruction-afabri
Advancing Front Surface Reconstruction, new package

https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Advancing_front_surface_reconstruction
2015-07-03 16:26:28 +02:00
Sébastien Loriot 9c0108bc73 fix warnings 2015-07-03 16:19:02 +02:00
Jane Tournois 275d24e103 add new line at end of file 2015-07-03 16:16:46 +02:00
Jane Tournois 6491a3e9c4 fix compilation for windows 2015-07-03 16:14:16 +02:00
Jane Tournois 12ccaeb3a5 rename type to avoid error on windows
Polyline conflicts with a type defined in
Program Files (x86)\Windows Kits\8.0\include\um\wingdi.h
2015-07-03 16:12:31 +02:00
Jane Tournois 433609093f add return statement 2015-07-03 16:07:45 +02:00
Sébastien Loriot 30c11bd32d rename package Mean_curvature_skeleton -> Surface_mesh_skeletonization 2015-07-03 16:05:56 +02:00
Sébastien Loriot 9098ea7db4 cancel modification in the demo framework to introduce the transparency 2015-07-03 16:05:56 +02:00
Sébastien Loriot 65d11bd4ee do not use transparency and ui from MainWindow 2015-07-03 16:05:56 +02:00
Sébastien Loriot 06d4bb6c82 remove todos 2015-07-03 16:05:56 +02:00
Sébastien Loriot 809d5c06ec remove the need of Cartesian_converter 2015-07-03 16:05:55 +02:00
Sébastien Loriot e5c0edfe25 do not modify the list of halfedges while iterating over it 2015-07-03 16:05:55 +02:00
Sébastien Loriot 60238aef52 add todos 2015-07-03 16:05:55 +02:00
Sébastien Loriot 0c1539f117 use functors from the trait class and update the concept 2015-07-03 16:05:55 +02:00
Sébastien Loriot ba5e32cc54 revert changes in the Surface_mesh_simplification package that were not needed 2015-07-03 16:05:55 +02:00
Sébastien Loriot c15d6f882f change the edge contraction method
We avoid naively doing the test on all edges each time an edge is collapsed
but do look only a the neighborhood
2015-07-03 16:05:47 +02:00
Jane Tournois f2f7aa6874 fix warnings about unused variables 2015-07-03 16:05:16 +02:00
Jane Tournois 6dedc9e451 add new line at end of file 2015-07-03 16:04:34 +02:00
Jane Tournois fbe442fcca remove empty constructor that causes an error
because it does not provide an initial value for pmesh_
2015-07-03 16:03:53 +02:00
Laurent Rineau 8ac6c15aa3 Commit a new version of the license file
Without the trailing space: that is important for our scripts.
2015-07-03 14:03:15 +02:00
Jane Tournois cf60dd41f1 fix unused variable warnings 2015-07-03 13:54:01 +02:00
Jane Tournois 4c54b2ec26 don't use typename outside of template 2015-07-03 13:46:17 +02:00
Sandeep Kumar Dey 134ca52fea license header 2015-07-03 13:31:22 +02:00
Jane Tournois bcc71e353d Merge branch 'Polygon_mesh_processing-GF' of github.com:CGAL/cgal-public-dev into Polygon_mesh_processing-GF 2015-07-03 13:30:47 +02:00
Jane Tournois 024f3ce752 remove unused variables to avoid warnings 2015-07-03 13:30:24 +02:00
Philipp Möller 33a1fdbcbc Replace CGAL_LIBRARY with the actual CGAL target
The variable CGAL_LIBRARY is no longer defined within the build as it is
completely unnecessary and using the actual target allows more features.
2015-07-03 12:30:23 +02:00
Sébastien Loriot a306384cc8 add missing include 2015-07-03 11:13:18 +02:00
Sandeep Kumar Dey f3c602cad4 copyright info + license header 2015-07-03 01:39:55 +02:00
Sébastien Loriot c0c38912b4 update incorrect description 2015-07-02 18:47:16 +02:00
Sébastien Loriot 0ab0633279 Revert "min_edge_length -> max_edge_length"
This reverts commit 1156381171b183c42fa87cf86b2b6a58d0b4b02e.

Conflicts:
	Mean_curvature_skeleton/include/CGAL/Mean_curvature_flow_skeletonization.h
2015-07-02 18:47:16 +02:00