|
|
d67036fcc0
|
Merge branch 'aliases' into PSI-7.0
|
2024-08-26 16:37:57 +02:00 |
|
Andrew Johnson
|
3dae29b7e8
|
Oops, needed stdint.h
|
2024-08-10 14:45:28 -05:00 |
|
Andrew Johnson
|
9d393c4437
|
Cast sizeOffset to uintptr_t for ordered comparison
Issue report & fix by Dirk Zimoch.
|
2024-08-10 13:21:30 -05:00 |
|
|
|
97ffcb725c
|
fix compile error with gcc 3.4.3
|
2024-08-09 11:45:20 +02:00 |
|
Andrew Johnson
|
856f345d2c
|
Fix Codacy complaint about C-style casts
|
2024-08-07 09:54:16 -05:00 |
|
Andrew Johnson
|
7890e67d37
|
Various misc warnings
|
2024-08-07 09:54:16 -05:00 |
|
Michael Davidsaver
|
a352865df9
|
print ANSI escapes to stderr
unconditionally print ANSI some escapes (to colorize errors)
to the stderr stream.
|
2023-11-07 15:53:22 -08:00 |
|
Michael Davidsaver
|
0f428ea334
|
use DBCORE_API
git ls-files modules/database/src/ioc|egrep '\.[hc]p*$' | xargs sed -i \
-e 's|epicsShareFunc|DBCORE_API|g' \
-e 's|epicsShareClass|DBCORE_API|g' \
-e 's|epicsShareExtern|DBCORE_API extern|g' \
-e 's|epicsShareDef\s*||g' \
-e 's|shareLib\.h|dbCoreAPI.h|g' \
-e 's|epicsShareAPI|epicsStdCall|g' \
-e '/#define\s*epicsExportSharedSymbols/d'
|
2021-04-01 10:57:19 -07:00 |
|
Michael Davidsaver
|
e881cb15c4
|
registerAllRecordDeviceDrivers() handle function
|
2021-02-26 07:42:17 -08:00 |
|
Michael Davidsaver
|
051ba20fe1
|
fix registerAllRecordDeviceDrivers() prints
|
2020-08-22 07:50:40 -07:00 |
|
Michael Davidsaver
|
e40970bd5e
|
rename dynamic_registerRecordDeviceDriver -> registerAllRecordDeviceDrivers
|
2020-08-22 07:50:40 -07:00 |
|