Thomas Nagy
|
d2fcc7b7be
|
special case of files created in the source directory in combination with update_outputs
|
2013-12-18 23:21:34 +01:00 |
|
Thomas Nagy
|
135fed0830
|
Issue 1334
|
2013-08-17 20:24:21 +02:00 |
|
Jerome Carretero
|
3c00a614d7
|
Revert "Issue 1334 - let FOO_ST:FOO return empty when FOO_ST is empty/undefined"
This reverts commit d4d33bba2a .
It breaks demos/c
|
2013-07-20 14:57:20 -04:00 |
|
Thomas Nagy
|
d4d33bba2a
|
Issue 1334 - let FOO_ST:FOO return empty when FOO_ST is empty/undefined
|
2013-07-08 19:37:42 +02:00 |
|
Thomas Nagy
|
5c6d626048
|
removed the cache from the task level, it usually degrades performance and is better implemented on the compiler level
|
2013-05-26 10:14:49 +02:00 |
|
Thomas Nagy
|
c14f00f4c1
|
Code mistakenly removed from the core classes
|
2012-09-26 18:41:58 +02:00 |
|
Thomas Nagy
|
5bc516a08d
|
Dead code: __hash__ does return the id of the current object by default
|
2012-09-11 00:03:54 +02:00 |
|
Thomas Nagy
|
a3a8eea2cb
|
Optimization
|
2012-07-31 09:49:20 +02:00 |
|
Thomas Nagy
|
2367a224c1
|
TypeError->AttributeError on Issue 1174
|
2012-06-20 19:12:38 +02:00 |
|
Thomas Nagy
|
62862a143d
|
Issue 1174
|
2012-06-20 19:10:34 +02:00 |
|
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 |
|