Menu

Tree [2c9770] v0.4.0 /
 History

HTTPS access


File Date Author Commit
 doc 2013-10-02 Daniele Pallastrelli Daniele Pallastrelli [b9c612] Bumped version number to 0.4
 samples 2013-09-27 Daniele Pallastrelli Daniele Pallastrelli [a67d62] Solved issue with multiple inclusion of Bin in ...
 test 2013-09-27 Daniele Pallastrelli Daniele Pallastrelli [0eb3da] Fixed issue with gcc RTTI across process bounda...
 wallaroo 2013-10-01 Daniele Pallastrelli Daniele Pallastrelli [a960ea] Doxygen comments
 .gitignore 2013-02-13 Daniele Pallastrelli Daniele Pallastrelli [ae94b5] ptreebasedcfg now works with gcc
 AUTHORS 2012-09-25 Daniele Pallastrelli Daniele Pallastrelli [b481f0] Removed multipleplug.h
 COPYING 2012-04-19 Daniele Pallastrelli Daniele Pallastrelli [0d6408] Initial commit
 COPYING.LESSER 2012-04-19 Daniele Pallastrelli Daniele Pallastrelli [0d6408] Initial commit
 ChangeLog 2013-10-02 Daniele Pallastrelli Daniele Pallastrelli [b9c612] Bumped version number to 0.4
 INSTALL 2013-10-02 Daniele Pallastrelli Daniele Pallastrelli [b9c612] Bumped version number to 0.4
 README 2013-10-02 Daniele Pallastrelli Daniele Pallastrelli [b9c612] Bumped version number to 0.4
 Version 2013-10-02 Daniele Pallastrelli Daniele Pallastrelli [b9c612] Bumped version number to 0.4

Read Me

wallaroo
********

Welcome to wallaroo!

This is the source code for the wallaroo project. The main project page is at:
http://wallaroo.googlecode.com/

All of our documentation is on the project wiki:
http://code.google.com/p/wallaroo/w/list


Introduction
============

Wallaroo is a lightweight yet powerful library for configurable creation
and wiring of C++ classes

With Wallaroo you will be able to separate the setup phase (object building
and wiring) from the logic of your classes. In addition, you will be able to
change the class of your objects without rebuilding anything: in this way you
can change the behaviour of your application, or perform mock testing using
the same executable.

With Wallaroo you will be able to focus on the logic of your classes, without
worrying about the wiring phase.

This mechanism is called Dependency Injection (DI). Someone calls it
Inversion of Control (IoC), but actually that has a broader meaning.

Installation
============

This repository contains the wallaroo library.

See INSTALL for (generic) installation instructions.


The Wallaroo Distribution
=========================

This is a sketch of the resulting directory structure:
   
wallaroo\ .......................................The “wallaroo root directory”
   README ................................Generic documentation about wallaroo
   INSTALL .........................................Installation documentation
   ChangeLog ...........................................The log of the changes
   Version ..............................This file contains the version number
   wallaroo\ ........................................All Wallaroo Header files
   samples\ .................................................Examples and test
      minimal\.................................................A basic example
      cpp0x_only\.....................This example uses C++0x instead of boost
      boost_only\.....................This example uses boost instead of C++0x
      mineplant\ ............A "control system" example using XmlConfiguration
      roulette\.A roulette simulation, using multiple catalogs and shared libs
      shapes\.....A drawing sample, using XmlConfiguration & JsonConfiguration
      ...more samples...
   test\ ............ Automatic tests of the library (for wallaroo developers)
   doc\ .....................................A subset of Wallaroo library docs
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.