Commit Graph

12124 Commits

Author SHA1 Message Date
Jürgen Hunold
7d8c0f709f Specify target machine type to avoid linker warnings.
[SVN r54375]
2009-06-26 11:25:24 +00:00
Jürgen Hunold
89b2e5a77a Add tag rules for <qt> and <address-model>
[SVN r54371]
2009-06-26 09:16:31 +00:00
Jürgen Hunold
86a27f8424 Add tag rules for <qt> and <address-model>
[SVN r54371]
2009-06-26 09:16:31 +00:00
Vladimir Prus
37c940b22a Add MD5 builtin
[SVN r54306]
2009-06-24 15:29:35 +00:00
Vladimir Prus
6e9d2b029c Add MD5 builtin
[SVN r54306]
2009-06-24 15:29:35 +00:00
Vladimir Prus
67bc27d8b1 Fix quoting
[SVN r54302]
2009-06-24 13:49:46 +00:00
Vladimir Prus
15ac3aad53 Fix quoting
[SVN r54302]
2009-06-24 13:49:46 +00:00
Vladimir Prus
233cf19c3e Quote environement variable assignements.
[SVN r54299]
2009-06-24 10:01:10 +00:00
Vladimir Prus
4717c579af Quote environement variable assignements.
[SVN r54299]
2009-06-24 10:01:10 +00:00
Vladimir Prus
761501ed9c Make common.format-name don't check target type.
The use in Jamroot calls it only for library targets,
and other projects might want to call the function for
other target types.


[SVN r54298]
2009-06-24 08:08:23 +00:00
Vladimir Prus
61f55cb9f4 Make common.format-name don't check target type.
The use in Jamroot calls it only for library targets,
and other projects might want to call the function for
other target types.


[SVN r54298]
2009-06-24 08:08:23 +00:00
Douglas Gregor
0ad507b5a5 CMake: BOOST_PLATFORM fix, from Zach Laine
[SVN r53969]
2009-06-16 05:16:29 +00:00
Douglas Gregor
c54370bd76 CMake: BOOST_PLATFORM fix, from Zach Laine
[SVN r53968]
2009-06-16 05:16:20 +00:00
Steven Watanabe
30804700b6 Add missing semicolon
[SVN r53762]
2009-06-08 22:16:47 +00:00
Steven Watanabe
e7225b9b88 Add missing semicolon
[SVN r53762]
2009-06-08 22:16:47 +00:00
Vladimir Prus
9e3b4ca9fc Add warning to "Using BJam" section.
This is apparently the first hit for "bjam" search in google,
and we want to redirect users to Boost.Build docs.


[SVN r53725]
2009-06-07 16:30:55 +00:00
Vladimir Prus
4d0d03f518 Clarify that Boost.Jam is low-level engine for Boost.Build.
This includes big warning that Boost.Build docs are better
be read, explanation that Boost.Jam is not meant as classic Jam
replacement, and removal of Jam-as-standalone-build-system
features.


[SVN r53704]
2009-06-07 08:57:11 +00:00
Dave Abrahams
26dda02c04 Fix typo in example usage
[SVN r53658]
2009-06-05 20:13:47 +00:00
Dave Abrahams
29e7992e17 Fix typo in example usage
[SVN r53658]
2009-06-05 20:13:47 +00:00
Vladimir Prus
23088b2bb3 Add new 'convert' main target
[SVN r53616]
2009-06-04 06:14:55 +00:00
Vladimir Prus
54ce7d9e44 Add new 'convert' main target
[SVN r53616]
2009-06-04 06:14:55 +00:00
Vladimir Prus
377867734d Mention address-model in the 'Invocation' section
[SVN r53511]
2009-05-31 19:03:43 +00:00
Vladimir Prus
ccb45abd32 Mention address-model in the 'Invocation' section
[SVN r53511]
2009-05-31 19:03:43 +00:00
Vladimir Prus
6a52abb597 Make address-model take effect even if architecture is not specified.
It seems more ultimately helpful to directly translate address-model
to -m32/-m64 on gcc, since that option works fine even if -march is
not specified.


[SVN r53510]
2009-05-31 18:49:11 +00:00
Vladimir Prus
7db5ac7eed Make address-model take effect even if architecture is not specified.
It seems more ultimately helpful to directly translate address-model
to -m32/-m64 on gcc, since that option works fine even if -march is
not specified.


[SVN r53510]
2009-05-31 18:49:11 +00:00
Vladimir Prus
fe12dc59bb On Cygwin, install DLLs to $(prefix)/bin.
[SVN r53456]
2009-05-30 13:24:26 +00:00
Vladimir Prus
2ad4a8daa4 On Cygwin, install DLLs to $(prefix)/bin.
[SVN r53456]
2009-05-30 13:24:26 +00:00
Vladimir Prus
c00a05b980 Generate import libs on cygwin, and fix naming to match conventions.
Patch from Ronald Landheer-Cieslak.


[SVN r53446]
2009-05-30 11:51:46 +00:00
Vladimir Prus
69a2449e5e Generate import libs on cygwin, and fix naming to match conventions.
Patch from Ronald Landheer-Cieslak.


[SVN r53446]
2009-05-30 11:51:46 +00:00
Vladimir Prus
89e74c8076 Properly tag libraries with QCC toolset.
Fixes #2191.


[SVN r53384]
2009-05-29 08:48:44 +00:00
Vladimir Prus
9a98265e69 Properly tag libraries with QCC toolset.
Fixes #2191.


[SVN r53384]
2009-05-29 08:48:44 +00:00
Vladimir Prus
db326b704e Catch more macros.
Patch from John W. Bito


[SVN r53383]
2009-05-29 08:47:03 +00:00
Vladimir Prus
0272989435 Catch more macros.
Patch from John W. Bito


[SVN r53383]
2009-05-29 08:47:03 +00:00
Vladimir Prus
5ef9fef94c Implement warnings control for sun.
Patch from John W. Bito.
Closes #2966.


[SVN r53381]
2009-05-29 08:34:04 +00:00
Vladimir Prus
a46911ae7f Implement warnings control for sun.
Patch from John W. Bito.
Closes #2966.


[SVN r53381]
2009-05-29 08:34:04 +00:00
Vladimir Prus
1691419f57 MSVC 10 autodetection.
Closes #3069.


[SVN r53206]
2009-05-23 15:26:16 +00:00
Vladimir Prus
ac5c31c1b2 MSVC 10 autodetection.
Closes #3069.


[SVN r53206]
2009-05-23 15:26:16 +00:00
Vladimir Prus
452793d432 Merge from trunk
[SVN r53173]
2009-05-22 11:36:46 +00:00
Troy D. Straszheim
1deaaf0b58 get mpi cmake tests working on trunk
[SVN r53156]
2009-05-21 15:36:35 +00:00
Troy D. Straszheim
b545b0257e Merge of cmakefiles *from* (that's right, *FROM* :/ ) release branch.
[SVN r53150]
2009-05-21 14:05:15 +00:00
Troy D. Straszheim
44ce63b183 link test tuneups
[SVN r53148]
2009-05-21 00:51:18 +00:00
Troy D. Straszheim
dd7463094c tune up link tests in general, asio tests specifically
[SVN r53147]
2009-05-21 00:31:35 +00:00
Troy D. Straszheim
39c74e6e11 This makes asio link tests pass, accomplishes two things:
* Communicates CMAKE_CXX_COMPILER correctly to subprocess (via
load_cache which may be a bad idea)

* Manually (yuck) pulls the paths of libraries that the link tests
  must link against out of the target properties and passes them to
  the linktest subprocess













[SVN r53140]
2009-05-20 18:33:38 +00:00
Troy D. Straszheim
a48453c3bd Clean up a few messages, display compiler and platform
[SVN r53138]
2009-05-20 17:17:04 +00:00
Troy D. Straszheim
37cd001825 Let's see if this gets us anything
[SVN r53137]
2009-05-20 17:15:58 +00:00
Troy D. Straszheim
808fed3d71 dummy commit
[SVN r53051]
2009-05-16 16:06:29 +00:00
Vladimir Prus
ebe0cdc5ab Fix the prototype of stlport.init to match docs.
Fixes #2976.


[SVN r53042]
2009-05-16 10:24:16 +00:00
Vladimir Prus
52d4bf2c87 Fix the prototype of stlport.init to match docs.
Fixes #2976.


[SVN r53042]
2009-05-16 10:24:16 +00:00
Troy D. Straszheim
5d06032165 bye. This stuff sucks.
[SVN r53036]
2009-05-15 22:01:42 +00:00
Troy D. Straszheim
e48f0c2489 A little bit of setup automation (using SLAVE_DIR) for those running
build slaves..



[SVN r53035]
2009-05-15 21:35:48 +00:00