Kacper Donat
|
4487dc84a0
|
Fem: Use freecad_cast whenever possible
|
2025-04-26 14:23:25 +02:00 |
|
Stefan Tröger
|
a65a7feb87
|
FEM: Switch post groups to extension based system
|
2025-03-22 23:27:10 +01:00 |
|
Andrea
|
de9bd5e1ce
|
change MIN_boost_version
ubuntu version 20.04 is no longer supported.
The minimum boost version used for freecad is now 1.74 (ubuntu 22.04) https://launchpad.net/ubuntu/jammy/+package/libboost-system-dev
|
2025-02-15 13:33:32 -06:00 |
|
Benjamin Nauck
|
7c4ff290a8
|
Mod: Fix mistakes in type system class names
|
2025-02-10 18:33:00 +01:00 |
|
Kacper Donat
|
deb15a57e4
|
Gui: Add getObject<T>() helpers to various classes
Obtaining specific kind of document object is very common task. This
commit introduces handy helper which makes that a lot easier.
|
2024-12-06 18:19:53 +01:00 |
|
wmayer
|
b8b94c249e
|
Fem: Apply clang-format
|
2023-09-25 14:50:43 +02:00 |
|
wmayer
|
51b924fd81
|
FEM: modernize C++: use default member init
|
2023-08-23 00:55:03 +02:00 |
|
wmayer
|
d525e0d308
|
Fem: modernize C++: use equals default
|
2023-08-21 13:35:54 +02:00 |
|
Uwe
|
97103b3bf3
|
[FEM] use std::unique_ptr for all dialog objects
- also fix too long line
- also further clang automatic code style changes
|
2023-03-22 20:08:13 +01:00 |
|
marioalexis
|
20984f866c
|
Fem: Remove unused member node
|
2023-03-16 17:50:21 +01:00 |
|
marioalexis
|
191879b2c6
|
Fem: Remove property name comparison
|
2023-03-11 10:29:29 +01:00 |
|
marioalexis
|
a9b167ccbc
|
Fem: Add box filter function
|
2023-03-11 03:13:57 +01:00 |
|
marioalexis
|
b1e8de58ea
|
FEM: Add cylinder filter function
|
2023-03-08 17:16:41 +01:00 |
|
Uwe
|
1527a731e7
|
[FEM] ViewProviderFem*: remove unused includes
- also sort includes
|
2022-10-03 15:01:37 +02:00 |
|
wmayer
|
2062f9ce87
|
clang: fix warnings [-Winconsistent-missing-override]
|
2022-08-09 17:36:25 +02:00 |
|
berniev
|
ddafb98813
|
Mod: Use override etc 2
|
2022-08-09 12:52:26 +02:00 |
|
berniev
|
da9ebc572f
|
Mod: redundant void 2
|
2022-08-08 10:27:50 +02:00 |
|
wmayer
|
1688991391
|
FEM: automatically detect a suitable scale factor for old project files
|
2022-04-12 15:24:21 +02:00 |
|
wmayer
|
8ca3513441
|
FEM: use an SoJackManip for ViewProviderFemPostPlaneFunction
|
2022-04-12 10:16:54 +02:00 |
|
Uwe
|
c4576ecfeb
|
[FEM] add missing functions deletion handling
as it was, one could delete the functions container breaking the simulation. Now you get a warning.
- also remove unused includes
|
2022-03-24 16:17:44 +01:00 |
|
wmayer
|
7ae9fc0d67
|
Fem: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
Uwe
|
348562ddcc
|
[FEM] header files: remove unused includes
|
2022-03-23 17:36:08 +01:00 |
|
Mateusz Skowroński
|
2559f2d29c
|
Fix build warnings from deprecated Boost headers (they are used internally by Boost). Thanks @wwmayer for the hint.
|
2020-12-29 10:20:53 +01:00 |
|
wmayer
|
cbb5f99ade
|
PVS: V730 Not all members of a class are initialized inside the constructor
|
2020-07-18 10:59:27 +02:00 |
|
luz.paz
|
b3e42d103d
|
[skip ci] fix follow-up typos
|
2020-03-06 14:50:35 +01:00 |
|
Bernd Hahnebach
|
12c31ab055
|
FEM: add gitattributes file to let git manage file endings and normalize them
|
2019-12-12 07:29:15 +01:00 |
|
Bernd Hahnebach
|
7695106ff6
|
FEM: code formating replace lines of # with lines of *
|
2019-09-19 09:10:56 +02:00 |
|
wmayer
|
f898eafd64
|
move from deprecated boost.signals to boost.signals2 library
|
2018-10-30 19:09:03 +01:00 |
|
wmayer
|
3114df352d
|
in forward declaration replace class keyword when struct is expected
comment out unused parameters
|
2016-12-29 17:52:39 +01:00 |
|
Bernd Hahnebach
|
55d2884658
|
FEM: code formating: remove trailing white spaces
|
2016-08-04 17:45:04 +02:00 |
|
Stefan Tröger
|
9c61e2f386
|
FEM Post: Fix cutter error and "remove crashs"
|
2016-05-18 21:35:15 +02:00 |
|
Stefan Tröger
|
53a5297de7
|
FEM Post: Update function manipulators
Update includes view and transformation handling
|
2016-05-18 21:35:15 +02:00 |
|
Stefan Tröger
|
51f2a0efc6
|
FEM Post: Detail filter infrastructure
|
2016-05-18 21:35:15 +02:00 |
|
Stefan Tröger
|
2b9e608501
|
FEM Post: Basic implementation of filter framework
|
2016-05-18 21:35:15 +02:00 |
|