-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
212 lines (136 loc) · 8.03 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
Fri Mar 24 11:47:26 NZST 2006 Stephane Popinet <[email protected]>
* Changed 'gtstransform' to 'transform' in Debian package
Fri Mar 10 12:48:43 NZDT 2006 Stephane Popinet <[email protected]>
* Marcello's debian patch for ARM and Alpha was breaking floating-point control!
Fri Mar 10 10:41:16 NZDT 2006 Stephane Popinet <[email protected]>
* Debian snapshot packages were not correctly versioned
Sun Mar 5 21:11:09 NZDT 2006 Stephane Popinet <[email protected]>
* Removed 'arch' junk
Fri Feb 3 23:50:14 NZDT 2006 Stephane Popinet <[email protected]>
* Updated macros for automake 1.8
Thu Jan 26 06:48:18 NZDT 2006 Stephane Popinet <[email protected]>
* predicates_init.h has nothing to do in darcs
Thu Jan 26 06:45:30 NZDT 2006 Stephane Popinet <[email protected]>
* LC_ALL is set to POSIX in all executables
This fixes problems when running the tools/examples on non-English systems.
Mon Dec 5 10:34:17 NZDT 2005 Stephane Popinet <[email protected]>
* Changelog is manual for debian package
Fri Dec 2 09:58:57 NZDT 2005 Stephane Popinet <[email protected]>
* Debian packages use correct versioning
Thu Dec 1 18:11:53 NZDT 2005 Stephane Popinet <[email protected]>
* Updated macro docs for new version of gtk-doc
Thu Dec 1 17:12:38 NZDT 2005 Stephane Popinet <[email protected]>
* Floating-point control for Alpha and ARM (from M. Magallon debian port)
Thu Dec 1 17:07:48 NZDT 2005 Stephane Popinet <[email protected]>
* Debian snapshot creation (based on Marcelo Magalon official debian packages)
Tue Nov 29 15:44:36 NZDT 2005 Stephane Popinet <[email protected]>
* Fixed doc for gts_triangle_quality()
Tue Nov 29 13:17:28 NZDT 2005 Stephane Popinet <[email protected]>
* Removed USE_ROBUST_PREDICATES option (predicates are always robust now)
Mon Oct 17 11:21:35 NZDT 2005 Stephane Popinet <[email protected]>
tagged 0.7.4
Mon Oct 17 11:19:49 NZDT 2005 Stephane Popinet <[email protected]>
* Doc updates for release 0.7.4
Fri Aug 26 11:07:41 NZST 2005 Stephane Popinet <[email protected]>
* Fixes for compilation warnings (thanks to Omar Cornut)
Mon Aug 15 16:01:28 NZST 2005 Stephane Popinet <[email protected]>
* Cleanup
Sun Aug 14 22:07:41 NZST 2005 Stephane Popinet <[email protected]>
* New function gts_bbox_overlaps_segment()
Using the same fast routine as gts_bbox_overlaps_triangle() but with a
degenerate triangle as input.
Wed Jul 20 16:26:02 NZST 2005 Stephane Popinet <[email protected]>
* Removed attribute byte count check for stl2gts
Wed Jul 13 11:27:25 NZST 2005 Stephane Popinet <[email protected]>
* Added ChangeLog target
Tue Jul 12 16:02:33 NZST 2005 Stephane Popinet <[email protected]>
* Version set to 0.7.4 prior to release
Fri Jul 1 10:53:59 NZST 2005 Stephane Popinet <[email protected]>
* GtsFile now reports errors starting at column number 1
Fri Jul 1 10:53:09 NZST 2005 Stephane Popinet <[email protected]>
* Fix for comments not being fully ignored by GtsFile
Thu Jun 30 17:44:52 NZST 2005 Stephane Popinet <[email protected]>
* Fix for customised handling of parsing of GtsFile
Thu Jun 30 17:44:00 NZST 2005 Stephane Popinet <[email protected]>
* gts_file_new_from_string() makes a copy of the string
Wed Jun 29 13:27:34 NZST 2005 Stephane Popinet <[email protected]>
* Small change to interface of gts_file_new_from_string()
Sun Jun 12 21:00:09 NZST 2005 Stephane Popinet <[email protected]>
* new gts_file_new_from_string() function
Fri Jun 10 12:26:49 NZST 2005 Stephane Popinet <[email protected]>
* added const qualifier to gts_object_class_from_name()
Tue Jun 7 15:52:53 NZST 2005 Stephane Popinet <[email protected]>
* Fixed bug in gts_delaunay_remove_vertex
Tue Jun 7 15:41:56 NZST 2005 Stephane Popinet <[email protected]>
* Fix for degenerate case in isotetra_bcl()
It handles the degenerate case where an interpolated point
falls directly on a mesh vertex (the previous code would generate
edges with length zero).
Tue Jun 7 15:41:30 NZST 2005 Stephane Popinet <[email protected]>
* Added Magnus to thanks
Tue Jun 7 15:40:46 NZST 2005 Stephane Popinet <[email protected]>
* Fixed gts.def
Tue Jun 7 15:28:20 NZST 2005 Stephane Popinet <[email protected]>
* Support binary STL files in stl2gts on win32
Thu May 26 15:19:54 NZST 2005 Stephane Popinet <[email protected]>
* Added autogen.sh
Wed Mar 9 15:26:55 NZDT 2005 Stephane Popinet <[email protected]>
* delaunay is installed
Wed Jan 19 18:41:50 NZDT 2005 Stephane Popinet <[email protected]>
* Updates for switch to darcs
Mon Nov 15 12:44:04 NZDT 2004 Stephane Popinet <[email protected]>
* Bug fixes for gts_delaunay_add_constraint ([email protected]/gts--mainline--0.7--patch-12)
[email protected]/gts--mainline--0.7--patch-12
Keywords:
This function was returning destroyed conflicting constraints.
Improper handling of special cases in remove_intersected_edge was
causing failure in some cases.
Tue Nov 9 18:20:14 NZDT 2004 Stephane Popinet <[email protected]>
* closest face for glib >= 2.4 did not use planar distance ([email protected]/gts--mainline--0.7--patch-11)
[email protected]/gts--mainline--0.7--patch-11
Keywords:
This was fixed for the glib 1.2 version a while ago.
Thu Nov 4 15:12:42 NZDT 2004 Stephane Popinet <[email protected]>
* New function gts_triangle_interpolate_height() ([email protected]/gts--mainline--0.7--patch-10)
[email protected]/gts--mainline--0.7--patch-10
Keywords:
Thu Oct 28 18:46:25 NZDT 2004 Stephane Popinet <[email protected]>
* Added fast triangle-box intersection test ([email protected]/gts--mainline--0.7--patch-9)
[email protected]/gts--mainline--0.7--patch-9
Keywords:
Written by Tomas Akenine-Moller.
Tue Oct 26 17:21:27 NZDT 2004 Stephane Popinet <[email protected]>
* New "closed" option for happrox ([email protected]/gts--mainline--0.7--patch-8)
[email protected]/gts--mainline--0.7--patch-8
Keywords:
Tue Oct 26 17:20:51 NZDT 2004 Stephane Popinet <[email protected]>
* happrox is installed ([email protected]/gts--mainline--0.7--patch-7)
[email protected]/gts--mainline--0.7--patch-7
Keywords:
Tue Oct 26 17:20:06 NZDT 2004 Stephane Popinet <[email protected]>
* New function gts_face_is_compatible ([email protected]/gts--mainline--0.7--patch-6)
[email protected]/gts--mainline--0.7--patch-6
Keywords:
Mon Oct 18 13:43:55 NZDT 2004 Stephane Popinet <[email protected]>
* Updates before release 0.7.3 ([email protected]/gts--mainline--0.7--patch-5)
[email protected]/gts--mainline--0.7--patch-5
Keywords:
Mon Oct 18 13:20:36 NZDT 2004 Stephane Popinet <[email protected]>
* Added vertex indices in doc/isocube.fig ([email protected]/gts--mainline--0.7--patch-4)
[email protected]/gts--mainline--0.7--patch-4
Keywords:
Thu Oct 14 11:06:27 NZDT 2004 Stephane Popinet <[email protected]>
* Simpler and more efficient gts_file_read function ([email protected]/gts--mainline--0.7--patch-3)
[email protected]/gts--mainline--0.7--patch-3
Keywords:
Mon Oct 11 13:00:09 NZDT 2004 Stephane Popinet <[email protected]>
* Glib-2.0 and mingwin support ([email protected]/gts--mainline--0.7--patch-2)
[email protected]/gts--mainline--0.7--patch-2
Keywords:
Based on patches by Tim Fenn and others.
Mon Oct 11 11:32:18 NZDT 2004 Stephane Popinet <[email protected]>
* Interoperability with CVS ([email protected]/gts--mainline--0.7--patch-1)
[email protected]/gts--mainline--0.7--patch-1
Keywords:
Wed Jan 19 17:47:16 NZDT 2005 Stephane Popinet <[email protected]>
* Initial commit ([email protected]/gts--mainline--0.7)