Andrew Johnson
09ff608ca9
libCom: Fix use-after-free bug in macCore.c
2014-10-30 17:55:12 -05:00
Andrew Johnson
6c14dc194c
Replace the epicsBoolean type in epicsTypes.h
2014-10-30 14:40:19 -05:00
Andrew Johnson
3eb6a66f3c
Fix build warnings
2014-10-07 15:59:20 -05:00
Andrew Johnson
986f7abb08
Set version snapshot back to -DEV
2014-10-07 01:50:24 -05:00
Andrew Johnson
6e5b47d6da
Update version number to 3.15.0.2
2014-10-07 01:31:33 -05:00
Andrew Johnson
bd120c774d
Various fixes
...
* VxWorks 5.5.2 doesn't like C++-style variable declarations in C code
* Older MS compiler doesn't have strto[u]ll
* Wrote release note entry for iocshLoad command.
2014-10-07 00:41:39 -05:00
Andrew Johnson
0a9c5d456b
Merged iocshCmd-with-macros branch
2014-10-06 23:39:23 -05:00
Andrew Johnson
e66b691549
Add support for iOS 8 target
2014-10-06 20:36:50 -05:00
Andrew Johnson
97e445f78d
Merged epicsInt64-library-support branch
2014-10-06 20:28:35 -05:00
Andrew Johnson
b74eb61949
Merged dbca-test branch
2014-10-06 18:04:33 -05:00
Andrew Johnson
f0193d27f3
Clean up warning from clang/MacOS
2014-10-06 18:03:00 -05:00
Andrew Johnson
7b23f50f9d
Fix Windows builds.
...
db_access.h defines things in the CA library, not db...
2014-10-06 16:31:28 -05:00
Andrew Johnson
78a9dd7bc5
Fixes for building on Solaris
...
The SunPro C++ compiler doesn't like osdElfFindAddr, so I converted
it back to C, but then I had to make the osdFindAddr files C to match.
Now elfRead() can't use a static initializer to get the program start
time, so I added a public routine to osiClockTime.c to return that.
Also fixed various indentations in Till's code.
2014-10-06 13:53:21 -05:00
Andrew Johnson
3d6fba6802
dbdToHtml fix to support Perl 5.8
2014-10-06 13:26:37 -05:00
Andrew Johnson
2d0ea1e3bb
Better Makefile for makeBaseApp top dir
2014-10-06 13:25:41 -05:00
Andrew Johnson
9cebc2993b
Fix epicsExportSharedSymbols for MinGW build
...
Include files now in sorted order within each block.
2014-10-06 00:57:02 -05:00
Andrew Johnson
2ce5d61c38
Perl script fixes.
...
This commit should fix the Cygwin build issue, and the
stylesheet link problems.
2014-10-03 18:06:47 -05:00
Andrew Johnson
a4298bec56
Merged dbd2html branch
2014-10-03 14:23:04 -05:00
Andrew Johnson
ec7b0d5737
Merged the loadable-support branch
2014-10-02 16:53:15 -05:00
Andrew Johnson
70feb515c3
Merged parallel-cbthreads-3 branch
2014-10-02 15:07:07 -05:00
Andrew Johnson
565f0e3725
Merged simple-filter-conf branch
2014-10-01 18:11:28 -05:00
Michael Davidsaver
c0a4ebebff
callback: workers wake up peer if necessary.
2014-10-01 18:38:14 -04:00
Michael Davidsaver
c2631cdc8a
callback: don't track busy workers
...
wakeup unconditionally. Perhaps inefficient, but simple.
2014-10-01 18:35:42 -04:00
Andrew Johnson
f9628646d1
Make IOSCANPVT a single structure
...
Not an array of 3 io_scan_list objects.
2014-09-30 16:22:03 -05:00
Andrew Johnson
c9f7a32c82
Mark callbackParallelThreadsDefault properly
...
The definition gets epicsShareDef and may provide a value.
Additional declarations get epicsShareExtern.
2014-09-30 16:10:24 -05:00
Andrew Johnson
04848e0766
Fix problems in callbackParallelThreads()
2014-09-30 13:00:39 -05:00
Andrew Johnson
4c761eeba0
Fixes for VxWorks & RTEMS builds
...
* C++ comments are not legal in C code
* Declare scanIoTest() in epicsRunDbTests.c
2014-09-30 12:36:32 -05:00
Ralph Lange
7ecbe87047
ioc/db: add test for allocPvt() returning NULL to chfPluginTest
2014-09-30 16:20:16 +02:00
Ralph Lange
6b71e5bfe5
std/filters: add minimal error handling when using freeListCalloc() in arr plugin
2014-09-30 16:19:13 +02:00
Ralph Lange
1c317adbda
ioc/db: add tests for strict tagged plugin options, fix 'required' algorithm
2014-09-30 11:48:41 +02:00
Ralph Lange
9b73fd1730
std/filters: make shorthand notation more prominent in filter documentation
2014-09-30 11:46:17 +02:00
Andrew Johnson
27a8818ea8
Silence unused variable warning
2014-09-29 12:35:22 -05:00
Ralph Lange
f84b736022
ioc/db: back to old signalling policy - wake up worker thread as long as there are any sleeping
2014-09-29 10:59:00 +02:00
Andrew Johnson
0888992863
Fix MinGW cross-build from Linux
2014-09-28 23:28:29 -05:00
Michael Davidsaver
76dc827e29
libCom/test: link w/ winsock to get htons/htonl
2014-09-26 18:55:26 -04:00
Andrew Johnson
b06ea01a18
Fix Windows build issue in epicsMMIODef.h
2014-09-26 16:40:44 -05:00
Andrew Johnson
a9e048b483
Fix gdd dependency issue from MacOS X
2014-09-26 15:31:20 -05:00
Andrew Johnson
5ae6dd3a7c
Merged devlib2mmio branch
2014-09-26 14:28:28 -05:00
Andrew Johnson
abc3417623
Merged stacktrace-1 branch
2014-09-26 12:46:16 -05:00
Andrew Johnson
fcbb159766
Fix gdd dependency warnings
2014-09-26 10:40:50 -05:00
Andrew Johnson
fccbccbc09
Merged dbServer-api branch
2014-09-26 10:21:40 -05:00
Andrew Johnson
60459effaa
Merged the gen-pkg-config branch
2014-09-26 10:13:01 -05:00
Andrew Johnson
abff9a6954
Improve epicsSockResolveTest tests.
2014-09-26 10:11:47 -05:00
Andrew Johnson
8fde7fb4f3
Merged changes from 3.14 branch
...
Fixed issues building on Solaris.
Up to revno 12497.
2014-09-25 16:34:12 -05:00
Andrew Johnson
c078a9cef8
Replaced split with a single regex
2014-09-25 16:24:23 -05:00
Michael Davidsaver
7a3e52b647
comment in configure/RULES_EXPAND
2014-09-25 16:49:44 -04:00
Michael Davidsaver
3fe84c5ace
src/tools: export additional variables to pkg-config
...
No need for new names/capitalization
2014-09-25 16:49:40 -04:00
Michael Davidsaver
5e9b225a2e
src/tools: ensure epics-base.pc is generated only for EPICS_HOST_ARCH
2014-09-25 14:04:10 -04:00
Michael Davidsaver
2f577c136c
expandVars.pl: correctly handle macro values containing '='.
2014-09-25 13:24:41 -04:00
Michael Davidsaver
b1918c1e31
allow expandVars for all targets
2014-09-25 11:50:13 -04:00