Eli Schwartz
|
87e13af1c8
|
apply flake8 fixes for unused imports and missing imports
|
3 years ago |
Daniel Mensinger
|
3e396b3782
|
fix: Always explicitly set encoding for text files (fixes #8263)
|
3 years ago |
Daniel Mensinger
|
9b5463681e
|
cmake: select correct generator in toolchain.py
|
4 years ago |
Daniel Mensinger
|
49c730ef05
|
cmake: Fix CMakeToolchain (fixes #8293)
Instead of guessing the internal compiler
variables, Meson now runns CMake once to
determine what they actually are.
|
4 years ago |
Eli Schwartz
|
6a0fabc647
|
mass rewrite of string formatting to use f-strings everywhere
performed by running "pyupgrade --py36-plus" and committing the results
|
4 years ago |
Dylan Baker
|
f6672c7a19
|
use real pathlib module
We added the _pathlib module to work around defeciencies in python 3.5's
implementation, since we now rely on 3.6 lets drop this
|
4 years ago |
Daniel Mensinger
|
7e58f33376
|
cmake: Add cross compilation support
|
4 years ago |