Commit Graph

54573 Commits

Author SHA1 Message Date
Jane Tournois 1c1b65ae39 replace CGAL::Random& by mutable CGAL::Random for member variable type
and make use of const everywhere else
2014-03-25 11:39:12 +01:00
Jane Tournois 1916ecf872 re-introduce non-determinism in tests
to test a different case every day
2014-03-24 17:25:49 +01:00
Jane Tournois 6792a899de fix compilation of Polyhedral_mesh_domain_with_features_3
when a random generator which does not have the default value is chosen
2014-03-24 17:25:10 +01:00
Jane Tournois 6566c592c2 remove new template parameter RNG
using CGAL::Random everywhere is simpler and definitely enough
note we are using CGAL::Random& as in Random_generator_base
(see CGAL/generators.h)
2014-03-24 12:50:18 +01:00
Jane Tournois a3341d0ec2 seeding is not needed anymore, it is done by default inside mesh domain class 2014-03-21 10:45:09 +01:00
Jane Tournois 61c245e0ea add a random number generator (RNG) template parameter to mesh domains
a default value (CGAL::Random(0)) is given to avoid non-determinism
2014-03-21 10:35:01 +01:00
Jane Tournois 3974278a3f Merge branch 'Mesh_3-compare_index-GF' into Mesh_3-add_random_generator_to_mesh_domain-GF 2014-03-20 15:16:12 +01:00
Jane Tournois 9f67ee99c7 Revert "sort facets and tetrahedra with indices, to get always the same file for the same mesh"
This reverts commit 2ab45a8514.
It is not needed anymore because cells and vertices come in deterministic order
2014-03-18 16:45:23 +01:00
Jane Tournois 1fd86adab6 remove useless include 2014-03-18 15:37:47 +01:00
Jane Tournois 8e3bef2e87 remove useless sort (and useless diff with master) 2014-03-18 15:32:05 +01:00
Jane Tournois c515a414e6 get verbose stuff back (it was a mistake to commit this) 2014-03-18 15:27:46 +01:00
Laurent Rineau 0554bfc6e8 Fix compilation on Linux
Template explicit specialization cannot be nested in a class.

http://stackoverflow.com/questions/3052579/explicit-specialization-in-non-namespace-scope
2014-03-14 14:46:14 +01:00
Laurent Rineau 8b47321984 Merge branch 'Periodic_2-add_demo_to_testsuite-lrineau'
Add the Periodic_2 demo in the testsuite. So far it was ignored by the
testsuite.
  - Fix also a compilation error related to min/max macros on Windows,
  - and fix warnings.

Tested in CGAL-4.4-Ic-146.
Approved by the release manager.
2014-03-12 14:29:22 +01:00
Laurent Rineau 508e363612 /opt/intel is back in the RAID 2014-03-12 14:22:38 +01:00
Laurent Rineau e59ce5f639 Change tester names to mention the machine name 2014-03-12 14:21:31 +01:00
Laurent Rineau 90936d8e30 Fix a warning
demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicTriangulationGraphicsItem.h:348: warning: passing `double' for converting 1 of `void QPainter::drawRect(int, int, int, int)'
2014-03-11 18:23:11 +01:00
Laurent Rineau 2c1f436ed4 Fix another compilation error 2014-03-11 18:18:55 +01:00
Jane Tournois 6b141cc848 replace hashing function when time_stamp is available
it used to be computed in the address of the Vertex_handle
--> not deterministic
2014-03-11 17:56:28 +01:00
Laurent Rineau 2aca99f85a New release may be CGAL-4.4-beta2 2014-03-07 17:43:55 +01:00
Laurent Rineau c8be4a76fc Add a sentence about the non-support of VC12 2014-03-07 15:01:06 +01:00
Laurent Rineau 9b9198468d updated crontab (automated commit) 2014-03-07 12:18:02 +01:00
Laurent Rineau e50a1c6374 Fix a warning 2014-03-06 17:03:47 +01:00
Laurent Rineau 1910e7151e Fix a compilation error on Windows
The min/max macro issue.
2014-03-06 17:03:28 +01:00
Laurent Rineau 1771c23ba6 updated crontab (automated commit) 2014-03-05 18:18:05 +01:00
Laurent Rineau 34492d38df Merge branch 'QtDemos-compat_libQGLViewer_2_5_1-lrineau'
Make the Qt4 demos compatible with recent versions of libQGLViewer.

Tested in CGAL-4.4-Ic-139
2014-03-05 17:30:57 +01:00
Laurent Rineau e0f8de2023 Remove TAUCS from the Windows installer 2014-03-05 17:29:11 +01:00
Laurent Rineau f71354623a Remove an unwanted directory 2014-03-05 10:58:56 +01:00
Andreas Fabri 9a98086b59 fix namespace 2014-03-04 20:10:32 +01:00
Laurent Rineau 6f20e044cc Fix compilation errors with recent libQGLViewer 2014-03-04 18:20:47 +01:00
Laurent Rineau ecb0a2b9c2 Merge branch 'Documentation-handle_errors_of_makebiblio-lrineau'
Before that merge, the makebiblio scripts, called by CMake, could fail
without any notice.

What is more, bibtex2html was failing on Fedora (because of the default
configuration of TexLive).
2014-03-04 14:26:00 +01:00
Laurent Rineau aaa5e020d4 Rename Periodic_2_triangulation_2.cpp to the name of the target
Rename Periodic_2_triangulation_2.cpp
Periodic_2_Delaunay_triangulation_2.cpp so that is named like the CMake
target. The default cgal_test script requires that. Before that
renaming, the Periodic_2_Delaunay_triangulation_2 demo was not compiled
by testsuites.
2014-03-04 14:21:40 +01:00
Laurent Rineau f303cfc3ce updated crontab (automated commit) 2014-02-28 18:18:04 +01:00
Laurent Rineau 3da7695c43 Set WITH_CGAL_Qt3 to FALSE, on Windows 2014-02-28 18:01:04 +01:00
Laurent Rineau 6acb8ec01b Activate the generation of precompiled demos, on picasso 2014-02-28 18:00:24 +01:00
Laurent Rineau 45da39786e Change the order of platforms 2014-02-28 17:59:28 +01:00
Laurent Rineau 621bea5579 Fix bibtex2html with TexLive
See the question:
  http://tex.stackexchange.com/q/37822/47086
where the answer "openout_any=a pdflatex file" was given.
2014-02-28 17:12:27 +01:00
Laurent Rineau eb72332c92 Handle errors of makebiblio, in the cmake script 2014-02-28 17:12:10 +01:00
Laurent Rineau cc4712d360 Turn messages to WARNING 2014-02-28 17:11:46 +01:00
Laurent Rineau 16a9178d7a Quiet bibtex2html 2014-02-28 17:11:10 +01:00
Laurent Rineau 8de7596d1d Make makebiblio fail on errors of sub-commands 2014-02-28 17:10:24 +01:00
Laurent Rineau e22511e8ce Small fix for prepare_release 2014-02-28 17:08:31 +01:00
Laurent Rineau b281a641ad typo: s/Poincare/Poincaré/
Pointed out by Monique.
2014-02-27 16:27:26 +01:00
Laurent Rineau 2ed7a8fe93 change file names 2014-02-27 14:50:38 +01:00
Laurent Rineau db3deba5a2 New version of the announcement mail for CGAL-4.4 2014-02-27 14:50:38 +01:00
Laurent Rineau 81ef26fa48 Change the order of entries 2014-02-27 14:50:37 +01:00
Laurent Rineau 0358e89063 updated crontab (automated commit) 2014-02-27 14:18:04 +01:00
Laurent Rineau b87f5f240e Tonight's will be first RC for CGAL-4.4-beta1 2014-02-27 14:04:13 +01:00
Laurent Rineau 40c288ba1c Merge branch 'GraphicsView-new_cgal_logo-lrineau'
Use the new logo of CGAL in Qt4 demos.

Tested in CGAL-4.4-Ic-132
2014-02-27 13:26:55 +01:00
Sébastien Loriot 553547c8eb doc postprocessing bug fix: update <title></title> of concept classes 2014-02-27 08:05:32 +01:00
Sébastien Loriot 4300adcfb0 Merge branch 'Spatial_searching-fix_search_traits_adapter-local'
documentation bugfix and adding static assertion guards in adapter classes

  Tested in CGAL-4.4-Ic-132
2014-02-27 07:43:37 +01:00