Commit Graph

10 Commits

Author SHA1 Message Date
Nedko Arnaudov 87a720d8ad
Add LICENSE.BSD-2
__init__.py is de-facto BSD-2 licensed
2022-09-10 16:24:39 +03:00
Karl Linden cc16822604
Improve documentation 2018-10-06 10:34:34 +02:00
Karl Linden 3df6dd8c9f
Prefer single quotes 2018-10-06 10:31:07 +02:00
Karl Linden ec2768d3ed
Do not set apply_hack
The apply_hack variable was not used. It is the responsibility of the
wscript to call apply_auto_options_hack before configuring the auto
options.
2018-10-06 10:25:06 +02:00
Karl Linden 90f8b60403
Support hidden options. 2017-08-13 16:02:38 +02:00
Karl Linden 0681ba3c47
Ignore *.pyc files. 2017-08-05 13:39:38 +02:00
Karl Linden 782f070d48
Do not create wrappers in a loop.
The loop failed with SyntaxError under python2.
2017-08-05 13:33:16 +02:00
Karl Linden 84399d0ee7
Allow load from multiple modules.
* Save defaults in the OptionsContext for consistency in multi-module
   projects.
 * Make configuration idempotent to not re-configure options when
   multiple modules use this module.
2017-07-23 11:03:09 +02:00
Karl Linden fd2a82bcc5
Handle names containing hyphens properly. 2017-07-22 19:36:20 +02:00
Karl Linden d28479fe27
Initial commit. 2017-07-22 10:02:03 +02:00