#1034
[tridge/waf-svn.git/.git] / waflib / Utils.py
2011-09-03 Thomas Nagyremove dead connections as early as possible
2011-07-13 Thomas Nagy#1008
2011-05-25 Thomas Nagydocs
2010-12-26 tnagy1024#831
2010-12-13 tnagy1024better error messages
2010-11-13 tnagy1024Copy the docstrings in Utils.nogc
2010-11-10 tnagy1024docs
2010-11-10 tnagy1024docs
2010-11-10 tnagy1024docs
2010-11-10 tnagy1024docs
2010-11-10 tnagy1024formatting
2010-11-07 zougloubUtils: sphinx doc
2010-11-07 zougloubPy3k fixes for my latest modifications
2010-11-07 zougloubUtils: simplify listdir on Win32
2010-11-07 tnagy1024list the drive letters on win32
2010-11-07 tnagy1024TODO windll.kernel32.GetLogicalDriveStringsW
2010-11-07 zougloubMinor docstrings rework for Node and Utils
2010-11-06 tnagy1024docs
2010-10-20 tnagy1024#764
2010-10-18 tnagy1024python3 fixes
2010-10-17 tnagy1024more remaining xrange in the code (python 3)
2010-10-17 tnagy1024typo
2010-10-05 tnagy1024cut the bloat
2010-10-05 tnagy1024consistency
2010-10-05 tnagy1024cleanup
2010-10-05 tnagy1024rename Utils.to_hashtable -> Utils.str2dict
2010-09-30 tnagy1024fixpy2
2010-09-28 tnagy1024- Optimization in preproc.py by using run_once
2010-09-28 tnagy1024create a new cache for each run_once wrapped function
2010-09-26 tnagy1024Create zip archives without copying/removing the files
2010-09-26 tnagy1024merged the zip file creation from waf 1.5
2010-09-18 tnagy1024make sure to close the file in Utils.read_la_file
2010-09-18 tnagy1024docstrings
2010-09-18 tnagy1024Utils.diff_path is not used anywhere - use node.path_fr...
2010-09-18 tnagy1024Utils.trimquotes is only used in c_preproc.py
2010-09-18 tnagy1024Utils.quote_whitespace is not used anywhere, removing
2010-09-18 tnagy1024copy_attrs is rarely used
2010-09-15 tnagy1024minor exception message improvements
2010-07-08 tnagy1024More code
2010-07-07 tnagy1024docs