Skip to content

Latest commit

 

History

History
57 lines (53 loc) · 1.3 KB

README.md

File metadata and controls

57 lines (53 loc) · 1.3 KB

cdm: C++ dependency manager

An experimental application for managing C or C++ headers and pre-built libraries.

You can find a more serious approach here: https://github.com/conan-io/conan

Continuous Integration

  • GCC on Ubuntu 12.04: Build Status
  • Visual C++ 2013: Build status

Source code formatting

There is a CMake target called clang-format to format the source code of this project according to the style defined in .clang-format. You can for example run the target clang-format in Visual Studio or make clang-format on the command line.

Roadmap

Libraries to try:

  • most important
    • silicium
    • github.com/chriskohlhoff/urdl
    • github.com/Microsoft/GSL
  • libclang
  • Lua
  • Luabind
  • LuaJIT
  • Boost.Outcome
  • Boost.AFIO
  • stand-alone ASIO
  • eggs-cpp/variant
  • CURL
  • ZLib
  • OpenSSL
  • LibreSSL
  • Boost.Fiber
  • Boost.Hana (header-only)
  • sqlpp11
  • hpx
  • github.com/datasift/served
  • folly
  • Crypto++
  • SDL
  • SDL2
  • Boost.Http
  • SFML
  • ericniebler/range-v3
  • actor-framework
  • Ogre3D
  • Irrlicht
  • Intel TBB
  • Cap’n Proto
  • casablanca.codeplex.com
  • Protocol Buffers
  • cereal
  • CppUnit
  • AngelScript
  • uriparser