2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-17 23:46:53 +01:00
Commit Graph

725 Commits

Author SHA1 Message Date
Thomas Nagy
b2eb048d86
Cleanup in ansiterm.py 2014-01-06 00:58:00 +01:00
Thomas Nagy
f7ed219004
Fix for color failures on Windows 7 64-bit 2014-01-05 21:41:57 +01:00
Thomas Nagy
f5e26ff749 make mem_reducer.py ready for python 3 2014-01-02 23:57:07 +01:00
Jérôme Carretero
9d6eb24abf extras: gccdeps: fix for CXX_NAME (but some issues remain) 2014-01-02 18:13:55 +01:00
Thomas Nagy
0fad288425 wrong exception name in demos/subst/wscript 2014-01-01 16:07:19 +01:00
Thomas Nagy
1b5560cf1c Issue 1390 - conf.check(lib='several libs') 2013-12-21 17:28:50 +01:00
Thomas Nagy
d1eef8b272 Issue 1388 2013-12-20 18:16:56 +01:00
Thomas Nagy
c24471e4c0 Issue 1389 fc scanner improvements 2013-12-20 18:00:05 +01:00
Thomas Nagy
88485f61bb waf-1.7.14 2013-12-18 23:28:58 +01:00
Thomas Nagy
5c289a931a special case of files created in the source directory in combination with update_outputs 2013-12-18 23:21:49 +01:00
Thomas Nagy
be1d02c8d0 another optimization spot for the shrinking sets system 2013-12-15 17:21:17 +01:00
Thomas Nagy
865abb89b7 shrinking sets for the memory reducer 2013-12-15 12:47:33 +01:00
Thomas Nagy
6ad49ae816 removed the set copy to enable faster iterations 2013-12-15 12:19:19 +01:00
Thomas Nagy
48823f947f Memory usage reducer, based on a post to the mailing-list by Christian Nilsendahl 2013-12-12 15:27:23 +01:00
Thomas Nagy
c3e33a5eeb Issue 1384 - pickle changes in Python 3.4 2013-12-07 20:18:08 +01:00
Thomas Nagy
ea549ae36e Issue 1382, hash randomization on python 3.3 causes reconfigurations 2013-11-28 20:16:00 +01:00
Thomas Nagy
1a2e877d33 qt5 tool 2013-11-24 12:55:52 +01:00
Thomas Nagy
5fa6fb7c8e Issue 1379, nasm trailing slashes 2013-11-16 20:19:41 +01:00
Thomas Nagy
d3191f574b handle empty defines when pasting tokens 2013-11-15 23:25:27 +01:00
Thomas Nagy
afad85cb6d Issue 1377 2013-11-15 23:08:07 +01:00
Thomas Nagy
6470326caf missing change 2013-11-08 22:47:03 +01:00
Thomas Nagy
ec7c651394 Issue 1372 version detection for old and buggy sun compilers 2013-11-08 22:45:11 +01:00
Thomas Nagy
ca4c933a28 Missing folders for Issue 1325 2013-10-28 21:26:12 +01:00
Thomas Nagy
96ccc17eeb have distclean remove the waf cache on windows 2013-10-27 14:01:22 +01:00
Thomas Nagy
be92aa67d2 recompile swig files if the swig version changes 2013-10-27 10:18:06 +01:00
Matt Fischer
045f5fd8d4 syms.py: Fix dep_nodes manipulation
Fixed a line in syms.py to append to the dep_nodes list instead of
forcibly overwriting it.

Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
2013-10-25 00:02:33 +02:00
Thomas Nagy
979973c04e Python 3.4 now provides non-inheritable file handles by default 2013-10-21 20:58:18 +02:00
Thomas Nagy
2ff420f6f2 Issue 1367, python 2.4 and boost.py 2013-10-20 19:39:11 +02:00
Thomas Nagy
4252f2f162 Issue 1366, swig defines 2013-10-17 21:36:22 +02:00
c6db9bc291 Issue 1362, docs 2013-10-15 01:08:38 +02:00
52059358ae Merge branch 'master' of https://code.google.com/p/waf 2013-10-15 00:25:13 +02:00
Dariusz Pelowski
d3de3e6968 fix for missing package name argument for 'pkg-config' call during fetching custom variables
Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
2013-10-15 00:24:43 +02:00
Dariusz Pelowski
bc9cd753d4 fix for missing package name argument for 'pkg-config' call during fetching custom variables
Signed-off-by: young <young@yang.(none)>
2013-10-15 00:10:13 +02:00
Thomas Nagy
6f6c284bec docs: uselib -> use 2013-10-01 23:45:14 +02:00
Thomas Nagy
b923643d66 Issue 1361, syms.py and python3 2013-09-30 17:55:42 +02:00
Thomas Nagy
a90d82112c 'is not None' is unnecessary 2013-09-28 23:52:19 +02:00
Nate Rosenblum
112199eb1f Allow doxygen parameters to be passed to task
The doxygen demo program suggests that doxy parameters can be passed
as arguments to the task, e.g.,

   bld(features="doxygen", doxyfile="doxy.conf",
        pars={'INPUT': bld.path.ant_glob("**/*.c")})

Previously, these inputs were not passed from the task generator
to the task, and only the parameters read from the doxy configuration
file were used. This patch retrieves parameters (if any) from the task
generator and uses them to override those in the doxy file,
allowing more flexible overriding for individual build targets.

Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
2013-09-28 23:51:35 +02:00
Thomas Nagy
ad2eb7d58e broken indentation in waf_unit_test.py for python 3 2013-09-17 14:15:07 +02:00
Thomas Nagy
4fef9dcbaa typo 2013-09-10 22:09:33 +02:00
Thomas Nagy
ebec33a835 waf-1.7.13 2013-09-09 22:09:03 +02:00
Thomas Nagy
daa91dba4b Issue 1356 icl detection with python 3 2013-09-07 10:33:33 +02:00
Thomas Nagy
6747ec18d8 Issue 1335 - library installation again 2013-09-04 08:36:37 +02:00
Thomas Nagy
578816dbca Issue 1335 - regression in the library installation 2013-09-04 00:20:42 +02:00
Thomas Nagy
85441cdd87 Issue 1335 - explanations are not clear at all 2013-09-04 00:04:47 +02:00
Thomas Nagy
2b2e79d7e4 Issue 1355 - openbsd fix for the link in the build directory 2013-09-03 23:17:05 +02:00
Thomas Nagy
673f34aae8 Issue 1355 - openbsd fix for the link in the build directory 2013-09-03 22:37:04 +02:00
Thomas Nagy
7696b4f7d3 Issue 1355, shared libs installation on openbsd 2013-09-03 17:53:03 +02:00
Thomas Nagy
cfe7242d48 Issue 1355, shared libs installation on openbsd 2013-09-03 17:49:21 +02:00
Thomas Nagy
7eeb28e511 New version Waf 1.7.12 2013-08-31 18:34:06 +02:00
Thomas Nagy
c4b82f4337 (changelog update) 2013-08-31 18:13:02 +02:00