Commit Graph

4 Commits

Author SHA1 Message Date
Laurent Rineau bc03aaf30b Put doc/ in the global dont_submit file 2013-08-20 10:57:03 +02:00
Sébastien Loriot 9576be3c3b add doc in dont_submit 2012-11-27 08:42:02 +01:00
Laurent Rineau e847bb097b Merged revisions 53845,53847,53862-53863,53867 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r53845 | lrineau | 2010-01-27 17:43:40 +0100 (Wed, 27 Jan 2010) | 47 lines
  
  Merge from trunk:
    | ------------------------------------------------------------------------              
    | r53829 | afabri | 2010-01-27 15:49:38 +0100 (Wed, 27 Jan 2010) | 1 line               
    | Changed paths:                                                                        
    |    M /trunk/Triangulation_3/include/CGAL/Triangulation_hierarchy_3.h                  
    | 
    | std::min  -> (std::min) for VC++
    | ------------------------------------------------------------------------
    | r53832 | spion | 2010-01-27 16:18:45 +0100 (Wed, 27 Jan 2010) | 2 lines 
    | Changed paths:                                                          
    |    M /trunk/Triangulation_3/test/Triangulation_3/include/CGAL/_test_cls_delaunay_3.h
    | 
    | Add regression test for the iterator order determinism.  "Tout ca pour ca"...
    | 
    | ------------------------------------------------------------------------
    | r53833 | afabri | 2010-01-27 16:19:08 +0100 (Wed, 27 Jan 2010) | 1 line 
    | Changed paths:                                                          
    |    M /trunk/Triangulation_2/test/Triangulation_2/include/CGAL/_test_cls_regular_hierarchy_2.h
    | 
    | Add #include <CGAL/Random.h> to testfile
    | ------------------------------------------------------------------------
    | r53834 | afabri | 2010-01-27 16:22:31 +0100 (Wed, 27 Jan 2010) | 1 line
    | Changed paths:
    |    M /trunk/Triangulation_2/include/CGAL/Constrained_Delaunay_triangulation_2.h
    |    M /trunk/Triangulation_2/include/CGAL/Constrained_triangulation_2.h
    |    M /trunk/Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h
    |    M /trunk/Triangulation_2/include/CGAL/Delaunay_triangulation_2.h
    |    M /trunk/Triangulation_2/include/CGAL/Regular_triangulation_2.h
    |    M /trunk/Triangulation_2/include/CGAL/Triangulation_2.h
    |    M /trunk/Triangulation_2/include/CGAL/Triangulation_hierarchy_2.h
    | 
    | Change rng; Remove random_shuffle
    | ------------------------------------------------------------------------
    | r53837 | afabri | 2010-01-27 17:04:42 +0100 (Wed, 27 Jan 2010) | 1 line
    | Changed paths:
    |    M /trunk/Triangulation_2/include/CGAL/Triangulation_2.h
    | 
    | luckily Sylvain reads my commits, and luckily I switched from release to debug mode in my local testsuite
    | ------------------------------------------------------------------------
    | r53842 | afabri | 2010-01-27 17:20:32 +0100 (Wed, 27 Jan 2010) | 1 line
    | Changed paths:
    |    M /trunk/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h
    |    M /trunk/Apollonius_graph_2/include/CGAL/Apollonius_graph_hierarchy_2.h
    | 
    | Change rng
    | ------------------------------------------------------------------------
........
  r53847 | lrineau | 2010-01-27 18:05:30 +0100 (Wed, 27 Jan 2010) | 2 lines
  
  Bump SONAME and SOVERSION.
........
  r53862 | lrineau | 2010-01-28 10:24:30 +0100 (Thu, 28 Jan 2010) | 2 lines
  
  CMake needs CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS.
........
  r53863 | lrineau | 2010-01-28 10:26:49 +0100 (Thu, 28 Jan 2010) | 2 lines
  
  The full demo/ directory is to be ignored.
........
  r53867 | lrineau | 2010-01-28 13:18:19 +0100 (Thu, 28 Jan 2010) | 36 lines
  
  Merge from trunk:
    | ------------------------------------------------------------------------
    | r53846 | afabri | 2010-01-27 17:44:13 +0100 (Wed, 27 Jan 2010) | 1 line
    | Changed paths:
    |    M /trunk/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_hierarchy_2.h
    | 
    | Change rng and use  rng in random_shuffle
    | ------------------------------------------------------------------------
    | r53859 | afabri | 2010-01-28 08:48:26 +0100 (Thu, 28 Jan 2010) | 1 line
    | Changed paths:
    |    M /trunk/Spatial_sorting/include/CGAL/hilbert_sort.h
    |    M /trunk/Spatial_sorting/include/CGAL/spatial_sort.h
    | 
    | Default constructor of boost::rand48 is good enough
    | ------------------------------------------------------------------------
    | r53860 | afabri | 2010-01-28 08:50:26 +0100 (Thu, 28 Jan 2010) | 1 line
    | Changed paths:
    |    M /trunk/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h
    | 
    | Switch to boost::rand48
    | ------------------------------------------------------------------------
    | r53861 | afabri | 2010-01-28 09:29:45 +0100 (Thu, 28 Jan 2010) | 1 line
    | Changed paths:
    |    M /trunk/Point_set_processing_3/doc_tex/Point_set_processing_3_ref/grid_simplify_point_set.tex
    |    M /trunk/Point_set_processing_3/doc_tex/Point_set_processing_3_ref/random_simplify_point_set.tex
    | 
    | Remove repeated words
    | ------------------------------------------------------------------------
    | r53864 | afabri | 2010-01-28 10:48:59 +0100 (Thu, 28 Jan 2010) | 1 line
    | Changed paths:
    |    M /trunk/Interval_skip_list/include/CGAL/Interval_skip_list.h
    | 
    | switch to boost::rand48
    | ------------------------------------------------------------------------
    | 
........
2010-01-28 12:43:21 +00:00
Andreas Fabri 2075d61749 don't submit qt3 directory 2008-12-02 08:42:55 +00:00