mirror of https://github.com/CGAL/cgal
- Bump.
This commit is contained in:
parent
d2cb19ec24
commit
0861b47cbb
|
|
@ -1,4 +1,4 @@
|
|||
3.25 (?? Feb 2001)
|
||||
3.25 (21 Feb 2001)
|
||||
- Added Construct_cross_product_vector_3, with corresponding template class
|
||||
v_Cross_product<>.
|
||||
- iterator_traits_pointer_specs_for_simple_cartesian_kernel.h fixes
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
3.11 (?? Feb 2001)
|
||||
3.11 (21 Feb 2001)
|
||||
- Added test for Construct_cross_product_vector_3.
|
||||
|
||||
3.11 (19 Feb 2001)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
Changes done to the Interval Arithmetic package.
|
||||
|
||||
Version 4.69 on 21 February 2001
|
||||
- Test-suite fixes.
|
||||
- Don't use STL's Rel Ops in MP_*.
|
||||
|
||||
Version 4.68 on 20 February 2001
|
||||
- Don't submit tst_static_adaptatic.C, it's not ready yet.
|
||||
- Couple of fixes in the test-suite.
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ CXXFLAGS = \
|
|||
-I../../include \
|
||||
$(TESTSUITE_CXXFLAGS) \
|
||||
$(CGAL_CXXFLAGS) \
|
||||
-g # -O2 -mcpu=pentiumpro -march=pentiumpro -fstrict-aliasing -W -Wall # -pedantic
|
||||
-g -Wreturn-type -W -Wold-style-casts # -O2 -mcpu=pentiumpro -march=pentiumpro -fstrict-aliasing -W -Wall # -pedantic
|
||||
# -g -W -Wall -Winline
|
||||
# -O2 -mcpu=pentiumpro -march=pentiumpro -W -Wall -DLOOPS=10000000
|
||||
# -O2 -W -Winline -Wunused -malign-double
|
||||
|
|
|
|||
Loading…
Reference in New Issue