Sébastien Loriot
ae8362b7d6
replace \cgalModels ::FOO by \cgalModels FOO
...
using:
perl -pi -e 's/\\cgalModels\s+::([A-Za-z0-9_:]+)\s*$/\\cgalModels `$1`\n/'
2012-11-23 09:37:53 +01:00
Sébastien Loriot
128b02abb8
update CGAL custom doxygen macros
...
corresponds to a run of the script Documentation/conversion_tools/rename_macros.sh
+manual edit of doxyassist.xml and pkglist_filter.py
2012-11-14 00:31:05 +01:00
Sébastien Loriot
5ee1081f92
using cgal macros for all figures
2012-11-08 17:17:29 +00:00
Sébastien Loriot
ae159cbdf3
replace markup #, ##, ### by \section, \subsection and \subsubsection
...
(script replacement)
2012-11-06 22:02:15 +00:00
Andreas Fabri
f7bd575b2c
linking
2012-10-30 13:01:20 +00:00
Philipp Möller
31e9eadf8b
Fix all PackageDescriptions to a newer layout
2012-10-19 15:52:31 +00:00
Philipp Möller
bc48dfe5a0
Be consistent about author/authors
2012-10-03 16:40:16 +00:00
Philipp Möller
272a52ee44
Do a global pass over Doxygen warnings/errors.
2012-10-02 15:12:54 +00:00
Philipp Möller
c9fdbf3edb
Add an anchor to each level one heading, so we get a nice tree in the
...
user manuals.
2012-10-02 11:53:01 +00:00
Philipp Möller
37778547bf
Fix example to point to paths similar to a flat layout
2012-10-01 18:02:44 +00:00
Philipp Möller
33cd9af6cd
Remove the last remnants of \require and turn them into \requires
2012-10-01 14:56:32 +00:00
Philipp Möller
b64ba48134
The changes to move the package overview labels into the
...
PackageDescription.
2012-09-25 17:17:49 +00:00
Philipp Möller
1954eff3d6
* build normalized mainpage anchors
...
* better naming for Pkg commands
* User and Reference Manual links from the PackageOverview
2012-09-20 15:30:03 +00:00
Andreas Fabri
6f61e2b2ee
Downsize headings
2012-09-17 14:53:05 +00:00
Andreas Fabri
266056a970
Add \autotoc
2012-09-15 18:18:56 +00:00
Philipp Möller
6ae320c57c
Add Spatial_sorting doc
2012-09-11 09:47:04 +00:00
Philipp Möller
5688d58b1b
break apart multi-cites, TO BE UNMERGED
2012-08-17 13:17:11 +00:00
Philipp Möller
b529971917
Merge the changes to ccPrecond and ccPostcond that have been in
...
features/doxy-pmoeller and add changes for ccRequires on top of it.
ATTN: This changeset should be unmerged before the whole branch goes
back into next.
2012-06-20 13:57:36 +00:00
Laurent Rineau
d800692de2
Add simple benchmark
2012-03-09 15:07:38 +00:00
Laurent Rineau
b1c09b9446
spatial_sort is ~15% slower with the CGAL::nth_element than with the one
...
from GNU/g++ STL. The feature is used only if that macro is defined:
#define CGAL_HILBERT_SORT_WITH_MEDIAN_POLICY_CROSS_PLATFORM_BEHAVIOR 1
Pretty name, is not it?
2012-03-09 15:01:39 +00:00
Laurent Rineau
cb38257cd2
Reimplementation of std::nth_element and std::random_shuffle
...
For the use of Spatial_sorting, we want an implementation of nth_element
and random_shuffle that produces the same result on all platforms, for a
given seeded random generator.
2012-03-09 11:37:14 +00:00
Sébastien Loriot
9f1ce0c2b7
temporary test using stable_sort to see whether the issue would be
...
fixed by fixing std::nth_element
2012-03-08 10:52:53 +00:00
Philipp Möller
47b19b1839
* added the macro CGAL_DONT_USE_INDEPENDENT_SHUFFLE to switch back to the old version
2012-03-07 14:41:36 +00:00
Philipp Möller
b04508b9f4
* replaced std::random_shuffle with CGAL::random_shuffle
2012-03-07 14:23:36 +00:00
Philipp Möller
eda2ce42a7
reverted broken revision r67957
2012-03-07 14:21:07 +00:00
Philipp Möller
e0dd26123d
* exchanged std::random_shuffle with CGAL::random_shuffle
2012-03-07 14:08:55 +00:00
Laurent Rineau
a37c74d534
Add license files, per package
2012-01-16 15:54:22 +00:00
Laurent Rineau
5b5dd33848
merge changes from next
2012-01-09 12:33:39 +00:00
Laurent Rineau
93486787c3
The inside of ccPkgDescription must not contain black lines between macros
...
Otherwise that inserts a buggy "<p>" tag in the package overview where the
doctype does not allow it.
2011-11-15 19:16:23 +00:00
Olivier Devillers
036659b204
bibtex labels
2011-11-07 15:06:06 +00:00
Sébastien Loriot
91a5327fa8
change LGPLv2 -> LGPLv3
2011-10-10 13:48:25 +00:00
Sébastien Loriot
554f62d411
remove executable property from copyright files
2011-10-03 08:18:16 +00:00
Andreas Fabri
d10a333947
Add a file with the copyright holder(s) to the package_info
2011-09-29 20:45:16 +00:00
Laurent Rineau
fdb7ea6c6b
prepare ccPkgHowToCiteCgal for CGAL-3.10 (in 2012)
2011-09-28 16:15:05 +00:00
Sébastien Loriot
eb6afdea2b
min->mini max->maxi;
...
confusion between the initialization of the variables
and the min max functions
2011-07-08 12:00:13 +00:00
Laurent Rineau
ac9877372d
Update all PkgDescription files to CGAL-3.9
2011-06-27 14:31:45 +00:00
Sébastien Loriot
fba23bf717
capitalize heading
2011-06-07 07:39:21 +00:00
Sébastien Loriot
bbc7a1b21b
merge from Spatial_sorting-increase_dimension-odevil
2011-06-03 06:54:01 +00:00
Sébastien Loriot
f15c8870be
remove warning on windows x64
2011-06-03 06:49:51 +00:00
Olivier Devillers
582ef667c6
remove warmning
2011-05-31 13:10:39 +00:00
Sébastien Loriot
3c498005f5
improve text
2011-05-26 17:14:41 +00:00
Sébastien Loriot
6a2f4a4238
typos
2011-05-26 16:37:48 +00:00
Sébastien Loriot
e125678a08
merge from Spatial_sorting-increase_dimension-odevil
2011-05-26 16:36:44 +00:00
Sébastien Loriot
fc3ab31981
fix typo and move figures after the corresponding text
2011-05-26 16:34:59 +00:00
Sébastien Loriot
60daeac153
merge from Spatial_sorting-increase_dimension-odevil
2011-05-26 12:36:10 +00:00
Sébastien Loriot
36a988ac26
correct svn tags
2011-05-26 12:31:19 +00:00
Olivier Devillers
5c4013d808
edit on coyright years
2011-05-26 12:03:56 +00:00
Sébastien Loriot
b35ab8afb6
conditionnal include path for property_map.hpp
2011-05-26 06:41:06 +00:00
Sébastien Loriot
1177c88b9c
remove warnings
2011-05-25 09:26:38 +00:00
Sébastien Loriot
ca1d3536d9
*use Point_dimension_d in adapter_d
...
*remove const in Kernel_d result_type functors
2011-05-25 09:23:01 +00:00