1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-01 06:30:52 +02:00
Commit graph

12 commits

Author SHA1 Message Date
ClausKlein
f59c0cfbee one more try with dll on windows
cleanup code too
2021-02-16 18:25:02 +01:00
ClausKlein
4f66d198b9 usec ClangCL instead of MVC 2021-02-15 20:26:33 +01:00
ClausKlein
ee5c92ff16 last try ... 2021-02-15 20:16:55 +01:00
ClausKlein
ae2d022801 windoof dll export is not as easy as it should! 2021-02-15 19:50:26 +01:00
ClausKlein
0322f4eeed perfect, dynamic libray suppart added
SOVERSION 1 used and requered
except for windoof!
2021-02-15 09:28:30 +01:00
ClausKlein
fe76a4416c export all, but not privates 2021-02-15 00:05:17 +01:00
ClausKlein
0bad72b51e support dynamic library too
generate export header needed and install it
2021-02-14 23:44:26 +01:00
ClausKlein
47fa7c6933 make it useable for me
extent cmake-format config file
use package-lock too
2021-02-12 22:53:26 +01:00
ClausKlein
79060d4af6 do it my way, modernize cmake
build dynamic lib
use makefile wrapper to test all use cases
include clang-tidy config file
prevent clang-tidy warnings
2021-02-12 18:52:34 +01:00
ClausKlein
88781d22ab add build time dependency to static lib
the header only fmt lib is used to show this
2021-02-10 22:33:08 +01:00
Krishna Chaitanya
0f7ae8a3b7
Use m.css for generating doxygen docs (#49)
* Use m.css for generating doxygen docs

* pass CMake variables to Doxygen

* Setup config for Pages section

* show not explicitly documented objects

* update patch comment

* update comment on M_SHOW_UNDOCUMENTED

Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
2020-07-29 12:46:13 +02:00
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