[go: up one dir, main page]

Menu

SVN Commit Log


Commit Date  
[r790] by johnhartman

Guard against crash from empty list

2010-04-16 21:12:21 Tree
[r789] by johnhartman

Dynamically allocate string storage: allow long strings for EPICS fields

2010-04-16 21:10:27 Tree
[r788] by johnhartman

Show and allow entry of IP addresses for Names as dotted-decimal, as an alternative to hex.
Remove commented-out obsolete code for readability
Add full-row selection in Names and Ports dialogs

2010-04-16 13:57:14 Tree
[r787] by johnhartman

In VC2005, Micro$@%#^&*oft changed the return type for OnNcHitTest from UINT to LRESULT. Since we want to be compatible with older compilers, we define a bogus type VTS_NC_HIT_TYPE:
#if _MSC_VER >= 1400
#define VTS_NC_HIT_TYPE LRESULT
#else
#define VTS_NC_HIT_TYPE UINT
#endif
and use it in the affected functions

2010-04-07 17:44:30 Tree
[r786] by johnhartman

Tighten up tag comparison logic (primitive versus paired tags)
Add explicit error for run off the end of the buffer
Tag corrections for CreateObject and DeleteObject

2010-04-07 16:50:43 Tree
[r785] by tbrennan3

Added more support for the Structured Object List in the Device object, per Addendum 135-2004d.

2010-04-07 03:42:20 Tree
[r784] by tbrennan3

Wasn't properly terminating sequences when packets were decoded (send or receive).
Suppressed a pile of warnings (unsafe sprintfs).
Added a little of the Structured View support (more to follow).

2010-04-07 03:40:27 Tree
[r783] by tbrennan3

Adjustments to allow building with VS2008. I believe these will maintain backwards compatability, though I don't have earlier versions of VS to test with.
These changes prevent re-declaring some network enums.

2010-04-07 03:37:11 Tree
[r782] by tbrennan3

Adjustments to allow building with VS2008. I believe these will maintain backwards compatability, though I don't have earlier versions of VS to test with.

2010-04-07 03:34:50 Tree
[r781] by tbrennan3

Fixed endless loop encountered when opening EPICS (at least, my EPICS).
Suppressed a pile of warnings (unsafe sprintfs).
Added a little of the Structured View support (more to follow).

2010-04-07 03:32:32 Tree
Older >