2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 09:57:15 +01:00
Commit Graph

3240 Commits

Author SHA1 Message Date
Thomas Nagy
d8b2bbc363 win32 optimizations 2012-04-02 01:11:21 +02:00
Thomas Nagy
03905f8402 cosmetic change 2012-04-01 11:30:23 +02:00
Thomas Nagy
cb89345970 docs: use eps pictures for tasks_sort and tasks_nosort 2012-03-31 00:00:37 +02:00
Thomas Nagy
0126980aae docs: fix most dia pictures 2012-03-30 22:04:13 +02:00
Thomas Nagy
f70a7f4a73 docs: added a note about the file copies 2012-03-30 21:21:32 +02:00
Thomas Nagy
1da03523ed docs 2012-03-30 20:58:26 +02:00
Thomas Nagy
ece194056d docs 2012-03-30 20:25:51 +02:00
Thomas Nagy
213daf320b update for waf 1.7 2012-03-30 20:25:11 +02:00
Thomas Nagy
640ad5b61d extend bld.subst for the copy case 2012-03-29 00:04:34 +02:00
Thomas Nagy
a496ba124e Issue 1133 2012-03-28 23:01:52 +02:00
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