Dave Hickin
6b0d1ce49b
Replace calls of deprecated subfield functions
...
The non-template functions for getting subfields of a PVStructure, such
as PVStructure::getIntField were marked as deprecated in the 4.4 release
and now generate build warnings. Replace calls of these functions with
calls of the template function getSubField, e.g. getSubField<PVInt>.
2015-07-15 19:06:04 +01:00
Matej Sekoranja
50fbb396e8
win32 compilation of test and examples
2014-09-13 23:40:41 +02:00
Marty Kraimer
2fe3e66047
updated documentation; fixed bugs while updating documentation
2014-07-10 13:25:58 -04:00
Matej Sekoranja
8ce42ebb9a
String -> std::string, toString methods removed, take 2
2014-06-19 14:55:44 +02:00
Marty Kraimer
92be294bbf
merge feature/changesAfter3_0_2; resolve conflicts
2014-06-10 15:53:37 -04:00
Andrew Johnson
16fbd0f205
Merged Windows port changes from default branch.
2014-04-16 16:29:12 -05:00
Matej Sekoranja
597bca1ca5
Windows port (visibility declrations).
2014-04-14 18:11:12 +02:00
Andrew Johnson
3e790e34e3
Move example and test headers out of include/pv
...
The only headers installed there should be
those for the official API of the module.
2014-04-10 16:01:32 -05:00
Marty Kraimer
94bd84211b
move all examples to separate top level build areas.
...
Documentation needs updating.
2014-02-05 11:57:35 -05:00