Sébastien Loriot
0fa2cacb60
remove doc_tex documentation (including developer manual) and old manual tools
2013-12-03 17:27:02 +01:00
Laurent Rineau
bc03aaf30b
Put doc/ in the global dont_submit file
2013-08-20 10:57:03 +02:00
Sébastien Loriot
b2ef3b8673
Merge branch 'doc-remove_gif-local'
...
Successfully test in CGAL-4.3-Ic-102
This commit fixes a few issues in the doxygen documentation and in particular
the figure for the generation of latex doc.
Approved by the interim release manager
xplain why this merge is necessary,
2013-07-26 17:50:07 +02:00
Sébastien Loriot
2dfe8a3d73
workaround for a doxygen bug: remove space after /!* to avoid a verbatim env
...
this happens if you have an empty line or the text directly after /!*
to find them in the generated documentation, grep for "pre class=\"fragment\""
(a few of them are legitimate however)
2013-07-25 14:58:53 +02:00
Sébastien Loriot
74a1ac055e
remove pdf files from doxygen doc include path
2013-07-25 11:15:18 +02:00
Laurent Rineau
73887c6927
Revert "Revert the merge of Periodic_2 into master. It was pushed by error."
...
This reverts commit b27c0a4efb .
2013-06-28 17:48:15 +02:00
Laurent Rineau
b27c0a4efb
Revert the merge of Periodic_2 into master. It was pushed by error.
...
Revert "Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal"
This reverts commit 5ac2c05249 , reversing
changes made to 93b77ce529 .
2013-06-24 12:50:27 +02:00
Nico Kruithof
a9858ee784
Merge branch 'Periodic_2_triangulation_2-nkruithof'
2013-06-11 21:22:30 +02:00
Ross Hemsley
4d9caf3763
Added names that were missing into the Doxyfile.in entries.
...
Also modified Installation/CMakeLists.txt to push the version number variable to the parent level
so that it can be accessed by the documentation
2013-05-30 17:55:43 +02:00
Philipp Möller
d4e379ba82
Small fixes in the generated Doxyfile.in
2013-05-30 15:32:33 +02:00
Philipp Möller
4d469821f7
Generated Doxyfile.in and dependencies
2013-05-30 14:13:47 +02:00
Nico Kruithof
01778a2347
Merge branch 'master' into Periodic_2_triangulation_2-nkruithof
2013-04-01 06:41:20 +02:00
Nico Kruithof
bb9a733bd1
Updated the P2T2 demo.
2013-03-31 19:50:37 +02:00
Nico Kruithof
bc0a55ad1e
Improved demo with Iterator_type-ed simplices
2013-03-31 14:58:49 +02:00
Laurent Rineau
b6ffa7c425
Merge branch 'CGAL-fix_warnings-GF'
...
That branch was successfully tested in CGAL-4.2-Ic-205.
2013-03-27 12:23:31 +01:00
Nico Kruithof
f5ba6b3ac0
Draw the bounding box around the middle cover if we have multiple covers
2013-03-26 15:07:44 +01:00
Nico Kruithof
f26692677f
Working on the demo, coloring the vertices of small triangulations
2013-03-24 09:19:52 +01:00
Andreas Fabri
0cbc8b0e40
remove unused parameters
2013-03-23 08:45:06 +01:00
Sébastien Loriot
3c7ad8410c
add classified reference manual pages
2013-03-12 15:07:19 +01:00
Laurent Rineau
723b28d39f
Fix warnings about incorrect type conversions
2013-03-05 12:44:11 +01:00
Andreas Fabri
f09633f71d
size_t -> int
2013-03-05 11:35:29 +01:00
Andreas Fabri
cd45bc8126
std::size_t -> int
2013-03-04 12:02:53 +01:00
Andreas Fabri
6ac85b1b27
remove unused variable
2013-03-01 16:35:23 +01:00
Nico Kruithof
1442e12512
Fixing compiler warnings with strict CXXFLAGS
2013-03-01 08:06:59 +01:00
Nico Kruithof
d1bb7d7bc8
remove debug log message
2013-02-28 20:40:36 +01:00
Andreas Fabri
84a7061b15
remove unused parameter name
2013-02-28 16:40:57 +01:00
Andreas Fabri
a3eafddd16
virtual function of derived class must match the API of the base class
2013-02-26 07:35:51 +01:00
Laurent Rineau
2d8da664a3
Merge branch 'CGAL-fix_warnings-gdamiand'
...
Conflicts:
.gitignore
Skin_surface_3/examples/Skin_surface_3/CMakeLists.txt
2013-02-22 13:02:37 +01:00
Laurent Rineau
7f3045ee11
Remove the use of CGAL_SVN_REVISION
...
src/CGAL_Qt4/DemosMainWindow.cpp was the sole user of the macro
CGAL_SVN_REVISIONS, in CGAL's master branch. That macro is useless since
the switch to Git.
2013-02-21 15:26:03 +01:00
Laurent Rineau
26a7e70785
New license.txt files (eol changes)
...
The new version 2.13.0 of licensecheck has changed the spaces at eol.
2013-02-19 16:46:39 +01:00
Nico Kruithof
e940cf20e0
Merge branch 'master' into Periodic_2_triangulation_2-nkruithof
...
Conflicts:
Documentation/doxyassist.xml
2013-02-05 14:25:56 +01:00
Nico Kruithof
c97a1a1fbb
Worked on the dual functions
2013-02-05 14:07:12 +01:00
Andreas Fabri
61bb99e2f1
use types
2013-02-04 22:39:00 +01:00
Andreas Fabri
ee5b4683d0
deal with Triangulation_3, Polyhedron,Voronoi, Minkowski_sum_3
2013-01-31 09:47:54 +01:00
Nico Kruithof
b11bdb4513
moved circumcircle from triangulation to delaunay triangulation
2013-01-28 08:05:48 +01:00
Nico Kruithof
27b2fb7054
Locating a point within the periodic domain
...
Using a hint for the face handle to speed up point location
Making sure that the chance is big that the face handle still exists
2013-01-28 07:57:19 +01:00
Nico Kruithof
b3e580c350
Implemented the Conflict zone in the demo
2013-01-26 22:08:54 +01:00
Nico Kruithof
fa1b7493f0
Fixing locating points outside the periodic domain
2013-01-25 17:37:11 +01:00
Nico Kruithof
b8babf5964
Adding conflict zone visuals to the single point insertion
2013-01-25 17:31:46 +01:00
Nico Kruithof
5487601ae1
Implemented the empty circumcircle button
2013-01-25 17:18:44 +01:00
Nico Kruithof
ae5565d912
Working on the P2T2 demo
2013-01-24 21:16:54 +01:00
Nico Kruithof
05f7dbc322
Working on the demo, adding more icons to the toolbar
2013-01-24 20:21:01 +01:00
Nico Kruithof
d23bb62118
Moved the Periodic demo to the graphicsview package. This makes it easier to find icons and other resources
2013-01-22 10:12:49 +01:00
Andreas Fabri
1ae5df0172
When reading a file with 2D points, read the x and y, and ignore the rest of the line. This implies 1 point per line.
2013-01-08 10:31:41 +01:00
Sébastien Loriot
7e095c7a7a
Merge branch 'Documentation-flat-ref-manual-pmoeller'
2013-01-04 15:19:57 +01:00
Sébastien Loriot
a109eb2d8a
graphics View grouping
2013-01-04 10:54:52 +01:00
Sébastien Loriot
82b2ebc865
apply the cpp0x namespace renaming in all files
2012-12-19 11:33:17 +01:00
Philipp Möller
75f69570dc
Change the titles of mainpages to "User Manual"
...
This leads to a slightly odd result in the search for "User Manual",
but makes the pages themselves more consistent.
2012-12-13 14:47:09 +01:00
Philipp Möller
1adf441b18
Convert all CRLF files to LF
2012-12-03 18:44:24 +01:00
Efi Fogel
acb7dcebbc
Porting of the 2D Arrangements demo to Qt4
2012-11-29 11:14:01 +02:00