1 2010-03-08 Louis-Noel Pouchet <pouchet@cse.ohio-state.edu>
3 * configure.in: Bump to ScopLib 0.2.0.
4 * README: Update with build information.
6 2010-02-05 Louis-Noel Pouchet <pouchet@cse.ohio-state.edu>
8 * include/scoplib/matrix.h,
9 * source/matrix.c: Add function scoplib_matrix_equal.
11 2010-01-26 Louis-Noel Pouchet <louis-noel.pouchet@inria.fr>
13 * include/macros.h: Add SCOPVAL_multo macro.
15 2009-09-21 Louis-Noel Pouchet <louis-noel.pouchet@inria.fr>
22 * include/Makefile.am,
23 * include/scoplib/scop.h.in,
24 * include/scoplib/vector.h,
25 * include/scoplib/macros.h,
26 * include/scoplib/matrix.h,
27 * include/scoplib/statement.h,
31 * README: Downgrade license from LGPL3+ to LGPL2.1+, to be
32 compatible with CLooG's license.
34 2009-06-24 Louis-Noel Pouchet <louis-noel.pouchet@inria.fr>
38 * include/scoplib/statement.h: Add support for control and exit
39 predicates as statement attributes. Needed for non-static control
42 2009-05-02 Louis-Noel Pouchet <louis-noel.pouchet@inria.fr>
45 * include/scoplib/macros.h,
46 * include/scoplib/matrix.h,
47 * configure.in: Fix a few minor problems.
49 2009-05-02 Louis-Noel Pouchet <louis-noel.pouchet@inria.fr>
50 This is the initial checkin of ScopLib, a fork of Clan which
51 contains only the functions related to the .scop format, and the
52 main scop/statement/matrix/vector functions.
54 clan_*_p types have been renamed scoplib_*_p, similarely for
67 * doc/images/basic.eps,
68 * doc/images/basic.fig,
69 * doc/images/basic.jpg,
70 * doc/images/basic.pdf,
71 * doc/images/basic.txt,
72 * doc/images/basic1.eps,
73 * doc/images/basic1.fig,
74 * doc/images/basic1.jpg,
75 * doc/images/basic1.pdf,
76 * doc/images/basic1.txt,
77 * doc/images/basic2.eps,
78 * doc/images/basic2.fig,
79 * doc/images/basic2.jpg,
80 * doc/images/basic2.pdf,
81 * doc/images/basic2.txt,
82 * doc/images/tree.eps,
83 * doc/images/tree.fig,
84 * doc/images/tree.jpg,
85 * doc/images/tree.pdf,
86 * doc/images/tree.txt,
90 * include/Makefile.am,
92 * include/scoplib/macros.h,
93 * include/scoplib/matrix.h,
94 * include/scoplib/scop.h.in,
95 * include/scoplib/statement.h,
96 * include/scoplib/vector.h,
101 * source/Makefile.am,
104 * source/statement.c,
106 * THANKS: Initial checkin of the project.