Jerome Duval 5873a060ca imported PPL 0.11.1 and CLooG 0.18.0.
* these are dependencies for gcc 4 Graphite engine build.
* CLooG 0.18.0 includes ISL 0.11.1 which is the backend that the build script enables.
* PPL is needed by GCC build even if it isn't the chosen backend.
2013-04-06 15:10:34 +02:00
..
2013-04-06 15:10:34 +02:00
2013-04-06 15:10:34 +02:00
2013-04-06 15:10:34 +02:00
2013-04-06 15:10:34 +02:00
2013-04-06 15:10:34 +02:00
2013-04-06 15:10:34 +02:00
2013-04-06 15:10:34 +02:00
2013-04-06 15:10:34 +02:00
2013-04-06 15:10:34 +02:00
2013-04-06 15:10:34 +02:00
2013-04-06 15:10:34 +02:00
2013-04-06 15:10:34 +02:00

Copyright (C) 2001-2010 Roberto Bagnara <bagnara@cs.unipr.it>
Copyright (C) 2010-2011 BUGSENG srl (http://bugseng.com)
See below for the copying conditions.


Parma Watchdog Library (Release 0.8)
====================================

This is the release 0.8 of the Parma Watchdog Library, a C++ library for
software timeouts and other devices able to throttle the complexity of
expensive algorithms.

To be continued...

See http://www.cs.unipr.it/ppl/ for more information on the PWL.
See the file COPYING for licensing information.
See the file INSTALL for build and installation instructions.
See the file NEWS for recent project news.
See the file BUGS for known bugs and how to report new ones.
See the file CREDITS for a list of people and organizations that
contributed to the PWL.

Here is the contents of the PWL 0.8 source distribution
(5 directories, 102 files):

pwl-0.8
|-- BUGS
|-- COPYING
|-- CREDITS
|-- ChangeLog
|-- ChangeLog_2001-2008
|-- INSTALL
|-- Makefile.am
|-- Makefile.in
|-- NEWS
|-- README
|-- aclocal.m4
|-- compile
|-- config.guess
|-- config.h.in
|-- config.rpath
|-- config.sub
|-- configure
|-- configure.ac
|-- depcomp
|-- doc
|   |-- Makefile.am
|   |-- Makefile.in
|   |-- README.doc
|   |-- devref.doxyconf-html.in
|   |-- devref.doxyconf-latex.in
|   |-- devref.tex
|   |-- fdl.dox
|   |-- fdl.pdf
|   |-- fdl.ps.gz
|   |-- fdl.tex
|   |-- fdl.txt
|   |-- gpl.dox
|   |-- gpl.pdf
|   |-- gpl.ps.gz
|   |-- gpl.tex
|   |-- gpl.txt
|   |-- pwl-user-0.8-html.tar.gz
|   |-- pwl-user-0.8.pdf
|   |-- pwl-user-0.8.ps.gz
|   |-- pwl.sty
|   |-- user.doxyconf-html.in
|   |-- user.doxyconf-latex.in
|   `-- user.tex
|-- install-sh
|-- ltmain.sh
|-- m4
|   |-- Makefile.am
|   |-- Makefile.in
|   |-- lib-ld.m4
|   |-- lib-link.m4
|   |-- libtool.m4
|   |-- ltoptions.m4
|   |-- ltsugar.m4
|   |-- ltversion.m4
|   `-- lt~obsolete.m4
|-- missing
|-- mkinstalldirs
|-- pwl-config.h.in
|-- pwl-config.sed
|-- src
|   |-- Doubly_Linked_Object.defs.hh
|   |-- Doubly_Linked_Object.inlines.hh
|   |-- Doubly_Linked_Object.types.hh
|   |-- EList.defs.hh
|   |-- EList.inlines.hh
|   |-- EList.types.hh
|   |-- EList_Iterator.defs.hh
|   |-- EList_Iterator.inlines.hh
|   |-- EList_Iterator.types.hh
|   |-- Handler.defs.hh
|   |-- Handler.inlines.hh
|   |-- Handler.types.hh
|   |-- Makefile.am
|   |-- Makefile.in
|   |-- Pending_Element.defs.hh
|   |-- Pending_Element.inlines.hh
|   |-- Pending_Element.types.hh
|   |-- Pending_List.defs.hh
|   |-- Pending_List.inlines.hh
|   |-- Pending_List.templates.hh
|   |-- Pending_List.types.hh
|   |-- Threshold_Watcher.cc
|   |-- Threshold_Watcher.defs.hh
|   |-- Threshold_Watcher.inlines.hh
|   |-- Threshold_Watcher.templates.hh
|   |-- Threshold_Watcher.types.hh
|   |-- Time.cc
|   |-- Time.defs.hh
|   |-- Time.inlines.hh
|   |-- Time.types.hh
|   |-- Watchdog.cc
|   |-- Watchdog.defs.hh
|   |-- Watchdog.inlines.hh
|   |-- Watchdog.types.hh
|   |-- pwl.hh.dist
|   `-- pwl_header.hh
|-- tests
|   |-- Makefile.am
|   |-- Makefile.in
|   |-- pwl_test.cc
|   |-- pwl_test.hh
|   |-- valgrind_suppressions
|   `-- watchdog1.cc
`-- utils
    |-- Makefile.am
    |-- Makefile.in
    `-- build_header.in


--------

Copyright (C) 2001-2010 Roberto Bagnara <bagnara@cs.unipr.it>
Copyright (C) 2010-2011 BUGSENG srl (http://bugseng.com)

The Parma Watchdog Library is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.