Adjust project files to account for the fact that these directories do
not
have any static sources, only generated sources.
Fix for build failures after changes for H829-022
Subversion-branch: /trunk/polyorb
Subversion-revision: 132306
123001
123003
123004
123005
123008
(reintroduce allowed Ada 2005 constructs in PolyORB runtime library
sources).
Fix build infrastructure to consistently build PolyORB using -gnat05
-gnatyg
and to avoid -gnatg except when it is required (i.e. for children of
System).
For H313-013
Subversion-branch: /trunk/polyorb
Subversion-revision: 123096
Use -gnat05 for polyorb-initialization.adb
Use -gnatg only for implementation packages.
For H313-013
Subversion-branch: /trunk/polyorb
Subversion-revision: 123007
Provide a C implementation, conditioned on availability of appropriate
system calls.
Required for PolyORB/DSA on Windows and VxWorks.
For F831-006
Subversion-branch: /trunk/polyorb
Subversion-revision: 122318
tests.
(*.gpr): Use main procedure file name (with ".adb") in all project
files.
This is required by gprbuild, and harmless for gnatmake, so we might as
well
do it, in case we ever switch to gprbuild.
For GA04-028.
Subversion-branch: /trunk/polyorb
Subversion-revision: 121210
compiled with -gnatg.
----
date: 2007/10/12 16:34:47; author: quinot;
This is for F426-007
Subversion-branch: /trunk/polyorb
Subversion-revision: 116826
errors
(case of builds done by developers, regardless of wheter this is a debug
build or a production build).
However when building from packaged sources (case of nightly builds and
end-user builds), proceed with the build even in the presence of
warnings.
For F426-007
Subversion-branch: /trunk/polyorb
Subversion-revision: 116761
to
generate polyorb.gpr, so we can import the correct corba services
projects. Use @WITH_SERVICE_PRJS@.
(configure.ac): Set @WITH_SERVICE_PRJS@ to the appropriate with_clause.
We
generate the whole with_clause, rather than just a list, because there
can be
zero such projects, and "with ;" would be illegal. It doesn't make much
sense
to have zero application or protocol personalities, but we might as
well do
those the same way, for uniformity. So, we now have WITH_APPLI_PRJS and
WITH_PROTO_PRJS as well.
(projects/src_setup.gpr.in, projects-distrib/src_setup.gpr.in): Use
WITH_APPLI_PRJS and WITH_PROTO_PRJS instead of APPLI_PRJS and
PROTO_PRJS --
seems a little cleaner this way.
For EC06-003.
Subversion-branch: /trunk/polyorb
Subversion-revision: 115574
clients
of PolyORB. For each project file in projects that builds a library,
there is
a project file in projects-distrib with the same name, which has the
necessary
commands to allow gnatmake to find the corresponding installed .a file.
In
addition, we have polyorb.gpr, which is intended to be imported by
clients,
and common.gpr, which is imported by everything here.
(Makefile.in): Install the project files from projects-distrib.
(projects/README): Update documentation.
(configure.ac): Add projects-distrib/src_setup.gpr, which is generated
from
projects-distrib/src_setup.gpr.in.
(MANIFEST): Add new files in projects-distrib.
For EC06-003.
Subversion-branch: /trunk/polyorb
Subversion-revision: 115520
(Makefile.in): Use correct path separator on Windows (";" instead of
":").
Use correct ADA_PROJECT_PATH. Remove -v switch from idlac_wrapper.
(Locate_IDL_File): On windows, allow for both kinds of directory
separator ("/"
and "\").
(Preprocess_File): Remove trailing directory separator when calling gcc,
because that doesn't work on windows.
(idlac_wrapper): Add more information when using -v switch.
For E524-010.
Subversion-branch: /trunk/polyorb
Subversion-revision: 114954
This change is quite pervasive and warranted some reorganization of the
CORBA personality Any's and TypeCodes.
Implements G405-028
Subversion-branch: /trunk/polyorb
Subversion-revision: 43809
directory
(and get rid of Source_Dir, and rename Root_Source_Dir to be
Source_Dir). Same
for Build_Dir.
For EC06-003.
Subversion-branch: /trunk/polyorb
Subversion-revision: 43083