-
Notifications
You must be signed in to change notification settings - Fork 6
/
ChangeLog
109 lines (63 loc) · 4.13 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
------------------------------------------------------------------------
r19 | [email protected] | 2011-12-17 20:19:57 -0500 (Sat, 17 Dec 2011) | 2 lines
Wrote the README file.
------------------------------------------------------------------------
r18 | [email protected] | 2011-12-17 19:48:54 -0500 (Sat, 17 Dec 2011) | 4 lines
* Added LGPL notice to all files.
* Changed "This program" to FortranCL in the LGPL notice.
------------------------------------------------------------------------
r17 | [email protected] | 2011-12-17 19:31:19 -0500 (Sat, 17 Dec 2011) | 2 lines
sum.cl was not being included in the distribution.
------------------------------------------------------------------------
r16 | [email protected] | 2011-12-17 19:24:27 -0500 (Sat, 17 Dec 2011) | 2 lines
Set version to 0.1alpha1.
------------------------------------------------------------------------
r15 | [email protected] | 2011-12-17 19:23:05 -0500 (Sat, 17 Dec 2011) | 3 lines
Added an example file.
------------------------------------------------------------------------
r14 | [email protected] | 2011-12-17 18:49:37 -0500 (Sat, 17 Dec 2011) | 3 lines
Renamed the status argument to errcode_ret.
------------------------------------------------------------------------
r13 | [email protected] | 2011-12-17 18:24:41 -0500 (Sat, 17 Dec 2011) | 3 lines
Improved the interface for clEnqueueNDRangeKernel.
------------------------------------------------------------------------
r12 | [email protected] | 2011-12-17 17:43:50 -0500 (Sat, 17 Dec 2011) | 4 lines
* The num_devices argument to clCreateContext is not necessary.
* Added a scalar version of clCreateContext.
------------------------------------------------------------------------
r11 | [email protected] | 2011-12-17 16:45:06 -0500 (Sat, 17 Dec 2011) | 7 lines
* The interface for clGetDeviceIDs and clGetPlatformIDs no longer
receives the number of entries as argument, they can be obtained from
the array properties.
* Added a scalar interface for clGetDeviceIDs and clGetPlatformIDs.
------------------------------------------------------------------------
r10 | [email protected] | 2011-12-17 11:20:31 -0500 (Sat, 17 Dec 2011) | 2 lines
Fixed wrong intent.
------------------------------------------------------------------------
r9 | [email protected] | 2011-12-16 23:29:40 -0500 (Fri, 16 Dec 2011) | 2 lines
Removed more unused macros.
------------------------------------------------------------------------
r8 | [email protected] | 2011-12-16 23:20:51 -0500 (Fri, 16 Dec 2011) | 2 lines
Now `make install` works.
------------------------------------------------------------------------
r7 | [email protected] | 2011-12-16 23:00:47 -0500 (Fri, 16 Dec 2011) | 2 lines
Fixed copyright.
------------------------------------------------------------------------
r6 | [email protected] | 2011-12-16 22:58:38 -0500 (Fri, 16 Dec 2011) | 2 lines
Removed unnecessary macros.
------------------------------------------------------------------------
r5 | [email protected] | 2011-12-16 22:48:39 -0500 (Fri, 16 Dec 2011) | 2 lines
Some files to make autotools happy.
------------------------------------------------------------------------
r4 | [email protected] | 2011-12-16 22:47:25 -0500 (Fri, 16 Dec 2011) | 3 lines
Basic build system.
------------------------------------------------------------------------
r3 | [email protected] | 2011-11-21 11:23:06 -0500 (Mon, 21 Nov 2011) | 2 lines
Fixed a constant definition.
------------------------------------------------------------------------
r2 | [email protected] | 2011-11-06 20:38:26 -0500 (Sun, 06 Nov 2011) | 3 lines
Initial copy of the FortranCL files.
------------------------------------------------------------------------
r1 | (no author) | 2011-11-06 19:23:31 -0500 (Sun, 06 Nov 2011) | 1 line
Initial directory structure.
------------------------------------------------------------------------