File: ChangeLog

package info (click to toggle)
gts 0.7.6-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,096 kB
  • ctags: 2,148
  • sloc: ansic: 28,624; sh: 9,035; makefile: 243
file content (212 lines) | stat: -rw-r--r-- 8,225 bytes parent folder | download
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 <s.popinet@niwa.co.nz>
  * Changed 'gtstransform' to 'transform' in Debian package

Fri Mar 10 12:48:43 NZDT 2006  Stephane Popinet <s.popinet@niwa.co.nz>
  * Marcello's debian patch for ARM and Alpha was breaking floating-point control!

Fri Mar 10 10:41:16 NZDT 2006  Stephane Popinet <s.popinet@niwa.co.nz>
  * Debian snapshot packages were not correctly versioned

Sun Mar  5 21:11:09 NZDT 2006  Stephane Popinet <popinet@users.sf.net>
  * Removed 'arch' junk

Fri Feb  3 23:50:14 NZDT 2006  Stephane Popinet <popinet@users.sf.net>
  * Updated macros for automake 1.8

Thu Jan 26 06:48:18 NZDT 2006  Stephane Popinet <popinet@users.sf.net>
  * predicates_init.h has nothing to do in darcs

Thu Jan 26 06:45:30 NZDT 2006  Stephane Popinet <popinet@users.sf.net>
  * 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 <s.popinet@niwa.co.nz>
  * Changelog is manual for debian package

Fri Dec  2 09:58:57 NZDT 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Debian packages use correct versioning

Thu Dec  1 18:11:53 NZDT 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Updated macro docs for new version of gtk-doc

Thu Dec  1 17:12:38 NZDT 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Floating-point control for Alpha and ARM (from M. Magallon debian port)

Thu Dec  1 17:07:48 NZDT 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Debian snapshot creation (based on Marcelo Magalon official debian packages)

Tue Nov 29 15:44:36 NZDT 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Fixed doc for gts_triangle_quality()

Tue Nov 29 13:17:28 NZDT 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Removed USE_ROBUST_PREDICATES option (predicates are always robust now)

Mon Oct 17 11:21:35 NZDT 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  tagged 0.7.4

Mon Oct 17 11:19:49 NZDT 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Doc updates for release 0.7.4

Fri Aug 26 11:07:41 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Fixes for compilation warnings (thanks to Omar Cornut)

Mon Aug 15 16:01:28 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Cleanup

Sun Aug 14 22:07:41 NZST 2005  Stephane Popinet <popinet@users.sf.net>
  * 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 <s.popinet@niwa.co.nz>
  * Removed attribute byte count check for stl2gts

Wed Jul 13 11:27:25 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Added ChangeLog target

Tue Jul 12 16:02:33 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Version set to 0.7.4 prior to release

Fri Jul  1 10:53:59 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * GtsFile now reports errors starting at column number 1

Fri Jul  1 10:53:09 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Fix for comments not being fully ignored by GtsFile

Thu Jun 30 17:44:52 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Fix for customised handling of parsing of GtsFile

Thu Jun 30 17:44:00 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * gts_file_new_from_string() makes a copy of the string

Wed Jun 29 13:27:34 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Small change to interface of gts_file_new_from_string()

Sun Jun 12 21:00:09 NZST 2005  Stephane Popinet <popinet@users.sf.net>
  * new gts_file_new_from_string() function

Fri Jun 10 12:26:49 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * added const qualifier to gts_object_class_from_name()

Tue Jun  7 15:52:53 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Fixed bug in gts_delaunay_remove_vertex

Tue Jun  7 15:41:56 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * 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 <s.popinet@niwa.co.nz>
  * Added Magnus to thanks

Tue Jun  7 15:40:46 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Fixed gts.def

Tue Jun  7 15:28:20 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Support binary STL files in stl2gts on win32

Thu May 26 15:19:54 NZST 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Added autogen.sh

Wed Mar  9 15:26:55 NZDT 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * delaunay is installed

Wed Jan 19 18:41:50 NZDT 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Updates for switch to darcs

Mon Nov 15 12:44:04 NZDT 2004  Stephane Popinet <popinet@users.sourceforge.net>
  * Bug fixes for gts_delaunay_add_constraint (s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-12)
  s.popinet@niwa.co.nz--2004/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 <popinet@users.sourceforge.net>
  * closest face for glib >= 2.4 did not use planar distance (s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-11)
  s.popinet@niwa.co.nz--2004/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 <popinet@users.sourceforge.net>
  * New function gts_triangle_interpolate_height() (s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-10)
  s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-10
  Keywords: 
  
  

Thu Oct 28 18:46:25 NZDT 2004  Stephane Popinet <popinet@users.sourceforge.net>
  * Added fast triangle-box intersection test (s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-9)
  s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-9
  Keywords: 
  
  Written by Tomas Akenine-Moller.
  

Tue Oct 26 17:21:27 NZDT 2004  Stephane Popinet <popinet@users.sourceforge.net>
  * New "closed" option for happrox (s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-8)
  s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-8
  Keywords: 
  
  

Tue Oct 26 17:20:51 NZDT 2004  Stephane Popinet <popinet@users.sourceforge.net>
  * happrox is installed (s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-7)
  s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-7
  Keywords: 
  
  

Tue Oct 26 17:20:06 NZDT 2004  Stephane Popinet <popinet@users.sourceforge.net>
  * New function gts_face_is_compatible (s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-6)
  s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-6
  Keywords: 
  
  

Mon Oct 18 13:43:55 NZDT 2004  Stephane Popinet <popinet@users.sourceforge.net>
  * Updates before release 0.7.3 (s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-5)
  s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-5
  Keywords: 
  
  

Mon Oct 18 13:20:36 NZDT 2004  Stephane Popinet <popinet@users.sourceforge.net>
  * Added vertex indices in doc/isocube.fig (s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-4)
  s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-4
  Keywords: 
  
  

Thu Oct 14 11:06:27 NZDT 2004  Stephane Popinet <popinet@users.sourceforge.net>
  * Simpler and more efficient gts_file_read function (s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-3)
  s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-3
  Keywords: 
  
  

Mon Oct 11 13:00:09 NZDT 2004  Stephane Popinet <popinet@users.sourceforge.net>
  * Glib-2.0 and mingwin support (s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-2)
  s.popinet@niwa.co.nz--2004/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 <popinet@users.sourceforge.net>
  * Interoperability with CVS (s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-1)
  s.popinet@niwa.co.nz--2004/gts--mainline--0.7--patch-1
  Keywords: 
  
  

Wed Jan 19 17:47:16 NZDT 2005  Stephane Popinet <s.popinet@niwa.co.nz>
  * Initial commit (s.popinet@niwa.co.nz--2004/gts--mainline--0.7)