8000 GitHub - ccup/mcl: Library to support modern C development.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

ccup/mcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCL : Modern C Library

Library to support modern C development.

assumptions

  • Static memory management;
  • Build based on CMake.
  • Linux or Mac platform.

download and install

$ git clone git@github.com:ccup/mcl.git
$ cd mcl
$ ./ccup.sh -ubi

test

$ cd mcl
$ ./ccup.sh -ubt

Disable multi-thread tests:

  • Open CMakeLists.txt, modify option(ENABLE_THREAD "Build tests with thread" ON) to option(ENABLE_THREAD "Build tests with thread" OFF);
  • Clean build: rm -rf build or ./ccup.sh -c;
  • Rebuild and test: ./ccup.sh -ubt

help

./ccup.sh -h

About

Library to support modern C development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0