lp:~dirk.zimoch/epics-base

Owned by Dirk Zimoch
Get this repository:
git clone https://git.launchpad.net/~dirk.zimoch/epics-base
Only Dirk Zimoch can upload to this repository. If you are Dirk Zimoch please log in for upload directions.

Branches

Name Last Modified Last Commit
socket_accept_type 2024-02-23 13:27:58 UTC
fix argument type of CAFDHANDLER from int to SOCKET

Author: Dirk Zimoch
Author Date: 2024-02-23 13:27:58 UTC

fix argument type of CAFDHANDLER from int to SOCKET

chfPluginImprovements 2021-04-09 13:48:16 UTC
check for out of memory

Author: Dirk Zimoch
Author Date: 2021-04-09 13:35:47 UTC

check for out of memory

FilterForInfoFields 2021-03-15 12:15:45 UTC
implement several shortcut alternatives

Author: Dirk Zimoch
Author Date: 2021-03-15 09:45:48 UTC

implement several shortcut alternatives

epicsMutexPriorityInheritance 2021-02-08 10:47:31 UTC
use pthread_setschedparam() instead of sched_setscheduler() because of OSX

Author: Dirk Zimoch
Author Date: 2021-02-08 10:47:31 UTC

use pthread_setschedparam() instead of sched_setscheduler() because of OSX

dbChannelForDBLinks 2020-11-17 14:22:40 UTC
add tests for empty array filter results

Author: Dirk Zimoch
Author Date: 2020-11-17 14:21:12 UTC

add tests for empty array filter results

PSI-7.0 2020-11-12 10:21:26 UTC
added missing header for close() in VxWorks 6.3

Author: Dirk Zimoch
Author Date: 2020-11-12 10:21:26 UTC

added missing header for close() in VxWorks 6.3

PSI-3.14 2020-09-15 14:13:47 UTC
epicsMutexPriorityInversionTest.c: check __GLIBC_PREREQ(2,4) when compiling

Author: Till Straumann
Author Date: 2020-08-19 10:54:28 UTC

epicsMutexPriorityInversionTest.c: check __GLIBC_PREREQ(2,4) when compiling

  (non-portable) CPU-affinity extensions only available in glibc 2.4 and
  higher.

fix_zero_size_arrays 2020-07-17 13:03:53 UTC
Use JSON arrays in dbpf

Author: Dirk Zimoch
Author Date: 2020-07-17 13:03:53 UTC

Use JSON arrays in dbpf

fix_one_element_input_link_arrays 2020-06-08 13:05:22 UTC
allow constant links with numeric 1 element arrays like [42]

Author: Dirk Zimoch
Author Date: 2020-06-08 13:05:22 UTC

allow constant links with numeric 1 element arrays like [42]

CleanupWhitespace 2020-04-17 11:48:44 UTC
removed spaces at end of line

Author: Dirk Zimoch
Author Date: 2020-04-17 08:24:24 UTC

removed spaces at end of line

Conflicts:
 modules/libcom/test/epicsCalcTest.cpp

InitEventFreelistsEarly 2020-02-24 15:09:36 UTC
initialize free lists when starting dbChannel

Author: Dirk Zimoch
Author Date: 2020-02-24 14:35:28 UTC

initialize free lists when starting dbChannel

emptyArrayCrashFix 2020-02-18 16:45:12 UTC
dbGet should not crash when source is an empty array

Author: Dirk Zimoch
Author Date: 2020-02-18 16:45:12 UTC

dbGet should not crash when source is an empty array

iocLogClientFixesTry2 2019-10-04 12:32:07 UTC
use EPICS_PRIVATE_API macro and fix bug with darwin/ios

Author: Dirk Zimoch
Author Date: 2019-10-04 12:32:07 UTC

use EPICS_PRIVATE_API macro and fix bug with darwin/ios

iocLogClientFixes 2019-09-19 15:53:04 UTC
increase error message buffer size for long (Windows) error messges

Author: Dirk Zimoch
Author Date: 2019-09-19 15:53:04 UTC

increase error message buffer size for long (Windows) error messges

raspberryPi 2019-05-13 15:47:47 UTC
moved user configuration to CONFIG_SITE file and support cross-pi-gcc tool chain

Author: Dirk Zimoch
Author Date: 2019-05-13 15:47:47 UTC

moved user configuration to CONFIG_SITE file and support cross-pi-gcc tool chain

dynamicVxWorksVmeFunctionBinding 2019-05-13 07:43:44 UTC
use dynamic binding of vxWorks BSP functions because some BSPs don't provide ...

Author: Dirk Zimoch
Author Date: 2019-05-13 07:43:44 UTC

use dynamic binding of vxWorks BSP functions because some BSPs don't provide them

FixShellCommands 2018-10-23 15:51:46 UTC
add macro IOCSH_STATIC_FUNC to avoid '#ifdef vxWorks' in code

Author: Dirk Zimoch
Author Date: 2018-10-23 15:51:46 UTC

add macro IOCSH_STATIC_FUNC to avoid '#ifdef vxWorks' in code

vxWorks5 2018-10-23 09:31:23 UTC
Merge branch '7.0' into vxWorks5

Author: Dirk Zimoch
Author Date: 2018-10-23 09:31:23 UTC

Merge branch '7.0' into vxWorks5

epicsEnvUnset 2018-10-08 09:02:03 UTC
Merge branch '3.15' into epicsEnvUnset

Author: Dirk Zimoch
Author Date: 2018-10-08 09:02:03 UTC

Merge branch '3.15' into epicsEnvUnset

Conflicts:
 documentation/RELEASE_NOTES.html

fix_performstruct_test 2018-09-19 08:47:17 UTC
link with rt when using clock_gettime()

Author: Dirk Zimoch
Author Date: 2018-09-19 08:47:17 UTC

link with rt when using clock_gettime()

info_fields 2018-05-22 12:11:16 UTC
simplify 'dbli' by accepting only one pattern

Author: Dirk Zimoch
Author Date: 2018-05-22 12:11:16 UTC

simplify 'dbli' by accepting only one pattern

named-events-backward-compatibility 2018-03-07 13:51:38 UTC
update RELEASE_NOTES for named event fix

Author: Dirk Zimoch
Author Date: 2018-03-07 13:51:38 UTC

update RELEASE_NOTES for named event fix

HowToWorkWithTheEpicsRepository 2018-03-01 14:23:27 UTC
on compatibility and updating merge requests

Author: Dirk Zimoch
Author Date: 2018-03-01 14:23:27 UTC

on compatibility and updating merge requests

mbbioDirect32bit 2017-12-20 08:36:44 UTC
check that passing 32 bit mbbo throught double works too

Author: Dirk Zimoch
Author Date: 2017-12-20 08:36:44 UTC

check that passing 32 bit mbbo throught double works too

124 of 24 results
This repository contains Public information 
Everyone can see this information.

Subscribers