Chris Hennes
|
f7edc74eee
|
App: PR6497 move return statement to new line
|
2022-03-29 12:33:37 -05:00 |
|
wmayer
|
1a20b7f119
|
App: modernize C++11
* use nullptr
|
2022-03-23 17:29:23 +01:00 |
|
Uwe
|
f274c63e0e
|
[App] next attempt to fix CI build error
- revert previous commit and re-add application as header
|
2022-03-06 03:25:14 +01:00 |
|
Uwe
|
8250cab590
|
[App] try to fix CI build failure
- since I have no clue what the error is about:
https://gitlab.com/freecad/FreeCAD-CI/-/jobs/2167699355
I follow MSVC's advice that tells me that a function definition in the .cpp file is missing
|
2022-03-06 03:02:14 +01:00 |
|
Uwe
|
d837160c8e
|
[App] remove some unused includes
|
2022-02-25 02:25:47 +01:00 |
|
luz paz
|
84553bf191
|
App: Fix header uniformity, trailing whitespace, and doxygen headers
|
2020-11-19 13:38:37 +01:00 |
|
Zheng, Lei
|
b50914923a
|
App: add class TransactionLocker
To protect some critical transaction from being closed prematurely. It
is currently used to protect transaction of object deletion.
|
2020-02-11 15:40:27 -05:00 |
|
wmayer
|
9fa56345cf
|
core system
force strict ISO C++ (-Wpedantic)
TODO: still a lot of variadic macros are not valid ISO C++
|
2019-09-18 01:01:14 +02:00 |
|
Zheng, Lei
|
f1b569621a
|
Split App::AutoTransaction into its own file
|
2019-09-10 14:17:07 +02:00 |
|