Removed the qt4 and kde4 modules from the apidocs
Thomas Nagy
2016-01-02 00:50:21 +0100
a3e014b0aeEnable lazy Visual Studio detection by default
Thomas Nagy
2015-12-25 19:28:29 +0100
4111d559b4docs
Thomas Nagy
2015-12-25 18:06:18 +0100
f73d3f1a2fMisleading attribute never_skip, replaced by always_run
Thomas Nagy
2015-12-25 17:52:30 +0100
6aa1c74798docs
Thomas Nagy
2015-12-25 17:50:13 +0100
ad2f3d420cSetting node signatures clears cached values if present
Thomas Nagy
2015-12-25 17:46:37 +0100
4fdd8a520dTask cwd must be a node object
Thomas Nagy
2015-12-24 23:10:56 +0100
8d3111235fTry to de-duplicate environment-provided flags such as CFLAGS or LINKFLAGS
Thomas Nagy
2015-12-24 22:52:19 +0100
d1fdf2f16aRemoved the default include paths that were always added to vala
Thomas Nagy
2015-12-24 22:49:22 +0100
2d36bfe7ffRemoved the unused 'dummy' function from fc.py
Thomas Nagy
2015-12-24 22:46:27 +0100
96a4487a57New option to install files when symlinks are not possible
Thomas Nagy
2015-12-24 22:45:27 +0100
5a3a89b4deStop adding incompatible task data into the same dict objects
Thomas Nagy
2015-12-24 18:28:20 +0100
6648d3e6e7Docs
Thomas Nagy
2015-12-24 18:25:47 +0100
06c7c09681Provide node.exists() to increase filesystem abstraction
Thomas Nagy
2015-12-24 18:03:58 +0100
72fda8ae36Reduce the size of the build pickle file
Thomas Nagy
2015-12-24 17:43:26 +0100
ddaf29b78dProcess CPPFLAGS at the end of commands
Thomas Nagy
2015-12-23 19:26:34 +0100
281148b8ebRemoved the old __eq__ and __hash__ which are not useful anymore in recent interpreters
Thomas Nagy
2015-12-23 19:16:31 +0100
e365a30215Cache file hashes for performance reasons
Thomas Nagy
2015-12-23 18:23:14 +0100
7681bddfb7Remove Node.sig and Node.cache_sig
Thomas Nagy
2015-12-23 17:50:48 +0100
db31168eb6New class attribute Task.never_skip to enable tasks to be always executed (the class decorator will be phased out)
Thomas Nagy
2015-12-23 17:39:43 +0100
2ab00f7f49Removed Node.cache_sig
Thomas Nagy
2015-12-23 17:34:17 +0100
6ecd0d22c3Let run_once process a list of arguments
Thomas Nagy
2015-12-22 18:27:04 +0100
04449361e8Detect clang first on FreeBSD, NetBSD, etc
Thomas Nagy
2015-12-22 18:19:16 +0100
e1d82be8a5The tool kde4 is not included by default in waf 1.9
Thomas Nagy
2015-12-22 18:18:39 +0100
972d8e4904The tool qt4 is not included by default in waf 1.9
Thomas Nagy
2015-12-22 18:17:51 +0100
d3f788da4cAdded the tool called 'nobuild' to help troubleshoot build scripts
Thomas Nagy
2015-12-22 18:15:47 +0100
b58a7d8057Removed the command called 'update'
Thomas Nagy
2015-12-22 18:14:10 +0100
8b74beb233Removed the split functions from Node.py
Thomas Nagy
2015-12-22 18:12:20 +0100
18449feb5eMerge pull request #1676 from haraldkl/master
ita1024
2015-12-23 16:10:41 +0100
c097fcc08aReplaced spaces by tabs.
Harald Klimach
2015-12-23 15:38:48 +0100
9b719ef150Merge pull request #1675 from haraldkl/master
ita1024
2015-12-23 15:34:08 +0100
5c3a40d115Loosened and simplified the regex for the version string of ifort as suggested by apthorpe
Harald Klimach
2015-12-23 15:28:43 +0100
f638a96f55Merge pull request #1674 from haraldkl/master
ita1024
2015-12-23 15:20:07 +0100
f5cb7c9e2eEnsure the stdout and stderr attributes actually exist when capturing the WafError in getoutput for the Fortran compilers.
Harald Klimach
2015-12-23 15:15:06 +0100
2262f1009bIgnore error codes from cmd_and_log in getoutput that is used to obtain the version string of Fortran compilers. Some compilers will fail and return an error code if not provided with a source file, yet they print the desired version string. Thus, in case of an error code we ignore it here and just pass on the stdout and stderr of the called subprocess.
Harald Klimach
2015-12-23 14:32:52 +0100
6132c8e055Duplicate entry 'update' in default commands
Thomas Nagy
2015-12-22 18:22:13 +0100
a184a9e245Experimental conf.define(key, val, comment='msg in config.h')
Thomas Nagy
2015-12-20 14:26:14 +0100
95114ff205wix.py - Issue 1666
Thomas Nagy
2015-12-18 00:35:27 +0100
bdca245588Replace backslashes in resx.py - Issue 1666
Thomas Nagy
2015-12-17 23:53:41 +0100
d368dee436Merge pull request #1670 from MoSal/fix_1fbac66
ita1024
2015-12-11 21:06:16 +0100
6eb836e03dc_config: Fix regression in exec_cfg() introduced in 1fbac66
Mohammad AlSaleh
2015-12-11 21:34:01 +0200
Reverted the changes to conf.check(header_name=) as this causes regressions. Use conf.check(header_name=, link_header_test=False) - #1647
Thomas Nagy
2015-10-26 22:44:39 +0100