Commit Graph

  • 7b26ce74d1
    Updated the cwd logic in glib2.py Thomas Nagy 2016-01-02 01:37:20 +0100
  • e36420d68b
    No chmod value for symlink_as at this time Thomas Nagy 2016-01-02 01:10:08 +0100
  • 017d7a6257
    Typo Thomas Nagy 2016-01-02 01:04:08 +0100
  • da97d28d18
    Fixed undefined variables Thomas Nagy 2016-01-02 00:58:38 +0100
  • aa35adec74
    docs: fixed 'document is not included in any toctree' Thomas Nagy 2016-01-02 00:56:33 +0100
  • 2ebaf537c7
    Removed the qt4 and kde4 modules from the apidocs Thomas Nagy 2016-01-02 00:50:21 +0100
  • a3e014b0ae Enable lazy Visual Studio detection by default Thomas Nagy 2015-12-25 19:28:29 +0100
  • 4111d559b4 docs Thomas Nagy 2015-12-25 18:06:18 +0100
  • f73d3f1a2f Misleading attribute never_skip, replaced by always_run Thomas Nagy 2015-12-25 17:52:30 +0100
  • 6aa1c74798 docs Thomas Nagy 2015-12-25 17:50:13 +0100
  • ad2f3d420c Setting node signatures clears cached values if present Thomas Nagy 2015-12-25 17:46:37 +0100
  • 4fdd8a520d Task cwd must be a node object Thomas Nagy 2015-12-24 23:10:56 +0100
  • 8d3111235f Try to de-duplicate environment-provided flags such as CFLAGS or LINKFLAGS Thomas Nagy 2015-12-24 22:52:19 +0100
  • d1fdf2f16a Removed the default include paths that were always added to vala Thomas Nagy 2015-12-24 22:49:22 +0100
  • 2d36bfe7ff Removed the unused 'dummy' function from fc.py Thomas Nagy 2015-12-24 22:46:27 +0100
  • 96a4487a57 New option to install files when symlinks are not possible Thomas Nagy 2015-12-24 22:45:27 +0100
  • 5a3a89b4de Stop adding incompatible task data into the same dict objects Thomas Nagy 2015-12-24 18:28:20 +0100
  • 6648d3e6e7 Docs Thomas Nagy 2015-12-24 18:25:47 +0100
  • 06c7c09681 Provide node.exists() to increase filesystem abstraction Thomas Nagy 2015-12-24 18:03:58 +0100
  • 72fda8ae36 Reduce the size of the build pickle file Thomas Nagy 2015-12-24 17:43:26 +0100
  • ddaf29b78d Process CPPFLAGS at the end of commands Thomas Nagy 2015-12-23 19:26:34 +0100
  • 281148b8eb Removed the old __eq__ and __hash__ which are not useful anymore in recent interpreters Thomas Nagy 2015-12-23 19:16:31 +0100
  • e365a30215 Cache file hashes for performance reasons Thomas Nagy 2015-12-23 18:23:14 +0100
  • 7681bddfb7 Remove Node.sig and Node.cache_sig Thomas Nagy 2015-12-23 17:50:48 +0100
  • db31168eb6 New 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
  • 2ab00f7f49 Removed Node.cache_sig Thomas Nagy 2015-12-23 17:34:17 +0100
  • 6ecd0d22c3 Let run_once process a list of arguments Thomas Nagy 2015-12-22 18:27:04 +0100
  • 04449361e8 Detect clang first on FreeBSD, NetBSD, etc Thomas Nagy 2015-12-22 18:19:16 +0100
  • e1d82be8a5 The tool kde4 is not included by default in waf 1.9 Thomas Nagy 2015-12-22 18:18:39 +0100
  • 972d8e4904 The tool qt4 is not included by default in waf 1.9 Thomas Nagy 2015-12-22 18:17:51 +0100
  • d3f788da4c Added the tool called 'nobuild' to help troubleshoot build scripts Thomas Nagy 2015-12-22 18:15:47 +0100
  • b58a7d8057 Removed the command called 'update' Thomas Nagy 2015-12-22 18:14:10 +0100
  • 8b74beb233 Removed the split functions from Node.py Thomas Nagy 2015-12-22 18:12:20 +0100
  • 18449feb5e Merge pull request #1676 from haraldkl/master ita1024 2015-12-23 16:10:41 +0100
  • c097fcc08a Replaced spaces by tabs. Harald Klimach 2015-12-23 15:38:48 +0100
  • 9b719ef150 Merge pull request #1675 from haraldkl/master ita1024 2015-12-23 15:34:08 +0100
  • 5c3a40d115 Loosened and simplified the regex for the version string of ifort as suggested by apthorpe Harald Klimach 2015-12-23 15:28:43 +0100
  • f638a96f55 Merge pull request #1674 from haraldkl/master ita1024 2015-12-23 15:20:07 +0100
  • f5cb7c9e2e Ensure 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
  • 2262f1009b Ignore 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
  • 6132c8e055 Duplicate entry 'update' in default commands Thomas Nagy 2015-12-22 18:22:13 +0100
  • a184a9e245 Experimental conf.define(key, val, comment='msg in config.h') Thomas Nagy 2015-12-20 14:26:14 +0100
  • 95114ff205 wix.py - Issue 1666 Thomas Nagy 2015-12-18 00:35:27 +0100
  • bdca245588 Replace backslashes in resx.py - Issue 1666 Thomas Nagy 2015-12-17 23:53:41 +0100
  • d368dee436 Merge pull request #1670 from MoSal/fix_1fbac66 ita1024 2015-12-11 21:06:16 +0100
  • 6eb836e03d c_config: Fix regression in exec_cfg() introduced in 1fbac66 Mohammad AlSaleh 2015-12-11 21:34:01 +0200
  • c618546130
    docs waf-1.8.17 Thomas Nagy 2015-12-09 00:52:48 +0100
  • 41f005082f
    Let msvc.py display encoding errors in the config.log file Thomas Nagy 2015-12-09 00:14:17 +0100
  • 4293b8e19a
    Compat - shorter version Thomas Nagy 2015-12-07 23:36:07 +0100
  • d109ed4fc7
    Additional fixes in extras/compat15.py Thomas Nagy 2015-12-05 14:00:56 +0100
  • 8113778aab
    Undefined name 'unicode' in the new json methods Thomas Nagy 2015-11-21 17:17:16 +0100
  • 0e03aec82d
    Unmask unicode errors in msvc - Issue 1657 Thomas Nagy 2015-11-20 19:59:32 +0100
  • eb5aeb8715
    The json module is available only in Python 2.6, so the import cannot be on the top-level Thomas Nagy 2015-11-20 18:06:36 +0100
  • 23ceb2262b Merge pull request #1659 from vcatechnology/node-read-json ita1024 2015-11-20 18:01:57 +0100
  • 6c34e2a654
    Force scanner functions to run after task failures - Issue 1660 Thomas Nagy 2015-11-20 17:15:33 +0100
  • 6c485625f4 Added a JSON example to the playground Matt Clarkson 2015-11-20 13:53:39 +0000
  • 8b71e16989 Add Node.write_json() Matt Clarkson 2015-11-20 13:52:26 +0000
  • 2c617a42f8 Add a Node.read_json() function Matt Clarkson 2015-11-20 13:51:11 +0000
  • a46cb274a7
    Intel fortran detection - Issue 1655 Thomas Nagy 2015-11-18 19:12:15 +0100
  • e66cf563ce
    Uninitialized variables when qt options are not used Thomas Nagy 2015-11-16 19:30:07 +0100
  • e414ad08fd
    Version 1.8.17 Thomas Nagy 2015-11-10 21:52:54 +0100
  • cd7579a727
    Do not try to post all task generator when installing, that will not work Thomas Nagy 2015-11-10 19:47:19 +0100
  • 2fb1e0cfb2
    Let gccdeps work when a custom cwd is provided through bld.cwdx Thomas Nagy 2015-11-08 11:48:53 +0100
  • 65388a22c5
    Adding . in include paths seems to cause problems Thomas Nagy 2015-11-08 11:22:27 +0100
  • d983a7e26d Merge pull request #1653 from mimon/xcode6-fixes ita1024 2015-11-08 10:18:49 +0100
  • f3a20e293c Replaced 'source' arg to 'source_files'. Updated Docs and demo. Fixed bugs. Simon 2015-11-08 10:06:03 +0100
  • 2855dd2411 Merge pull request #1652 from mimon/find_file-fix ita1024 2015-11-08 00:40:06 +0100
  • 70be189ad2
    Experimental option env.merge_config_header Thomas Nagy 2015-11-07 23:02:49 +0100
  • 842bd28c0d Changed so that calling expanduser after joining the paths in Configure.find_files Simon 2015-11-07 22:01:37 +0100
  • c2605e4dbb
    Honor chmod on subst and rule when provided - Issue 1650 Thomas Nagy 2015-11-07 00:29:03 +0100
  • 8a3ff0e113
    Missing Errors import in print_commands.py Thomas Nagy 2015-11-06 23:11:49 +0100
  • ac226635d0
    Quote arguments that contain spaces in print_commands.py, and use the latest version of exec_command Thomas Nagy 2015-11-06 23:07:23 +0100
  • 7d25369e6c
    Removed a leftover print statement Thomas Nagy 2015-11-06 22:55:45 +0100
  • 02b8aafb8e
    Let chmod on subst change the permissions for all files created (not just the first one) Thomas Nagy 2015-11-05 18:05:32 +0100
  • c5b1aa4a33
    Decorators @conf and @run_once must provide function wrappers having the same names as the original Thomas Nagy 2015-11-05 02:01:32 +0100
  • 18204eb963
    Additional compatibility helpers in compat15.py Thomas Nagy 2015-11-05 00:57:37 +0100
  • efbc47b434
    Added a fake Constants module in compat15.py Thomas Nagy 2015-11-04 23:16:48 +0100
  • d4334adfb9
    Let waf -v catch invalid string on hcode values in Python3 Thomas Nagy 2015-11-03 22:35:33 +0100
  • c755de45c7
    docs Thomas Nagy 2015-11-01 14:19:20 +0100
  • 084d9a215d
    Calculate ${SRC} and ${TGT} from user-defined folders Thomas Nagy 2015-11-01 14:09:47 +0100
  • cf334db465
    Use options.enable_gccdeps if provided by user scripts Thomas Nagy 2015-10-31 11:24:53 +0100
  • 921483b335 Enabled usage of home folder/tilde ~ in Configure.find_files Simon 2015-10-30 01:00:33 +0100
  • 975fdde91b Merge pull request #1648 from mimon/xcode6-gen ita1024 2015-10-29 18:59:16 +0100
  • f1da3b34ef Updated useage and docs in xcode6 Simon 2015-10-29 11:53:19 +0100
  • 53cb70ec44 Renamed stuff in demos to xcode6 Simon 2015-10-29 11:52:58 +0100
  • 5fcda128b5 Updated documentation Simon 2015-10-29 11:16:25 +0100
  • 24dbd3c43c Changed name for the new Xcode tool to xcode6 and kept the original xcode tool Simon 2015-10-29 11:16:05 +0100
  • 3ff0277ea0
    Enable global_define for conf.check() too Thomas Nagy 2015-10-27 22:22:35 +0100
  • d2ade00ef8
    waf 1.8.16 waf-1.8.16 Thomas Nagy 2015-10-26 22:58:04 +0100
  • 722480b25c
    Fixed the ruby detection for openindiana Thomas Nagy 2015-10-26 22:53:22 +0100
  • 30336cd9ba
    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
  • 963c3b62c9
    docs: apply_incpaths_emscripten will be removed in waf 1.9 Thomas Nagy 2015-10-25 09:00:51 +0100
  • 02423e440a
    Make the emscripten option behave Thomas Nagy 2015-10-25 01:50:37 +0200
  • e99ddb3fd4 Merge pull request #1646 from thmo/sphinx12 ita1024 2015-10-24 16:17:37 +0200
  • ab3b16059f Make theme selection also work with older Sphinx. Thomas Moschny 2015-10-24 15:26:46 +0200
  • 95ff02b7ad Select HTML theme depending on Sphinx version. Thomas Moschny 2015-10-24 13:50:53 +0200
  • e3ac7630eb
    Clearer error message when folders do not exist - Issue 1643 Thomas Nagy 2015-10-21 01:08:14 +0200
  • 0c07ff91b0
    Propagate ldflags/LDFLAGS besides linkflags/LINKFLAGS Thomas Nagy 2015-10-20 21:37:29 +0200
  • a0de0eacd5 extras: file_to_object: clean-up and fix issues (reported by Philippe Brais) Jérôme Carretero 2015-10-20 08:18:07 -0400
  • f24d3b27b0
    Ready to release waf 1.8.15 waf-1.8.15 Thomas Nagy 2015-10-18 19:58:49 +0200