Commit Graph

12124 Commits

Author SHA1 Message Date
Jürgen Hunold
14353a7bb4 Merge from HEAD:
Upgrade to Qt-4.2:
- Add support for QtDBus library.
- Adjust to changes in Qt's build system: No parallel build of debug and release libraries on Unix anymore.
- Remove explicit "<variant>release" requirements for release builds, enabling custom build variants.


[SVN r35810]
2006-11-02 15:20:54 +00:00
Jürgen Hunold
4af850fc36 Merge from HEAD:
Upgrade to Qt-4.2:
- Add support for QtDBus library.
- Adjust to changes in Qt's build system: No parallel build of debug and release libraries on Unix anymore.
- Remove explicit "<variant>release" requirements for release builds, enabling custom build variants.


[SVN r35810]
2006-11-02 15:20:54 +00:00
Jürgen Hunold
d6c1bd7dfd Upgrade to Qt-4.2:
- Add support for QtDBus library.
- Adjust to changes in Qt's build system: No parallel build of debug and release libraries on Unix anymore.
- Remove explicit "<variant>release" requirements for release builds, enabling custom build variants.


[SVN r35809]
2006-11-02 15:15:07 +00:00
Jürgen Hunold
1e5ec85587 Upgrade to Qt-4.2:
- Add support for QtDBus library.
- Adjust to changes in Qt's build system: No parallel build of debug and release libraries on Unix anymore.
- Remove explicit "<variant>release" requirements for release builds, enabling custom build variants.


[SVN r35809]
2006-11-02 15:15:07 +00:00
Vladimir Prus
f73b18a996 Merge: Unbreak multi-element gcc commands
[SVN r35792]
2006-10-30 08:36:14 +00:00
Vladimir Prus
ad4cb45ea4 Merge: Unbreak multi-element gcc commands
[SVN r35792]
2006-10-30 08:36:14 +00:00
Vladimir Prus
d652aa9fab Unbreak multi-element gcc commands
[SVN r35791]
2006-10-30 08:35:33 +00:00
Vladimir Prus
6a27d761b6 Unbreak multi-element gcc commands
[SVN r35791]
2006-10-30 08:35:33 +00:00
Vladimir Prus
406769f4dd Merge: Ugly trick to handle <runtime-debugging> like in V1
[SVN r35770]
2006-10-28 19:25:36 +00:00
Vladimir Prus
0ccf746e00 Merge: Ugly trick to handle <runtime-debugging> like in V1
[SVN r35770]
2006-10-28 19:25:36 +00:00
Vladimir Prus
557f48d76f Ugly trick to handle <runtime-debugging> like in V1
[SVN r35769]
2006-10-28 19:23:12 +00:00
Vladimir Prus
516aea6e37 Ugly trick to handle <runtime-debugging> like in V1
[SVN r35769]
2006-10-28 19:23:12 +00:00
Rene Rivera
c6efffdb73 (merge from head) Restore BBv1 install functionality of installing to c:/Boost by default.
[SVN r35762]
2006-10-28 15:45:45 +00:00
Rene Rivera
f2b26b3138 (merge from head) Restore BBv1 install functionality of installing to c:/Boost by default.
[SVN r35762]
2006-10-28 15:45:45 +00:00
Rene Rivera
d5cf518648 Restore BBv1 install functionality of installing to c:/Boost by default.
[SVN r35761]
2006-10-28 15:22:17 +00:00
Rene Rivera
025df84f89 Restore BBv1 install functionality of installing to c:/Boost by default.
[SVN r35761]
2006-10-28 15:22:17 +00:00
Vladimir Prus
04382b5b08 Unbreak compile.c++.pch: Use -TP not -TC
[SVN r35750]
2006-10-26 09:10:55 +00:00
Vladimir Prus
20a2db4a79 Unbreak compile.c++.pch: Use -TP not -TC
[SVN r35750]
2006-10-26 09:10:55 +00:00
Vladimir Prus
1ef37f2e80 Unbreak compile.c++.pch: Use -TP not -TC
[SVN r35750]
2006-10-26 09:10:55 +00:00
Vladimir Prus
ad5521485b Unbreak compile.c++.pch: Use -TP not -TC
[SVN r35750]
2006-10-26 09:10:55 +00:00
Rene Rivera
917855d0c0 (merge from head) Limit the flavor to certain toolsets. For now only MinGW.
[SVN r35746]
2006-10-25 19:45:11 +00:00
Rene Rivera
66da5fe356 (merge from head) Limit the flavor to certain toolsets. For now only MinGW.
[SVN r35746]
2006-10-25 19:45:11 +00:00
Rene Rivera
aa3962bfc5 Limit the flavor to certain toolsets. For now only MinGW.
[SVN r35745]
2006-10-25 19:43:35 +00:00
Rene Rivera
ebab11cba0 Limit the flavor to certain toolsets. For now only MinGW.
[SVN r35745]
2006-10-25 19:43:35 +00:00
Rene Rivera
035cc1b676 (merge from head) Fix guard for autodetect of command version and flavor.
[SVN r35744]
2006-10-25 14:26:26 +00:00
Rene Rivera
408bdf08bd (merge from head) Fix guard for autodetect of command version and flavor.
[SVN r35744]
2006-10-25 14:26:26 +00:00
Rene Rivera
2a701e9de3 Fix guard for autodetect of command version and flavor.
[SVN r35743]
2006-10-25 14:25:05 +00:00
Rene Rivera
94e2af7680 Fix guard for autodetect of command version and flavor.
[SVN r35743]
2006-10-25 14:25:05 +00:00
Rene Rivera
9bb1d36bda (merge from head) Use the passed in command instead of a fixed one to account for custom and versioned commands. Thanks to Jurge Hunold for the report/patch.
[SVN r35742]
2006-10-25 12:52:11 +00:00
Rene Rivera
cb746471a0 (merge from head) Use the passed in command instead of a fixed one to account for custom and versioned commands. Thanks to Jurge Hunold for the report/patch.
[SVN r35742]
2006-10-25 12:52:11 +00:00
Rene Rivera
0b6c1bb755 Use the passed in command instead of a fixed one to account for custom and versioned commands. Thanks to Jurge Hunold for the report/patch.
[SVN r35741]
2006-10-25 12:51:05 +00:00
Rene Rivera
4c423da9b6 Use the passed in command instead of a fixed one to account for custom and versioned commands. Thanks to Jurge Hunold for the report/patch.
[SVN r35741]
2006-10-25 12:51:05 +00:00
Rene Rivera
1e71ad0e20 (merge from head) Add detection of gcc compiler flavor so that we can correctly tag generated libraries to not conflict with each other.
[SVN r35734]
2006-10-24 23:46:48 +00:00
Rene Rivera
ff3dcfb6fe (merge from head) Add detection of gcc compiler flavor so that we can correctly tag generated libraries to not conflict with each other.
[SVN r35734]
2006-10-24 23:46:48 +00:00
Rene Rivera
5d66e5697b Add detection of gcc compiler flavor so that we can correctly tag generated libraries to not conflict with each other.
[SVN r35733]
2006-10-24 23:43:08 +00:00
Rene Rivera
840439f061 Add detection of gcc compiler flavor so that we can correctly tag generated libraries to not conflict with each other.
[SVN r35733]
2006-10-24 23:43:08 +00:00
Rene Rivera
6d13f1ea85 (merge from head) A variety of changes to make most tests pass on Windows (with mingw):
* BoostBuild.py; Make the matching of content and files be more loose and use pattern globbing of toolset names.
* glob.py/project_glob.py; Rename to avoid collision with builtin Python module.
* all; Update copyrights and license info.


[SVN r35731]
2006-10-24 23:26:32 +00:00
Rene Rivera
82fac55323 (merge from head) A variety of changes to make most tests pass on Windows (with mingw):
* BoostBuild.py; Make the matching of content and files be more loose and use pattern globbing of toolset names.
* glob.py/project_glob.py; Rename to avoid collision with builtin Python module.
* all; Update copyrights and license info.


[SVN r35731]
2006-10-24 23:26:32 +00:00
nobody
a516eb2c94 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r35730]
2006-10-24 23:25:20 +00:00
nobody
9a1442b223 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r35730]
2006-10-24 23:25:20 +00:00
Rene Rivera
da98fd5c48 A variety of changes to make most tests pass on Windows (with mingw):
* BoostBuild.py; Make the matching of content and files be more loose and use pattern globbing of toolset names.
* glob.py/project_glob.py; Rename to avoid collision with builtin Python module.
* all; Update copyrights and license info.


[SVN r35729]
2006-10-24 23:25:19 +00:00
Rene Rivera
177744f40d A variety of changes to make most tests pass on Windows (with mingw):
* BoostBuild.py; Make the matching of content and files be more loose and use pattern globbing of toolset names.
* glob.py/project_glob.py; Rename to avoid collision with builtin Python module.
* all; Update copyrights and license info.


[SVN r35729]
2006-10-24 23:25:19 +00:00
Rene Rivera
dd1830e163 (merge from head) Output the initialized toolsets when given "--show-configuration" option.
[SVN r35727]
2006-10-24 18:09:51 +00:00
Rene Rivera
9c58f16104 (merge from head) Output the initialized toolsets when given "--show-configuration" option.
[SVN r35727]
2006-10-24 18:09:51 +00:00
Rene Rivera
f67cc20757 Output the initialized toolsets when given "--show-configuration" option.
[SVN r35726]
2006-10-24 18:07:50 +00:00
Rene Rivera
5e4b178fa6 Output the initialized toolsets when given "--show-configuration" option.
[SVN r35726]
2006-10-24 18:07:50 +00:00
Rene Rivera
c05a3ed303 (merge from head) Adjust to make test pass on Windows.
[SVN r35724]
2006-10-24 16:34:34 +00:00
Rene Rivera
6caea9bb85 (merge from head) Adjust to make test pass on Windows.
[SVN r35724]
2006-10-24 16:34:34 +00:00
Rene Rivera
3b9a41e48f Adjust to make test pass on Windows.
[SVN r35723]
2006-10-24 16:32:31 +00:00
Rene Rivera
6af6757f16 Adjust to make test pass on Windows.
[SVN r35723]
2006-10-24 16:32:31 +00:00