waf/TODO

11 lines
371 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
- 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
- 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)