NtsDK / measurelook-c-printer

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Installation and run

  1. Download repo
  2. make

Checked with gcc 4.4.6.

Project structure

  • src
    • lcthw
    • 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
  • 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

About

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.

License:Apache License 2.0


Languages

Language:C 98.4%Language:Makefile 1.3%Language:Shell 0.2%