Commit Graph

124 Commits

Author SHA1 Message Date
Laurent Rineau a37c74d534 Add license files, per package 2012-01-16 15:54:22 +00:00
Laurent Rineau 5b5dd33848 merge changes from next 2012-01-09 12:33:39 +00:00
Laurent Rineau 93486787c3 The inside of ccPkgDescription must not contain black lines between macros
Otherwise that inserts a buggy "<p>" tag in the package overview where the
doctype does not allow it.
2011-11-15 19:16:23 +00:00
Olivier Devillers 43a831ae5e merge next 2011-11-08 15:19:20 +00:00
Olivier Devillers 036659b204 bibtex labels 2011-11-07 15:06:06 +00:00
Olivier Devillers a68abfd2ca remove deprecated code 2011-11-07 09:48:44 +00:00
Laurent Rineau 6ed56d75b5 merge from next 2011-10-25 15:48:02 +00:00
Olivier Devillers 1966561c46 remove warning 2011-10-24 07:57:36 +00:00
Olivier Devillers eff111f06e remove warning 2011-10-21 12:15:44 +00:00
Olivier Devillers 778714a341 remove random_points_in_iso_box_d 2011-10-20 13:56:44 +00:00
Sébastien Loriot 91a5327fa8 change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Sébastien Loriot 554f62d411 remove executable property from copyright files 2011-10-03 08:18:16 +00:00
Andreas Fabri d10a333947 Add a file with the copyright holder(s) to the package_info 2011-09-29 20:45:16 +00:00
Laurent Rineau 3768790551 Add demo links in package overview for Mesh_3 and Generator 2011-09-29 13:40:22 +00:00
Laurent Rineau fdb7ea6c6b prepare ccPkgHowToCiteCgal for CGAL-3.10 (in 2012) 2011-09-28 16:15:05 +00:00
Sébastien Loriot dff6dda8b3 Remove from copyright holder
Freie Universitaet Berlin (Germany), Martin-Luther-University Halle-Wittenberg
(Germany) and RISC Linz (Austria) as they transfer the copyright to other
sites.
2011-09-21 19:46:31 +00:00
Philipp Möller f9b288db90 Merged branch ^/branches/features/gsoc2011-copy_n-pmoeller.
Small feature page: https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Replace_copy_n
2011-08-26 14:34:10 +00:00
Laurent Rineau 369498d1e5 Cancel revision 64607. There had been a problem with the branch.
| ------------------------------------------------------------------------
  | r64607 | efif | 2011-07-05 17:27:04 +0200 (Tue, 05 Jul 2011) | 1 line
  | 
  | Merged feature-branch Aos_2-new_functors-tau into next
  | ------------------------------------------------------------------------
2011-07-06 11:11:58 +00:00
Sébastien Loriot 0f009c297f resize picture and enhance layout of hmtl figure 2011-05-05 08:49:12 +00:00
Laurent Rineau 3c02e07b23 Try to fix my last revision about cmake_policy, with CMake-2.6.x
CMake gives an error if one tries to use cmake_policy(VERSION x.y.z) if
x.y.z is greater than the current CMake version.
2011-04-28 17:45:22 +00:00
Laurent Rineau c97205f085 Global handling of CMake policies (second part)
We declare 
  cmake_minimum_required(VERSION 2.6.2)
but we also use
  cmake_policy(VERSION 2.8.4)
to declare that our CMake scripts are OK with all the defaults of CMake policies
as of CMake-2.8.4. That shuts down the warnings of CMake-2.8.4.

That way, we no longer need any declaration of specific policies.

Those two lines must be present and maintained in all our CMakeLists.txt
files (the one for the libraries, and also the one for examples and demos,
and maybe tests).
2011-04-28 10:55:56 +00:00
Laurent Rineau 0631943153 Uniform capitalization in our CMake script: use lowercase for commands 2011-04-28 10:36:18 +00:00
Laurent Rineau 6f05e72cef Global maintenance of CMakeLists.txt: CMake minimal version is -2.6.2
The documentation of CGAL says that the minimal version of CMake must be
CMake-2.6.2.
  - change cmake_minimum_required to VERSION 2.6.2
  - no longer any need for the policy CMP0003 (was for 2.4.x)
  - no longer any need for CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS (was for 2.4)
2011-04-27 18:06:32 +00:00
Sébastien Loriot 0ebdccfa4e update URL and Id tag 2011-03-02 14:59:51 +00:00
Laurent Rineau da95064578 Update the \ccPkgHowToCiteCgal tag for CGAL-3.8 (2011). 2011-02-24 15:21:10 +00:00
Sébastien Loriot 526e9e3d9b remove warning 2011-02-23 09:17:57 +00:00
Laurent Rineau a1ba6548db Theses programs need Boost.program_options 2010-12-07 11:13:56 +00:00
Laurent Rineau f508c60d2d Merge the feature Generator_d in trunk.
"Add d-dim generators."

Author is Olivier Devillers.

See https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Generator_d

See detailled log in 
  /branches/experimental-packages/Generator_d@59316
and later in:
  /branches/candidate-packages/Generator@60065
2010-12-02 14:12:20 +00:00
Laurent Rineau f3aabfdad2 The \ccRefName LaTeX command eats the next space. 2010-12-02 10:46:10 +00:00
Andreas Fabri 1c03615a5d Add a bug report file for random_polygon_2, so that we can fix it later 2010-12-02 09:45:03 +00:00
Laurent Rineau a0c738db78 Fix executability 2010-11-22 12:49:56 +00:00
Andreas Fabri cc155db930 Add generators for benchmark data sets 2010-11-22 12:45:29 +00:00
Andreas Fabri 97f2ff7ef8 Add a static_cast to avoid float vs double warnings by VC++ 2010-09-27 08:56:25 +00:00
Andreas Fabri b34d714f9b int -> size_t 2010-09-23 19:49:27 +00:00
Andreas Fabri 06ecd18ec7 cleanup of (std::max) workaround 2010-09-10 09:47:56 +00:00
Andreas Fabri 67ad0c654a get_int -> uniform_int for 64bits ; static_cast to avoid warning 2010-09-10 09:40:47 +00:00
Andreas Fabri 9ac42a9ce6 int -> ptrdiff_t 2010-09-08 09:16:31 +00:00
Andreas Fabri 810b9f0fbe Use default or Simple_cartesian kernel 2010-08-16 11:06:54 +00:00
Laurent Rineau 07e42e63cf Move the old Qt3 demo/Generator to demo/Generator/qt3. A new Qt4 demo has been create by Andreas Fabri in the GraphicsView package. 2010-07-09 08:40:18 +00:00
Andreas Fabri 4d9f48a578 size_t -> ptrdiff_t 2010-06-25 14:12:43 +00:00
Andreas Fabri 163a557f18 int -> size_type/std::size_t 2010-06-22 08:46:38 +00:00
Andreas Fabri e17399e9cd gif/pdf -> png 2010-06-16 09:43:35 +00:00
Andreas Fabri 91136222a1 Qt3 -> Qt4, gif/pdf -> png 2010-06-16 09:42:51 +00:00
Andreas Fabri a6f81584c1 Qt3 -> Qt4 2010-06-16 09:40:29 +00:00
Andreas Fabri 48d1623523 Replace gif/pdf with png 2010-06-16 09:13:24 +00:00
Andreas Fabri 1c66f93169 Remove frame of window 2010-06-16 09:12:14 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Olivier Devillers 61d37a420b OK, previous version was correct, and indeed better.
Thus I restore it, AND I use it also for points IN sphere
2010-05-26 07:24:15 +00:00
Olivier Devillers 40fb2ad861 Previous version of Random_points_in_sphere_3 was not
generating a uniform distribution on the sphere
(it was uniform on z and uniform on alpha and compute r
such that point with cylindrical coordinates alpha r z is on the sphere)
2010-05-25 13:55:26 +00:00
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