waf/TODO

9 lines
267 B
Plaintext
Raw Normal View History

2017-08-27 10:56:32 +02:00
Waf 2.1
2016-11-08 21:29:46 +01:00
-------
2017-10-22 10:34:57 +02:00
- Fix the circular imports ccroot<->c_config.py
- Remove superfluous *k in ctx.load() and other unused parameters
2018-08-16 23:30:05 +02:00
Ensure conf.load() has the same interface as ctx.load()
- Ordered_iter_dict in python 3.7
- Change _add_task to add_task in Runner.py