Benjamin Nauck
|
368f1fc296
|
Mesh: Add #include <limits> where used
|
2025-03-31 23:51:52 +02:00 |
|
Benjamin Nauck
|
a9c66476f8
|
Mesh: Use std::numeric_limits and std::numbers instead of defines
|
2025-03-29 13:32:38 +01:00 |
|
wmayer
|
9140327832
|
Mesh: fix many linter warnings
|
2024-03-12 00:36:28 +01:00 |
|
wmayer
|
15b11bc360
|
Mesh: Apply clang-format
|
2023-09-23 14:03:11 +02:00 |
|
Uwe
|
10aff43462
|
[Mesh] Gui: So*: remove unused includes
- also some sorting
|
2022-12-04 16:38:28 +01:00 |
|
Chris Hennes
|
702238a99c
|
Mesh: PR6497 move return statement to new line
|
2022-03-29 12:36:30 -05:00 |
|
wmayer
|
853454a139
|
Mesh: modernize C++11
* remove redundant void-arg
* use nullptr
* replace deprecated headers
|
2022-01-26 18:05:02 +01:00 |
|
wmayer
|
5a83dc2c8f
|
avoid several implicit conversions, replace several old C-casts, other minor changes
|
2019-09-18 23:27:54 +02:00 |
|
wmayer
|
b980cf3361
|
fix -Wextra in Mesh
|
2016-09-23 17:24:00 +02:00 |
|
Mateusz Skowroński
|
7d0e892d36
|
Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
158f39ec78
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:43:33 +01:00 |
|
wmayer
|
c754280af6
|
Improve methods to select meshes, allow to smooth only selected area of a mesh
|
2013-04-26 17:21:36 +02:00 |
|