Commit Graph

45494 Commits

Author SHA1 Message Date
Sébastien Loriot ace9c87934 revert dirty commit 60628 2011-01-07 10:37:54 +00:00
Sébastien Loriot 99dda59784 add operator() to Angle_2 functor (code,global function,doc,test).
That was submitted as small feature.
2011-01-07 10:04:06 +00:00
Monique Teillaud 5fcaa50d1b typo 2011-01-05 12:22:42 +00:00
Andreas Fabri 2ce33d0505 Move hash map access outside the loop 2011-01-05 11:05:06 +00:00
Andreas Fabri 0bf400b620 Replace copy/clear with splice operation in order to transfer acomplete list into another one 2011-01-05 11:03:21 +00:00
Sébastien Loriot cf95631f01 typo and italic for example 2011-01-04 12:44:40 +00:00
Sébastien Loriot b8dea1044f add example sentence to document a model of Range concept.
boost::iterator_range is a model of ConstRange only.
2011-01-04 12:36:16 +00:00
Monique Teillaud 48889a4c7e one more icon cleaned 2011-01-03 08:02:30 +00:00
Monique Teillaud ae537cc23e cosmetic 2011-01-02 18:08:30 +00:00
Monique Teillaud 8a312f551e improve some comments 2011-01-02 18:04:50 +00:00
Monique Teillaud fc9fa9aebb a few icons replaced by home-made icons (using ipe) 2011-01-02 17:58:54 +00:00
Sébastien Loriot 10cc7ed3b5 correct mixed up indices in precondition 2010-12-29 09:59:53 +00:00
Sébastien Loriot 3539a9f144 update for Filtered_kernel 2010-12-29 08:51:11 +00:00
Sébastien Loriot 0607d7650f update profile script for change in CGAL 2010-12-29 08:47:09 +00:00
Sébastien Loriot 5f674516b0 add precondition to dual functions to check that objects are from the triangulation. 2010-12-23 15:55:50 +00:00
Laurent Rineau f353d629ea Enhance the detection of compilation targets. The grep for main is not
sufficient. Use the fact that, in "make help", the target names have not
suffix, even on Windows.
2010-12-21 23:00:48 +00:00
Laurent Rineau ea27b02255 Try to fix miss-compilation with recent versions of g++ and Intel compiler,
in release mode.

I do not know exactly why this patch fixes the error.
2010-12-21 17:52:03 +00:00
Laurent Rineau eea1755591 Merge the candidate branch of
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Rt::vertices_inside_conflict_zone
in trunk.
2010-12-21 16:36:04 +00:00
Laurent Rineau 97128b3a9d Add the config file of the Windows test machine 2010-12-21 15:14:01 +00:00
Laurent Rineau 2e171a51ab Remove extra ';' 2010-12-21 10:05:03 +00:00
Monique Teillaud 33ff6e921e yet another missing file... 2010-12-21 09:30:53 +00:00
Monique Teillaud 2cfe7faeb9 added missing file 2010-12-21 09:23:10 +00:00
Marc Glisse 92921b3a2a Fix istream>>Quotient at EOF 2010-12-20 20:48:26 +00:00
Sébastien Loriot 41ae6a0cac correct typo in .cmd 2010-12-20 14:40:43 +00:00
Eric Berberich 987c9bbcd5 added Minkowski sum with itself (AF has accepted this extension) 2010-12-20 14:15:46 +00:00
Monique Teillaud 543fec7ccf new T3 demo using Qt4 and QGLViewer
This demo was written in the framework of the GSoC by Fei (Sophie) Che, co-mentored by Manuel and me.
2010-12-20 13:31:30 +00:00
Monique Teillaud a363b9f1fa Geomview demos moved one floor up 2010-12-20 13:05:32 +00:00
Monique Teillaud b74c45cc26 directory for Geomview demos 2010-12-20 13:02:37 +00:00
Laurent Rineau 6a395fdc1b Update a reference platform. Regenerate the cache. Apparently the
configuration was no longer correct (the CGAL libs were compiled with
-std=c++0x but examples/tests/demos
2010-12-20 11:03:12 +00:00
Laurent Rineau 846047b6b2 partial revert of previous commit 2010-12-20 10:50:43 +00:00
Laurent Rineau da49014cf5 Update a reference platform. Boost was not configured correctly. Switch to
newest Boost 1.45.
2010-12-20 10:46:53 +00:00
Laurent Rineau a48bfdc0f5 Fix a forward declaration. It seems Andreas added in trunk a forward
declaration for a function that exists only in the code of the weighted
straight skeleton. Compilers were confused by it.
2010-12-20 10:32:53 +00:00
Laurent Rineau fdfa1a3077 Typo in a comment (could break the use of sed scripts to one day). 2010-12-20 10:17:18 +00:00
Laurent Rineau 3dbb20a2ea - Add a link to the last tests results page.
- Replace hard-coded URLs by variables.
2010-12-20 10:12:43 +00:00
Laurent Rineau 8eac6ca650 Improvement: add static filters to Lazy_kernel (which is the EPEC kernel).
For that:

- Split internal::Static_filters into two classes: one with only filtered
functors, for Epeck, and one that use the filtered functors, but also use
directory unfiltered functors of the Cartesian kernel (for predicates that
only compare doubles).

- Add a functor Get_approx in <CGAL/internal/Static_filters/tools.h>, that
is the identity for all types but lazy types (in that case its returns
"x.approx()").

- Use Get_approx in static-filters versions of predicates, so that they can
be used with Lazy_kernel too.

- Use Static_filters<K_base, false> as base class of Lazy_kernel.

- Rewrite <CGAL/Exact_predicate_exact_constructions_kernel.h>, to use
  static filters for Epeck, but also to simplify that file by the use
  Exact_type_selector<double>::Type as number type.

(The testsuite of Kernel_23 is OK on the platform
x86-64_Linux-2.6_g++-4.4.4_F13).
2010-12-17 13:53:26 +00:00
Laurent Rineau 11c7844f61 Add comments on #else and #endif. 2010-12-16 16:40:00 +00:00
Laurent Rineau 212ea5a473 Merge in trunk the code of https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Kernel::Has_filtered_predicates_tag 2010-12-16 16:09:23 +00:00
Laurent Rineau e378f48eb2 Improve the Triangulation_3 benchmark driver program: one can now change
the kernel type just by defining macros at compile time.
2010-12-16 15:16:08 +00:00
Laurent Rineau 83edee1bb3 Remove an ugly "#if 1" from the code, and document in a comment what was
the previous definition of the default constructor of Lazy<AT,ET,EFT,E2A>.
2010-12-15 13:56:41 +00:00
Laurent Rineau 18c8238dc2 The kernel testsuite must test Tetrahedron_3<K>::orientation(). 2010-12-14 16:00:31 +00:00
Andreas Fabri efc9c499f9 Add missing operator for Tetrahedron_3 2010-12-14 15:51:47 +00:00
Andreas Fabri 7520c27371 ItemUsesExtendedStyleOption is available only starting from Qt 4.6 2010-12-13 19:28:34 +00:00
Marc Glisse 51cb08db2c We don't have to capitalize "Linux" 2010-12-13 12:25:14 +00:00
Andreas Fabri 202ac9c617 Declare operator const 2010-12-12 21:35:05 +00:00
Andreas Fabri 00a7b64e89 Declare the operator const 2010-12-12 21:32:16 +00:00
Andreas Fabri de2413466a Reorder initialization 2010-12-12 20:34:18 +00:00
Andreas Fabri efee20b566 Add forward declaration 2010-12-12 20:30:46 +00:00
Andreas Fabri 116423bdc4 Add forward declarations 2010-12-11 19:34:12 +00:00
Andreas Fabri b300e77b88 Include file functions_on_signs.h 2010-12-11 17:59:01 +00:00
Laurent Rineau 96162627aa Merge the following small features in trunk:
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Remove_cluster
  https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Structural_filtering

Merge also a partial support of:
  https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Rt::vertices_inside_conflict_zone
    (vertices_inside_conflict_zone" is added in Regular_triangulation_3,  without documenting it)
2010-12-10 17:02:10 +00:00