- Jan 26, 2022
-
-
Jakub Klinkovský authored
-
- Jan 20, 2022
-
-
Jakub Klinkovský authored
JK/fixes See merge request !121
-
Jakub Klinkovský authored
Does not work, disabled in CMakeLists.txt
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jan 15, 2022
-
-
Jakub Klinkovský authored
Fixed copy-constructor in SparseMatrix See merge request !120
-
Jakub Klinkovský authored
It cannot be default, because the internal view would still point to the original matrix.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jan 10, 2022
-
-
Jakub Klinkovský authored
Copyright headers for 2022 and forward See merge request !118
-
-
-
The old headers were hard to maintain, inconsistent and contained useless information: - file name (useless, prone to inconsistencies upon renaming) - "description" (useless placeholder that was likely intended to be replaced by the user, not to be used literally) - "begin" date for each file (prone to inconsistencies and copy-paste errors, the information can be found in git) - "copyright" notice (inconsistent years) - "email" (replaced with a project link in the new template) - "Copyright Notice" referring to an obsolete file (tnl/Copyright) that does not exist anymore The new template consists of three simple parts: - copyright notice with updatable years related to the whole project - project name and website URL - SPDX license identifier Note that the SPDX license identifier must be on a line that starts with either "//" or "/*", so we can't use a block comment (/* ... */) for the whole header. But using "//" for block comments is common too.
-
Copyright headers in these files are useless, since they are not distributed on the user's when they install TNL. They were also outdated and inconsistent.
-
Jakub Klinkovský authored
Documentation: fixed links between markdown files See merge request !119
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Doxygen changed their way of naming HTML files converted from Markdown in the 1.9.3 release, but linking to other Markdown files is now supported natively. No need for links to .html and the \page macro at the top of each Markdown page.
-
Jakub Klinkovský authored
-
- Jan 09, 2022
-
-
Jakub Klinkovský authored
Mesh followup See merge request !117
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
It is broken and does not actually check anything.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Optimized mesh initialization by skipping entities which are completely disabled in the configuration
-