piojanu / btree

University project from subject Data Base Structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

b+tree

University project from subject Data Base Structures

Where is what?

'tests' directory contains unit tests. Gtest library is used for testing. Content of 'include' and 'source' directories with main.cpp in top directory are project sources and headers.

Building it

Use cmake to generate makefiles or workspaces. If you want to use clang, you can use -DUSE_CLANG=1 param.

Alternatively you can use scripts 'gen_makefiles.sh' and 'gen_ninjafiles.sh' to generate makefiles for make or ninja. In both, you can specify 'use_clang' param to use clang compiler. Those scripts will generate makefiles in 'build' directory.

Run it

After build, binaries will be put in 'bin' directory. 'runtest_btree' is unit tests binary. 'btree' is project binary.

About

University project from subject Data Base Structures


Languages

Language:C++ 97.0%Language:CMake 1.9%Language:Shell 1.0%