Commit Graph

137 Commits

Author SHA1 Message Date
Thomas Nagy 2f205b0e49 Another example 2011-12-09 21:24:07 +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
Johan Boule 5af4835da5 Merge branch 'master' of https://code.google.com/p/waf 2011-12-03 21:02:22 +01:00
Johan Boule e071749244 - added note about spurious darwin detection
- added google nacl
2011-12-03 20:56:58 +01:00
Johan Boule 469742d18a powerpc doesn't mean darwin 2011-12-03 20:35:55 +01:00
Thomas Nagy 19adba7841 added a warning for ant_glob on the build directory 2011-12-02 19:13:30 +01:00
Thomas Nagy 56f8bdad6c missing config.h 2011-12-01 00:02:46 +01:00
Thomas Nagy c798bbe74f avoid the exception on --help on win32 2011-11-28 19:19:25 +01:00
Thomas Nagy c00a364048 py3k syntax 2011-11-26 15:10:00 +01:00
Thomas Nagy 4c9eceb088 Issue 1074 2011-11-25 22:19:16 +01:00
Thomas Nagy 4bb4ff5993 chmod in the build directory with features=subst 2011-11-23 21:36:16 +01:00
Thomas Nagy a75f3c73d6 updated example 2011-11-23 08:32:24 +01:00
Thomas Nagy 56ac2bf5e8 fix for python 2.4 2011-11-20 15:27:11 +01:00
Thomas Nagy 1ee780d9aa docs 2011-11-20 14:47:27 +01:00
Thomas Nagy d6bb5235a9 docs 2011-11-20 14:30:34 +01:00
yngwe 2c59015b99 PowerPC does not necessarily mean MacOS; darwin GCC should now be detected better 2011-11-20 14:24:01 +01:00
Thomas Nagy d3ea2bd2c1 docs 2011-11-19 21:32:04 +01:00
Thomas Nagy 6eb83abd1c fix for python 3 2011-11-19 21:31:25 +01:00
Thomas Nagy a2c4801476 check for endianness 2011-11-19 21:25:58 +01:00
Thomas Nagy bfbbaa2081 add a parameter test_exec to 'check_library' 2011-11-19 18:49:07 +01:00
Thomas Nagy 7fdca5d90d docs 2011-11-19 18:31:23 +01:00
Thomas Nagy caa9cc2cec disable the configuration tests that cannot run when using cross-compiler 2011-11-19 17:35:41 +01:00
Thomas Nagy 26668834cb docs 2011-11-19 14:38:11 +01:00
Thomas Nagy 407a78e209 another fix for powerpc, it looks like i am the first to be looking into it 2011-11-19 14:24:17 +01:00
Thomas Nagy 68a5675914 more powerpc fixes 2011-11-19 13:35:21 +01:00
Thomas Nagy e6f8d1e9ee evil osx stuff 2011-11-19 13:21:02 +01:00
Thomas Nagy 7e904b7e74 #1066 2011-11-19 00:03:28 +01:00
Thomas Nagy a115091e20 docs 2011-11-18 00:33:25 +01:00
Thomas Nagy e225316991 these javascript gizmos are annoying 2011-11-14 06:01:19 +01:00
Thomas Nagy 21944d53c9 docs 2011-11-13 11:40:04 +01:00
Thomas Nagy 0dda692b6f more osx stuff 2011-11-12 21:47:02 +01:00
Thomas Nagy 8e0552b5cf another attempt for osx 2011-11-12 21:38:21 +01:00
Thomas Nagy f8f5af618f experimental osx stuff 2011-11-12 21:30:48 +01:00
Thomas Nagy 6f5aceb005 experimental osx stuff 2011-11-12 21:08:54 +01:00
Thomas Nagy 1784b31a5e Merge branch 'master' of https://code.google.com/p/waf 2011-11-12 11:09:52 +01:00
Thomas Nagy 0584dcc093 #1066 2011-11-12 11:09:16 +01:00
yngwe b986066245 fixed python3 errors; made XCode project generator use ARCH flag (debugging of universal binaries now possible) 2011-11-11 15:19:50 +01:00
Thomas Nagy 4e22c25c5b the variable standard_includes became unused for some reason 2011-11-09 20:21:11 +01:00
Thomas Nagy cd0e72f264 #1068 2011-11-09 03:09:58 +01:00
Thomas Nagy 32468b86ba #1066 2011-11-09 02:54:27 +01:00
Jerome Carretero 1a9360c3b2 Linkage test in conf.check_boost + docs + attempt to autodetect link flags (bad)
The linkage test "fixes" #1038 : if we can't link, you'll know it before building.

Documentation was added for some MSVC problematics, it may not be great...

Added --boost-linkage_autodetect to accommodate automagically (ugly) for some typical boost builds on MSVC.
2011-11-08 02:13:00 -05:00
Thomas Nagy 21776d976f Merge branch 'master' of https://code.google.com/p/waf 2011-11-08 01:03:10 +01:00
Thomas Nagy d421f58c5c #1066: need to check if it works properly on win32 2011-11-08 01:02:57 +01:00
yngwe 21035f9cca WinCE support (by Matt); issue 1065 2011-11-07 20:02:39 +01:00