Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 949 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 949 Bytes

cpde_syslibs

system libraries common to several applications following the CPDE model

Introduction

CPDE - Cross Platform Development Environment is a set of conventions and tools for building C++ software libraries and applications. The build system is based on Code::Blocks

Library synopsis

The follwing libraries are included

Library name Description
cf_syslib CPDE System library with commonly used classes/functions
cf_yaml CPDE yml library based on https://github.com/jbeder/yaml-cpp
cf_serial CPDE basic serial communication library
op_lite A portable, lightweight object persistence library for C++
ce_angelscript CPDE adaption of https://www.angelcode.com/angelscript/
ce_angelscript_ex CPDE extension library to Angelscript