项目作者: yuchi518

项目描述 :
Memory management, Objective C structure, etc.
高级语言: C
项目地址: git://github.com/yuchi518/LC-clibs.git
创建时间: 2018-06-04T05:26:49Z
项目社区:https://github.com/yuchi518/LC-clibs

开源协议:Other

下载


LC-clibs

C libraries include platform, dybuf, mmo, etc.

Version

0.0.1

Libraries Descriptions

  • platform library provides reusable and cross platform functions, include type definitions,
    string manipulation, memory management, simple input/output manipulation.
  • dybuf library provides a simple way to serialize variable, structure, etc.
  • mmo library provides an objective architecture, this architecture includes many features:
    life cycle management, serialization, inheritance, virtual function, runtime type casting, comparison, hashable, etc.

System Requirements

If you want to run the test code, your system should meet the following requirements.

Run test code

Build test code:

  1. # cd /path/to/LC-clibs
  2. # cmake --build ./cmake-build-debug --target unit_test

Run test code:

  1. # ./cmake-build-debug/unit_test

ToDo

  • Unit test

License

GPLv2