Commit Graph

12 Commits

Author SHA1 Message Date
Thomas Nagy 1ae1fef31e Provide a way to bypass the default class registration in all Task subclasses 2012-06-14 00:43:10 +02:00
Thomas Nagy 898872699d removed the macro DLL_EXPORT for gcc/g++ on windows and cleaned up a few TODO entries 2012-04-07 10:54:40 +02:00
Thomas Nagy 81a2e68859 cleanup 2012-04-07 09:45:53 +02:00
Thomas Nagy 44308c4d10 s.split("\n") is not portable, use s.splitlines() 2012-02-26 09:43:18 +01:00
Jerome Carretero 6b3401d28e compile_fun: allow debug output to be copy/pasted into interpreter
$ waf --zones=action

[2/2] cprogram: build/main.c.1.o -> build/main
18:16:04 action ['def f(tsk):', '\tenv = tsk.env', '\tgen = tsk.generator', '...']

cut & paste...

>>> x = CUT&PASTE
>>> print("\n".join(x))

def f(tsk):
    env = tsk.env
    gen = tsk.generator
    ...
2012-02-25 18:23:27 -05:00
Thomas Nagy 242869fd40 docs (replace 1.6 by 1.7) 2012-02-19 12:44:37 +01:00
Thomas Nagy 872e480abf typo 2012-02-16 20:16:30 +01:00
Thomas Nagy 63d3442ad2 remove more except: lines 2012-02-11 14:43:07 +01:00
Thomas Nagy 5b577a9109 docs 2012-01-26 21:08:52 +01:00
Thomas Nagy f953165688 error message improvement 2012-01-25 09:36:33 +01:00
Thomas Nagy 9fab9e0f6b better error messages 2011-10-17 18:37:19 +02:00
Thomas Nagy 44a967e326 Initial commit 2011-09-10 11:13:51 +02:00