About project (README Rus)
This repo contains printer of Measurelook format for C language. Printer is based on bstring lib. In this repo you will find the full example of computational experiment which prints data in Measurelook.
Project is based on Zed Shaw C project template from book Learn C The Hard Way.
- Download repo
- make
Checked with gcc 4.4.6.
- src
- lcthw
- mlBuilder - (measurelook builder) - Measurelook file builder
- bstrlib - string library for C
- distances - distance functions
- distancesPerformanceTest - distance functions performance test
- env - extra functions to get environment information in runtime
- mlExtras - reusable printing on environement information in experiment metainformation
- dbg.h - Zed Shaw's debug macros
- lcthw
- testRes/distances - results of test run
- tests
- env_tests - testing of environment information getters in runtime
- distances_performance_tests - performance test starter
- minunit.h - test autostarter
- runtests.sh - test autostarter