Yet Another Object Request Broker 0.2 review

Download
by rbytes.net on

Yet Another Object Request Broker is an implementation of the CORBA ORB. YaOrb advanced installation YaOrb uses the GNU tools (

License: GPL (GNU General Public License)
File size: 0K
Developer: Marc Alff
0 stars award from rbytes.net

Yet Another Object Request Broker is an implementation of the CORBA ORB.

YaOrb advanced installation

YaOrb uses the GNU tools (Autoconf, Automake, ...).
See the GNU documentation for complete instructions, in file $/INSTALL.GNU.

Optional features

The configure script also supports package specific options :

-enable-yoconf=DEV : build in "Development" configuration
-enable-yoconf=TCOV : build in "Coverage" configuration
-enable-yoconf=GPROF : build in "Profiling" configuration

These options are private for the maintainer of this package, and will only work in a specific environment (since assumptions are made about which compiler is used, ...). You may try them, but don't need them to make a build.

The "DEV" (Development) configuration is used to perform a build with all the possible warning options turned on, and warnings are considered errors (using gcc with -Wall -Werror). This configuration is used to enforce that the code is as clean as possible.

The "TCOV" (Coverage) configuration is used to collect code coverage statistics, and also depend on gcc. After running tests, use 'make profiling' to collect code coverage, and read the resulting files :

- $/.SCORE
- $/.MISSING

The "GPROF" (Profiling) configuration is used to collect performance data, and relies on specific gcc options and gprof. After running tests, use 'make profiling' to collect statistics generated.

What's New in This Release:
First public release of Yet Another Object Request Broker. Pre alpha, release 0.2

Yet Another Object Request Broker 0.2 search tags