Commit Graph

1608 Commits

Author SHA1 Message Date
Thomas Nagy 10381833af
waf 1.8.19 2016-01-24 10:55:43 +01:00
Thomas Nagy f14a6d4309 cleanup 2016-01-22 20:09:48 +01:00
Thomas Nagy 14d66a7b7c Cleanup 2016-01-22 19:04:24 +01:00
Thomas Nagy 63018c3537
Compat ifort waf 1.8 2016-01-22 18:45:17 +01:00
ita1024 7715f18f85 Merge pull request #1689 from ieei/xtensa
c_config: Add xtensa as a known CPU.
2016-01-21 22:52:36 +01:00
Haakon Sporsheim dab35cf2ee c_config: Add xtensa as a known CPU. 2016-01-21 17:54:02 +01:00
Thomas Nagy c08bd738f4 Disable verbose and mangling configuration tests with Intel Fortran 2016-01-20 20:19:55 +01:00
ita1024 b9b4b04433 Merge pull request #1688 from haraldkl/master
Added export definitions for typemap in the demos/fortran project.
2016-01-20 17:37:18 +01:00
Harald Klimach a17cc80805 Added export definitions for typemap in the demos/fortran project. 2016-01-20 14:13:40 +01:00
Thomas Nagy c421fe57b9 Import libraries for Intel Fortran 2016-01-20 00:13:11 +01:00
Thomas Nagy 823ed6d199 Build fcprogram_test with Intel compiler 2016-01-19 21:25:03 +01:00
ita1024 e625498f8b Merge pull request #1687 from haraldkl/master
Set FC_NAME also in find_ifort_win32.
2016-01-18 19:44:25 +01:00
Harald Klimach bf30bac7db Set FC_NAME also in find_ifort_win32. 2016-01-18 15:54:35 +01:00
Thomas Nagy 9953953a57
conf.check(..., comment='some text') to help with large config.h files 2016-01-17 17:01:26 +01:00
Thomas Nagy 0a2368ae47 Intel Fortran manifest files 2016-01-17 03:27:57 +01:00
Thomas Nagy 2fb9fe922e Intel Fortran detection on Windows 2016-01-17 02:31:16 +01:00
Thomas Nagy 379c9bfa9b
Detect newer sun compilers Issue 1686 2016-01-16 21:13:38 +01:00
Thomas Nagy 4fc61c4f3c
Added the windows Intel Fortran flags from Harald's branch 2016-01-16 12:38:49 +01:00
Thomas Nagy a2b4c88474 Better error message 2016-01-15 23:53:51 +01:00
ita1024 f76feffe8a Merge pull request #1684 from aradi/fix-nagfor
Fixing version flag for NAG compiler.
2016-01-15 00:14:01 +01:00
Bálint Aradi 32828712c2 Fixing version flag for NAG compiler. 2016-01-14 10:17:38 +01:00
Thomas Nagy 3109c4cb1a
Missing variable dependency in compile_fun_noshell (not in waf 1.9) 2016-01-11 03:17:05 +01:00
Thomas Nagy 22ef5f0317
Missing variable dependency in compile_fun_shell for 2016-01-11 03:10:28 +01:00
Thomas Nagy 878ab1e294 docs 2016-01-06 18:31:32 +01:00
Thomas Nagy 7d85fcda53
waf-1.8.18 2016-01-06 18:13:33 +01:00
Thomas Nagy 62efd56628
Process expressions of the form 2016-01-06 17:58:24 +01:00
ita1024 a808d83a45 Merge pull request #1679 from haraldkl/master
Do not set the ARFLAGS unconditionally to rcs for ifort.
2016-01-06 12:36:55 +01:00
Harald Klimach 7a28dd49f0 Do not set the ARFLAGS unconditionally to rcs for ifort.
Instead, try invoke search for ar after looking for xiar.
2016-01-06 09:44:00 +01:00
Thomas Nagy cb4fe1b905 New option in waf_unit_tests --clear-failed - Issue 1678 2016-01-05 15:21:13 +01:00
Thomas Nagy bd2dec8269 docs - the latest cpython version we know of is 3.5 2016-01-03 13:48:48 +01:00
Thomas Nagy 1daede42b5
Made this project build on Linux 2016-01-03 06:53:20 +01:00
Thomas Nagy 84d0ba86e7
Additional merges from #1666 2016-01-03 05:06:44 +01:00
ita1024 18449feb5e Merge pull request #1676 from haraldkl/master
Replaced spaces by tabs.
2015-12-23 16:10:41 +01:00
Harald Klimach c097fcc08a Replaced spaces by tabs. 2015-12-23 15:38:48 +01:00
ita1024 9b719ef150 Merge pull request #1675 from haraldkl/master
Regex change proposed by apthorpe
2015-12-23 15:34:08 +01:00
Harald Klimach 5c3a40d115 Loosened and simplified the regex for the version string of ifort as suggested by apthorpe 2015-12-23 15:28:43 +01:00
ita1024 f638a96f55 Merge pull request #1674 from haraldkl/master
Ignore error codes from cmd_and_log in getoutput for Fortran compilers
2015-12-23 15:20:07 +01:00
Harald Klimach f5cb7c9e2e Ensure the stdout and stderr attributes actually exist when capturing the
WafError in getoutput for the Fortran compilers.
2015-12-23 15:15:06 +01:00
Harald Klimach 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.
2015-12-23 14:32:52 +01:00
Thomas Nagy 6132c8e055 Duplicate entry 'update' in default commands 2015-12-22 18:22:13 +01:00
Thomas Nagy a184a9e245 Experimental conf.define(key, val, comment='msg in config.h') 2015-12-20 14:26:14 +01:00
Thomas Nagy 95114ff205 wix.py - Issue 1666 2015-12-18 00:35:27 +01:00
Thomas Nagy bdca245588 Replace backslashes in resx.py - Issue 1666 2015-12-17 23:53:41 +01:00
ita1024 d368dee436 Merge pull request #1670 from MoSal/fix_1fbac66
c_config: Fix regression in exec_cfg() introduced in 1fbac66
2015-12-11 21:06:16 +01:00
Mohammad AlSaleh 6eb836e03d c_config: Fix regression in exec_cfg() introduced in 1fbac66
Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
2015-12-11 21:52:38 +02:00
Thomas Nagy c618546130
docs 2015-12-09 00:52:48 +01:00
Thomas Nagy 41f005082f
Let msvc.py display encoding errors in the config.log file 2015-12-09 00:14:17 +01:00
Thomas Nagy 4293b8e19a
Compat - shorter version 2015-12-07 23:36:07 +01:00
Thomas Nagy d109ed4fc7
Additional fixes in extras/compat15.py 2015-12-05 14:00:56 +01:00
Thomas Nagy 8113778aab
Undefined name 'unicode' in the new json methods 2015-11-21 17:17:16 +01:00