Commit Graph

  • 1caaec653a Issue 1299 Thomas Nagy 2013-04-27 09:19:16 +0200
  • 230d35c9c3 Issue 1300 Thomas Nagy 2013-04-27 02:10:15 +0200
  • 7739cd7369 Issue 1300 Thomas Nagy 2013-04-27 01:33:27 +0200
  • 345f6bc99f Issue 1278 Thomas Nagy 2013-04-16 17:19:30 +0200
  • 1c562a034a Explicitly execute python binary (sys.executable) in distcheck Caitlin Potter 2013-04-15 08:21:09 -0400
  • 336c3f2e3f msvc: fix check of intel composer version with visual studio 2010 Stian Selnes 2013-03-23 09:23:02 +0100
  • c3cbd4c353 New version 1.7.10 waf-1.7.10 Thomas Nagy 2013-03-22 15:47:41 +0100
  • 661a034d91 Issue 1257 (docs) Thomas Nagy 2013-03-16 16:09:44 +0100
  • 7eef6588af Use Utils.readf/Utils.writef whenever possible Thomas Nagy 2013-03-14 13:45:10 +0100
  • 813a1aff14 Exclude auto-generated .intlcache Oliver Sauder 2013-03-12 22:05:48 +0300
  • fecda37b1c Changelog update Thomas Nagy 2013-03-12 14:12:48 +0100
  • 77dc8ea368 Issue 1266 Thomas Nagy 2013-03-12 14:10:12 +0100
  • 7bfe947b31 Do not try to tokenize non-python files when using Python 3: Issue 1265. Harald Klimach 2013-03-11 09:35:54 +0100
  • 0f64aea102 Issue 1261 Thomas Nagy 2013-03-04 17:13:31 +0100
  • 7aab452acb Merge branch 'master' of https://code.google.com/p/waf yngwe 2013-02-17 15:11:25 +0100
  • 526fe68773 Issue 1231 Thomas Nagy 2013-02-17 14:29:41 +0100
  • 46f51a3925 Added support for Windows Phone 8 compilers; added feature support for Windows Desktop Application and Windows Phone Application compilation yngwe 2013-02-17 14:09:32 +0100
  • 582a1a59f1 Issue 1255 Thomas Nagy 2013-02-15 10:35:20 +0100
  • a308c89c35 Issue 1180 Thomas Nagy 2013-02-10 11:45:35 +0100
  • 89ae826782 New codelite plugin Thomas Nagy 2013-02-02 11:06:20 +0100
  • fd1305af1d Issue 1248 Thomas Nagy 2013-02-01 23:52:13 +0100
  • ba984b57b7 Issue 1248 Thomas Nagy 2013-02-01 23:45:30 +0100
  • bf27d10fd5 Issue 982 Thomas Nagy 2013-02-01 23:01:53 +0100
  • 17aff345ea New release 1.7.9 waf-1.7.9 Thomas Nagy 2013-01-13 11:51:07 +0100
  • 2d29dfc528 Issue 1245 Harald Klimach 2013-01-08 19:45:14 +0100
  • 9e92489dbc gccdeps: Cache path to node lookup Daniel Welty 2012-12-28 15:45:49 -0600
  • 99919342f0 Merge branch 'master' of https://code.google.com/p/waf Thomas Nagy 2013-01-04 02:28:51 +0100
  • 67b8e27c34 Issue 1237 Thomas Nagy 2013-01-04 02:27:42 +0100
  • 3b699e3fed Make msvc.py behave itself when other toolchains are loaded Matt Hoosier 2013-01-03 09:42:04 -0600
  • 13ad17f96c Add support for parsing more MSVC command line options to check_cfg. Kevin Ollivier 2013-01-01 12:13:23 -0800
  • 148598a815 reverted the changes from #1212 and #1237 Thomas Nagy 2012-12-28 21:58:37 +0100
  • c0776f63ee docs Thomas Nagy 2012-12-22 17:42:54 +0100
  • ed52334a57 Issue 1232 Thomas Nagy 2012-12-19 02:51:33 +0100
  • 6e87e321bf Change the apply_vnum installation tasks to be created only if there is already an install_task. It checked to see if self.bld.is_install was not False but that can lead to exceptions being thrown when a shared library is created but install_path=None Matt Clarkson 2012-12-18 14:24:58 +0000
  • 0e243e4212 New release 1.7.8 waf-1.7.8 Thomas Nagy 2012-12-17 18:08:43 +0100
  • 8c566d1a42 Fixed up a bug in the gather_intel_composer_versions that results in an exception being thrown on windows systems with no intel composer versions installed. Raise in issue 1239 Matt Clarkson 2012-12-17 16:53:27 +0000
  • f42b9410c2 documentation update, and preparation for the release waf-1.7.7 Thomas Nagy 2012-12-16 17:18:10 +0100
  • c0575b8528 New release 1.7.7 Thomas Nagy 2012-12-16 17:08:08 +0100
  • 59363114c3 Issue 1232 Thomas Nagy 2012-12-16 16:58:55 +0100
  • 023329adb4 cleanup in Netcache.java Thomas Nagy 2012-12-15 20:21:52 +0100
  • 083b6e138e Issue 1234 Thomas Nagy 2012-12-15 00:32:20 +0100
  • fc9d6f4200 Issue 1222 Thomas Nagy 2012-12-14 23:43:28 +0100
  • 687df069db docs Thomas Nagy 2012-12-14 22:21:09 +0100
  • 9b443a4e88 Make msvc.py behave itself when other toolchains are loaded Matt Hoosier 2012-12-14 08:23:58 -0600
  • 4b4aaf7dc5 Issue 1236 Thomas Nagy 2012-12-12 20:09:40 +0100
  • 2da7b2f549 missing r for strings containing \ Thomas Nagy 2012-12-10 19:32:25 +0100
  • c7529b3a09 Added a warning message about the intel compilervars_arch.bat file because it only searches for \IDE\VSWinExpress.exe to determine if VS Express is installed. However, Microsoft have changed up VS2012 with differnt SKUs that install with different executable names. I have filed this on the Intel forums at http://software.intel.com/en-us/forums/topic/328487 and hoping for a fix in 2013.03 C++ composer. In the meantime it checks the compilervars_arch.bat to see if the VS2012 express SKU it is searching for is not installed and prints a warning, only once, about patching the batch script. Without the patch the intel compiler cannot be found for command line processing with any Visual Studio Express SKU other than the one for Windows 8 Matt Clarkson 2012-12-10 10:32:24 +0000
  • 3723b8bdbe Added a new function gather_intel_composer_versions and fixed up get_msvc_version so that it correctly strips the output of intel batch files. Also added new supported compilers too the comments at the top of the file as I have tested the configure and it finds VS2012, Intel 13 and WSDK 7.1 compilers Matt Clarkson 2012-12-10 10:24:15 +0000
  • 597e4a4f4c import libraries should go to LIBDIR along with the Thomas Nagy 2012-12-10 19:23:34 +0100
  • a71ca54558 Issue 1232 Thomas Nagy 2012-12-09 05:29:59 +0100
  • 20b2e61468 docs for Issue 1233 Thomas Nagy 2012-12-09 05:14:42 +0100
  • 072edeb396 possible fix for python 3 IO issues on windows Thomas Nagy 2012-12-05 01:23:52 +0100
  • e9d5d29ce1 missing change Thomas Nagy 2012-12-05 00:40:50 +0100
  • f824ab8481 Issue 1230 Thomas Nagy 2012-12-05 00:38:58 +0100
  • 79e2901e4e typo in the API documentation Thomas Nagy 2012-12-01 17:36:53 +0100
  • df67c02a0e simple tool for unity builds Thomas Nagy 2012-11-30 21:21:22 +0100
  • e21ec6a3fe Merge branch 'master' of https://code.google.com/p/waf Thomas Nagy 2012-11-28 01:02:20 +0100
  • 07c5337f8b possible osx fixes Thomas Nagy 2012-11-28 01:02:07 +0100
  • 04eb20b1e1 Fixed fc_xlf to import Errors Harald Klimach 2012-11-12 17:36:32 +0100
  • e0820153c8 Make demos/subst work in Python 3.2 waf-1.7.6 Thomas Nagy 2012-11-11 22:58:50 +0100
  • 704f85f131 New release 1.7.6 Thomas Nagy 2012-11-11 22:44:11 +0100
  • 96e3676951 docs Thomas Nagy 2012-11-04 10:38:25 +0100
  • 82b49862e2 Issue 1220 Thomas Nagy 2012-11-04 10:29:36 +0100
  • 5eed580a0c Merge branch 'master' of https://code.google.com/p/waf Thomas Nagy 2012-11-04 10:28:44 +0100
  • 6635a9788b Issue 1220 Thomas Nagy 2012-11-04 10:28:34 +0100
  • 54464995c6 Avoid possible "unused parameter" warnings in check_c/check_cc boilerplates immerrr 2012-11-04 12:01:38 +0400
  • ba6718fb05 Add more stuff to the macro-to-DEST_CPU list. alexrp 2012-10-22 22:30:04 +0200
  • c679843693 No symlinks in the tree Thomas Nagy 2012-10-31 02:02:50 +0100
  • b022f8a314 no more file() in python 3.3 Thomas Nagy 2012-10-31 02:00:01 +0100
  • 90157ca97d Python 3.2 sucks Thomas Nagy 2012-10-31 01:54:57 +0100
  • 352b329420 Cleanup Thomas Nagy 2012-10-31 01:46:38 +0100
  • 6f6d5792b5 no f*** symlinks in the tree, i've been too permissive again Thomas Nagy 2012-10-31 01:45:23 +0100
  • 022e2e6ff3 updated the stash() anti-example Thomas Nagy 2012-10-27 08:36:47 +0200
  • 5ce68b696a Issue 1218 Thomas Nagy 2012-10-26 22:54:53 +0200
  • 27aeab577c Issue 1218 Thomas Nagy 2012-10-25 21:36:41 +0200
  • 689fe3c0b9 Merge branch 'master' of https://code.google.com/p/waf Thomas Nagy 2012-10-21 11:29:49 +0200
  • 85698bdb53 support for python modules in fortran -_- Thomas Nagy 2012-10-21 11:29:40 +0200
  • b3b0383840 Add output file patterns for D tasks on Darwin. alexrp 2012-10-21 02:12:54 +0200
  • 1350ebc7a5 Issue 1212 Thomas Nagy 2012-10-20 23:45:16 +0200
  • 38ab5028c0 Issue 1213 (docs) Thomas Nagy 2012-10-20 00:35:24 +0200
  • a1d0f9c13e force a stable name in bld(rule=...) Thomas Nagy 2012-10-17 18:50:20 +0200
  • d1ea3e814d docs Thomas Nagy 2012-10-15 23:33:30 +0200
  • c85678dc4a hash subst_fun Thomas Nagy 2012-10-10 22:52:30 +0200
  • 57b555b5fe allow using the flex shipped with MSYS Anthony Baire 2012-10-10 11:00:44 +0200
  • 6499810aec Issue 1209 Thomas Nagy 2012-10-09 22:35:58 +0200
  • 43277c8e77 provide bld(features='subst', subst_fun= fun(task, text)) for convenience Thomas Nagy 2012-10-08 18:30:47 +0200
  • 294050ff41 Potential fix for #1204 Thomas Nagy 2012-10-05 00:21:27 +0200
  • 2c22ec2a59 fixed `waf clean` to preserve config files from all environments Anthony Baire 2012-10-03 01:47:46 +0200
  • 0856e2492b Issue 1207 Thomas Nagy 2012-10-05 00:05:48 +0200
  • c575dc1392 Removed the hard-coded python3 syntax to raise meaningful exceptions waf-1.7.5 Thomas Nagy 2012-10-02 03:46:52 +0200
  • 85d863bd52 Issue 1205 Thomas Nagy 2012-10-02 03:43:58 +0200
  • 0d6cd93f95 empty --prefix Thomas Nagy 2012-09-29 17:32:46 +0200
  • 9c7c864fcc Merge branch 'master' of https://code.google.com/p/waf Thomas Nagy 2012-09-27 21:08:37 +0200
  • b52d97adff Issue 1184 Thomas Nagy 2012-09-27 21:08:26 +0200
  • d3210ea74b configuration fix for kde4 Thomas Nagy 2012-09-27 19:48:30 +0200
  • c62073538b The fsc tool should set FS_NAME, not CS_NAME. alexrp 2012-09-27 14:47:41 +0200
  • 4c23f80a7c waf-1.7.4 waf-1.7.4 Thomas Nagy 2012-09-26 18:43:10 +0200
  • c14f00f4c1 Code mistakenly removed from the core classes Thomas Nagy 2012-09-26 18:41:58 +0200
  • ab385ea63c #1202 waf-1.7.3 Thomas Nagy 2012-09-23 19:49:17 +0200
  • 665aff8a57 cabal script by Anton Feldmann Thomas Nagy 2012-09-23 10:19:44 +0200