From 9e10afbf2a789705755aa4dca52e9a8a4656ddd4 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 6 Jan 2016 11:03:05 +0100 Subject: [PATCH] resurrect LEDA_basic.h --- LEDA/dont_submit | 3 ++ LEDA/include/CGAL/LEDA_basic.h | 52 ++++++++++++++++++++++++++ LEDA/package_info/LEDA/copyright | 5 +++ LEDA/package_info/LEDA/description.txt | 3 ++ LEDA/package_info/LEDA/license.txt | 1 + LEDA/package_info/LEDA/maintainer | 1 + 6 files changed, 65 insertions(+) create mode 100644 LEDA/dont_submit create mode 100644 LEDA/include/CGAL/LEDA_basic.h create mode 100644 LEDA/package_info/LEDA/copyright create mode 100644 LEDA/package_info/LEDA/description.txt create mode 100644 LEDA/package_info/LEDA/license.txt create mode 100644 LEDA/package_info/LEDA/maintainer diff --git a/LEDA/dont_submit b/LEDA/dont_submit new file mode 100644 index 00000000000..8614b6090c3 --- /dev/null +++ b/LEDA/dont_submit @@ -0,0 +1,3 @@ +include/CGAL/leda_in_CGAL_2.h +include/CGAL/rat_leda_in_CGAL_2.h +test diff --git a/LEDA/include/CGAL/LEDA_basic.h b/LEDA/include/CGAL/LEDA_basic.h new file mode 100644 index 00000000000..5eec9bd390b --- /dev/null +++ b/LEDA/include/CGAL/LEDA_basic.h @@ -0,0 +1,52 @@ +// Copyright (c) 1999 +// Utrecht University (The Netherlands), +// ETH Zurich (Switzerland), +// INRIA Sophia-Antipolis (France), +// Max-Planck-Institute Saarbruecken (Germany), +// and Tel-Aviv University (Israel). All rights reserved. +// +// This file is part of CGAL (www.cgal.org); you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 3 of the License, +// or (at your option) any later version. +// +// Licensees holding a valid commercial license may use this file in +// accordance with the commercial license agreement provided with the software. +// +// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +// +// $URL$ +// $Id$ +// +// +// Author(s) : Matthias Baesken + + + +#ifndef CGAL_LEDA_BASIC_H +#define CGAL_LEDA_BASIC_H + +#include + +#ifdef CGAL_USE_LEDA +// The following is needed for LEDA 4.4 due to min/max problems... +# define LEDA_NO_MIN_MAX_TEMPL + +#if CGAL_LEDA_VERSION < 500 +#include +#else +#include +#endif + +#ifdef LEDA_NAMESPACE +# define CGAL_LEDA_SCOPE leda +#else +# define CGAL_LEDA_SCOPE +#endif + + +#endif + + +#endif diff --git a/LEDA/package_info/LEDA/copyright b/LEDA/package_info/LEDA/copyright new file mode 100644 index 00000000000..a35c66ade4c --- /dev/null +++ b/LEDA/package_info/LEDA/copyright @@ -0,0 +1,5 @@ +Utrecht University (The Netherlands), +ETH Zurich (Switzerland), +INRIA Sophia-Antipolis (France), +Max-Planck-Institute Saarbruecken (Germany), +Tel-Aviv University (Israel). diff --git a/LEDA/package_info/LEDA/description.txt b/LEDA/package_info/LEDA/description.txt new file mode 100644 index 00000000000..b7866758859 --- /dev/null +++ b/LEDA/package_info/LEDA/description.txt @@ -0,0 +1,3 @@ +Support for LEDA allocator, namespace and +some LEDA kernel functionality + diff --git a/LEDA/package_info/LEDA/license.txt b/LEDA/package_info/LEDA/license.txt new file mode 100644 index 00000000000..5c1c5d8436f --- /dev/null +++ b/LEDA/package_info/LEDA/license.txt @@ -0,0 +1 @@ +LGPL (v3 or later) diff --git a/LEDA/package_info/LEDA/maintainer b/LEDA/package_info/LEDA/maintainer new file mode 100644 index 00000000000..7e028c78627 --- /dev/null +++ b/LEDA/package_info/LEDA/maintainer @@ -0,0 +1 @@ +cgal-develop