summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/gen_hresult.py
AgeCommit message (Expand)AuthorFilesLines
2026-02-15python: Simplify py_hresult.cVolker Lendecke1-10/+7
2024-12-18s4:scripting: fix gen_hresult.pyStefan Metzmacher1-2/+2
2024-01-23lib: Avoid 70k of r/w memoryVolker Lendecke1-29/+12
2024-01-23lib: Simplify hresult.cVolker Lendecke1-2/+2
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton1-3/+43
2024-01-15s4:scripting: Generate HRESULT definitions as part of the build processJoseph Sutton1-11/+15
2024-01-15s4:scripting: Ensure generated error definition files are closed after useJoseph Sutton1-5/+4
2024-01-15s4:scripting: Remove global list of errorsJoseph Sutton1-11/+7
2024-01-15s4:scripting: Use common function to parse error descriptionsJoseph Sutton1-55/+10
2024-01-15s4:scripting: Align integer typesJoseph Sutton1-2/+2
2023-05-05s4/scripting: fix a few trailing semicolons in gen_{hresult,ntstatus,werror}.pyRob van der Linde1-4/+4
2023-05-05s4/scripting/bin: Remove unused importsJoseph Sutton1-1/+1
2022-05-10python: Use 'is' for identity when comparing against NoneJoseph Sutton1-1/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2018-12-14PY3: change shebang to python3 in source4/scripting/bin dirJoe Guo1-1/+1
2018-03-23s4/scripting: convert print func to be py2/py3 compatibleNoel Power1-3/+4
2016-09-26hresult: add new HRESULT_FROM_WERROR macroGünther Deschner1-0/+1
2016-08-23hresult: create enough space for the hresult_errstr message.Günther Deschner1-1/+1
2016-08-23s4-scripting: let gen_hresult.py tolerate empty lines.Günther Deschner1-0/+2
2015-09-30s4-scripting: fix minor indent issue for hresult generation.Günther Deschner1-1/+1
2015-03-13s4-scripting: generate a hresult_errstr() function.Günther Deschner1-0/+15
2015-03-13s4-scripting: add string representation of error code define to generated table.Günther Deschner1-1/+4
2015-03-13s4-scripting: fix hresult generator python script indentation.Günther Deschner1-8/+8
2014-04-02script to generate libcli/util/hresult.c & libcli/util/hresult.hNoel Power1-0/+207