Allow partition location to be specified as a relative directory
and resolved at run time relative to the location of the starter.
This allows the starter and partition binaries to be moved around.
RA26-001
When data needs to be byte swapped, do not assume that the swapped
representation is still a valid representation for the type.
Fixes M603-008
Subversion-branch: /trunk/polyorb
Subversion-revision: 210710
(Makefile.in): Add substitution for @OPENSSL@
(examples/corba/secure_echo/Makefile.local): Use $(OPENSSL) to call
openssl(1) as it might not be on the PATH.
Also reorganize slightly the generation of test_targets in Makefile so
that
a Makefile.local can disable its test (by unsetting test_target).
For L217-011
Subversion-branch: /trunk/polyorb
Subversion-revision: 185897
"overriding" is
legal. This is necessary because even though PolyORB itself is compiled
in Ada
2005 mode, user programs that import parts of it might not be.
Fixes H706-007.
Also part of KC21-021.
Subversion-branch: /trunk/polyorb
Subversion-revision: 185571
testsuite framework, and avoid calling killall in the test scripts
(which
could kill processes from other, unrelated tests running
simultaneously).
Fixes KC21-017
Subversion-branch: /trunk/polyorb
Subversion-revision: 182809