lib: Simplify hresult.c
[metze/samba/wip.git] / source4 / scripting / bin / gen_hresult.py
2024-01-23 Volker Lendeckelib: Simplify hresult.c
2024-01-15 Joseph Suttonpython: Generate HRESULT definitions automatically
2024-01-15 Joseph Suttons4:scripting: Generate HRESULT definitions as part...
2024-01-15 Joseph Suttons4:scripting: Ensure generated error definition files...
2024-01-15 Joseph Suttons4:scripting: Remove global list of errors
2024-01-15 Joseph Suttons4:scripting: Use common function to parse error descri...
2024-01-15 Joseph Suttons4:scripting: Align integer types
2023-05-05 Rob van der Lindes4/scripting: fix a few trailing semicolons in gen_...
2023-05-05 Joseph Suttons4/scripting/bin: Remove unused imports
2022-05-10 Joseph Suttonpython: Use 'is' for identity when comparing against...
2021-04-28 Douglas Bagnallpython: remove all 'from __future__ import print_function'
2018-12-14 Joe GuoPY3: change shebang to python3 in source4/scripting...
2018-03-23 Noel Powers4/scripting: convert print func to be py2/py3 compatible
2016-09-26 Günther Deschnerhresult: add new HRESULT_FROM_WERROR macro
2016-08-22 Günther Deschnerhresult: create enough space for the hresult_errstr...
2016-08-22 Günther Deschners4-scripting: let gen_hresult.py tolerate empty lines.
2015-09-30 Günther Deschners4-scripting: fix minor indent issue for hresult genera...
2015-03-13 Günther Deschners4-scripting: generate a hresult_errstr() function.
2015-03-13 Günther Deschners4-scripting: add string representation of error code...
2015-03-13 Günther Deschners4-scripting: fix hresult generator python script inden...
2014-04-02 Noel Powerscript to generate libcli/util/hresult.c & libcli/util...