- Jan 30, 2021
-
-
Although #pragma once is not a standard, compilers nowadays usually support it. We don't have any tricky build system so we should be OK. This also fixes many errors regarding using reserved identifiers (names starting with double underscore).
-
- Aug 03, 2020
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
Simplify versioning by CMake. Uses git version in the format "<major>.<minor>.<patch>.r<commits-since-version-tag>.g<hash>(-dirty)?".
-
- Oct 18, 2019
-
-
Tomáš Pecka authored
-
- Mar 10, 2019
-
-
- Mar 01, 2019
-
-
- Nov 14, 2018
-
-