1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 05:31:13 +02:00
Commit graph

10 commits

Author SHA1 Message Date
Krishna Parmar
57d0b4dfc8
Update about.dox (#183) 2023-11-19 11:19:51 +00:00
Bongani Mbigi
f0fe8d1cf6
Updated m.css dependency (#151)
currently m.css commit hash will cause errors found in issue #126. Updating to the latest has fixes these problems

correct hash
2022-03-27 14:48:05 +02:00
Claus Klein
b3007ae14a
modernize cmake packages (#149) 2022-03-23 12:52:34 +01:00
Lars Melchior
4c2a2a9e1d
use correct m.css source directory variable. fixes #105. (#106) 2021-03-20 18:07:14 +00:00
Lars Melchior
0b21db1022
adapt shorthand syntax in other dependencies (#88) 2021-03-01 20:55:52 +00:00
Lars Melchior
50fcbccb57
use official m.css repo (#64) 2020-11-09 12:21:18 +01:00
Lars Melchior
e7af9b28c2
add all subproject by default (#56) 2020-08-20 10:24:18 +02:00
Lars Melchior
866ae707e5
Enable cmake formatting (#53)
* enable cmake formatting

* update style check workflow

* update readme

* update wording
2020-08-11 11:10:01 +02: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
032e506c12
Doxygen support (#43)
* init doxygen

* fix format

* use readme as main file

* don't generate LaTeX

* automatically use correct project version and update html settings

* minify Doxyfile

* add documentation

* add workflow to publish documentation

* remove mac comment

* formatting

* fix typo

* grammar
2020-06-03 14:31:53 +02:00