Commit Graph

280 Commits

Author SHA1 Message Date
Thomas Nagy 362d856db4 Issue 1133 2012-03-28 22:57:42 +02:00
Thomas Nagy c7a41fc9f6 Issue 1128 2012-03-25 10:33:57 +02:00
Thomas Nagy 67a3320c4a accept lists in bld.add_manual_dependency 2012-03-24 11:37:48 +01:00
Thomas Nagy c86de0c041 Issue 1131 2012-03-23 03:50:15 +01:00
Thomas Nagy 59f4ceb51e Issue 1131 2012-03-23 03:42:05 +01:00
Thomas Nagy ce05a01705 Issue 1131 2012-03-23 03:31:56 +01:00
Thomas Nagy 8481ee95b2 Issue 1110 2012-03-23 02:43:04 +01:00
Thomas Nagy 154bc0145e Issue 1130 2012-03-18 19:05:54 +01:00
Thomas Nagy 68e925a3c0 fixed the example 2012-03-12 01:54:49 +01:00
Thomas Nagy 1b97357acc Issue 1127 2012-03-12 01:47:16 +01:00
Thomas Nagy fe7fc71b81 docs 2012-03-12 01:06:09 +01:00
Thomas Nagy 92c42b9c8c display the time taken 2012-03-12 00:58:58 +01:00
Thomas Nagy 630160f592 docs 2012-03-12 00:52:52 +01:00
Thomas Nagy 9c823649ab Issue 1122 2012-03-11 13:14:28 +01:00
Thomas Nagy 8bfddb955e Issue 1125 2012-03-10 19:22:40 +01:00
Thomas Nagy 4680cd544a typo 2012-03-10 11:30:25 +01:00
Thomas Nagy 9cb33c9c79 testcase for Issue 1122 2012-03-10 11:14:16 +01:00
Thomas Nagy 5d7c1d623f finished porting the test from waf 1.5 2012-03-10 09:18:21 +01:00
Thomas Nagy e978907d6b re-added the tests from waf 1.5 2012-03-10 09:03:41 +01:00
Thomas Nagy 5aee9e74a8 Issue 1123 2012-03-09 20:16:56 +01:00
Thomas Nagy d9226758ab Merge branch 'master' of https://code.google.com/p/waf 2012-03-08 21:35:45 +01:00
Thomas Nagy 533029892f Issue 1122 2012-03-08 21:35:36 +01:00
Harald Klimach b33c7a688a If the stdout does not contain the version string, check the stderr 2012-03-08 12:01:44 +01:00
Harald Klimach 3e3e391100 Do a multiline search for the NAG compiler version string 2012-03-08 11:34:37 +01:00
Harald Klimach e7325b2b89 Small correction to the fc_nag module:
use lower to identify Module filenames
2012-03-08 01:01:55 +01:00
Harald Klimach 6285826ff4 Added support for the NAG Fortran compiler 2012-03-08 00:24:42 +01:00
Thomas Nagy 577bdbea67 Patch #2 in Issue 1110 2012-03-04 15:49:28 +01:00
Thomas Nagy 85f7426d31 Issue 722 2012-03-04 15:33:48 +01:00
Thomas Nagy 284c3a0810 Install all libraries with +x 2012-03-03 15:54:17 +01:00
Thomas Nagy 328a15232c bind the timer to the context object 2012-03-03 14:01:12 +01:00
Thomas Nagy 2d75f53490 docs 2012-02-26 14:43:47 +01:00
Thomas Nagy 8ca6bc9504 Issue 1111 2012-02-26 14:32:30 +01:00
Thomas Nagy 5beb2c4d55 Issue 1117 2012-02-26 13:25:21 +01:00
Thomas Nagy 5342d2c296 docs 2012-02-26 10:10:08 +01: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 1134de1bb5 Issue 1120 2012-02-25 16:47:30 +01:00
Thomas Nagy 245246df2f Merge branch 'master' of https://code.google.com/p/waf 2012-02-25 14:17:26 +01:00
Thomas Nagy 25783e94d9 extract the system paths to a constant 2012-02-25 14:17:12 +01:00
Jerome Carretero 051248d8bf Merge branch 'zougloub-ticgt' (minus the non-abspath stuff): can't hurt anybody
I'm using the ticgt tool at work and I don't feel like leaving it in a branch.
2012-02-25 01:19:41 -05:00
Jerome Carretero 3fafc3e4e3 ticgt: add a few lines of docs 2012-02-25 01:12:09 -05:00
Thomas Nagy 74beae4113 Issue 1117 2012-02-22 20:41:09 +01:00
Thomas Nagy 976d2e95a0 make the 'execute' parameter optional when checking for the d libraries 2012-02-22 19:24:06 +01:00
Thomas Nagy 5435fda557 Optimize the processing of the targets in bld(rule=) 2012-02-20 02:28:10 +01:00
Thomas Nagy 95951a6f5d fixed the import in the code snippet for profiling 2012-02-20 02:06:16 +01:00
Thomas Nagy d85051b7d6 Limit the amount of similar tasks created by bld(rule=...) by using a cache by default 2012-02-20 01:45:33 +01:00
Thomas Nagy 242869fd40 docs (replace 1.6 by 1.7) 2012-02-19 12:44:37 +01:00
Thomas Nagy a1a7e0b2af removed the no-longer-needed subprocess copy 2012-02-19 10:36:30 +01:00
Thomas Nagy 3938a4ae70 for consistency x.search() -> x.search_node() 2012-02-19 10:15:31 +01:00
Harald Klimach 818e057de5 Addressing issue #1116 2012-02-18 15:33:56 +01:00