waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

TODO (449B)


      1 Waf 2.1
      2 -------
      3 
      4 - Remove Winphone/WinCE detection in msvc.py
      5 - Fix the circular imports ccroot<->c_config.py
      6 - Remove superfluous *k in ctx.load() and other unused parameters
      7   Ensure conf.load() has the same interface as ctx.load()
      8 - Remove waflib.Runner.PriorityTasks.appendleft
      9 - Remove waflib.Task.TaskBase
     10 - Remove the upper class of waflib.Task.Task (metaclasses)
     11 - Ordered_iter_dict in python 3.7
     12 - Change _add_task to add_task in Runner.py