alexey.lysiuk
a64068ac0d
aedi: use version module from packaging
...
distutils has been removed from python 3.12, so it's version module is no longer available in original python distribution
fix #61
2023-11-04 13:07:36 +02:00
alexey.lysiuk
570e62cfa3
aedi: bump oldest supported os version for x64 to 10.13
...
moltenvk 1.2.6 cannot be built for 10.12
2023-10-24 09:48:58 +03:00
alexey.lysiuk
4bfb07f6eb
aedi: update copyright years
2023-01-01 10:46:34 +02:00
alexey.lysiuk
25cde9672e
aedi: fix handling of argument value evaluated to false
2022-08-27 10:59:52 +03:00
alexey.lysiuk
2baea52c28
aedi: allow usage of += on command line argument values
2022-08-22 10:46:28 +03:00
alexey.lysiuk
de48b542be
aedi: update copyright year
2022-01-11 11:43:50 +02:00
alexey.lysiuk
294e3cacdc
aedi: bump minimum os version to 10.12
2021-10-21 09:40:04 +03:00
alexey.lysiuk
13bd0b413a
aedi: change imports according to isort
2021-08-05 10:12:20 +03:00
alexey.lysiuk
8b2ca77ba2
aedi: fix conversion of options to string
2021-08-05 10:06:57 +03:00
alexey.lysiuk
419a8d746c
aedi: use pathlib for compilers and sdk paths
2021-08-05 10:05:29 +03:00
alexey.lysiuk
5dc10de290
aedi: fix missing and erroneous type hints
2021-08-04 09:41:56 +03:00
alexey.lysiuk
0961551fd8
aedi: use pathlib module for most of path operations
2021-07-22 09:51:35 +03:00
alexey.lysiuk
88dade9121
aedi: add constants for minimum OS versions
2021-06-25 10:04:38 +03:00
alexey.lysiuk
8ab1bdd5cb
aedi: use class instead of string for os version
2021-06-25 10:03:53 +03:00
alexey.lysiuk
4999b2ee4a
split build script onto several modules
...
put all code into new package, build script will use it as a black box
split build state from builder class, and pass state to target methods
place base, main, dependency, special targets into separate files, and put them in own package
This implements #19
2021-01-14 10:34:20 +02:00