pre-commit-ci[bot]
9fe130cd73
All: Reformat according to new standard
2025-11-11 13:49:01 +01:00
PhoneDroid
b5de74b21b
Updated SPDX License Identifiers
2025-10-08 10:27:10 -05:00
Markus Reitböck
65d4088c9e
cleanup remaining implementations of precompiled headers
2025-09-24 20:08:57 +02:00
Ladislav Michl
b6e27b4f6f
Main: unistd.h is not needed
2025-04-29 07:33:37 +02:00
Ladislav Michl
e4e99aa789
Main: output exception stream directly to stdout
...
printf is used to output formated stringstream. Not only introductory
information is somewhat repeated, but text can be sent directly to
standard output.
2025-04-29 07:33:37 +02:00
pre-commit-ci[bot]
238fd6a5fc
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-06-12 08:40:22 +02:00
mosfet80
39aee73549
[Main] MainPy.cpp clean
...
remove unused code
2024-06-12 08:40:22 +02:00
wmayer
0e21776494
Main: Apply clang-format
2024-06-03 12:51:36 +02:00
AgCaliva
93679b2729
Fix DOMDocument redefinition error
2023-09-08 09:12:52 -03:00
wmayer
cd93e17333
Main: simplify MainPy.cpp
2022-07-14 14:35:03 +02:00
wmayer
d21a60b294
All: modernize C++11
...
* replace deprecated headers
2022-03-23 22:44:18 +01:00
wmayer
1178df06b4
Gui: modernize C++11
...
* use nullptr
2022-03-23 18:41:21 +01:00
wmayer
91e4e468dd
Base: move ILogger sub-classes to their own source files in order to reduce including stream classes in client code
2022-03-06 10:13:47 +01:00
wmayer
5e0cfc64ee
App: use forward declarations
2022-03-04 21:09:46 +01:00
wmayer
8cbd92d874
port to MSYS2/clang
2021-09-19 19:49:44 +02:00
luz paz
a213071c87
Gui: remove Py2 code from several src/Gui .cpp files
2021-04-14 14:56:02 +02:00
luz paz
c52df25cf4
Main: fix header uniformity + trailing whitespace
...
[skip ci]
2020-12-12 08:17:58 +01:00
wmayer
fdcd36f251
fixes #0004000 : Ability to suppress console output when running under python
2019-06-13 15:46:49 +02:00
wmayer
05b190cdbb
fix build failure with Py2.7 under macOS
2019-03-31 17:46:32 +02:00
looooo
d944ef9188
python3.7 fix
2019-03-07 11:10:42 +01:00
wmayer
8f1ef0d90c
get rid of private function _PyImport_FixupBuiltin for FreeCAD and FreeCADGui modules
2018-09-01 19:57:15 +02:00
looooo
cba64a3587
fix windows problem:
...
https://forum.freecadweb.org/viewtopic.php?f=4&t=29014
2018-05-31 11:02:33 +02:00
luzpaz
0a31812c73
User-facing typo fixes
...
All user-facing strings that have double (consecutive) whitespace e.g. `\b \b`have been removed. Inspired by the error message in https://forum.freecadweb.org/viewtopic.php?f=3&t=5899&p=200309#p200309
2017-11-21 17:21:23 -03:00
wmayer
956b6ed08f
py3: port external FreeCAD module to Python3
...
whitespace improvement
2017-06-02 10:18:41 +02:00
wmayer
d40d68d0cb
py3: port external FreeCAD module to Python3
...
issue 0000995
2017-06-02 06:43:18 +02:00
Ian Rees
97f29bccc8
Get path on OSX when imported from external Python
2017-03-21 20:13:51 +01:00
wmayer
8bd18797c4
Coverity: fix high impact issues
2016-08-17 15:33:04 +02:00
wmayer
03cfeec267
+ fix compiler warning, improve whitespaces
2016-05-15 12:16:36 +02:00
David Pello
21ffb0305f
BSD Porting fixes, conditional compilation and use of gettimeofday()
2016-05-15 12:08:43 +02:00
Mateusz Skowroński
6942c23895
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
3f11c1fd82
Fix build errors
2013-02-13 00:34:45 +01:00
wmayer
bb726c4644
+ changes to make working with ipython shell
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5162 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-11-23 21:04:51 +00:00
wmayer
120ca87015
+ unify DLL export defines to namespace names
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00