ldmnyblzs / bliss-cmake

Bliss 0.73 with CMake build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bliss 0.73 with CMake

Bliss 0.73 from http://www.tcs.hut.fi/Software/bliss/ (downloaded on 28/01/19) with the following changes:

  • replaced the logical operators 'and', 'or' and 'not' with '&&', '||' and '!' because MSVC doesn't support the former syntax
  • comment out the uses of the Timer class because it depends on UNIX specific headers but it's "Not essential if you are using bliss as a library." according to timer.hh
  • add a CMake build script

See the commit history for a complete list of changes!

About

Bliss 0.73 with CMake build


Languages

Language:C++ 96.8%Language:C 2.5%Language:Makefile 0.4%Language:CMake 0.3%