Commit Graph

1258 Commits

Author SHA1 Message Date
Sébastien Loriot c951fe0fca Merge pull request #1035 from lrineau/CGAL-fix_Wconversion_warnings-GF
Fix -Wconversion warnings, and issues detected by those warnings
2016-06-24 13:30:48 +02:00
Laurent Rineau dd1b93ae99 After feedback from @mglisse 2016-06-16 16:39:00 +02:00
Laurent Rineau fa5cb831c9 Add Output_rep<T,F>::is_specialized...
.. that allows `Dump_c3t3` to detect if a type can be streamed, using
either `operator<<` or `Output_rep<T>`.
2016-06-15 18:10:14 +02:00
Laurent Rineau 8755b6f514 Fix -Wconversion warnings in Number_types 2016-04-22 12:37:04 +02:00
Laurent Rineau ff63d8eb26 Number_types: Fix -Wconversion warnings about `istream::char_type` 2016-04-22 12:36:50 +02:00
Andreas Fabri 717810e600 fix 2016-02-26 07:57:29 +01:00
Andreas Fabri 00cf5f937d inline; clean CMakeLists 2016-02-25 12:21:03 +01:00
Andreas Fabri f86e569613 trivial fixes 2016-02-25 08:34:35 +01:00
Andreas Fabri 1baa329711 operator>>(Lazy_exac_nt) calls new function read_float_or_quotient 2016-02-24 16:35:07 +01:00
Philipp Möller 0a04a3a48f Use CGAL_DOC_VERSION 2016-02-11 15:37:54 +01:00
Simon Giraudot 5919bda06f Replace BOOST_STATIC_ASSERT by CGAL_static_assertion and remove now useless CLANG work-around 2016-02-02 12:59:01 +01:00
Sebastien Loriot 32a3972c33 Merge pull request #592 from afabri/CGAL-dont_submit_cleanup-GF
Towards getting rid of dont_submit files
2016-01-08 14:14:08 +01:00
Sebastien Loriot 8a697e9f40 Merge pull request #594 from lrineau/CGAL-fix_DISABLE_GMP-lrineau
Fix CMakeLists.txt when GMP is disabled by CGAL_DISABLE_GMP
2016-01-07 13:33:38 +01:00
Sébastien Loriot e64ae35a6e Merge pull request #542 from bo0ts/Documentation-release_build2-pmoeller
Allow to build the documentation in a release
2016-01-07 09:21:46 +01:00
Laurent Rineau 3f13ef684b Fix CMakeLists.txt when GMP is disabled
The two directories using MPFI were incorrect, when `CGAL_DISABLE_GMP`
was used. The patch now checks `GMP_FOUND`.
2016-01-06 11:59:50 +01:00
Sebastien Loriot 2b49997c7e Merge pull request #493 from afabri/CGLAL-thread_local_storage-GF
Remove boost thread dependency
2016-01-04 16:49:26 +01:00
Andreas Fabri b78e402b7f remove Root_of_2.h 2016-01-04 09:41:27 +01:00
Andreas Fabri 5406d65782 Remove lines with non-existing files 2015-12-31 17:13:35 +01:00
Marc Glisse 9935a6889a Eigen::NumTraits<CGAL::Mpzf> 2015-12-18 22:19:16 +01:00
Philipp Möller 71b4e9c515 Use CGAL_FULL_VERSION in all Doxyfile.in 2015-12-17 16:33:28 +01:00
Philipp Möller 5da6581e74 Handle cases that use specific input files 2015-12-10 17:03:46 +01:00
Philipp Möller 88c0db55ca Empty example paths should not result in warnings 2015-12-10 17:00:26 +01:00
Andreas Fabri 4fec754ef8 put static into the macro and rename it 2015-12-02 20:40:15 +01:00
Sébastien Loriot 83311a0c87 document explicit constructor 2015-11-23 23:20:46 +01:00
Andreas Fabri 433e9aca68 forgot to return a value 2015-11-12 08:30:58 +01:00
Andreas Fabri 6b2c4dd7c6 Merge branch 'CGLAL-thread_local_storage-GF-old' into CGLAL-thread_local_storage-GF 2015-11-09 14:26:42 +01:00
Maxime Gimeno 3855910b37 Fix for #295
- Replacement of CGAL_assertion by assert in test files
2015-10-29 10:51:15 +01:00
Maxime Gimeno 864c95ae08 Fix for #295
- Replacement of assert() by CGAL_assertion()
2015-10-29 10:39:53 +01:00
Laurent Rineau 39b739ae84 Merge pull request #330 from lrineau/CGAL-fix_32_bits_problems-lrineau
[32 bits] Fix test/Number_types/Root_of_traits
2015-10-14 10:23:20 +02:00
Laurent Rineau 330a0e75a2 Merge pull request #385 from cjamin/CGAL_headers_only-gdamiand_cjamin
CGAL headers only, step 0
2015-10-13 16:37:38 +02:00
Andreas Fabri b4a1e3764a avoid shift of negative number as clang warns 2015-10-07 17:14:33 +02:00
Clement Jamin 31e8415983 Merge branch 'CGLAL-thread_local_storage-GF-old' into CGLAL-thread_local_storage-GF 2015-10-01 14:51:09 +02:00
Andreas Fabri 1a4faa8575 Merge branch 'CGLAL-thread_local_storage-GF-old' into CGLAL-thread_local_storage-GF 2015-10-01 10:03:04 +02:00
Andreas Fabri 3d4a1be429 WIP with Clement 2015-10-01 09:47:47 +02:00
Guillaume Damiand cf1c0ea0ca Merge branch 'CGAL_headers_only-gdamiand_cjamin-OLD' into CGAL_headers_only-gdamiand_cjamin 2015-10-01 09:12:55 +02:00
Andreas Fabri 434e66a0f1 move detection of that the keyword threadlocal can be used from Mpzf.h to config.h 2015-09-10 12:44:52 +02:00
Laurent Rineau 7ddefbdcc8 Merge pull request #297 from afabri/CGAL-assert-GF
assert() should not be used in CGAL headers!
2015-09-07 10:58:20 +02:00
Andreas Fabri 220651bc88 Use CGAL_THREAD_LOCAL as thread_local only comes with VC201 2015-09-04 18:09:50 +02:00
Andreas Fabri 1e2ff1131e assert -> CGAL_assertion 2015-08-27 16:51:55 +02:00
Jane Tournois 7974986da1 avoid warning about conversion
warning C4311: 'type cast': pointer truncation from 'double *' to 'long'
2015-08-11 17:12:26 +02:00
Laurent Rineau aa72eaa371 Merge pull request #154 from maxGimeno/CGAL-Qt5_support-GF
Qt5 support, GSoC 2014

https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Qt5_support

In this commit, I have fixed the permissions of the file:
	Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/data/points

In this commit, I have also modified:
	Installation/changes.html
2015-07-17 14:13:37 +02:00
Laurent Rineau da0a1c421b Add pragmas in clang to disable -Wunused-local-typedef, locally 2015-07-15 14:05:48 +02:00
Laurent Rineau f9917c487e CMake 2.8.11 2015-07-13 12:36:43 +02:00
Marc Glisse 94c9bd5175 Typo in sse2.h
__GNUC__ is missing its 'C'. This probably makes the test for __MINGW64__ useless. (I am testing the github interface for minor edits)
2015-07-05 15:40:02 +02:00
Laurent Rineau 8caf689860 Merge pull request #115 from lrineau/Number_types-oldgmp-glisse
Fixes a bug: emulate `mpn_sqr` on old versions of GMP (GMP < 4.3.2).

Fixes bug #113
2015-06-10 12:00:42 +02:00
Andreas Fabri 0c4902a2dc fix documentation in Nef_2 2015-03-23 11:03:32 +01:00
Guillaume Damiand 9c78897ba5 Merge branch 'CGAL_headers_only-gdamiand_cjamin-old' into CGAL_headers_only-gdamiand_cjamin 2015-03-16 14:00:43 +01:00
Laurent Rineau 90543eefab Support MINGW64 in sse2.h
Trivial fix for master
2015-01-26 17:35:05 +01:00
Andreas Fabri 2cee9fc33e Merge branch 'CGAL-misc_warnings-GF'
Approved by the release manager
2015-01-12 13:00:41 +01:00
Sébastien Loriot 0218954ea6 Merge branch 'barycentric_coordinates_2-dmitry'
Tested in CGAL-4.6-Ic-99 and CGAL-4.6-Ic-100
  Approved by the release manager

Conflicts:
	Installation/changes.html
	Kernel_23/include/CGAL/internal/Projection_traits_3.h
2015-01-09 10:35:20 +01:00