jolt 0.9.436__py3-none-any.whl → 0.9.438__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- jolt/plugins/ninja.py +5 -3
- jolt/version.py +1 -1
- {jolt-0.9.436.dist-info → jolt-0.9.438.dist-info}/METADATA +5 -5
- {jolt-0.9.436.dist-info → jolt-0.9.438.dist-info}/RECORD +7 -7
- {jolt-0.9.436.dist-info → jolt-0.9.438.dist-info}/WHEEL +0 -0
- {jolt-0.9.436.dist-info → jolt-0.9.438.dist-info}/entry_points.txt +0 -0
- {jolt-0.9.436.dist-info → jolt-0.9.438.dist-info}/top_level.txt +0 -0
jolt/plugins/ninja.py
CHANGED
|
@@ -797,7 +797,9 @@ class OptimizationVariable(Variable):
|
|
|
797
797
|
assert type(values) is dict, "Optimization values must be dict with compiler flag mapping"
|
|
798
798
|
|
|
799
799
|
def create(self, project, writer, deps, tools):
|
|
800
|
-
value =
|
|
800
|
+
value = getattr(project, "optimize", self._default)
|
|
801
|
+
if value is not None:
|
|
802
|
+
value = str(value)
|
|
801
803
|
raise_task_error_if(
|
|
802
804
|
value not in self._values,
|
|
803
805
|
project,
|
|
@@ -1604,7 +1606,7 @@ class GNUToolchain(Toolchain):
|
|
|
1604
1606
|
"debug": "-Og",
|
|
1605
1607
|
"size": "-Os",
|
|
1606
1608
|
"release": "-O2",
|
|
1607
|
-
None: "
|
|
1609
|
+
None: "",
|
|
1608
1610
|
})
|
|
1609
1611
|
asflags = EnvironmentVariable(default="")
|
|
1610
1612
|
cflags = EnvironmentVariable(default="")
|
|
@@ -1885,7 +1887,7 @@ class MSVCToolchain(Toolchain):
|
|
|
1885
1887
|
"debug": "/Od /Zi",
|
|
1886
1888
|
"size": "/O1",
|
|
1887
1889
|
"release": "/O2 /DNDEBUG",
|
|
1888
|
-
None: "
|
|
1890
|
+
None: "",
|
|
1889
1891
|
})
|
|
1890
1892
|
win32flags = Variable("/DWIN32 /D_WINDOWS /D_WIN32_WINNT=0x0601 /EHsc")
|
|
1891
1893
|
asflags = EnvironmentVariable(default="")
|
jolt/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.9.
|
|
1
|
+
__version__ = "0.9.438"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jolt
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.438
|
|
4
4
|
Summary: A task executor
|
|
5
5
|
Home-page: https://github.com/srand/jolt
|
|
6
6
|
Author: Robert Andersson
|
|
@@ -48,7 +48,6 @@ Requires-Dist: docutils==0.21.2
|
|
|
48
48
|
Requires-Dist: fasteners==0.19
|
|
49
49
|
Requires-Dist: flake8==7.1.1
|
|
50
50
|
Requires-Dist: grpcio==1.66.1
|
|
51
|
-
Requires-Dist: id==1.5.0
|
|
52
51
|
Requires-Dist: idna==3.10
|
|
53
52
|
Requires-Dist: importlib_metadata==8.5.0
|
|
54
53
|
Requires-Dist: importlib_metadata==8.5.0
|
|
@@ -70,7 +69,8 @@ Requires-Dist: nh3==0.2.19
|
|
|
70
69
|
Requires-Dist: ninja==1.11.1.1
|
|
71
70
|
Requires-Dist: packaging==24.2
|
|
72
71
|
Requires-Dist: patch-ng==1.18.1
|
|
73
|
-
Requires-Dist: pip==
|
|
72
|
+
Requires-Dist: pip==24.3.1
|
|
73
|
+
Requires-Dist: pkginfo==1.12.0
|
|
74
74
|
Requires-Dist: pluggy==1.5.0
|
|
75
75
|
Requires-Dist: pluginbase==1.0.1
|
|
76
76
|
Requires-Dist: protobuf==5.28.2
|
|
@@ -90,11 +90,11 @@ Requires-Dist: requests-toolbelt==1.0.0
|
|
|
90
90
|
Requires-Dist: requests==2.32.3
|
|
91
91
|
Requires-Dist: rfc3986==2.0.0
|
|
92
92
|
Requires-Dist: rich==13.9.4
|
|
93
|
-
Requires-Dist: setuptools==
|
|
93
|
+
Requires-Dist: setuptools==75.6.0
|
|
94
94
|
Requires-Dist: six==1.16.0
|
|
95
95
|
Requires-Dist: texttable==1.7.0
|
|
96
96
|
Requires-Dist: tqdm==4.66.5
|
|
97
|
-
Requires-Dist: twine==6.
|
|
97
|
+
Requires-Dist: twine==6.0.1
|
|
98
98
|
Requires-Dist: typing_extensions==4.15.0
|
|
99
99
|
Requires-Dist: urllib3==1.26.20
|
|
100
100
|
Requires-Dist: wheel==0.45.1
|
|
@@ -23,7 +23,7 @@ jolt/tasks.py,sha256=OPCWTQlTQX8tkcYnM3nqlHTETza8WVY7QEl5zCoICj0,118813
|
|
|
23
23
|
jolt/timer.py,sha256=PE-7vmsqZpF73e_cKSsrhd36-A7fJ9_XGYI_oBWJn5w,644
|
|
24
24
|
jolt/tools.py,sha256=3ipzEgYz9uWhKOSc8R9d1E1mG64tT5L_HYZVYB5k-OM,82417
|
|
25
25
|
jolt/utils.py,sha256=1CkK3WoVvkBffmUjMZ_iFXVJOwfwNpzezXBmcwd46Ck,19397
|
|
26
|
-
jolt/version.py,sha256=
|
|
26
|
+
jolt/version.py,sha256=3viNfj38cCbusZuqpNmsmh4CWWHKo5z7u5v9o0Ra2wE,24
|
|
27
27
|
jolt/version_utils.py,sha256=tNCGT6ZmSGFHW1aw2Hx1l19m-RR1UnTN6xJV1I54KRw,3900
|
|
28
28
|
jolt/xmldom.py,sha256=SbygiDUMYczzWGxXa60ZguWS6Nztg8gDAirdbtjT15I,5982
|
|
29
29
|
jolt/bin/fstree-darwin-x86_64,sha256=i4Ppbdr7CxsEhJzWpy3GMB5Gn5ikmskh41MyUwQS3-o,29549000
|
|
@@ -168,7 +168,7 @@ jolt/plugins/linux.py,sha256=XuJwr5UFW3_JbitXpZ3A6G_hKRLZ_uTG7-ph01kq6_M,31807
|
|
|
168
168
|
jolt/plugins/logstash.py,sha256=ShUdqSRyQL_ATlgHwLP-uI1mJXprs15knyWbk58nMFo,1847
|
|
169
169
|
jolt/plugins/meson.py,sha256=4cR1KN-319Hf8c4vrL1J33E79BZ5VNkZSZbF8zaUJoo,1580
|
|
170
170
|
jolt/plugins/ninja-compdb.py,sha256=Otxz-nQnJx-aAPuAf8-T0AOi_34ENHGb5gypGVVGFB0,10989
|
|
171
|
-
jolt/plugins/ninja.py,sha256=
|
|
171
|
+
jolt/plugins/ninja.py,sha256=9X-wo_CDyBZD4Gq2je8Yg66WxVZ8TBW-OfpjKwboLIU,111136
|
|
172
172
|
jolt/plugins/nodejs.py,sha256=HHDbvmdlqnao3qOtpCD9UY7iyTIX4gb2WxKUBtn-3cM,1879
|
|
173
173
|
jolt/plugins/paths.py,sha256=DgiPI5K5bV3lVuyNEMIjRO26iTwf6RL5-2WPQ3rSmj8,1920
|
|
174
174
|
jolt/plugins/pkgconfig.py,sha256=8shyEbs5peLavhV6TeCQJ5SlZCiXmnXLamdqkNMYLxQ,8001
|
|
@@ -200,8 +200,8 @@ jolt/templates/cxxexecutable.cmake.template,sha256=f0dg1VOFlamlF8fuHFTki5dsJ2ssS
|
|
|
200
200
|
jolt/templates/cxxlibrary.cmake.template,sha256=GMEG2G3QoY3E5fsNer52zOqgM221-abeCkV__mVbZ94,1750
|
|
201
201
|
jolt/templates/export.sh.template,sha256=PKkflGXFbq70EIsowqcnLvzbnEDnqh_WgC4E_JNT0VE,1937
|
|
202
202
|
jolt/templates/timeline.html.template,sha256=xdqvFBmhE8XRQaWgcIFBVbd__9HdRq6O-U0o276PyjU,1222
|
|
203
|
-
jolt-0.9.
|
|
204
|
-
jolt-0.9.
|
|
205
|
-
jolt-0.9.
|
|
206
|
-
jolt-0.9.
|
|
207
|
-
jolt-0.9.
|
|
203
|
+
jolt-0.9.438.dist-info/METADATA,sha256=ECWjbSFzwkaJBnBlbiQHWKMZcvc0Zt6uZHw5SVLrSc0,7231
|
|
204
|
+
jolt-0.9.438.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
205
|
+
jolt-0.9.438.dist-info/entry_points.txt,sha256=VZ-QH38Z9HJc1O57wfzr-soHn6exwc3N0TSrRum4tYg,44
|
|
206
|
+
jolt-0.9.438.dist-info/top_level.txt,sha256=HwzVmAwUrvCUUHRi3zUfcpdKTsdNrZmPCvsrsWSFyqE,5
|
|
207
|
+
jolt-0.9.438.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|