-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cura 8640 PyQt6 upgrade #17
Commits on Mar 4, 2022
-
These allow for a uniform way of handling rpath, threads etc. Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 1931492 - Browse repository at this point
Copy the full SHA 1931492View commit details -
Added relative rpath to lib from site-packages
Although not needed at run-time, it is needed for freeze time, such that cx-freeze can find it. Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for a449418 - Browse repository at this point
Copy the full SHA a449418View commit details
Commits on Mar 8, 2022
-
Also use relative loader for rpath
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 107dd48 - Browse repository at this point
Copy the full SHA 107dd48View commit details -
Also add the ../Resources/lib/
../lib is an symlink to ../Resources/lib/ Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 044588c - Browse repository at this point
Copy the full SHA 044588cView commit details
Commits on Mar 24, 2022
-
Use same FindClipper cmake module as libnest2d
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 2c014f5 - Browse repository at this point
Copy the full SHA 2c014f5View commit details
Commits on Mar 30, 2022
-
Allow external def of sip-build executable
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 9f5ec6d - Browse repository at this point
Copy the full SHA 9f5ec6dView commit details -
COnsistent naming of cmake targets with Conan
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for ad5c27e - Browse repository at this point
Copy the full SHA ad5c27eView commit details -
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 8e7dbd6 - Browse repository at this point
Copy the full SHA 8e7dbd6View commit details -
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 961dabf - Browse repository at this point
Copy the full SHA 961dabfView commit details
Commits on Apr 1, 2022
-
Fix setting environment variable
We don't want to set a new variable with as name the current PYTHONPATH. We want to set the PYTHONPATH itself. Contributes to issue CURA-8640.
Configuration menu - View commit details
-
Copy full SHA for 3d8c767 - Browse repository at this point
Copy the full SHA 3d8c767View commit details
Commits on Apr 4, 2022
-
Merge remote-tracking branch 'origin/CURA-8640_PyQt6_upgrade' into CU…
…RA-8640_PyQt6_upgrade
Configuration menu - View commit details
-
Copy full SHA for 1940ebc - Browse repository at this point
Copy the full SHA 1940ebcView commit details -
Allow setting PYTHONPATH as CMake arg
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for dc10a09 - Browse repository at this point
Copy the full SHA dc10a09View commit details -
Also use the PYTHONPATH on the regenerate stage
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for ea7750f - Browse repository at this point
Copy the full SHA ea7750fView commit details -
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 74a34dc - Browse repository at this point
Copy the full SHA 74a34dcView commit details -
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for fa33ba0 - Browse repository at this point
Copy the full SHA fa33ba0View commit details
Commits on Apr 5, 2022
-
Allow local site-packages path
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 35a41bb - Browse repository at this point
Copy the full SHA 35a41bbView commit details -
Use Libnest2D as namespace for cmake find module
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for a7aa90f - Browse repository at this point
Copy the full SHA a7aa90fView commit details -
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 66fa164 - Browse repository at this point
Copy the full SHA 66fa164View commit details -
use correct namespace for Libnest2D
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 6ff3f82 - Browse repository at this point
Copy the full SHA 6ff3f82View commit details
Commits on Apr 8, 2022
-
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 3a6989c - Browse repository at this point
Copy the full SHA 3a6989cView commit details
Commits on Apr 14, 2022
-
Use Python_VERSION in CPython site-package path
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for e131dae - Browse repository at this point
Copy the full SHA e131daeView commit details -
Don't set target_compiler_feature cxx_std_17
Allready taken care of in StandardProjectSettings Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 99289b9 - Browse repository at this point
Copy the full SHA 99289b9View commit details -
Renamed assure_out_of_source_builds
codestyle Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for 475fd08 - Browse repository at this point
Copy the full SHA 475fd08View commit details -
Use BUILD_SHARED_LIBS instead of BUILD_STATIC
BUILD_STATIC was our own custom option while BUILD_SHARED_LIBS is a global CMake flag Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for d6e0579 - Browse repository at this point
Copy the full SHA d6e0579View commit details -
Clarify the usage of the relative rpath
Contributes to CURA-8640
Configuration menu - View commit details
-
Copy full SHA for fac90e2 - Browse repository at this point
Copy the full SHA fac90e2View commit details