PhoneDroid
|
842c5f53e1
|
[ App ]: Update SPDX License Identifiers
|
2025-12-25 11:55:37 -06:00 |
|
Pieter Hijma
|
7e3b2230b9
|
Doc: Improve the documentation of transactions (#21494)
|
2025-11-14 12:52:13 -06:00 |
|
wmayer
|
6f5259af26
|
App: Apply clang format (part 1)
|
2024-11-21 07:54:24 +01:00 |
|
wmayer
|
7fe0d5b9a6
|
modernize C++: use equals delete
|
2023-08-10 17:29:05 +02:00 |
|
wmayer
|
b8a7849dd3
|
Misc: modernize C++: use override
|
2023-08-04 17:09:53 +02:00 |
|
wmayer
|
1a20b7f119
|
App: modernize C++11
* use nullptr
|
2022-03-23 17:29:23 +01:00 |
|
Uwe
|
7d1a64e1c1
|
[App] AutoTransaction: a change to silence MSVC compiler
as proposed here: https://github.com/FreeCAD/FreeCAD/pull/6519#discussion_r820641762
|
2022-03-07 20:34:02 +01:00 |
|
wmayer
|
4b0658a3a6
|
App: include cstddef to get definition of size_t
|
2022-03-07 01:00:14 +01:00 |
|
Uwe
|
cdff8e19dc
|
Revert "[App] add a missing return statement (#6519)"
This reverts commit 5c7ef17ac063f9339c68333afecf1cd88404b959.
|
2022-03-07 00:50:18 +01:00 |
|
Uwe
|
26ece78df4
|
[App] add a missing return statement (#6519)
* [App] add a missing return statement
as discussed here: ceae048a43 (commitcomment-68066635)
|
2022-03-06 23:20:05 +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 |
|
Zheng, Lei
|
f1b569621a
|
Split App::AutoTransaction into its own file
|
2019-09-10 14:17:07 +02:00 |
|