ellFree() and Win32 time provider.
This commit is contained in:
@@ -12,6 +12,20 @@
|
||||
<h2 align="center">Changes between 3.14.10 and 3.14.11</h2>
|
||||
<!-- Insert new items immediately below here ... -->
|
||||
|
||||
<h4>Extra argument to ellFree()</h4>
|
||||
|
||||
<p>To work properly from Windows DLLs we had to add a second argument to the
|
||||
ellFree() function, which should be passed the free function to be called. In
|
||||
most cases this will involve just adding <tt><b>, free</b></tt> to the argument
|
||||
list.</p>
|
||||
|
||||
<h4>Time provider on Win32</h4>
|
||||
|
||||
<p>A race condition meant that sometimes EPICS programs (including the internal
|
||||
programs such as flex and antelope) built for Win32 architectures would not
|
||||
start properly on Windows systems that have multiple CPUs. This race has been
|
||||
fixed.</p>
|
||||
|
||||
<h4>Build system dependency change</h4>
|
||||
|
||||
<p>In order to get GNU make parallel execution (-j option) to work proprely for
|
||||
|
||||
Reference in New Issue
Block a user