Andrew Johnson
|
e0367a2dd7
|
Update release notes and release date.
6.0.1
|
2016-09-14 17:01:51 -05:00 |
|
Andrew Johnson
|
1e0f1119e2
|
testTypeCast: mangle values to be printable
print (u)int8 as integer instead of character
(cherry picked from commit da8ba56dd1)
|
2016-09-14 16:43:53 -05:00 |
|
Andrew Johnson
|
6d6314a924
|
#include <algorithm> required for MSVS 2015
(cherry picked from commit 4555f69733)
|
2016-09-14 16:33:37 -05:00 |
|
Dave Hickin
|
e0b881d036
|
Correction to documentation for 6.0.1
|
2016-09-14 11:25:30 +01:00 |
|
Dave Hickin
|
d24ff6c3d2
|
Update documentation for 6.0.1
|
2016-09-13 22:44:11 +01:00 |
|
Dave Hickin
|
ef17aac046
|
Update release notes for 6.0.1
|
2016-09-13 22:33:28 +01:00 |
|
Dave Hickin
|
83b63a9138
|
Fix for MinGW
Fixes #42
|
2016-09-07 15:14:17 +01:00 |
|
Dave Hickin
|
0a5ab8625d
|
Update documentation for 6.0.0
6.0.0
|
2016-08-01 17:25:12 +01:00 |
|
Dave Hickin
|
a115c9cd15
|
Add release notes for 6.0.0
|
2016-08-01 17:23:11 +01:00 |
|
Dave Hickin
|
6ba40803d8
|
Add 5.0.x release notes
|
2016-08-01 15:00:36 +01:00 |
|
Dave Hickin
|
8d6094c55a
|
jenkins: Remove COPYRIGHT from tar
|
2016-07-22 16:08:27 +01:00 |
|
Dave Hickin
|
d258acfc49
|
SHRLIB: Set version to 6.0
|
2016-07-22 16:02:21 +01:00 |
|
Dave Hickin
|
d9072402db
|
Update source boilerplate for new LICENSE file
|
2016-07-22 15:56:43 +01:00 |
|
Dave Hickin
|
1a706e3842
|
Remove COPYRIGHT file
Copyright is now in LICENSE file
|
2016-07-22 15:33:50 +01:00 |
|
Dave Hickin
|
a227897504
|
Update LICENSE to new version
|
2016-07-22 15:33:20 +01:00 |
|
Ralph Lange
|
0833d68e91
|
jenkins: fix installE4 logic, add pvCommon dependency
|
2016-07-22 14:59:48 +02:00 |
|
Dave Hickin
|
99bab6796c
|
Fix windows dynamic build error
Fix error introduced by #40. #include epicsThread.h in timer.cpp
before #defining epicsExportSharedSymbols. Avoids multiply-defined
symbols.
|
2016-07-20 15:33:20 +01:00 |
|
dhickin
|
0544187057
|
Merge pull request #40 from anjohnson/master
Resolve github #37 without cacheing epicsExportSharedSymbols
|
2016-07-20 14:39:25 +01:00 |
|
Andrew Johnson
|
e12e7b4d76
|
Resolve github #37 without cacheing epicsExportSharedSymbols
|
2016-07-19 18:40:58 -05:00 |
|
Ralph Lange
|
7609ac6f1e
|
jenkins: fix syntax in local declaration
|
2016-07-19 22:09:03 +02:00 |
|
Ralph Lange
|
3c946a91e8
|
jenkins: use install functions, add BRANCH variable to doc script
|
2016-07-19 22:00:34 +02:00 |
|
Ralph Lange
|
2389ebd87e
|
jenkins: fix CloudBees jobs (paths)
|
2016-07-12 19:39:50 +02:00 |
|
Ralph Lange
|
90ad497a6f
|
Use environment variables; default Base = 3.15.4; new artifact paths
|
2016-07-12 15:45:30 +02:00 |
|
Ralph Lange
|
1bb0b6fe03
|
Use environment variables; new default version of Base
|
2016-07-12 14:53:21 +02:00 |
|
dhickin
|
c16c1df6fd
|
Merge pull request #39 from dhickin/use_template_getSubField
Replace template getSubField with template version
|
2016-07-05 15:19:58 +01:00 |
|
dhickin
|
e460641711
|
Merge pull request #38 from dhickin/getSubField_overload
Add char* overload for non-template getSubField
|
2016-07-05 15:18:46 +01:00 |
|
Dave Hickin
|
1e980651a9
|
Use template getSubField when type known
Replace non-template getSubField with template version when PVField is
of a known, derived type.
|
2016-07-04 17:03:07 +01:00 |
|
Dave Hickin
|
028076e79c
|
Add char* overload for non-template getSubField
|
2016-07-04 14:59:56 +01:00 |
|
dhickin
|
e5b6a88551
|
Merge pull request #30 from mdavidsaver/requestermsg
Default implementation for Requester::message()
|
2016-04-12 16:01:45 +01:00 |
|
Andrew Johnson
|
b18b4f236f
|
Make the PVScalarValue explicit specializations inline
Microsoft's compiler seems to prefer this when building a static library.
|
2016-04-11 17:16:43 -05:00 |
|
Andrew Johnson
|
605d4e99b9
|
Remove remaining 'undef epicsExportSharedSymbols' stuff
|
2016-04-11 15:24:46 -05:00 |
|
Andrew Johnson
|
ad00b6465a
|
Fix VxWorks build, add explanatory comments
|
2016-04-11 11:33:05 -05:00 |
|
dhickin
|
537ebd05f2
|
Merge pull request #36 from anjohnson/master
Support for additional Windows targets
|
2016-04-11 10:06:54 +01:00 |
|
Andrew Johnson
|
2ee8769752
|
Prevent redefinition of NOMINMAX
While this protection is not strictly necessary here, if someone
does a cut-and-paste into a header file it should be included.
|
2016-04-06 15:29:30 -05:00 |
|
Andrew Johnson
|
8d7f534d54
|
VxWorks fix in parseToPOD.cpp
|
2016-03-28 17:11:25 -05:00 |
|
Andrew Johnson
|
47bb62b051
|
Disable another useless MSVC warning
|
2016-03-28 16:41:29 -05:00 |
|
Andrew Johnson
|
50b8213781
|
Fix NEED_OLL_FUNCS for windows-x64 and Base-3.15
|
2016-03-28 16:41:29 -05:00 |
|
Andrew Johnson
|
fd1fe53b49
|
Use the EPICS_DEPRECATED macro from Base.
Neither USAGE_DEPRECATED nor USAGE_ERROR are currently used
in the V4 code-base.
|
2016-03-28 16:41:28 -05:00 |
|
Andrew Johnson
|
378def0a58
|
Fix logic for when to define strtoll() and strtoull()
Needed for MinGW and VxWorks when built against Base-3.15
|
2016-03-28 16:41:28 -05:00 |
|
Andrew Johnson
|
ed5f48b353
|
EPICS sources use vxWorks for arch-detection
|
2016-03-28 16:41:28 -05:00 |
|
Andrew Johnson
|
fa6c2c7683
|
EPICS sources use _MINGW for arch-detection
|
2016-03-28 16:41:28 -05:00 |
|
Andrew Johnson
|
3fadc9b481
|
Remove unnecessary includes from epicsException.h
Fix up byteBuffer.h and epicsException.cpp to match.
|
2016-03-28 16:41:28 -05:00 |
|
Andrew Johnson
|
c3d7fa0d26
|
Declare explicit specializations
Resolves duplicate symbol build error on MinGW.
|
2016-03-28 16:41:28 -05:00 |
|
Andrew Johnson
|
5c16357fe2
|
Don't redefine NOMINMAX (clean up MinGW warnings)
|
2016-03-28 16:41:28 -05:00 |
|
Andrew Johnson
|
ef2e6079ba
|
Wrap WIN32 #pragma warning(disable) inside push/pop
Exclude from MinGW, G++ doesn't understand these pragmas.
|
2016-03-28 16:41:28 -05:00 |
|
Dave Hickin
|
18633288fb
|
Documentation: Remove maturity and date comment
|
2016-03-18 21:48:06 +00:00 |
|
Dave Hickin
|
67daef7bcc
|
Documentation: Remove old versions
|
2016-03-18 21:43:09 +00:00 |
|
Dave Hickin
|
5eb29dcfc4
|
Documentation: Change to release-based versioning
Replace dated documentation scheme by one using release version.
|
2016-03-18 21:41:33 +00:00 |
|
Michael Davidsaver
|
d2fc922ee7
|
remove unnecessary const_cast
|
2016-03-18 14:53:24 -04:00 |
|
Michael Davidsaver
|
d35010c1cb
|
Status: remove m_emptyStringtring
No reason to have a global for this.
|
2016-03-18 14:53:10 -04:00 |
|