Lines Matching refs:add_argument
158 …parser.add_argument('--di-library', default='fruit', help='DI library to use. One of {fruit, boost…
159 parser.add_argument('--compiler', help='Compiler to use')
160 …parser.add_argument('--fruit-sources-dir', help='Path to the fruit sources (only used when di_libr…
161 …parser.add_argument('--fruit-build-dir', help='Path to the fruit build dir (only used with --di_li…
162 …parser.add_argument('--boost-di-sources-dir', help='Path to the Boost.DI sources (only used with -…
163 …parser.add_argument('--num-components-with-no-deps', default=10, help='Number of components with n…
164 …parser.add_argument('--num-components-with-deps', default=90, help='Number of components with deps…
165 …parser.add_argument('--num-deps', default=10, help='Number of deps in each component with deps tha…
166 parser.add_argument('--output-dir', help='Output directory for generated files')
167 parser.add_argument('--cxx-std', default='c++11',
169 …parser.add_argument('--use-new-delete', default='false', help='Set this to \'true\' to use new/del…
170 …parser.add_argument('--use-interfaces', default='false', help='Set this to \'true\' to use interfa…
171 …parser.add_argument('--use-normalized-component', default='false', help='Set this to \'true\' to c…
172 …parser.add_argument('--generate-runtime-bench-code', default='true', help='Set this to \'false\' f…
173 …parser.add_argument('--generate-debuginfo', default='false', help='Set this to \'true\' to generat…
174 …parser.add_argument('--use-exceptions', default='true', help='Set this to \'false\' to disable exc…
175 parser.add_argument('--use-rtti', default='true', help='Set this to \'false\' to disable RTTI.')