Commit Graph

12124 Commits

Author SHA1 Message Date
Rene Rivera
823d54698b Add "--out-xml=xyz.xml" option that dumps the output of all actions, and the test.jam information, to the given file. Changes are mostly from Dave.
[SVN r41167]
2007-11-17 04:11:49 +00:00
K. Noel Belcourt
22f979db0f Make vacpp toolset recognize and support version
numbers.  Also perform minimal options processing.



[SVN r41151]
2007-11-16 17:30:57 +00:00
K. Noel Belcourt
7724214a2b Make vacpp toolset recognize and support version
numbers.  Also perform minimal options processing.



[SVN r41151]
2007-11-16 17:30:57 +00:00
Rene Rivera
9358cfc6c7 Add support for msvc-9.0, thanks to John Pavel.
[SVN r41149]
2007-11-16 16:15:35 +00:00
Rene Rivera
a4a7522aad Add support for msvc-9.0, thanks to John Pavel.
[SVN r41149]
2007-11-16 16:15:35 +00:00
Rene Rivera
51fbf5b137 Switch intel-win32 to use static multi thread runtime since the single thread static runtime is no longer available. (fixes #1287)
[SVN r41113]
2007-11-15 18:56:43 +00:00
Rene Rivera
deebd6b521 Switch intel-win32 to use static multi thread runtime since the single thread static runtime is no longer available. (fixes #1287)
[SVN r41113]
2007-11-15 18:56:43 +00:00
Beman Dawes
6004c29f09 Merged tools, system, filesystem from trunk at 41106
[SVN r41109]
2007-11-15 16:31:06 +00:00
Beman Dawes
8f3a7c6a0d Merged tools, system, filesystem from trunk at 41106
[SVN r41109]
2007-11-15 16:31:06 +00:00
Beman Dawes
8aeb9f160a Get rid of .cvsignore files
[SVN r41107]
2007-11-15 15:20:27 +00:00
Beman Dawes
1ba4cc4fd5 Get rid of .cvsignore files
[SVN r41107]
2007-11-15 15:20:27 +00:00
Vladimir Prus
50f7610f5a Add Google Analytics tracking code
[SVN r41054]
2007-11-13 07:54:20 +00:00
Vladimir Prus
05555d3716 Add Google Analytics tracking code
[SVN r41054]
2007-11-13 07:54:20 +00:00
Boris Gubenko
5b1455512d when setting OSPLAT, check __ia64 macro
[SVN r41050]
2007-11-13 00:51:37 +00:00
Boris Gubenko
528462a51e when setting OSPLAT, check __ia64 macro
[SVN r41050]
2007-11-13 00:51:37 +00:00
K. Noel Belcourt
08e879a007 Get the unix timing working correctly.
[SVN r41048]
2007-11-12 22:52:12 +00:00
K. Noel Belcourt
2ec9a48fa0 Get the unix timing working correctly.
[SVN r41048]
2007-11-12 22:52:12 +00:00
Boris Gubenko
1aaa0782f4 add -fno-strict-aliasing to compilation with gcc
[SVN r41036]
2007-11-12 17:03:38 +00:00
Boris Gubenko
10a2078896 add -fno-strict-aliasing to compilation with gcc
[SVN r41036]
2007-11-12 17:03:38 +00:00
Vladimir Prus
09dc50e274 Remove toolset.register.
[SVN r40957]
2007-11-09 08:30:27 +00:00
Vladimir Prus
b6342d7520 Remove toolset.register.
[SVN r40957]
2007-11-09 08:30:27 +00:00
Vladimir Prus
d04b864d55 Don't use toolset.register
[SVN r40956]
2007-11-09 08:26:47 +00:00
Vladimir Prus
9331ff9f54 Don't use toolset.register
[SVN r40956]
2007-11-09 08:26:47 +00:00
Jürgen Hunold
79ac8eb1b2 Fix: remove <user-interface>gui from usage-requirements of QtGui.
Rationale: <user-interface>gui merely disables console output window on <target-os>windows.
But users often need console debug output when running Gui apps.


[SVN r40898]
2007-11-07 18:06:31 +00:00
Jürgen Hunold
9cde1825a8 Fix: remove <user-interface>gui from usage-requirements of QtGui.
Rationale: <user-interface>gui merely disables console output window on <target-os>windows.
But users often need console debug output when running Gui apps.


[SVN r40898]
2007-11-07 18:06:31 +00:00
K. Noel Belcourt
25ba95422b Commit patch submitted by John Maddock.
[SVN r40818]
2007-11-05 22:39:49 +00:00
K. Noel Belcourt
b0e1acad97 Commit patch submitted by John Maddock.
[SVN r40818]
2007-11-05 22:39:49 +00:00
K. Noel Belcourt
7c16fb7650 Have intel on darwin use intel-linux.jam toolset.
[SVN r40715]
2007-11-03 04:08:23 +00:00
K. Noel Belcourt
720e899be9 Have intel on darwin use intel-linux.jam toolset.
[SVN r40715]
2007-11-03 04:08:23 +00:00
Roland Schwarz
e5e7ef7f77 changed translate-indirect to skip rules, that are already in indirect format. This allows e.g. to make use of the -<tag> to remove already set tag feature.
[SVN r40676]
2007-11-02 07:42:49 +00:00
Roland Schwarz
2f98e06131 changed translate-indirect to skip rules, that are already in indirect format. This allows e.g. to make use of the -<tag> to remove already set tag feature.
[SVN r40676]
2007-11-02 07:42:49 +00:00
Vladimir Prus
d5fbab60f8 New Python rule -- 'backtrace'.
[SVN r40497]
2007-10-27 09:55:58 +00:00
Vladimir Prus
94e54dcce7 New Python rule -- 'backtrace'.
[SVN r40497]
2007-10-27 09:55:58 +00:00
Rene Rivera
e0dc5408e6 Merge search path for include & import from backend branch. And add corresponding support for <include> to BBv2 quickbook tool. Remove obsolete quickbook.xml file. (fixes #1263)
[SVN r40469]
2007-10-26 01:02:48 +00:00
Rene Rivera
9a6dc34fa1 Merge search path for include & import from backend branch. And add corresponding support for <include> to BBv2 quickbook tool. Remove obsolete quickbook.xml file. (fixes #1263)
[SVN r40469]
2007-10-26 01:02:48 +00:00
Dave Abrahams
2214118be3 Closes #1379. It would be good to have a much more principled approach;
see comments in the diffs for details.


[SVN r40468]
2007-10-25 23:19:48 +00:00
Dave Abrahams
7ce0854865 Closes #1379. It would be good to have a much more principled approach;
see comments in the diffs for details.


[SVN r40468]
2007-10-25 23:19:48 +00:00
Vladimir Prus
6a592f0b46 Report underfined paths before trying to replace
spaces in them (and crash on emptry paths).


[SVN r40462]
2007-10-25 16:48:24 +00:00
Vladimir Prus
516ffd550d Report underfined paths before trying to replace
spaces in them (and crash on emptry paths).


[SVN r40462]
2007-10-25 16:48:24 +00:00
Roland Schwarz
1bd352341c Corrected typo
[SVN r40459]
2007-10-25 07:57:12 +00:00
Roland Schwarz
10061230ee Corrected typo
[SVN r40459]
2007-10-25 07:57:12 +00:00
Roland Schwarz
37decb083c More verbose "Skipping" message, telling what it is beeing skipped.
[SVN r40458]
2007-10-25 07:52:25 +00:00
Roland Schwarz
e0abd86061 More verbose "Skipping" message, telling what it is beeing skipped.
[SVN r40458]
2007-10-25 07:52:25 +00:00
Vladimir Prus
79c23bc9c6 Fix typo
[SVN r40410]
2007-10-24 11:38:49 +00:00
Vladimir Prus
24ed281c92 Fix typo
[SVN r40410]
2007-10-24 11:38:49 +00:00
Vladimir Prus
47a570d7ea Improve comments
[SVN r40409]
2007-10-24 11:34:53 +00:00
Vladimir Prus
51283c4278 Improve comments
[SVN r40409]
2007-10-24 11:34:53 +00:00
Vladimir Prus
165534e07e Add missing Py_INCREF on Py_None objects.
[SVN r40289]
2007-10-22 16:45:49 +00:00
Vladimir Prus
df708e626d Add missing Py_INCREF on Py_None objects.
[SVN r40289]
2007-10-22 16:45:49 +00:00
Rene Rivera
9a895a9625 Do not refer to nonexistent target when python is not configured.
[SVN r40215]
2007-10-20 16:35:58 +00:00