Commit Graph

49 Commits

Author SHA1 Message Date
Andreas Fabri 4581f1b7a8 Morte replacements 2019-06-05 08:39:55 +02:00
Sébastien Loriot 4464229a52 remove cpp11 workarounds in argt related packages 2019-03-29 10:41:50 +01:00
Andreas Fabri cc23699ea0 fix Arrangement_2 2019-01-28 09:14:59 +01:00
Andreas Fabri 0496d840ff Fix arrangement and lcc 2019-01-18 10:05:48 +01:00
Andreas Fabri 303aaa04ae Fix arrangement 2019-01-15 19:18:53 +01:00
Andreas Fabri faa2866763 More CGAL_STATIC_THREAD_LOCAL_VARIABLE 2018-02-20 11:22:32 +00:00
Andreas Fabri 769ac1a348 Arrangement_2 2018-01-26 08:14:34 +00:00
Sébastien Loriot ee57fc2d6c add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Sébastien Loriot 50510c05ea add include directive for license of all GPL header files
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
          grep -v Operations_on_polyhedra | \
          grep -v Algebraic_kernel_for_circles | \
          grep -v Algebraic_kernel_for_spheres | \
          grep -v Polyhedron_IO`;
do
  echo $i
  python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
2017-01-19 15:20:25 +01:00
Laurent Rineau b93ba2109a Fix the warning
[ 50%] Building CXX object CMakeFiles/test_rational_function_traits_2.dir/test_rational_function_traits_2.cpp.obj
	C:\PROGRA~2\MICROS~1.0\VC\bin\amd64\cl.exe  @C:\Users\afabri\AppData\Local\Temp\nm6849.tmp
test_rational_function_traits_2.cpp
C:\CGAL\test\CGAL-4.10-Ic-28\include\CGAL/Arr_rat_arc/Rational_arc_d_1.h(1833) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
        C:\CGAL\test\CGAL-4.10-Ic-28\include\CGAL/Arr_rat_arc/Rational_arc_d_1.h(1833) : while compiling class template member function 'bool CGAL::Arr_rational_arc::Continuous_rational_arc_d_1<Algebraic_kernel_>::is_left_to_right(void) const'
        with
        [
            Algebraic_kernel_=CGAL::Algebraic_kernel_d_1<Number_type>
        ]
        C:\CGAL\test\CGAL-4.10-Ic-28\cmake\platforms\x64_Cygwin-Windows8_MSVC2012-Debug-64bits\test\Arrangement_on_surface_2\test_rational_function_traits_2.cpp(250) : see reference to function template instantiation 'bool CGAL::Arr_rational_arc::Continuous_rational_arc_d_1<Algebraic_kernel_>::is_left_to_right(void) const' being compiled
        with
        [
            Algebraic_kernel_=CGAL::Algebraic_kernel_d_1<Number_type>
        ]
        C:\CGAL\test\CGAL-4.10-Ic-28\cmake\platforms\x64_Cygwin-Windows8_MSVC2012-Debug-64bits\test\Arrangement_on_surface_2\test_rational_function_traits_2.cpp(174) : see reference to class template instantiation 'CGAL::Arr_rational_arc::Continuous_rational_arc_d_1<Algebraic_kernel_>' being compiled
        with
        [
            Algebraic_kernel_=CGAL::Algebraic_kernel_d_1<Number_type>
        ]
2016-10-21 10:12:53 +02:00
Andreas Fabri 59925a27e1 Replace && with & as we do want to test a single bit 2016-10-19 14:00:47 +02:00
Andreas Fabri 1e2ff1131e assert -> CGAL_assertion 2015-08-27 16:51:55 +02:00
Philipp Möller 76a4f0da85 Replace detail/algorithm.hpp with type_traits/is_same.hpp
Also remove the superfluous map include
2015-04-10 13:46:13 +02:00
Philipp Möller ae72a9f616 Replace detail/algorithm.hpp with type_traits/is_same.hpp
is_same is the only part of boost used in this file
2015-04-10 13:45:47 +02:00
Laurent Rineau ff8a7bbe3c Fix a compilation error with VC9 2014-03-26 16:04:57 +01:00
Andreas Fabri 28ab87eb7a Turn copy constructor into a real default constructor 2014-03-19 12:30:20 +01:00
Andreas Fabri a55e82856f put files in dont_submit, and #ifdef so that compiles does not see this code, and add #includes 2013-09-16 15:07:03 +02:00
Andreas Fabri 6c547e5663 Mainly added includes 2013-09-13 22:24:30 +02:00
Andreas Fabri 0cbc8b0e40 remove unused parameters 2013-03-23 08:45:06 +01:00
Michael Hemmer 254aa83353 fix conversion problems 2012-07-19 10:18:12 +00:00
Michael Hemmer 2ebc7d78c5 fix problems with leda real 2012-07-08 12:05:05 +00:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Guillaume Damiand a29c905ee0 Replace BOOST_STATIC_ASSERT by CGAL_static_assertion. 2011-08-31 14:30:07 +00:00
Michael Hemmer 5b1d63333b remove traces of vertical segment support, which was incomplete 2011-08-15 11:15:32 +00:00
Efi Fogel 3eaef74439 leftover from the Rational-arc traits 2011-08-14 14:02:19 +00:00
Michael Hemmer dc1b486cca fix const issues
fix clean up order in cache
2011-06-29 14:18:09 +00:00
Efi Fogel c5e8783557 Pacify MSVC 2011-06-28 15:12:42 +00:00
Efi Fogel 309cf4113a renamed *_boundary_* => *_parameter_space_* 2011-06-23 23:01:03 +00:00
Efi Fogel 4c8d099393 Added qualifiers to pacify some g++ versions 2011-06-23 11:49:10 +00:00
Efi Fogel 1f44224491 small fixes and cleanup 2011-06-22 12:51:20 +00:00
Efi Fogel 115b376672 small fixes and cleanup 2011-06-22 12:28:01 +00:00
Oren Salzman 4935c54c01 bug fixes 2011-06-21 21:36:48 +00:00
Michael Hemmer 530955245e fixed for manual 2011-06-21 08:28:10 +00:00
Efi Fogel 3121279ea7 pacify g++ 2011-06-21 08:21:43 +00:00
Efi Fogel efe448faaf added missing typedefs 2011-06-21 07:57:37 +00:00
Efi Fogel e9eda73bcc cleanup & passed kernel as argument 2011-06-20 09:58:35 +00:00
Efi Fogel 3b19f90449 Pacify g++ 2011-06-19 12:14:52 +00:00
Oren Salzman 417c76d604 bug fix for cache copy 2011-06-15 14:30:26 +00:00
Oren Salzman 8e89cb5b7d updated constructors 2011-06-15 11:52:02 +00:00
Oren Salzman aa170306a8 fixed cache bug 2011-06-12 08:34:53 +00:00
Oren Salzman e936a086b7 update print 2011-06-08 18:30:45 +00:00
Eric Berberich 749b8fed3f fix years in header from svn 2011-06-03 09:51:23 +00:00
Michael Hemmer 09c2c927e4 run examples in linux + cosmetics 2011-05-30 13:20:08 +00:00
Oren Salzman 0e0f13d7c9 updating to manual 2011-05-30 07:17:20 +00:00
Efi Fogel 3df239caae fixes for g++ and rational traits 2011-05-25 10:03:57 +00:00
Oren Salzman c42ee37a48 updated bug in algebraic point 2011-05-22 14:01:40 +00:00
Oren Salzman 1cec38216b updated cache 2011-05-22 07:07:39 +00:00
Oren Salzman caae7c413f updates for submission 2011-05-11 08:09:50 +00:00
Eric Berberich ccee2bb2e3 merge from test branch 2011-05-04 12:43:11 +00:00