summaryrefslogtreecommitdiff
path: root/script/generate_param.py
Commit message (Expand)AuthorAgeFilesLines
* param: Fix resource leakJoseph Sutton2023-05-051-2/+2
* param: Enable including source3/param/param_proto.h without vfs.hVolker Lendecke2021-05-111-0/+2
* docs-xml: remove explicit "constant"Ralph Boehme2019-11-271-34/+33
* param: add FN_{GLOBAL,LOCAL}_SUBSTITUTED_STRING supportStefan Metzmacher2019-11-271-2/+20
* generate_param.py: Use C99 initializer for last element in param tableAndreas Schneider2019-01-171-1/+1
* script/generate_param.py: remove unused importsDouglas Bagnall2018-10-251-4/+0
* PEP8: fix W291: trailing whitespaceJoe Guo2018-08-241-4/+4
* PEP8: fix E703: statement ends with a semicolonJoe Guo2018-08-241-1/+1
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+4
* PEP8: fix E303: too many blank lines (2)Joe Guo2018-08-241-1/+0
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+6
* PEP8: fix E251: unexpected spaces around keyword / parameter equalsJoe Guo2018-08-241-1/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-1/+1
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-241-1/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-1/+1
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-241-7/+7
* scripts/ python: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-1/+1
* generate_param: add a means to generate param_table_gen.c from the docsMichael Adam2015-07-311-3/+104
* generate_param: teach missing types cmdlist, bytes, octal, ustring.Michael Adam2015-07-311-0/+8
* generate_param: more uniform formatting of various type dictsMichael Adam2015-07-311-5/+18
* param: move dnsdomain from generate_param to EXTRA_GLOBALSMichael Adam2015-07-311-1/+0
* generate_param: generate struct entries if we don't generate access functions.Michael Adam2015-07-311-2/+0
* generate_param: make it possible to handle generated and synonym flags in ite...Michael Adam2015-07-311-2/+22
* param: change s3_param.h from a generated file to a static oneGarming Sam2014-02-201-31/+2
* param: remove generated loadparm ctx table file and include it directlyGarming Sam2014-02-201-27/+2
* param: use loadparm_globals struct instead of lp function pointers in s3_helpersGarming Sam2014-02-201-34/+3
* lib/param: handle non-constant strings properly by passing in a memory contextGarming Sam2014-02-201-13/+18
* lib/param: update generate_param.py to generate more of loadparmGarming Sam2014-02-121-24/+259
* param: auto generate param_functions.c at build timeGarming Sam2014-02-121-0/+113