Commit Graph

57232 Commits

Author SHA1 Message Date
Guillaume Damiand d96bdd9d4b According the modifs in master, variables TRANSLATION ROTATION SCALING REFLECTION IDENTITY are always const. 2014-12-17 14:59:19 +01:00
Clement Jamin ff79502a72 In a class, we should using "static" functions 2014-12-16 11:28:16 +01:00
Clement Jamin f532cbc013 Forgot 2 *_impl.h files 2014-12-15 21:57:51 +01:00
Clement Jamin d0e0c44f9d Merge branch 'CGAL_headers_only-gdamiand_cjamin' of ssh://scm.cgal.org/var/git/cgal into CGAL_headers_only-gdamiand_cjamin 2014-12-15 21:43:38 +01:00
Clement Jamin 93a007616a Header-only CGAL_Core 2014-12-15 21:34:29 +01:00
Guillaume Damiand 28cf600b2f Inline only analyze.cpp 2014-12-15 21:20:34 +01:00
Clement Jamin 3915c89c17 Oops, forgot to commit the *_impl.h files 2014-12-03 11:29:54 +01:00
Clement Jamin 6bf380f889 Updated cppfiles.txt 2014-12-02 20:42:25 +01:00
Clement Jamin e18e59a72a Header-only for package Kinetic_data_structures 2014-12-02 20:41:19 +01:00
Clement Jamin 99cac77c4a Add a missing #ifdef CGAL_USE_GEOMVIEW to protect the code 2014-12-02 15:40:26 +01:00
Guillaume Damiand 87968c0b6e Keep non const version for non header version (TRANSLATION, ROTATION, SCALING, REFLECTION, IDENTITY and primes) 2014-11-15 18:23:55 +01:00
Guillaume Damiand 6ebeb41dbf Add missing include 2014-11-15 16:51:19 +01:00
Guillaume Damiand f7cb6fc7e2 add a missing impl file 2014-11-14 17:28:42 +01:00
Guillaume Damiand ef550fd3bb Ok for first version. 2014-11-14 17:22:06 +01:00
Guillaume Damiand b92bcae1a9 Header only for Residue_type.cpp 2014-11-14 14:53:54 +01:00
Guillaume Damiand d3452cff45 Version header only for primes.cpp 2014-11-14 14:33:31 +01:00
Guillaume Damiand ebc4300334 Header only for random.cpp.
For the header only version, the global variable default_random no more exist => we need to replace all occurences of default_random by a call to the global function get_default_random().
As usual, no modification for the non header only version.
2014-11-14 14:20:26 +01:00
Guillaume Damiand 707aae22b0 Timers for inline header only. 2014-11-14 12:29:25 +01:00
Guillaume Damiand f6faf3fee2 Add missing impl file; protect static variable to use it only in the case CGAL_HEADER_ONLY, in FPU_set_cw, replace one more IO::mode. 2014-11-14 12:11:33 +01:00
Guillaume Damiand a4c39c813f Inline for test_FPU_rounding_mode.cpp.
There is const static variable, transformed into a static variable of a global function. This is not a problem since this is only used in debug mode to test the rounding mode at the end of the program. Testing it several times is ok.
2014-11-14 10:45:42 +01:00
Guillaume Damiand e2ce91fa42 One more file (Geomview_stream.cpp) 2014-11-04 18:42:29 +01:00
Guillaume Damiand 60ee1c7389 cpp file 2014-11-04 12:38:58 +01:00
Guillaume Damiand 2f52912a79 One more file (NefPolynomial.cpp). 2014-11-02 17:53:02 +01:00
Guillaume Damiand a7d968f88e Add missing impl files. 2014-10-31 19:31:37 +01:00
Guillaume Damiand 941824738e Header files for GraphicsView 2014-10-31 19:20:18 +01:00
Guillaume Damiand 74c9ac90c7 add cppfile 2014-10-31 18:48:26 +01:00
Guillaume Damiand e8fe29c79c Ok for the compilation version header only (only for the treated files). 2014-10-31 17:09:48 +01:00
Guillaume Damiand 15b1cfdcb7 Color_impl and io_impl ok 2014-10-30 19:37:47 +01:00
Guillaume Damiand bc30ff8d98 Add assertions_impl 2014-10-30 18:51:45 +01:00
Guillaume Damiand 5895d2b9e0 Add io_impl 2014-10-30 18:51:03 +01:00
Guillaume Damiand 1182319f5d Redo all the modifs to remove all the cpp files from cgal.
First step where all the XXX.cpp are copied into XXX_impl.h files.
The macro CGAL_HEADER_ONLY allows to know if impl files need to be
included or not into header files; and allow to decide if functions are
in impl files are inline or not.

Next step: process with static variables for the header only version.
2014-10-30 16:05:22 +01:00
Andreas Fabri 15bfc64808 We must run kruskal on the filtered graph to ignore the infinite vertex
Approved by the release manager
2014-10-24 11:30:16 +02:00
Andreas Fabri 9388e7edaf fix a typo 2014-10-22 11:51:32 +02:00
Laurent Rineau 908d608072 Merge branch 'releases/CGAL-4.5-branch'
Conflicts:
	Installation/changes.html
2014-10-20 14:46:36 +02:00
Sébastien Loriot 452166d3dd update package description 2014-10-20 08:27:32 +02:00
Laurent Rineau 70b5a14c9a Fix the picking
There was two problems:
  - the handling of glPushName()/glPopName was not consistent,
  - the splatting MUST be deactivated during a picking.
2014-10-16 15:48:06 +02:00
Sébastien Loriot 2eef1cc07d remove html tag and add missing backticks
trivial doc bugfix for master
2014-10-15 11:03:23 +02:00
Laurent Rineau 7858ef0009 updated crontab (automated commit) 2014-10-14 12:18:02 +02:00
Laurent Rineau 00a35cf3f5 Reformat to avoid wrapping 2014-10-10 16:41:17 +02:00
Laurent Rineau 54b9e83649 Announcement for 4.5 2014-10-10 16:36:07 +02:00
Laurent Rineau 318e680766 updated crontab (automated commit) 2014-10-09 17:18:04 +02:00
Laurent Rineau 86ae58ef9f Merge branch 'Mesh_3-fix_surface_holes_4.5-jtournoi' into releases/CGAL-4.5-branch 2014-10-09 16:33:34 +02:00
Sébastien Loriot 58ca6c24ea Merge branch 'Projection_traits-fix_angle_2-sloriot' into releases/CGAL-4.5-branch 2014-10-09 16:28:44 +02:00
Sébastien Loriot 6c4cd29fb1 bug fix in projection traits, Angle_3 != Angle_2 when z is taken into account 2014-10-09 10:27:39 +02:00
Laurent Rineau 05014aa1b5 updated crontab (automated commit) 2014-10-08 16:18:02 +02:00
Clement Jamin 201ab5f9be We need to copy facet's surface center too
(cherry picked from commit 32f7f5fd610481512ee626df4fd08249a31a8938)
2014-10-08 10:51:55 +02:00
Laurent Rineau 8d61c8db07 Add comments (following the manual chapters) 2014-10-06 16:52:22 +02:00
Laurent Rineau f5d89b443e Update CHANGES 2014-10-06 16:46:28 +02:00
Laurent Rineau 6b710fd304 updated crontab (automated commit) 2014-10-06 15:18:04 +02:00
Sébastien Loriot f2eb5bd75d Merge branch 'Fix_mesh_3_missing_example_in_doc-APelle' into releases/CGAL-4.5-branch
Tested in CGAL-4.5-Ic-147

  Approved by the release manager
2014-10-06 14:07:26 +02:00