andrea
170c2b9957
removed old OCC <7 references
...
removed OCC <7 references
2023-08-04 21:22:40 -06:00
Adrián Insaurralde Avalos
3b6dbeb27e
Rename cmake flag for unit tests to ENABLE_DEVELOPER_TESTS
...
To differentiate from the previously existing BUILD_TEST that controls building the Test WB
2023-08-02 00:49:29 +00:00
Adrián Insaurralde Avalos
2a1d4d4994
fix use ccache by default on most systems
2023-07-27 08:31:04 -04:00
wmayer
713bc349a5
Qt6: fix possible build failure
...
* add CMake definitions 'QT_NO_KEYWORDS' to avoid the Qt definition of the 'slots' macro that causes a conflict when including Python headers
* drop QT3_SUPPORT define
2023-07-20 08:58:56 -05:00
wmayer
08e239e9f7
CMake: improve handling of shiboken/PySide
...
* fix syntax error with message()
* if shiboken/PySide cannot be found print a warning instead of fatal error. Especially for Qt6 builds a self-compiled shiboken6/PySide6 is required that isn't necessarily installed into the system directories so that the (system) Python interpreter may fail to find them
2023-07-20 08:58:56 -05:00
Adrián Insaurralde Avalos
1d7fb46f89
Add FREEECAD_USE_CCACHE cmake option
...
Defaults to ON except for conda compilation on windows
2023-07-18 11:46:04 -04:00
sliptonic
fecc5d954e
Merge pull request #9797 from mosfet80/patch-5
...
clean FindCoin3DDoc.cmake
2023-07-10 09:59:09 -05:00
sliptonic
127afb981f
Merge pull request #9773 from adrianinsaval/defaultEnableFlatMesh
...
cmake: enable BUILD_FLAT_MESH by default
2023-07-10 09:54:58 -05:00
Adrian Insaurralde Avalos
0ef101d817
Add cmake option FREECAD_USE_EXTERNAL_FMT to turn on/off system fmt use
...
defaults to ON
2023-07-02 01:38:26 -04:00
mosfet80
d1130c3120
check correct Eigen3 required version
...
https://wiki.freecad.org/Third_Party_Libraries say minimum eigen3 are v3.0
2023-06-30 10:14:38 -04:00
mosfet80
af2253f16e
Merge branch 'FreeCAD:master' into patch-5
2023-06-30 08:04:30 +02:00
Adrián Insaurralde Avalos
0bd56851ac
update libpack download hint [skip ci]
2023-06-27 13:49:16 -04:00
mosfet80
c82a0f79c7
clean FindCoin3DDoc.cmake
...
clean FindCoin3DDoc.cmake
2023-06-20 00:00:58 +02:00
Adrián Insaurralde Avalos
93f9a34b40
cmake: enable BUILD_FLAT_MESH by default
2023-06-14 12:07:06 -04:00
Chris Hennes
67638c3701
CMake: Remove last vestige of raytracing
2023-06-06 07:37:15 -05:00
wmayer
cd4ac3c853
fixes #9523 : CMake Error at cMake/FreeCAD_Helpers/SetupEigen.cmake
2023-05-17 14:39:11 +02:00
sliptonic
ed961dd834
remove dependency on robot
2023-05-12 09:20:20 -05:00
wmayer
8cc0b6ad39
Gui: Create .qm out of .ts files
2023-05-07 08:52:49 +02:00
wmayer
cdca28fd5a
Core: add CMake functions to create .qm out of .ts files
2023-05-07 08:39:55 +02:00
luzpaz
129d5882a7
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
Pesc0
876601d34d
Remove all PyQt references
2023-03-31 10:36:04 +02:00
Andrew
a75f194af7
Remove unused mod complete
2023-03-27 19:45:57 +02:00
wmayer
706b259cee
Image: remove module
2023-03-22 16:25:19 +01:00
wmayer
616c72e7e4
CMake: add Qt's WinExtra module
2023-03-13 18:14:11 +01:00
Bernd Waibel
8fde3e3cd0
properly report Shiboken and PySide if found
...
The patch fixes a small issue, with the PrintFinalReport macro, where
Shiboken and PySide where not properly reported.
Closes: https://github.com/FreeCAD/FreeCAD/issues/8573
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net >
2023-02-21 14:57:01 -06:00
Chris Hennes
b3766e5c42
cMake: Add manual find_package() for fmt
2023-02-20 21:42:55 -06:00
Pesc0
9d7c8b1326
Cleanup root directory
2023-02-18 16:09:56 -06:00
Chris Hennes
1900613b6f
Core: FetchContent zip download instead of git
2023-02-18 12:43:48 -06:00
Chris Hennes
59c95496b4
Core: Add libfmt via FetchContent
2023-02-18 12:43:48 -06:00
luzpaz
08b3bf4462
Fix various trailing whitespace issues
2023-02-16 09:30:22 -05:00
berniev
6e67ec9cc0
Still more improvements to Report Summary
...
Final Report doesn't distinguish system settings
Added ability to have 'sections' to group stuff
Added value function to display options as ON / OFF / value / -undefined-
Added sections System, Config, Libraries
Added a bunch of data to System and Config. Moved some out of Libraries as appropriate.
2023-02-10 20:29:16 -07:00
Chris Hennes
30e464d82a
cMake: Clean up old Mac Python search
2023-02-09 17:57:47 -07:00
luzpaz
b4780be1d1
Fix whitespace issues
2023-02-05 16:39:58 +01:00
wmayer
681b8091ad
CMake: make sure to add RPATH to area-native library
2023-02-02 16:56:15 +01:00
berniev
d5e1b3f441
Further efficiencies to Summary Report
...
Changed existing function to macro to access list of lines
Added conditional macro to save most of the if() else() endif()
Output sorted for improved comprehension
Moved build message out (nothing to do with report)
SLOC -~30%
2023-01-30 18:10:52 -07:00
Chris Hennes
53aedb17f4
cMake: Correct PySideTools paths on Windows
2023-01-30 10:36:33 -07:00
berniev
b0ae66b94c
Remove obsolete cmake code (<3.16.3)
2023-01-29 17:29:08 -07:00
berniev
243ad94fb2
Simplify usage in Final Report and move Libpack copy stuff out
...
Added report function to separate logic from presentation and automate layout
Removed Libpack stuff to its own cmake file CopyLibpackDirectories.cmake
Added call in main CMakeLists.txt to libpack stuff
2023-01-28 08:41:34 -07:00
berniev
8c36e83ff2
Update minimum python version
...
https://wiki.freecadweb.org/FreeCAD_1.0_Development_Cycle
2023-01-24 21:43:45 -07:00
wmayer
ad1663245b
PySide: [skip ci] fix typo
2023-01-01 11:01:13 +01:00
wmayer
f26bf54876
PySide: in PySide6 QWebEnginePage has been moved to QtWebEngineCore
2023-01-01 10:31:13 +01:00
wmayer
1d7369e321
QtTest: [skip ci] enable Qt testing framework
2022-12-01 13:57:00 +01:00
berniev
ab7644441f
cmake: correct usage of ifdefined (PR #7829 )
2022-11-20 14:16:18 +01:00
berniev
aafdb8134d
remove unused code in find pyside
2022-11-20 13:43:10 +01:00
wmayer
9efb942e12
Qt6 port: [skip ci] set helper variable Qt6Core_MOC_EXECUTABLE pointing to the moc tool
2022-11-05 13:36:36 +01:00
wmayer
a334bc4f0a
cmake: [skip ci] build with Qt6 requires the module QtSvgWidgets
2022-11-02 14:40:40 +01:00
Chris Hennes
2f7be9e782
cMake: Add support for compiling against Qt6 ( #7647 )
...
Removes the BUILD_QT5 flag and adds a new FREECAD_QT_VERSION option,
which can be set to either "Auto" (default), 5, or 6. Auto detects which
version of Qt is installed on the system and chooses it. If both version
are installed, Qt5 is used.
Note that this DOES NOT implement compiling against Qt6, it only adds
the necessary cMake infrastructure to begin work on the source code
changes that will be required.
2022-10-31 09:24:09 -05:00
looooo
c35bf58a43
add_definitions(-DSALOME_USE_64BIT_IDS) for smesh via config
2022-10-02 18:19:58 +02:00
berniev
448ce085f4
Remove redundant reference to C++14
2022-09-28 17:03:54 +02:00
wmayer
c1e7057dbb
CMake: fix compiler warnings about macro redefinition
2022-09-27 08:17:31 +02:00