#1034
[tridge/waf-svn.git/.git] / waflib / Build.py
2011-09-03 Thomas Nagyremove dead connections as early as possible
2011-07-13 Thomas Nagy#1008
2011-06-19 Thomas Nagy#986
2011-05-25 Thomas Nagydocs
2011-01-18 Thomas Nagyguess the compilation mode from the attribute 'features...
2011-01-16 Thomas Nagy#851
2011-01-16 Thomas Nagyhaha
2011-01-16 Thomas Nagy#851
2010-12-13 tnagy1024better error messages
2010-11-23 tnagy1024docs
2010-11-23 zougloubAdd some important __X__ stuff to the sphinx documentation.
2010-11-21 tnagy1024rst typos
2010-11-17 tnagy1024new diagram for the context classes
2010-11-14 tnagy1024docs
2010-11-14 tnagy1024docs
2010-11-13 tnagy1024docs
2010-11-13 tnagy1024more apidocs
2010-11-13 tnagy1024call Utils.nogc on BuildContext.restore, not on BuildCo...
2010-11-13 tnagy1024identical method
2010-11-13 tnagy1024docs
2010-11-13 tnagy1024docs
2010-11-12 tnagy1024docs
2010-11-12 tnagy1024docs
2010-11-12 tnagy1024docs
2010-11-10 tnagy1024do not append to inputs in bld.install_files
2010-11-03 tnagy1024docs
2010-11-03 tnagy1024#787
2010-10-24 tnagy1024#771: installation tasks must be ready immediately...
2010-10-24 tnagy1024inst_task is both a task generator and a task, so it...
2010-10-23 tnagy1024do not try to cache the tasks that have no outputs
2010-10-23 tnagy1024#770
2010-10-17 tnagy1024win32 has no chown but we are paranoid now
2010-10-17 tnagy1024jython has no chown
2010-10-17 tnagy1024try to avoid the dot files (win32)
2010-10-14 tnagy1024regression on install_files with relative_trick=True
2010-10-12 tnagy1024new method waflib.Build.BuildContext.get_tasks_group
2010-10-10 tnagy1024automatic variant config set loading in the build section
2010-10-09 tnagy1024self.root is defined on the Context class
2010-10-09 tnagy1024the less code, the better
2010-10-09 tnagy1024fix bld.env = ...
2010-10-08 Zeng.Shixinos.chown doesn't exist on win32 and it's not easy to...
2010-10-08 tnagy1024in 1.6 the installation uses tasks, which mean that...
2010-10-05 tnagy1024useless operation, the list is converted to a string...
2010-09-30 tnagy1024docs
2010-09-30 tnagy1024do not clean the .conf_check* folders + simplification
2010-09-30 tnagy1024do not remove configuration tests on 'waf clean'
2010-09-26 tnagy1024Conflict between bld.load and ctx.load
2010-09-26 tnagy1024docstrings
2010-09-20 tnagy1024missing change
2010-09-19 tnagy1024fix for broken 'waf clean'
2010-09-16 tnagy1024let configuration files play well with variants
2010-09-12 tnagy1024for consistency, use store/load for ConfigSet and for...
2010-09-05 tnagy1024do not remove the config.log during 'waf clean'
2010-09-05 tnagy1024trying to fix 'waf clean'
2010-08-04 tnagy1024Fix the installation for run_task_now (demos/python...
2010-07-31 tnagy1024check for the method 'post' first
2010-07-30 tnagy1024fix for 'waf clean install'
2010-07-30 tnagy1024stop using the class names, this is not necessary
2010-07-29 tnagy1024uninstall was broken
2010-07-23 tnagy1024optimization
2010-07-21 tnagy1024#710
2010-07-21 tnagy1024remove the dependency on the Options module from Runner
2010-07-17 tnagy1024required for manual task binding
2010-07-12 tnagy1024win32 paths may have spaces
2010-07-07 tnagy1024docs