~ubuntu-branches/ubuntu/trusty/cloog/trusty

« back to all changes in this revision

Viewing changes to osl/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-15 18:39:17 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111215183917-uqggmujou8wna9js
Tags: 0.17.0-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-03-08  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>
 
2
 
 
3
        * configure.in: Bump to ScopLib 0.2.0.
 
4
        * README: Update with build information.
 
5
 
 
6
2010-02-05  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>
 
7
 
 
8
        * include/scoplib/matrix.h,
 
9
        * source/matrix.c: Add function scoplib_matrix_equal.
 
10
 
 
11
2010-01-26  Louis-Noel Pouchet  <louis-noel.pouchet@inria.fr>
 
12
 
 
13
        * include/macros.h: Add SCOPVAL_multo macro.
 
14
 
 
15
2009-09-21  Louis-Noel Pouchet  <louis-noel.pouchet@inria.fr>
 
16
 
 
17
        * source/vector.c,
 
18
        * source/matrix.c,
 
19
        * source/scop.c,
 
20
        * source/statement.c,
 
21
        * source/Makefile.am,
 
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,
 
28
        * COPYING.LESSER,
 
29
        * configure.in,
 
30
        * Makefile.am,
 
31
        * README: Downgrade license from LGPL3+ to LGPL2.1+, to be
 
32
        compatible with CLooG's license.
 
33
 
 
34
2009-06-24  Louis-Noel Pouchet  <louis-noel.pouchet@inria.fr>
 
35
 
 
36
        * source/scop.c,
 
37
        * source/statement.c,
 
38
        * include/scoplib/statement.h: Add support for control and exit
 
39
        predicates as statement attributes. Needed for non-static control
 
40
        code support.
 
41
 
 
42
2009-05-02  Louis-Noel Pouchet  <louis-noel.pouchet@inria.fr>
 
43
 
 
44
        * source/matrix.c,
 
45
        * include/scoplib/macros.h,
 
46
        * include/scoplib/matrix.h,
 
47
        * configure.in: Fix a few minor problems.
 
48
 
 
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.
 
53
 
 
54
        clan_*_p types have been renamed scoplib_*_p, similarely for
 
55
        function calls.
 
56
 
 
57
        * AUTHORS,
 
58
        * autoconf,
 
59
        * autogen.sh,
 
60
        * configure.in,
 
61
        * COPYING.LESSER,
 
62
        * doc,
 
63
        * doc/ascii-art.txt,
 
64
        * doc/clan.texi,
 
65
        * doc/Doxyfile.in,
 
66
        * doc/images,
 
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,
 
87
        * doc/Makefile.am,
 
88
        * doc/S4.cloog,
 
89
        * include,
 
90
        * include/Makefile.am,
 
91
        * include/scoplib,
 
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,
 
97
        * Makefile.am,
 
98
        * NEWS,
 
99
        * README,
 
100
        * source,
 
101
        * source/Makefile.am,
 
102
        * source/matrix.c,
 
103
        * source/scop.c,
 
104
        * source/statement.c,
 
105
        * source/vector.c,
 
106
        * THANKS: Initial checkin of the project.
 
107