pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by:
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our co
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our code baseThe NeverEnding Story was a great film back in the old days :)Great video and theme song by Limahlhttps://www.youtube.com/watch?v=lHytjEj7B9ghttps://en.wikipedia.org/wiki/The_NeverEnding_Story_(film)
pre-commit auto remove trailing whitespace from `.mk` files (#377)If there are too many changes / files I can create a smaller PRThanks
pre-commit(end-of-file-fixer): autofix more main cxx files (#307)
pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)* pre-commit(end-of-file-fixer): auto fix `.mk` files* Update makefile.mk* Update makefile.mk---------Co-authored-by: Matthias Seid
pre-commit(end-of-file-fixer): auto fix `.mk` files (#266)* pre-commit(end-of-file-fixer): auto fix `.mk` files* Update makefile.mk* Update makefile.mk---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fix end of hxx files remove unneeded blank lines (#242)
Merge main/cosv and main/udm into main/autodoc.main/autodoc depends on main/cosv and main/udm.main/udm depends on main/cosv.No other module depends on main/cosv or main/udm.The only deliverable
Merge main/cosv and main/udm into main/autodoc.main/autodoc depends on main/cosv and main/udm.main/udm depends on main/cosv.No other module depends on main/cosv or main/udm.The only deliverable from main/autodoc is the autodoc executable -there are no libraries, and all headers remain private and undelivered.We might even be able to use some third-party documentation generatorinstead of autodoc, perhaps Doxygen. Whether we should go that way is debatable,but there is no point in littering main/ with 2 modules and littering solver/with many headers and 2 static libraries just so autodoc can consume them.Rather make their code internal to autodoc.Patch by: me