Joao Paulo Martins and Andrew Johnson
a16bf2dc38
Add POD annotations to longinRecord from Wiki
2019-09-06 13:55:14 +02:00
Joao Paulo Martins and Andrew Johnson
13936680e9
Rename longinRecord.dbd longinRecord.dbd.pod
2019-09-06 13:54:10 +02:00
Saeed Haghtalab and Andrew Johnson
7b6c67b51b
Add POD annotations to subRecord from Wiki
2019-09-06 13:28:55 +02:00
Saeed Haghtalab and Andrew Johnson
33febb52ba
Rename subRecord.dbd subRecord.dbd.pod
2019-09-06 13:28:11 +02:00
Saeed Haghtalab and Andrew Johnson
44149c170e
Add POD annotations to selRecord from Wiki
2019-09-06 13:14:48 +02:00
Saeed Haghtalab and Andrew Johnson
db6825f62e
Rename selRecord.dbd selRecord.dbd.pod
2019-09-06 13:13:46 +02:00
Joao Paulo Martins
6905ded0d0
First version of mbbi POD file
2019-09-06 12:14:55 +02:00
Saeed Haghtalab
4f31205188
Rename stringinRecord.dbd -> stringinRecord.dbd.pod
2019-09-06 11:56:46 +02:00
Joao Paulo Martins
90d9be1c00
Renaming mbbiRecord.dbd with POD file extension
2019-09-06 11:53:28 +02:00
Joao Paulo Martins and Andrew Johnson
b93f92c843
Add POD annotations to seqRecord from Wiki
2019-09-06 11:26:39 +02:00
Joao Paulo Martins and Andrew Johnson
83458421aa
Rename seqRecord.dbd seqRecord.dbd.pod
2019-09-06 11:20:11 +02:00
Andrew Johnson
89e3c582b5
Fix menu declaration test too
2019-09-06 10:44:02 +02:00
Andrew Johnson
623539c3e8
Add redefinition guard to menu-generated typedefs
2019-09-06 10:14:39 +02:00
Michael Davidsaver
299aed026f
drop unneeded includes
...
Avoid pulling in CALLBACK unnecessarily,
which can aggravating MSVC.
2019-09-05 19:31:56 -07:00
Michael Davidsaver
937379892a
epicsMutex automatically capture file+line with gcc >=4.8
...
gcc >=4.8 allows __builtin_FILE() to expand at the call
site when used given as the default for a c++ function
argument.
2019-09-05 19:30:43 -07:00
Andrew Johnson
2a0df61974
Merge compress RecRef wiki as dbd.pod
2019-09-05 17:10:11 +02:00
Andrew Johnson
6e3a15e318
Merge waveform RecRef wiki as dbd.pod
2019-09-05 17:07:27 +02:00
Andrew Johnson and Andrew Johnson
86b1882186
Updates to existing .dbd.pod texts, add event and fanout from wiki
2019-09-05 16:09:20 +02:00
Andrew Johnson and Andrew Johnson
03e613cec0
Adding POD to event and fanout records
2019-09-05 16:09:20 +02:00
Niamh Dougan and Andrew Johnson
177c377b81
Amend documentation filenames in README
...
Also deleted old README.1st
2019-09-05 15:12:19 +02:00
Niamh Dougan and Andrew Johnson
1cf831939a
Convert HTML in README.md to Github Markdown
2019-09-05 15:07:01 +02:00
Niamh Dougan and Andrew Johnson
26cd81d35f
Rename README to .md
2019-09-05 15:05:42 +02:00
Saeed Haghtalab
31811e53b3
Compress record pod update after review
...
- Revert "N to 1 Median" choice entry place
- Convert images to PNG and update Makefile
- Update record support routins definition based on epics7 recSup.h
2019-09-04 21:15:46 +02:00
Joao Paulo Martins
128d2a93c8
Fixing waveform record documentation after review
2019-09-04 17:25:28 +02:00
Saeed Haghtalab
67583b4bda
Update compressRecord.dbd.pod based on Wiki + Content update
2019-09-04 11:29:43 +02:00
zimoch
5f6b1e2b16
(Re-)connect only when there is something to send. This avoids constant useless disconnect/connect cycles if the server (or firewall) keeps closing the connection.
2019-09-04 10:14:05 +02:00
Joao Paulo Martins
8a39ca7489
Preparing the waveform record DBD-POD file; Creation of the menuFtype DBD-POD file
2019-09-03 14:20:24 +02:00
zimoch
584caf54b2
don't use space in version string
2019-09-03 09:17:38 +02:00
zimoch
d602c1cdcb
detect when server closes connection. can only be done reliably with recv, not with send
2019-09-02 17:47:43 +02:00
zimoch
12ce14b6e5
no need to delay startup only because log server is currently not available
2019-09-02 17:47:43 +02:00
zimoch
e02709b3a4
send pending log messages directly after connecting
2019-09-02 17:47:43 +02:00
zimoch
b19709039d
avoid needless memmove calls
2019-09-02 17:47:42 +02:00
zimoch
3c4ffbf267
elimitate duplicate code in logClient
2019-09-02 17:47:42 +02:00
zimoch
4942da0c88
do not discard unsent messages when log server has closed connection, instead try to send them after reconnect
2019-09-02 17:47:42 +02:00
zimoch
5f547257ac
speed up logRestart thread termination at exit
2019-09-02 17:47:42 +02:00
zimoch
1b99366887
don't send errlog on all logClients
2019-09-02 17:47:42 +02:00
zimoch
871af36ac5
move -fno-strict-aliasing flag to central place for all Linux version
2019-09-02 16:44:53 +02:00
Ralph Lange
8b3bc1df9c
Merge remote-tracking branch 'origin/3.15' into 7.0
2019-09-02 14:48:42 +02:00
Ralph Lange
b9bc836d1e
appveyor-ci: disable cygwin x86 builds (install is broken)
2019-09-02 14:47:39 +02:00
zimoch
0ad6d2aec9
typo in comment
2019-09-02 13:53:21 +02:00
zimoch
8837d2f275
use perl instead of date in EPICS_SITE_VERSION because of Windows
2019-09-02 10:49:44 +02:00
zimoch
09a17127a9
make xxxTestHarness TESTPRODs instead of PRODs
2019-09-02 10:47:43 +02:00
Michael Davidsaver
c0a04eae21
Merge remote-tracking branch 'lp-asLib/as-hostname' into 7.0
...
* lp-asLib/as-hostname:
update release notes
asLib more string size...
asLib one short
asLib: asUseIP name lookup soft-fail
Expand Release Note entry for as-hostname changes.
as-hostname address review comments
asLib: test asUseIP
as,rsrv: use real client IP instead of untrusted host name
# Conflicts:
# documentation/RELEASE_NOTES.html
2019-08-31 15:07:22 -07:00
Michael Davidsaver
75477b5e9c
Merge remote-tracking branch 'origin/3.15' into 7.0
...
* origin/3.15: (40 commits)
Revert "More msi.plt retries for Jenkins builds on Windows"
Revert "Testing msi: Add retries if necessary"
msi: Flush stdout on program exit
Now fix the non-windows systems
Don't use / in Windows program paths
Redirect msi's STDERR to /dev/null (NUL on Windows) during tests
VxWorks: Mark undetected underflow parse test as ToDo
Fix VxWorks osiSockOptMcastLoop_t => char
Fix sync filter example in dbd.pod
doc/ca: clarify variable size array subscription
Remove cacExitHandler
Don't clear caClientCallbackThreadId in CA's exit handler
appveyor-ci: ANL Make install 4.1 -> 4.2.1
appveyor-ci: use pre-installed AppVeyor MinGW
appveyor-ci: use choco MinGW 5.3.0 to work around build problem (fixes lp:1827225)
appveyor-ci: exclude some cygwin builds (broken compiler) appveyor-ci: remove slack, add email and GitHub notifications (cherry-picked from branch 7.0)
epicsTime: rely on implicit copy constructor
iocLogServer: check return values
Fix potential buffer overflow in iocLogServer
Fix weird use of strncpy
...
# Conflicts:
# modules/database/src/ioc/dbtemplate/msi.c
# modules/database/src/std/rec/stringinRecord.c
# modules/database/src/std/rec/stringoutRecord.c
# modules/database/test/ioc/dbtemplate/msi.plt
# modules/libcom/src/osi/os/vxWorks/osdSock.h
# src/ioc/dbtemplate/msi.c
# src/ioc/dbtemplate/msi.cpp
2019-08-31 15:05:37 -07:00
zimoch
2b0161d9bf
no need to delay startup only because log server is currently not available
2019-08-30 08:57:08 +02:00
zimoch
9df98c1838
send pending log messages directly after connecting
2019-08-30 08:57:08 +02:00
zimoch
59aa9cfe74
avoid needless memmove calls
2019-08-30 08:57:08 +02:00
zimoch
709208ef5c
elimitate duplicate code in logClient
2019-08-30 08:57:08 +02:00
zimoch
0a3427c835
do not discard unsent messages when log server has closed connection, instead try to send them after reconnect
2019-08-30 08:57:08 +02:00
zimoch
2432878773
speed up logRestart thread termination at exit
2019-08-30 08:57:08 +02:00