Commit graph

7 commits

Author SHA1 Message Date
Lars Melchior
92adf2db25
Create version header and update readme (#44)
* add note on github pages

* add version information to standalone. closes #35.

* update version info

* move includes into project directory and create version header

* fix style

* add comment for version header location
2020-06-03 16:25:44 +02:00
Lars Melchior
a4881dda8b
enforce standards conformance on MSVC and fix warning flags (#10)
* enforce standards conformance on MSVC

* add \W4 flag for test compilation

* enable compiler warnings for the library target when building tests

* update note on testing frameworks

* turns out only clang understands strongly typed enums
2020-04-15 09:12:12 +02:00
Lars Melchior
2725840926 add coverage info 2020-04-13 18:04:03 +02:00
Lars Melchior
812d740b4d seriously?! 2020-04-11 12:55:57 +02:00
Lars Melchior
75e8f650ca do we need to include sstream to concat strings in MSVC 2020-04-11 12:52:55 +02:00
Lars Melchior
9df557c951 silence MSVC enum warning 2020-04-11 12:46:46 +02:00
Lars Melchior
c94580f25c init 2020-04-11 12:31:08 +02:00