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