Andrew Johnson
62929fcbd1
Adjust the 'git archive' commands in Release Checklist
...
The tarfile should not include any files that were added to
support our development process and CI build agents. I have
even excluded .gitignore from previous releases.
I had already done this in 3.16, and 7.0 has a script for
generating the tarfile.
2018-10-05 17:43:33 -05:00
Ralph Lange
456a68eb96
Version number update to 3.15.6-rc1-DEV
2018-10-05 17:05:23 +02:00
Ralph Lange
b319b4722f
Update version to 3.15.6-rc1
R3.15.6-rc1
2018-10-05 15:21:58 +02:00
Ralph Lange
b4cc5fdf4b
doc: update release checklist
2018-10-05 15:21:57 +02:00
Ralph Lange
d35835659c
libCom/osi: Add epicsStdio functions to std namespace; allow to skip macro magic
...
(fixes lp:1786927)
2018-10-05 10:54:10 +02:00
zimoch
5bf2784db2
add -fno-strict-aliasing for those archs which complain about anyscalar.h
2018-10-05 10:43:08 +02:00
zimoch
7a4e7b7600
add tar and copysrc make rules
2018-10-03 17:13:13 +02:00
zimoch
70aa23513f
use -isystem option to find correct headers for cross compiling for old Linux host versions
2018-10-03 16:47:57 +02:00
zimoch
71ded2f25f
install dbCaPvt.h needed by devIocStats/ioccar
2018-10-03 16:43:32 +02:00
zimoch
11103351b2
add build year-month to version string
2018-10-03 16:38:53 +02:00
zimoch
65714033ea
remove compiler warning
2018-10-03 15:29:30 +02:00
zimoch
7151fbe498
implement epicsEnvUnset
2018-10-03 15:18:59 +02:00
zimoch
146a413977
add -isystem to avoid system headers in .d files (does not work for vxWorks 5)
2018-10-03 13:48:09 +02:00
zimoch
4e44550f62
Merge branch 'FixShellCommands' into PSI-7.0
2018-09-28 11:41:52 +02:00
zimoch
9b328a0ca4
Removed usage messages from epicsEnvSet except for vxWorks but kept the check for NULL. For vxWorks removed the () from usage message.
2018-09-28 11:38:29 +02:00
zimoch
e8e013d65f
removed () from uage messages
2018-09-28 11:36:59 +02:00
zimoch
b2f3bafa64
Removed usage message from dbStateCreate because it is not only a shell function but an API as well. But kept check for NULL. Added check for NULL in dbStateFind as well.
2018-09-28 11:36:02 +02:00
zimoch
9952470486
Merge branch 'FixShellCommands' into PSI-7.0
2018-09-27 13:58:23 +02:00
zimoch
d44f5616a9
add missing command line functions to vxWorks shell
2018-09-27 13:35:45 +02:00
zimoch
1cb0c5b4d0
Fix command line functions: print error if required arguments are missing
2018-09-27 13:35:10 +02:00
zimoch
02d30dedbc
install server.h for misc module
2018-09-26 16:10:30 +02:00
zimoch
5ed0fe52a0
Merge branch '7.0' into PSI-7.0
2018-09-26 11:45:19 +02:00
Andrew Johnson
9a454bea68
Restore the ability to write to mbbi/mbbo *VL fields
...
Fixes lp: #1794196
2018-09-25 10:56:57 -05:00
zimoch
42b1f774da
add PSI configuration
2018-09-25 11:13:08 +02:00
zimoch
7738b68320
fix missing template instances for old vxWorks (uses -fno-implicit-templates)
2018-09-24 18:00:53 +02:00
zimoch
1199fabe90
Fix strange compiler errors with gcc 2.96:
...
using <namespace::function>; seems not to work but
using namespace <namespace>; works
Also 'add' only works with explicit namespace. Why?
2018-09-21 16:21:13 +02:00
zimoch
1aefc5f2f0
re-enable building vxWorks 5
2018-09-21 16:20:17 +02:00
zimoch
6f666c6c22
Add mechanism to skip modules for selected architectures
2018-09-21 15:50:06 +02:00
Michael Davidsaver
7c5892adbf
update PVD/PVA
2018-09-20 08:50:23 -07:00
Andrew Johnson
cbb13bf6b1
Darwin: Don't link using -flat_namespace
2018-09-18 10:22:29 -05:00
Andrew Johnson
150d764d28
Merge 3.14.12.8 (+ the Travis fix) into 3.15
2018-09-17 16:15:55 -05:00
Andrew Johnson
7dd1ea4cab
GNU Make 3.81 (as used on Travis) doesn't have 'undefine'
current-3.14
2018-09-17 10:24:51 -05:00
Andrew Johnson
922ed30136
Set EPICS_DEV_SNAPSHOT for the final 3.14.12.8 release
R3.14.12.8
2018-09-14 13:44:05 -05:00
Andrew Johnson
9f9f119e7e
Release notes about iocLogServer
2018-09-14 13:21:06 -05:00
Andrew Johnson
d8214a4531
Merge Martin Konrad's fix-logserver-file-limit branch into 3.14
2018-09-14 12:24:14 -05:00
Andrew Johnson
120b100e7e
startup: Fix EHA argument quoting per J. Lewis Muir
2018-09-14 12:15:29 -05:00
Andrew Johnson
949e9d788a
Make startup/EpicsHostArch script executable
2018-09-14 11:23:14 -05:00
Martin Konrad
27c6e6a385
Make EpicsHostArch compatible with sh
2018-09-14 09:12:10 -04:00
Andrew Johnson
4b59476170
Merge branch 'tidy-startup' into 3.14
2018-09-13 16:49:21 -05:00
Andrew Johnson
526b565c6b
configure/CONFIG: Undefine EHA after use
2018-09-10 18:19:03 -05:00
Andrew Johnson
1b7b2bcceb
Update README's list of files
2018-09-10 18:16:16 -05:00
Andrew Johnson
49c925d064
Fix shebang line in makeInstallDir.pl
2018-09-10 16:08:19 -05:00
Martin Konrad
46b5d6006e
Fix "make --question" mode
...
Fix for lp:1669891
2018-09-07 18:02:02 -04:00
Ralph Lange
6a2ed4b333
libcom/osi/windows: log errors using fprintf() instead of pop-up
...
(fixes lp:1785712)
2018-09-05 21:47:25 +02:00
Michael Davidsaver
73b81ad139
db/test: Check that junk before '@' fails w/ INST_IO
...
It will actually parse, but later fail in dbCanSetLink().
2018-09-05 12:22:00 +02:00
Michael Davidsaver
7c00cc8045
ioc/dbStatic: HW links allow optional '@'
...
For HW link types other than INST_IO, allow
trailing '@' to be omitted.
2018-09-05 12:21:53 +02:00
Michael Davidsaver
b2bb14c654
ioc/db/test: dbParseLink test handle NULL
2018-09-05 12:21:48 +02:00
Michael Davidsaver
ae5122759d
travis-ci: install qemu
2018-09-05 09:04:14 +02:00
Andrew Johnson
d3bcf5737f
Latest Xcode also doesn't like compiling system() for iOS
2018-08-17 14:57:22 -05:00
Andrew Johnson
6c5505ad3e
osiClockTime again: Don't compile ClockTimeSync() on iOS either
2018-08-17 13:48:00 -05:00