diff --git a/.gitattributes b/.gitattributes index 0f61aa9e908..e3fe0534516 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1770,10 +1770,14 @@ HalfedgeDS/doc_tex/HalfedgeDS_ref/fig/hds_optional.gif -text svneol=unset#image/ HalfedgeDS/doc_tex/HalfedgeDS_ref/fig/hds_optional.pdf -text svneol=unset#application/pdf HalfedgeDS/doc_tex/HalfedgeDS_ref/fig/hds_optional_small.gif -text svneol=unset#image/gif Inscribed_areas/demo/Largest_empty_rect_2/Qt3/help/index.html svneol=native#text/html +Inscribed_areas/doc_tex/Inscribed_areas/largestEmptyRect.gif -text svneol=unset#image/gif +Inscribed_areas/doc_tex/Inscribed_areas/largestEmptyRect.pdf -text svneol=unset#application/pdf +Inscribed_areas/doc_tex/Inscribed_areas/max_triangle.gif -text svneol=unset#image/gif +Inscribed_areas/doc_tex/Inscribed_areas/max_triangle.pdf -text svneol=unset#application/pdf Inscribed_areas/doc_tex/Inscribed_areas_ref/ler-detail.png -text Inscribed_areas/doc_tex/Inscribed_areas_ref/ler.png -text -Inscribed_areas/test/Largest_empty_rect_2/cgal_test eol=lf -Inscribed_areas/test/Largest_empty_rect_2/cgal_test_with_cmake eol=lf +Inscribed_areas/test/Inscribed_areas/cgal_test eol=lf +Inscribed_areas/test/Inscribed_areas/cgal_test_with_cmake eol=lf Installation/INSTALL -text Installation/LICENSE.BSL -text Installation/LICENSE.FREE_USE -text @@ -3031,10 +3035,6 @@ Number_types/test/Number_types/Gmpfr.cpp -text Number_types/test/Number_types/Gmpfr_bug.cpp -text Number_types/test/Number_types/include/CGAL/Test/test_root_of_2_traits.h -text Number_types/test/Number_types/include/CGAL/_test_io.h -text -Optimisation_doc/doc_tex/Inscribed_areas/largestEmptyRect.gif -text svneol=unset#image/gif -Optimisation_doc/doc_tex/Inscribed_areas/largestEmptyRect.pdf -text svneol=unset#application/pdf -Optimisation_doc/doc_tex/Inscribed_areas/max_triangle.gif -text svneol=unset#image/gif -Optimisation_doc/doc_tex/Inscribed_areas/max_triangle.pdf -text svneol=unset#application/pdf Partition_2/demo/Partition_2/Qt3/help/index.html svneol=native#text/html Partition_2/doc_tex/Partition_2/Idar-Oberstein_appx_cvx.gif -text svneol=unset#image/gif Partition_2/doc_tex/Partition_2/Idar-Oberstein_appx_cvx.pdf -text svneol=unset#application/pdf diff --git a/.gitignore b/.gitignore index 807e3feb124..918fc97ed87 100644 --- a/.gitignore +++ b/.gitignore @@ -169,9 +169,9 @@ HalfedgeDS/test/HalfedgeDS/CMakeLists.txt HalfedgeDS/test/HalfedgeDS/cgal_test_with_cmake HalfedgeDS/test/HalfedgeDS/test_hds HalfedgeDS/test/HalfedgeDS/test_hds_decorator -Inscribed_areas/test/Largest_empty_rect_2/CMakeLists.txt -Inscribed_areas/test/Largest_empty_rect_2/Makefile -Inscribed_areas/test/Largest_empty_rect_2/data/out +Inscribed_areas/test/Inscribed_areas/CMakeLists.txt +Inscribed_areas/test/Inscribed_areas/Makefile +Inscribed_areas/test/Inscribed_areas/data/out Installation/auxiliary/gdb/python/CGAL/__init__.pyc Installation/auxiliary/gdb/python/CGAL/printers.pyc Installation/auxiliary/gdb/test diff --git a/Optimisation_doc/doc_tex/Inscribed_areas/PkgDescription.tex b/Inscribed_areas/doc_tex/Inscribed_areas/PkgDescription.tex similarity index 100% rename from Optimisation_doc/doc_tex/Inscribed_areas/PkgDescription.tex rename to Inscribed_areas/doc_tex/Inscribed_areas/PkgDescription.tex diff --git a/Optimisation_doc/doc_tex/Inscribed_areas/largestEmptyRect.gif b/Inscribed_areas/doc_tex/Inscribed_areas/largestEmptyRect.gif similarity index 100% rename from Optimisation_doc/doc_tex/Inscribed_areas/largestEmptyRect.gif rename to Inscribed_areas/doc_tex/Inscribed_areas/largestEmptyRect.gif diff --git a/Optimisation_doc/doc_tex/Inscribed_areas/largestEmptyRect.pdf b/Inscribed_areas/doc_tex/Inscribed_areas/largestEmptyRect.pdf similarity index 100% rename from Optimisation_doc/doc_tex/Inscribed_areas/largestEmptyRect.pdf rename to Inscribed_areas/doc_tex/Inscribed_areas/largestEmptyRect.pdf diff --git a/Optimisation_doc/doc_tex/Inscribed_areas/main.tex b/Inscribed_areas/doc_tex/Inscribed_areas/main.tex similarity index 100% rename from Optimisation_doc/doc_tex/Inscribed_areas/main.tex rename to Inscribed_areas/doc_tex/Inscribed_areas/main.tex diff --git a/Optimisation_doc/doc_tex/Inscribed_areas/max_triangle.gif b/Inscribed_areas/doc_tex/Inscribed_areas/max_triangle.gif similarity index 100% rename from Optimisation_doc/doc_tex/Inscribed_areas/max_triangle.gif rename to Inscribed_areas/doc_tex/Inscribed_areas/max_triangle.gif diff --git a/Optimisation_doc/doc_tex/Inscribed_areas/max_triangle.pdf b/Inscribed_areas/doc_tex/Inscribed_areas/max_triangle.pdf similarity index 100% rename from Optimisation_doc/doc_tex/Inscribed_areas/max_triangle.pdf rename to Inscribed_areas/doc_tex/Inscribed_areas/max_triangle.pdf diff --git a/Optimisation_doc/doc_tex/Inscribed_areas/user_part.tex b/Inscribed_areas/doc_tex/Inscribed_areas/user_part.tex similarity index 100% rename from Optimisation_doc/doc_tex/Inscribed_areas/user_part.tex rename to Inscribed_areas/doc_tex/Inscribed_areas/user_part.tex diff --git a/Optimisation_doc/doc_tex/Inscribed_areas_ref/main.tex b/Inscribed_areas/doc_tex/Inscribed_areas_ref/main.tex similarity index 100% rename from Optimisation_doc/doc_tex/Inscribed_areas_ref/main.tex rename to Inscribed_areas/doc_tex/Inscribed_areas_ref/main.tex diff --git a/Inscribed_areas/examples/Largest_empty_rect_2/largest_empty_rectangle.cpp b/Inscribed_areas/examples/Inscribed_areas/largest_empty_rectangle.cpp similarity index 100% rename from Inscribed_areas/examples/Largest_empty_rect_2/largest_empty_rectangle.cpp rename to Inscribed_areas/examples/Inscribed_areas/largest_empty_rectangle.cpp diff --git a/Inscribed_areas/package_info/Inscribed_areas/copyright b/Inscribed_areas/package_info/Inscribed_areas/copyright new file mode 100644 index 00000000000..b21f6253607 --- /dev/null +++ b/Inscribed_areas/package_info/Inscribed_areas/copyright @@ -0,0 +1,2 @@ +Largest Emtpy Rectangle 2: + Tel-Aviv University (Israel). diff --git a/Inscribed_areas/package_info/Inscribed_areas/description.txt b/Inscribed_areas/package_info/Inscribed_areas/description.txt new file mode 100644 index 00000000000..e69de29bb2d diff --git a/Inscribed_areas/package_info/Inscribed_areas/license.txt b/Inscribed_areas/package_info/Inscribed_areas/license.txt new file mode 100644 index 00000000000..8bb8efcb72b --- /dev/null +++ b/Inscribed_areas/package_info/Inscribed_areas/license.txt @@ -0,0 +1 @@ +GPL (v3 or later) diff --git a/Inscribed_areas/package_info/Inscribed_areas/maintainer b/Inscribed_areas/package_info/Inscribed_areas/maintainer new file mode 100644 index 00000000000..2229a7dd0bd --- /dev/null +++ b/Inscribed_areas/package_info/Inscribed_areas/maintainer @@ -0,0 +1,3 @@ +Package Largest_empty_rect_2 + Andreas Fabri + Efi Fogel diff --git a/Inscribed_areas/package_info/Largest_empty_rect_2/copyright b/Inscribed_areas/package_info/Largest_empty_rect_2/copyright deleted file mode 100644 index 930771b9d2c..00000000000 --- a/Inscribed_areas/package_info/Largest_empty_rect_2/copyright +++ /dev/null @@ -1 +0,0 @@ -Tel-Aviv University (Israel). diff --git a/Inscribed_areas/package_info/Largest_empty_rect_2/description.txt b/Inscribed_areas/package_info/Largest_empty_rect_2/description.txt deleted file mode 100644 index db006dd46c5..00000000000 --- a/Inscribed_areas/package_info/Largest_empty_rect_2/description.txt +++ /dev/null @@ -1 +0,0 @@ -Package Largest_empty_rect_2 \ No newline at end of file diff --git a/Inscribed_areas/package_info/Largest_empty_rect_2/license.txt b/Inscribed_areas/package_info/Largest_empty_rect_2/license.txt deleted file mode 100644 index 0d3d7e59728..00000000000 --- a/Inscribed_areas/package_info/Largest_empty_rect_2/license.txt +++ /dev/null @@ -1 +0,0 @@ -GPL (v3 or later) diff --git a/Inscribed_areas/package_info/Largest_empty_rect_2/maintainer b/Inscribed_areas/package_info/Largest_empty_rect_2/maintainer deleted file mode 100644 index 7c68e61183b..00000000000 --- a/Inscribed_areas/package_info/Largest_empty_rect_2/maintainer +++ /dev/null @@ -1,2 +0,0 @@ -Andreas Fabri -Efi Fogel diff --git a/Inscribed_areas/test/Largest_empty_rect_2/cgal_test b/Inscribed_areas/test/Inscribed_areas/cgal_test similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/cgal_test rename to Inscribed_areas/test/Inscribed_areas/cgal_test diff --git a/Inscribed_areas/test/Largest_empty_rect_2/cgal_test_with_cmake b/Inscribed_areas/test/Inscribed_areas/cgal_test_with_cmake similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/cgal_test_with_cmake rename to Inscribed_areas/test/Inscribed_areas/cgal_test_with_cmake diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/data1 b/Inscribed_areas/test/Inscribed_areas/data/data1 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/data1 rename to Inscribed_areas/test/Inscribed_areas/data/data1 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/data2 b/Inscribed_areas/test/Inscribed_areas/data/data2 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/data2 rename to Inscribed_areas/test/Inscribed_areas/data/data2 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/data3 b/Inscribed_areas/test/Inscribed_areas/data/data3 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/data3 rename to Inscribed_areas/test/Inscribed_areas/data/data3 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/data4 b/Inscribed_areas/test/Inscribed_areas/data/data4 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/data4 rename to Inscribed_areas/test/Inscribed_areas/data/data4 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/data5 b/Inscribed_areas/test/Inscribed_areas/data/data5 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/data5 rename to Inscribed_areas/test/Inscribed_areas/data/data5 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/data6 b/Inscribed_areas/test/Inscribed_areas/data/data6 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/data6 rename to Inscribed_areas/test/Inscribed_areas/data/data6 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/data7 b/Inscribed_areas/test/Inscribed_areas/data/data7 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/data7 rename to Inscribed_areas/test/Inscribed_areas/data/data7 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/data8 b/Inscribed_areas/test/Inscribed_areas/data/data8 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/data8 rename to Inscribed_areas/test/Inscribed_areas/data/data8 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/gold_data1 b/Inscribed_areas/test/Inscribed_areas/data/gold_data1 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/gold_data1 rename to Inscribed_areas/test/Inscribed_areas/data/gold_data1 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/gold_data2 b/Inscribed_areas/test/Inscribed_areas/data/gold_data2 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/gold_data2 rename to Inscribed_areas/test/Inscribed_areas/data/gold_data2 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/gold_data3 b/Inscribed_areas/test/Inscribed_areas/data/gold_data3 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/gold_data3 rename to Inscribed_areas/test/Inscribed_areas/data/gold_data3 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/gold_data4 b/Inscribed_areas/test/Inscribed_areas/data/gold_data4 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/gold_data4 rename to Inscribed_areas/test/Inscribed_areas/data/gold_data4 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/gold_data5 b/Inscribed_areas/test/Inscribed_areas/data/gold_data5 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/gold_data5 rename to Inscribed_areas/test/Inscribed_areas/data/gold_data5 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/gold_data6 b/Inscribed_areas/test/Inscribed_areas/data/gold_data6 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/gold_data6 rename to Inscribed_areas/test/Inscribed_areas/data/gold_data6 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/gold_data7 b/Inscribed_areas/test/Inscribed_areas/data/gold_data7 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/gold_data7 rename to Inscribed_areas/test/Inscribed_areas/data/gold_data7 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/data/gold_data8 b/Inscribed_areas/test/Inscribed_areas/data/gold_data8 similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/data/gold_data8 rename to Inscribed_areas/test/Inscribed_areas/data/gold_data8 diff --git a/Inscribed_areas/test/Largest_empty_rect_2/test.cpp b/Inscribed_areas/test/Inscribed_areas/test.cpp similarity index 100% rename from Inscribed_areas/test/Largest_empty_rect_2/test.cpp rename to Inscribed_areas/test/Inscribed_areas/test.cpp