Commit Graph

179 Commits

Author SHA1 Message Date
Sylvain Pion 85dc12f2a7 Remove empty lines at beginning and end of files
(apply Scripts/developer_scripts/remove_empty_lines.pl).
2010-02-01 12:55:28 +00:00
Laurent Rineau bb7acdc28c Merged revisions 53882,53891-53892,53900,53902-53905 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r53882 | penarand | 2010-01-28 18:31:05 +0100 (Thu, 28 Jan 2010) | 5 lines
  
  corrected typo in preprocessing directive ( and -> && ), avoided some vc
  warnings by making some casts explicit and eliminated a spurious #include
  that made the compilation fail in some configurations without gmpxx
........
  r53891 | lrineau | 2010-01-29 10:03:49 +0100 (Fri, 29 Jan 2010) | 10 lines
  
  Merge from trunk:
    | ------------------------------------------------------------------------
    | r53889 | stayeb | 2010-01-29 09:47:00 +0100 (Fri, 29 Jan 2010) | 1 line
    | Changed paths:
    |    M /trunk/Mesh_3/include/CGAL/Mesh_3/vertex_perturbation.h
    | 
    | Fix: replace Vector_3() by CGAL::NULL_VECTOR.
    | ------------------------------------------------------------------------
........
  r53892 | lrineau | 2010-01-29 10:23:09 +0100 (Fri, 29 Jan 2010) | 3 lines
  
  We do not want PDB demos or examples: officially that library is only
  an internal tool.
........
  r53900 | lrineau | 2010-01-29 12:23:44 +0100 (Fri, 29 Jan 2010) | 2 lines
  
  Remove the GraphicsView demo of Bool_op_2 from the release.
........
  r53902 | lrineau | 2010-01-29 14:52:13 +0100 (Fri, 29 Jan 2010) | 3 lines
  
  Add a paragraph about the "determinitication" of 2D/3D triangulations,
  segment Voronoi, and Apollonius Graph.
........
  r53903 | lrineau | 2010-01-29 15:03:15 +0100 (Fri, 29 Jan 2010) | 2 lines
  
  typos
........
  r53904 | lrineau | 2010-01-29 15:23:34 +0100 (Fri, 29 Jan 2010) | 15 lines
  
  Merge from trunk:
    | ------------------------------------------------------------------------
    | r53887 | afabri | 2010-01-29 09:22:03 +0100 (Fri, 29 Jan 2010) | 1 line
    | Changed paths:
    |    M /trunk/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_hierarchy_2_impl.h
    | 
    | Default constructed boost::rand48 is good enough
    | ------------------------------------------------------------------------
    | r53888 | afabri | 2010-01-29 09:24:22 +0100 (Fri, 29 Jan 2010) | 1 line
    | Changed paths:
    |    M /trunk/Apollonius_graph_2/include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h
    | 
    | Default constructed boost::rand48 is good enough
    | ------------------------------------------------------------------------
........
  r53905 | lrineau | 2010-01-29 15:27:21 +0100 (Fri, 29 Jan 2010) | 38 lines
  
  Merge from trunk:
    | ------------------------------------------------------------------------
    | r53896 | lrineau | 2010-01-29 12:06:00 +0100 (Fri, 29 Jan 2010) | 2 lines
    | Changed paths:
    |    M /trunk/Polyhedron/demo/Polyhedron/MainWindow.ui
    |    M /trunk/Polyhedron/demo/Polyhedron/Nef_type.h
    |    M /trunk/Polyhedron/demo/Polyhedron/Nef_type_fwd.h
    |    M /trunk/Polyhedron/demo/Polyhedron/Polyhedron_demo_nef_plugin.cpp
    |    M /trunk/Polyhedron/demo/Polyhedron/Polyhedron_demo_triangulate_facets_plugin.cpp
    |    M /trunk/Polyhedron/demo/Polyhedron/Scene_nef_polyhedron_item.cpp
    |    M /trunk/Polyhedron/demo/Polyhedron/Scene_nef_polyhedron_item.h
    | 
    | Add 3D Minkowski sum to the (Nef) Polyhedron demo.
    | 
    | ------------------------------------------------------------------------
    | r53897 | lrineau | 2010-01-29 12:10:38 +0100 (Fri, 29 Jan 2010) | 2 lines
    | Changed paths:
    |    M /trunk/Polyhedron/demo/Polyhedron/Polyhedron_demo_nef_plugin.cpp
    | 
    | Add a missing break;
    | 
    | ------------------------------------------------------------------------
    | r53898 | lrineau | 2010-01-29 12:12:27 +0100 (Fri, 29 Jan 2010) | 2 lines
    | Changed paths:
    |    D /trunk/Minkowski_sum_3/demo
    | 
    | Remove demo/ from Minkowski_sum_3, as the polyhedron demo has the feature.
    | 
    | ------------------------------------------------------------------------
    | r53899 | lrineau | 2010-01-29 12:15:43 +0100 (Fri, 29 Jan 2010) | 2 lines
    | Changed paths:
    |    D /trunk/Nef_3/demo/Nef_3/makefile
    | 
    | Remove that old makefile
    | 
    | ------------------------------------------------------------------------
........
2010-01-29 14:35:38 +00:00
Sylvain Pion 5fda817f95 Remove a few "warning: extra ';'" with g++ -pedantic. 2009-11-14 11:49:52 +00:00
Laurent Rineau 16a563a166 Remove a comment that disturbs my regular expression about boost headers 2009-09-09 13:59:32 +00:00
Sylvain Pion d5d583346a Remove spurious typename which made g++-4.0.1 ICE. 2009-08-06 07:56:38 +00:00
Laurent Rineau b2128baf09 Move the PDB auto-link stuff in <CGAL/PDB/basic.h> so that all headers of
PDB include it.
2009-07-10 09:30:00 +00:00
Daniel Russel 398bc92692 fix accidental checkin 2009-07-07 16:35:45 +00:00
Daniel Russel 5c623d8d9f use iterator_traits 2009-07-06 15:46:08 +00:00
Daniel Russel a721b09ef6 use iterator_traits 2009-07-06 15:43:47 +00:00
Daniel Russel 16d3416415 attempt to work around leopard and intel compiler 2009-07-03 15:52:00 +00:00
Daniel Russel b254d6e973 remove debug/vector usage 2009-07-02 17:31:16 +00:00
Daniel Russel ab5a741881 old boost doesn't have reference 2009-07-01 16:45:31 +00:00
Daniel Russel 48afa27795 don't include debug vector header 2009-07-01 16:44:32 +00:00
Laurent Saboret accb04ac71 Workaround bug in cgal_manual: call \ccTagFullDeclarations at the beginning of \ccOperations.
This forces cgal_manual to expand const keyword are avoids 2 problems:
- bad keywords in HTML
- const and non-const methods seem identical.
2009-05-26 16:48:05 +00:00
Laurent Saboret eaffbfe645 Example .text files filled by generate_reference_manual 2009-05-25 10:32:33 +00:00
Daniel Russel 2b4238afea resolve ambiguous call 2009-04-24 16:48:12 +00:00
Laurent Saboret 3697a848b8 Automatic documentation by generate_reference_manual version 1.2 2009-04-16 14:44:54 +00:00
Daniel Russel b88534d9d8 size to distance 2009-04-14 23:14:23 +00:00
Daniel Russel f22e4b7088 added so Laurent can see the output 2009-04-10 21:45:16 +00:00
Daniel Russel e5bb88edef remove old stuff 2009-04-10 19:56:49 +00:00
Daniel Russel 9c2037dde3 fix name of filtered_bond 2009-04-10 00:23:20 +00:00
Laurent Saboret 3367795cc4 Minimal reference manual:
- Empty files doc_tex/CGALPDB/main.tex and doc_tex/CGALPDB_ref/intro.tex.
- doc_tex/CGALPDB_ref/main.tex automatically generated by cc_make_ref_pages.
- Other doc_tex/CGALPDB_ref/*.tex automatically generated by cc_ref_wizard and generate_reference_manual.
2009-04-09 12:33:55 +00:00
Daniel Russel 2fb47638dd replace some size with distance 2009-04-08 22:11:30 +00:00
Daniel Russel 9f2f9be17a use rangelib to simplify things, probably should remove extra gunk from rangelib at some point 2009-04-08 22:02:37 +00:00
Daniel Russel 9409f1f68c fix some size/distance issues 2009-04-08 22:00:18 +00:00
Daniel Russel 82f16b9731 fix header name 2009-04-08 20:32:46 +00:00
Daniel Russel 34a474f1a9 more tests work and cmakelists is fixed 2009-04-07 13:56:30 +00:00
Daniel Russel 217bee88fe update to new pdb 2009-04-07 13:35:53 +00:00
Daniel Russel 543bdc81b4 don't use boost/foreach directly 2009-04-05 04:00:56 +00:00
Daniel Russel 06bcf7a870 boost::iterator_range::size is broken 2009-04-05 03:57:29 +00:00
Daniel Russel a9375a5e0c most everything working 2009-04-04 00:09:11 +00:00
Daniel Russel 236e133a3b test work 2009-04-03 22:32:57 +00:00
Daniel Russel 0a4e8e4c5f tests work 2009-04-03 22:32:43 +00:00
Daniel Russel f834735654 forgot to commit files 2009-04-03 19:27:39 +00:00
Daniel Russel 3b0dedaf63 updated to fix broken/unused headers. The interator interface has changed majorly 2009-04-01 21:24:33 +00:00
Laurent Rineau f3078e4547 Quote the characters '"' in post-build commands. If TargetDir==C:\Program
Files\CGAL-3.4\, that is needed.
2008-12-16 14:47:16 +00:00
Andreas Fabri 4993647619 bye bye install_cgal 2008-12-01 10:20:31 +00:00
Andreas Fabri 7562a5c9bf Remove unused variables 2008-11-25 18:53:44 +00:00
Laurent Rineau b1d2ea2976 Remove QUIET.
Fix the link with Boost.
Re-indent.
2008-11-19 13:18:22 +00:00
Laurent Rineau 902393d077 Minor syntax changes, to help g++ found that there is not problems with
uninitialized variables.
2008-11-14 14:26:54 +00:00
Fernando Cacciola 547bffecd9 Put CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS in the right place for cmake 2.4 2008-11-06 13:03:41 +00:00
Fernando Cacciola 994028ec51 Prefixed CreateSingleSourceCGALProgram.cmake with CGAL_ 2008-11-04 13:09:48 +00:00
Fernando Cacciola 70fa9503fd Added CMP0003 policy 2008-11-04 12:30:29 +00:00
Fernando Cacciola 6bae1045df Fixed handling of flags when defined interactively 2008-11-03 21:00:22 +00:00
Andreas Fabri a988e02b97 Comment unused variable to avoid warning 2008-10-31 21:07:38 +00:00
Daniel Russel d86a3b8ecc checked against wrong container: 2008-10-28 04:41:13 +00:00
Daniel Russel 37b325d59e fixed but with heterogen bond processing adding empty model to pdb 2008-10-24 00:46:49 +00:00
Daniel Russel 236d5f9232 simple tool to make sure the reader processs files 2008-10-23 22:54:39 +00:00
Fernando Cacciola d70bdaea18 Prefixed cmake variables with CGAL_ 2008-10-23 14:59:02 +00:00
Laurent Rineau f10a590672 Mass-remove vcproj files. 2008-10-21 09:21:22 +00:00