-
Notifications
You must be signed in to change notification settings - Fork 24
/
NEWS
145 lines (96 loc) · 3.46 KB
/
NEWS
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
Version 6.7.6 - February 2018
=============================
This version is binary compatible with smesh-6.7.3, smesh-6.7.4 and smesh-6.7.5
* [clang-error-fix] ordered comparison between pointer and zero
* improved ci travis/appveyor
Users who contributed to this release:
Thomas Paviot
Version 6.7.5 - August 2017
===========================
This version is binary compatible with smesh-6.7.3 and smesh-6.7.4
* fixed english translations
* fixed STL binary importer
Users who contributed to this release:
Thomas Paviot
Version 6.7.4 - June 2017
=========================
This version is binary compatible with smesh-6.7.3
* fixed Macosx rpath
* fixed example
* fixed conda build
Users who contributed to this release:
Thomas Paviot
Version 6.7.3 - May 2017
=========================
This version is not binary compatible with smesh-6.7.2
* port to oce-0.18.1
* fixed compiler warnings
* support for more verbose messages in MEFISTO2 mesher
Users who contributed to this release:
Thomas Paviot
Version 6.7.2 - March 2017
==========================
This version is binary compatible with smesh-6.6
* fixed compiler warnings
Users who contributed to this release:
Thomas Paviot
Version 6.7.1 - February 2017
=============================
This version is binary compatible with smesh-6.6
* bugfixes
Users who contributed to this release:
Thomas Paviot
Version 6.7 - July 2016
========================
This version is binary compatible with smesh-6.6
* port to oce-0.17 fix: don't use NCollection_BaseCollection anymore.
Users who contributed to this release:
Thomas Paviot
Version 6.6 - April 2016
========================
This version is not binary compatible with smesh-6.5.3.1, OCE_ABI_VERSION was incremented
* port to oce-0.17
* gcc6 fixes
Users who contributed to this release:
Jelle Feringa, Thomas Paviot, Richard Shaw
Version 6.5.3.1 - December 2014
===============================
This version is not binary compatible with smesh-5.1.2.5, OCE_ABI_SOVERSION
was incremented.
* ported up to 6.5.3
Users who contributed to this release:
Thomas Paviot, integrating patch from Fotios Sioutis
Version 5.1.2.5 - November 2014
===============================
* fixed a regression in 5.1.2.4
* cmake improvements:
- Fix spelling of monolithic build option
- Add install target for documentation.
- Make sure ALL libraries get installed when not building the monolithic library.
- Install bundled boost to include/smesh if Boost not found by cmake
Users who contributed to this release:
Thomas Paviot, Richard Shaw
Version 5.1.2.4 - November 2014
===============================
* cmake improvements
- Separates main config from library.
- Adds detection of boost and OCE, falls back to user supplied paths or inte
boost headers.
- Upps minimum cmake required to 2.8.
- Implements use of GNUInstallDirs module to properly install libraries on
multilib systems.
- Documentation can be built with "make doc", does not currently install.
- Add option MONOLITHIC_BUILD to make one SMESH library, disable to get orig
library set.
- Remove SMESH_ prefixes variables for built type and install prefix in favor
of default cmake ones.
* cppcheck fixes
* conda build script for MacOSX
Users who contributed to this release:
Jelle Feringa, Thomas Paviot, Richard Shaw
Version 5.1.2.3 - November 2014
===============================
* Support for latest oce release (0.16.0)
* MinGW fixes
Users who contributed to this release:
Thomas Paviot