Jelle Spijker
769f3c9106
compile pynest2d with c++17
...
Contribute to NP-202
2 years ago
Jelle Spijker
6f3c2cc70e
Use C++20 per default
...
Contribute to NP-202
2 years ago
Jelle Spijker
491dc7c006
Getting the configuration ready for Conan v2
...
Contributes to CURA-11622
2 years ago
Jelle Spijker
3226488623
Use cpp std 20 for cura_settings
2 years ago
Jelle Spijker
9df6f7a53d
use cpp std 20 for cura_settings
2 years ago
Jelle Spijker
3dec0e6542
Set `CONAN_DISABLE_STRICT_MODE` for cpython
...
Dirty fix for Windows
Contributes to CURA-10831
2 years ago
Jelle Spijker
faf6b1de23
compile dulcificum with C++20
...
Contribute to CURA-10561
2 years ago
Jelle Spijker
1d795bf734
Update cura.jinja
3 years ago
Jelle Spijker
e6aac82ac8
Update cura.jinja
3 years ago
Jelle Spijker
682babe0c5
Update cura.jinja
3 years ago
Jelle Spijker
e96dd41162
Update cura.jinja
3 years ago
Jelle Spijker
b61a6ab844
Update cura.jinja
3 years ago
Jelle Spijker
41339c5abf
all curaengine projects are compiled with c++20
...
also all the plugins
3 years ago
Jelle Spijker
a51dc775a4
Update cura.jinja
3 years ago
Jelle Spijker
17c562305f
Update cura.jinja
3 years ago
Jelle Spijker
f86d7618cd
add scripta cppstd
3 years ago
Jelle Spijker
6c04093e71
Update cura.jinja
3 years ago
Joey de l'Arago
8e4b7041bf
Update cura.jinja
3 years ago
Jelle Spijker
c2e3abb536
Update cura.jinja
3 years ago
Jelle Spijker
e378859c8c
Add scripta compiler standard
3 years ago
Jelle Spijker
472f35bcdb
compile spatial with c++20
3 years ago
j.spijker@ultimaker.com
e66a21a939
Don't specify os and os_build
4 years ago
j.spijker@ultimaker.com
825086424e
use gcc compiler version 12
...
Contributes to CURA-8831
4 years ago
j.spijker@ultimaker.com
09ea26dddf
Build curaengine with C++20
...
Currently not possible to build everything with C++20
Due to incompatibility of libnest2d.
Contributes to CURA-8830
4 years ago
j.spijker@ultimaker.com
e3eb4d8cfd
Bump up Visual Studio Compiler toolset to v143
...
Need to compile Python
Contributes to CURA-9365
4 years ago
j.spijker@ultimaker.com
0b81e9ad31
Fix openssl not compiling on Windows
...
The powershell variable was set to output ps1 files
Need to check if that still works with all the
current changes. Or if I need another way of
determining the extension to use.
Contributes to CURA-9365
4 years ago
j.spijker@ultimaker.com
58bb090838
Use global.conf and remove conan.conf
...
Contributes to CURA-9365
4 years ago
j.spijker@ultimaker.com
17f3314318
Define default profiles to be used
...
TODO: Check if this compiles correctly on Windows
Contributes to CURA-9365
4 years ago
j.spijker@ultimaker.com
0088f7f5d8
Use platform.system to determine if powershell runs
...
Apparently it was a problem referring to `os` and `os_build`
in the jinja template later on, since those values were determined
on the fly as well
Contributes to CURA-9365
4 years ago
j.spijker@ultimaker.com
4987a3f58c
Work around for Windows needing quotes and other OS not
...
Seems to be a bug in Conan will create a bug report later this week.
Contributes to CURA-9365
4 years ago
j.spijker@ultimaker.com
a79a639c3f
Don't specify build_requires in build profile
...
Contributes to CURA-9177
4 years ago
Ghostkeeper
abb5e60032
Add quotes around 'windows' value to check
...
Otherwise the if-statement fails to evaluate and gets skipped altogether, making it effectively always true.
Contributes to issue CURA-9338.
4 years ago
j.spijker@ultimaker.com
b6f6c6df2a
Use powershell for build profile virtualenv when on Windows
...
Contributes to CURA-9338
4 years ago
j.spijker@ultimaker.com
507947c1c3
Remove CMake and ninja from build_requires
...
Contributes to CURA-9177
4 years ago
j.spijker@ultimaker.com
7ea0f9f9b2
Updated profiles.
...
- Switched to C++20 (I think we can get away with this and it will
open-up a world of possibilities
- use full_recipe_mode to distinguse between different user/channel
Contributes to CURA-9177
4 years ago
Jelle Spijker
947d627efe
Initial configuration, profiles and remotes added
...
This commit also adds a remote artifactory server which is
currently a private personal server and just for tryouts.
This needs to change in due time to an UM managed server.
Either in the cloud or on a VM.
There are three profiles added to the configuration. All
of them depend on the default autodetected profile.
This default profile can be created using the command
`conan profile new --detect default`
The configuration as whole can be installed with the command:
`conan config install https://github.com/ultimaker/conan-config.git `
Contributes to CURA-8785
4 years ago