Skip to content

d-led/test-ioc-cpp

Repository files navigation

test ioc c++

hello world c++ ioc containers

Build Status

This project is a series of hello world examples with the intent of feature comparison of c++ Dependency Injection Frameworks.

The frameworks currently aspiring:

Build files are generated using the convenience wrapper for premake - premake-meta-cpp

Testing and mocking of C++ objects is done via googlemock+googletest.

Travis CI is used for a proof of concept continuous integration.

Preparing build

  • premake\premake4 prepare to check out non-git dependencies
  • premake\premake4 gmake or premake\premake4 vs2012+convert to vc12 or premake\premake4 xcode4 to generate build files
  • If you don't have Mercurial, download and extract dicpp into the dicpp folder

Blog

TODOs

Frameworks

About

hello world c++ dependency injection (ioc) containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published