waf/TODO

13 lines
449 B
Plaintext
Raw Permalink 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
- Remove Winphone/WinCE detection in msvc.py
- 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()
2018-07-04 07:41:12 +02:00
- Remove waflib.Runner.PriorityTasks.appendleft
- Remove waflib.Task.TaskBase
- Remove the upper class of waflib.Task.Task (metaclasses)
2018-08-16 23:30:05 +02:00
- Ordered_iter_dict in python 3.7
- Change _add_task to add_task in Runner.py