Laurent Rineau
d47b8963a2
Change the way the Git branch is displayed in test results
...
Now the commit hash will be display, and also all the local branch names
that correspond (similarly to the use of --decorate in git-log).
2013-03-26 12:45:13 +01:00
Sébastien Loriot
29738420ba
fix incorrect bash construction
2013-03-26 11:37:11 +01:00
Sébastien Loriot
4860091679
doc bugfix: s/InputIterator/ForwardIterator/g (used in a multipass algorithm)
2013-03-26 10:37:35 +01:00
Sébastien Loriot
104384b40f
doc bugfix: iterator is a ForwardIterator since the algorithm is multipass
...
the fix consists in s/InputIterator/ForwardIterator/
and update the description of the input iterator
2013-03-26 10:16:07 +01:00
Sébastien Loriot
d62c514d18
remove a swap call for resizing a vector that is useless for a list
2013-03-26 09:46:55 +01:00
Sébastien Loriot
f724d4a704
remove extra typename
2013-03-26 09:44:13 +01:00
Sébastien Loriot
a483e26dd0
skip documentation of header in dont_submit
2013-03-26 08:25:47 +01:00
Laurent Rineau
f8e63d575c
Update the configuration of picasso
...
The configuration was already updated for a while, but not commited.
Today I have added a new platform that will use LEDA instead of GMP. And I
have disable x64_Cygwin-Windows8_MSVC2012-Debug-32bits
That commit also adds a shell script to update the local copy from the
files on picasso.
2013-03-25 17:50:29 +01:00
Sébastien Loriot
1d36416ada
more efficient way to display a combinatorial map
2013-03-25 10:26:22 +01:00
Sébastien Loriot
ccebcfd954
use the classical cmake way to find third party library
2013-03-25 09:32:32 +01:00
Alex Tsui
0b52b8bcf3
Addressed some issues in Aos_2-demo.
...
* Removed stray debug messages.
* Removed unused 'Traits' and 'Testing' menus.
* Fixed the mix up of lower and upper envelopes.
* Draw user-specified points when using circular arc traits.
* Fixed a memory error when demo is closed.
2013-03-23 17:22:21 -07:00
Sébastien Loriot
99d0e72303
Merge branch 'Circular_kernel_23-forward_kernel_type-sloriot'
...
approved by the release manager
2013-03-22 16:49:53 +01:00
Laurent Rineau
5c3d2e696f
Merge remote-tracking branch 'remotes/origin/Triangulation_23-fix_CGAL_NDEBUG-lrineau'
2013-03-22 14:19:32 +01:00
Sébastien Loriot
274febdea2
update changes.html
2013-03-21 14:13:14 +01:00
Sébastien Loriot
dc8cb1af5c
fix result_of for Get_equation_3
2013-03-21 14:06:05 +01:00
Sébastien Loriot
c28b989b89
correctly forward result_type in Circular_kernel_2
2013-03-21 11:44:55 +01:00
Sébastien Loriot
1830251e10
add missing include
2013-03-21 10:53:07 +01:00
Laurent Rineau
6026df138a
Fix mis-compilations of Triangulation_2 with -O3 -DCGAL_NDEBUG
...
With recent g++ versions, when -DCGAL_NDEBUG and -O3 was in the compilation
flags, my patch using 'CGAL_assume' triggered mis-compilation of cases
where the dimension() was 1, for all uses of the following pattern:
CGAL_assume(i>=0 && i<= 1);
[...] 1-i [...]
The fix is to use "(i==0)?1:0" instead.
2013-03-19 14:29:18 +01:00
Laurent Rineau
3f9df99964
Partially revert the commit 455190a2e4
...
The commit 455190a2e4 contains debugging code
that should have never being commited (and does not compile if
CGAL_USE_ZLIB is not defined).
2013-03-18 15:40:29 +01:00
Laurent Rineau
9e8b46a357
Define CGAL_NDEBUG instead of NDEBUG
2013-03-18 14:50:23 +01:00
Sébastien Loriot
6d1ae7e0ac
trivial bugfix: intersecting two identical circles put a circle into the object
2013-03-18 08:14:14 +01:00
Sébastien Loriot
3f10b51ea6
sort lexicographically packages in changes after Installation)
2013-03-18 08:07:07 +01:00
Sébastien Loriot
f9cf110cce
factorize 2D triangulations changes
2013-03-18 08:04:01 +01:00
Laurent Rineau
7aabec5182
New platform, without GMP, and with LEDA
2013-03-15 18:23:10 +01:00
Laurent Rineau
49d735bec8
updated crontab (automated commit)
2013-03-15 12:18:03 +01:00
Sébastien Loriot
2b30ba0337
no backtick in tparam
2013-03-14 17:25:29 +01:00
Sébastien Loriot
7412cdb650
add all property maps concepts to ease linking to them. Update pages using them
2013-03-14 16:59:27 +01:00
Sébastien Loriot
10f493cc5f
fix of 37b7f005: missing a end of section
2013-03-14 16:58:57 +01:00
Sébastien Loriot
fc6ce90c8c
prettify table
2013-03-14 14:49:03 +01:00
Sébastien Loriot
fa1f25d9f7
clean up Kernel_d nested concepts
2013-03-14 14:17:19 +01:00
Sébastien Loriot
c41bcc8999
remove empty groups
2013-03-14 09:36:56 +01:00
Andreas Fabri
37b7f0054f
output_iterator -> OutputIterator; ipelets depend on Polygon package
2013-03-14 09:08:08 +01:00
Andreas Fabri
9baefed7af
Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal
2013-03-14 09:01:32 +01:00
Sébastien Loriot
1a5ea88127
document standard concepts
2013-03-14 08:10:46 +01:00
Laurent Rineau
e9474a07c6
updated crontab (automated commit)
2013-03-13 22:18:04 +01:00
Andreas Fabri
aaabcb362c
backquote
2013-03-13 21:44:22 +01:00
Laurent Rineau
b4b66bd698
Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal
2013-03-13 16:19:47 +01:00
Laurent Rineau
7cedcb93c6
Add a layout to the Preferences dialog UI
2013-03-13 16:10:33 +01:00
Laurent Rineau
187e826d90
Optimise the drawing of Scene_polyhedron_item when only one color is used
2013-03-13 14:34:19 +01:00
Laurent Rineau
58a8cb2f20
Remove the ambient and diffuse lights
2013-03-13 14:33:27 +01:00
Laurent Rineau
f71c39bb64
Add shortcuts to two actions
2013-03-13 14:14:47 +01:00
Alexandros Konstantinakis-Karmis
c692bba14d
Minor fixes to documentation
2013-03-13 12:18:25 +01:00
Alexandros Konstantinakis-Karmis
3b1d281efb
Abbreviations trigger end of \brief description
...
Fixes bug #15482 :
https://gforge.inria.fr/tracker/index.php?func=detail&aid=15482&group_id=52&atid=13845
2013-03-13 11:58:56 +01:00
Sébastien Loriot
e991fe72ad
really add last missing classified reference manual pages
2013-03-13 10:57:01 +01:00
Sébastien Loriot
f79410d763
Revert "remove extra slash"
...
This reverts commit d3d17b203b .
2013-03-13 08:33:07 +01:00
Sébastien Loriot
d3d17b203b
remove extra slash
2013-03-13 07:11:33 +01:00
Sébastien Loriot
84dd782a40
disable inheritance diagrams in doxygen documentation
...
it is not really helpful in CGAL
2013-03-12 20:05:04 +01:00
Sébastien Loriot
890b02ead6
add last missing classified reference manual
2013-03-12 18:46:37 +01:00
Sébastien Loriot
3c7ad8410c
add classified reference manual pages
2013-03-12 15:07:19 +01:00
Sébastien Loriot
2061069310
fix name of aabb tree package
2013-03-12 15:03:28 +01:00