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

11 commits

Author SHA1 Message Date
Claus Klein
45f48abb0c check with clang-tidy only local source
cleanup GNUmakefile, add some Notes too
2021-03-03 15:47:44 +01:00
ClausKlein
7d95486a55 clenup GNUmakefile to work with clang-tidy 2021-03-03 10:52:56 +01:00
ClausKlein
c122dc042f No run-clang-tidy yet on CI!
pimp my GNUmakefile to do it right
2021-03-02 18:17:47 +01:00
ClausKlein
75c10df2d8 prevent to test fetcht packeage too
use only explicit add_test()
2021-03-02 12:46:30 +01:00
ClausKlein
a50af55582 Do NOT set visibility to hidden for all targets
only if requested and only for our target

use clang-tidy too on CI on cmacos
2021-03-02 11:55:41 +01:00
ClausKlein
6ea6bdd2ea add options.cmake project config file
common options used for every cmake project
prevent reame of standalone executable via cmake properties
2021-02-17 10:31:56 +01:00
ClausKlein
56a3c22ad9 build all dll and executable at bin directory 2021-02-17 00:51:29 +01:00
ClausKlein
0bad72b51e support dynamic library too
generate export header needed and install it
2021-02-14 23:44:26 +01:00
ClausKlein
7f36b7cb86 cleanup build files
use strict -std=c++20
update cmake-format config file
2021-02-13 21:56:31 +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