Andreas Fabri
e6d101d9fb
remove unused typedefs
2013-03-05 11:50:05 +01:00
Andreas Fabri
75beac0dca
remove unused typedefs
2013-03-05 11:46:25 +01:00
Andreas Fabri
f09633f71d
size_t -> int
2013-03-05 11:35:29 +01:00
Andreas Fabri
570e74964e
once -> disable for the 'name was truncated' warning
2013-03-05 11:08:43 +01:00
Andreas Fabri
0a42dc95ca
turn a static function into an inlined one
2013-03-05 11:04:54 +01:00
Nico Kruithof
f05ca0bb23
Working on the vertex/face structs, renaming.
...
Working on the hierarchy
2013-03-04 21:25:48 +01:00
Laurent Rineau
f6f3fb47f3
Variables that depend on CGAL_ROOT must be set after .autocgalrc is loaded
2013-03-04 17:17:12 +01:00
Andreas Fabri
b0cffa4c7f
ExponentVector is no BackInsertionSequence
2013-03-04 16:38:30 +01:00
Andreas Fabri
3f7f9c432e
remove unused typedefs
2013-03-04 16:11:35 +01:00
Andreas Fabri
3ffc10bc4a
Merge branch 'CGAL-fix_warnings-GF' of ssh://scm.cgal.org/var/git/cgal into CGAL-fix_warnings-GF
2013-03-04 15:43:26 +01:00
Andreas Fabri
30a8385330
First change: SFace2bool_hash --> SFace2bool_hash&
...
Second change: Comment parameter 'Shell' as it is only used in a commented code section
2013-03-04 15:30:33 +01:00
Laurent Rineau
bc31c604f5
Prepare for CGAL-4.2-beta1
2013-03-04 15:07:40 +01:00
Andreas Fabri
1952bf7382
remove unused variables
2013-03-04 14:49:30 +01:00
Andreas Fabri
fde05660f2
put entire loop in an #ifndef CGAL_NO_ASSERTIONS
2013-03-04 14:35:02 +01:00
Andreas Fabri
b3b1aee424
class -> struct
2013-03-04 14:28:29 +01:00
Andreas Fabri
6eded94b13
remove unused variables
2013-03-04 12:43:25 +01:00
Laurent Rineau
01e83dfb0a
Follow-up to the following commit:
...
| commit f202656ca4
| Author: Laurent Rineau <laurent.rineau@cgal.org>
| Date: Fri Mar 1 10:45:02 2013 +0100
|
| Fix warnings in Aos_2
|
| LLVM/clang can display warnings even for functions that are not used,
| during the parsing of the code, before the compilation, when it can.
Aos_2 has two constructors and I had modified the code in only one of them.
2013-03-04 12:09:22 +01:00
Andreas Fabri
cd45bc8126
std::size_t -> int
2013-03-04 12:02:53 +01:00
Sébastien Loriot
0eaad78779
doc typo
2013-03-04 07:56:26 +01:00
Nico Kruithof
55f561b0dc
Fixed a compiler error
2013-03-02 21:36:56 +01:00
Nico Kruithof
82762065ca
implemented a raw version of move_if_no_collision
2013-03-02 19:25:59 +01:00
Nico Kruithof
00f4bb30ba
Added two more serialization tests
2013-03-02 18:56:42 +01:00
Nico Kruithof
75584ac5b1
implemented serialization of the periodic triangulation
2013-03-02 18:53:18 +01:00
Nico Kruithof
841e415e7b
Adding CGAL_USE to avoid compiler warnings
2013-03-02 08:18:59 +01:00
Laurent Rineau
3880aa43d8
Add changes
2013-03-01 18:33:09 +01:00
Laurent Rineau
23ee26c658
With MSVC, add flags /wd4503 and /bigobj by default
...
/wd4503 disables the warning C4503 "decorated name length exceeded"
/bigobj is sometimes required, and the only flaw is the incompatibility
with MSVS before MSVS 2005.
2013-03-01 18:33:09 +01:00
Laurent Rineau
d5a9fe01b4
Reformat the changelog of CGAL-4.2
...
+ Add releases dates for 4.1 and 4.2
2013-03-01 18:33:09 +01:00
Andreas Fabri
064825b39c
remove insert operator
2013-03-01 17:05:44 +01:00
Andreas Fabri
3bcd94aa38
Supress warnings coming from inside Eigen3
2013-03-01 17:04:19 +01:00
Andreas Fabri
5ea77276c6
disable warning decorated name length exceeded, name was truncated
2013-03-01 16:50:53 +01:00
Andreas Fabri
6ac85b1b27
remove unused variable
2013-03-01 16:35:23 +01:00
Guillaume Damiand
b1d65019c1
Doxygen LCC ok.
2013-03-01 16:30:48 +01:00
Andreas Fabri
22e272627b
remove unused variable
2013-03-01 16:24:47 +01:00
Andreas Fabri
ae26141f46
remove unused variable
2013-03-01 16:22:34 +01:00
Andreas Fabri
34c15d8f70
remove unused private data members
2013-03-01 16:04:29 +01:00
Laurent Rineau
cdd29c17ea
Remove /Zm flags from Windows testsuites
...
The flag /Zm can cause the error C1060. It may only be useful if one uses
precompiled headers.
See:
http://msdn.microsoft.com/en-us/library/bdscwf1c%28v=vs.90%29.aspx
2013-03-01 14:53:44 +01:00
Laurent Rineau
4732c5687f
Remove -g from testsuites configurations
2013-03-01 14:34:22 +01:00
Guillaume Damiand
4086f80ffe
Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal
2013-03-01 14:30:04 +01:00
Guillaume Damiand
f38df827b6
LCC doc, ok for concepts.
2013-03-01 14:29:38 +01:00
Andreas Fabri
feb7a73657
static_cast
2013-03-01 14:26:06 +01:00
Andreas Fabri
ce77644138
change the error message as the mail adress of the author isno longer valid
2013-03-01 14:06:08 +01:00
Guillaume Damiand
2a04b964cd
* More links in CMap doc.
...
* Add tag in doxyassist for LCC.
* Ok for LCC user manual.
2013-03-01 13:45:52 +01:00
Andreas Fabri
a26c1b0e55
0.0 -> 0.0f
2013-03-01 13:45:13 +01:00
Andreas Fabri
8778c753f2
Merge branch 'CGAL-fix_warnings-GF' of ssh://scm.cgal.org/var/git/cgal into CGAL-fix_warnings-GF
2013-03-01 12:49:13 +01:00
Andreas Fabri
28f9063935
had introduced an error. overlaods need the same interface
2013-03-01 12:44:40 +01:00
Sébastien Loriot
a84bb23650
switch WITH_CGAL_Qt3 off and CRLF to LF recoding
2013-03-01 11:55:30 +01:00
Andreas Fabri
c724f2ff9a
CGAL_USE
2013-03-01 11:27:39 +01:00
Guillaume Damiand
2c4950eff3
Figures for LCC doc.
2013-03-01 11:15:27 +01:00
Guillaume Damiand
74b589c466
Correct some links; add #include for operations.
2013-03-01 11:11:58 +01:00
Andreas Fabri
b22839067e
static_cast
2013-03-01 11:02:46 +01:00