Commit Graph

146 Commits

Author SHA1 Message Date
Jerome Carretero a30aa80dcc Revert "cleanup"
This reverts commit 3fa197298b.

Trying to import extras/subprocess first fails on Python 3.{1,2}.
2012-02-08 00:43:12 -05:00
Jerome Carretero 1553cb2dd6 ccroot: implement bld.read_object("pouet.o") and aux. feature
I could use this !
2012-02-07 23:48:15 -05:00
Jerome Carretero 5c3f6c680b ccroot: alter add_objects_from_tgen which was too restrictive
The code was talking about filtering out .pdb but it was filtering out anything
that is not in .{o,obj}, preventing from injecting weird objects in the link task.
2012-02-07 22:48:23 -05:00
Thomas Nagy f5f73429d4 reverting the previous changes to runner.py, need to think more about it 2012-02-06 03:08:12 +01:00
Thomas Nagy e0bf42db95 missing change 2012-02-06 02:48:07 +01:00
Thomas Nagy 2eebd14dcd move the task error handler to the method error_handler 2012-02-06 02:25:10 +01:00
Thomas Nagy 3fa197298b cleanup 2012-02-06 02:21:37 +01:00
Thomas Nagy bbacc90ced cleanup 2012-02-06 02:17:24 +01:00
Thomas Nagy 4404d9062c cleanup 2012-02-06 02:13:25 +01:00
Thomas Nagy 2263d60b8d Issue 1101 2012-02-06 02:07:18 +01:00
Thomas Nagy 959e450043 cleanup for waf 1.7 2012-02-06 01:45:44 +01:00
Thomas Nagy 634a9ed606 clean up for waf 1.7 2012-02-04 19:41:51 +01:00
Thomas Nagy bfca082c42 Cleanup for waf 1.7 2012-02-04 19:39:45 +01:00
Thomas Nagy 8fb1de97d8 do not load the compat15 tool by default in waf 1.7 2012-02-04 19:34:19 +01:00
Thomas Nagy 4b108e2f95 new release 1.6.11 2012-02-04 19:02:11 +01:00
Thomas Nagy 5b577a9109 docs 2012-01-26 21:08:52 +01:00
Thomas Nagy f953165688 error message improvement 2012-01-25 09:36:33 +01:00
Thomas Nagy 1d8f14da94 Issue 1103 2012-01-14 16:35:33 +01:00
Thomas Nagy 09940abecf Issue 1104 2012-01-14 13:45:49 +01:00
Thomas Nagy dd14b122b8 problem fixed? Issue 1104 2012-01-14 13:32:35 +01:00
Thomas Nagy 738d7ac931 Issue 1104 2012-01-14 10:59:49 +01:00
Thomas Nagy c12030c1f8 Issue 1104 2012-01-14 05:09:54 +01:00
Thomas Nagy bdb0108515 make sure to display taskbase instances in the pdebug diagram 2012-01-11 00:16:36 +01:00
Thomas Nagy 5f2284cad6 typo 2012-01-08 18:24:29 +01:00
Thomas Nagy 72efb7867b Issue 1099 2012-01-08 18:13:50 +01:00
Thomas Nagy 33f0b6bdfb make sure to remove the waf cache on python 3 2012-01-08 15:49:06 +01:00
Thomas Nagy 3460a01464 more tricks on forcing specific build orders 2012-01-08 15:41:08 +01:00
Thomas Nagy 8683e29136 dmd wants .obj files on windows? 2012-01-07 15:23:40 +01:00
Thomas Nagy cdb339213b Issue 1098 2012-01-05 21:01:11 +01:00
Thomas Nagy 00fda9dc84 Issue 1097 2012-01-04 20:37:53 +01:00
Thomas Nagy 3561e05ed4 #1096 2012-01-02 20:26:06 +01:00
Thomas Nagy dd4984aab0 #1095 2011-12-31 14:32:38 +01:00
Thomas Nagy 7252308f7d #1094 again 2011-12-31 13:49:34 +01:00
Thomas Nagy 5d31ae480a give conf.env.env to Popen in missing places 2011-12-25 11:11:44 +01:00
Thomas Nagy 3562008ffb Issue 1090 2011-12-25 10:37:19 +01:00
Thomas Nagy 8dc822fded Issue 1089 2011-12-21 08:55:08 +01:00
Thomas Nagy 9c49c5ab00 Issue 1083 2011-12-17 23:07:25 +01:00
Thomas Nagy 9956585445 another missing import 2011-12-17 22:42:17 +01:00
Thomas Nagy 4bb247a623 missing import 2011-12-17 22:39:57 +01:00
Thomas Nagy 4bc064a119 enable the qt4 tool to run even if xml support is missing 2011-12-17 15:45:42 +01:00
Thomas Nagy 7604f729c3 ensure that the drive letters are properly handled when dealing with foreign files 2011-12-17 09:47:39 +01:00
Thomas Nagy b8c19f423a future release 1.6.10 2011-12-17 09:28:02 +01:00
Thomas Nagy a7e69d6b81 Issue 1086 2011-12-14 09:20:34 +01:00
Thomas Nagy 856b53c046 Issue 1080 2011-12-09 00:54:59 +01:00
Thomas Nagy a639280339 Issue 1078 2011-12-07 20:50:20 +01:00
Thomas Nagy 818b605675 Fix for Issue 1076 2011-12-07 03:27:43 +01:00
Thomas Nagy 5bf4fe72fd Merge branch 'master' of https://code.google.com/p/waf 2011-12-06 03:43:27 +01:00
Thomas Nagy fd8bc22660 corner case with recurse(recurse(name=a)) 2011-12-06 03:43:15 +01:00
Johan Boule 952d7ab1e9 changed TODO about darwin to a simple note. 2011-12-03 22:00:16 +01:00
Thomas Nagy 250a8c699c The previous change breaks the powerpc builds
The compiler detection often relies on functions named gcc_xxx_platform,
if powerpc is left, then all the functions must be added in all those
modules.
2011-12-03 21:44:38 +01:00