Vladimir Prus
|
8bd8b08252
|
Make resource file compilation work with intel.
Thanks to Jan Boehme for the bug report.
[SVN r49900]
|
2008-11-23 16:59:19 +00:00 |
|
Rene Rivera
|
9d5792c977
|
Try to work around at least one compiler bug with GCC and variable aliasing that causes crashes with hashing file cache entries.
[SVN r49890]
|
2008-11-23 05:33:26 +00:00 |
|
Rene Rivera
|
7da8330926
|
Add -Wc,-fno-strict-aliasing for QCC/QNX to avoid the same aliasing crashes as in the general GCC 4.x series (thanks to Niklas Angare for the fix). (fixes #2459)
[SVN r49889]
|
2008-11-23 05:15:51 +00:00 |
|
Rene Rivera
|
d9f5f12dee
|
Oops, put quotes around one-too-many args.
[SVN r49888]
|
2008-11-23 05:00:56 +00:00 |
|
Rene Rivera
|
77eabb3506
|
Add quotes for most arguments when building bjam. This solves the problem of externally specified values, like the Python path, from breaking when they have spaces.
[SVN r49887]
|
2008-11-23 04:51:24 +00:00 |
|
Rene Rivera
|
72f8d348b1
|
Adjust error un/setting for compatibility with more Windows CMD versions. (fixes #1663)
[SVN r49884]
|
2008-11-23 03:27:54 +00:00 |
|
Rene Rivera
|
c26a94ffd8
|
Let the child bjam commands inherit stdin, as some commands assume it's available. (fixes #1577)
[SVN r49883]
|
2008-11-23 02:37:44 +00:00 |
|
Rene Rivera
|
c06917cd60
|
On Windows don't limit bjam output to ASCII as some tools output characters in extended character sets. (fixes #1576)
[SVN r49882]
|
2008-11-23 02:10:52 +00:00 |
|
Rene Rivera
|
1fc9bb7a64
|
Fix some possible overrun issues revealed by Fortify build. Thanks to Steven Robbins for pointing out the issues. (fixes #2527)
[SVN r49877]
|
2008-11-23 00:21:21 +00:00 |
|
Vladimir Prus
|
8c630bdf40
|
Fix error message to match unit test's expectations
[SVN r49870]
|
2008-11-22 10:24:19 +00:00 |
|
Vladimir Prus
|
d672a5a364
|
Add new --jobs option and allow to set it in site-config.jam/user-config.jam.
[SVN r49869]
|
2008-11-22 10:03:10 +00:00 |
|
Vladimir Prus
|
77019eb3a8
|
Emit clear error when more than one possible Jamfile is found in a directory
[SVN r49851]
|
2008-11-20 17:58:59 +00:00 |
|
Vladimir Prus
|
c3c636e483
|
Use or not use escape sequences depending on availability.
Emit warning only on cygwin.
[SVN r49846]
|
2008-11-19 18:20:39 +00:00 |
|
Vladimir Prus
|
9fbde57b1c
|
If escape characters are not supported, emit warning, not error.
This is temporary solution to make regression test work again.
[SVN r49816]
|
2008-11-17 12:08:03 +00:00 |
|
Vladimir Prus
|
1f3b7ec836
|
Do not strip explicitly requested suffix from target names.
[SVN r49800]
|
2008-11-16 17:52:17 +00:00 |
|
Vladimir Prus
|
379b0a2738
|
Verify that escape characters are supported
[SVN r49793]
|
2008-11-16 14:50:48 +00:00 |
|
Vladimir Prus
|
c3c4a6ac16
|
Make sure 'FAILED' is printed on failure
[SVN r49787]
|
2008-11-16 13:19:26 +00:00 |
|
Vladimir Prus
|
bed238bee8
|
Fix typo
[SVN r49785]
|
2008-11-16 12:46:11 +00:00 |
|
Vladimir Prus
|
c032e1be81
|
Use \n, not various tricks that depend on eof style of common.jam itself.
[SVN r49776]
|
2008-11-15 22:10:18 +00:00 |
|
Vladimir Prus
|
c549e85b34
|
Handle \n and \r escape sequences
[SVN r49775]
|
2008-11-15 22:02:35 +00:00 |
|
Vladimir Prus
|
3166e502a4
|
XML output support
[SVN r49731]
|
2008-11-13 21:30:05 +00:00 |
|
Vladimir Prus
|
2c7c99a5f7
|
When source resides in a subdirectory of source dir, preserve that
subdirectory in the target path.
[SVN r49714]
|
2008-11-13 08:26:39 +00:00 |
|
Vladimir Prus
|
4630af1340
|
SVG logo
[SVN r49713]
|
2008-11-13 07:47:19 +00:00 |
|
Vladimir Prus
|
15874978c7
|
Include PDF docs in packages
[SVN r49712]
|
2008-11-13 07:20:11 +00:00 |
|
Vladimir Prus
|
04a996fd57
|
Unbreak generator_selection test on Linux
[SVN r49711]
|
2008-11-13 07:12:12 +00:00 |
|
Vladimir Prus
|
568755e17c
|
Improve error message
[SVN r49710]
|
2008-11-13 07:07:10 +00:00 |
|
Vladimir Prus
|
80fe0ce9e5
|
Quote strings containing semicolons
[SVN r49709]
|
2008-11-13 06:44:21 +00:00 |
|
Vladimir Prus
|
92ab8117ff
|
Simplify PCH handling on intel-win, by using -Qpchi- to stop it
to messing up with specified output PCH names.
[SVN r49699]
|
2008-11-12 14:16:35 +00:00 |
|
Vladimir Prus
|
35e033e150
|
On Windows, use lowercased file suffix when determining the file
target.
Suggested by John Reid.
[SVN r49697]
|
2008-11-12 11:31:27 +00:00 |
|
Vladimir Prus
|
f2de6515b3
|
Kill --preserve-test-targets option. Introduce
preserve-test-targets feature.
[SVN r49696]
|
2008-11-12 08:44:37 +00:00 |
|
Vladimir Prus
|
0c2e8bdd26
|
Include options specified with cflags/cxxflags when compiling PCH.
Suggested by J. van der Wulp.
[SVN r49694]
|
2008-11-12 07:26:24 +00:00 |
|
Vladimir Prus
|
940113a3bc
|
Always call setup script before running "mt". Fix msvc-linking-generator,
by calling the right base method.
Patch from Jeroen van der Wulp.
[SVN r49692]
|
2008-11-12 07:20:18 +00:00 |
|
Vladimir Prus
|
c23171522e
|
Document 'threading' feature
[SVN r49663]
|
2008-11-09 15:03:15 +00:00 |
|
Vladimir Prus
|
220dd2668e
|
Use right extension for PCH on darwin.
Patch from Jeroen van der Wulp.
[SVN r49659]
|
2008-11-09 06:09:06 +00:00 |
|
Vladimir Prus
|
46c113c140
|
Documente embed-manifest
[SVN r49648]
|
2008-11-08 09:17:48 +00:00 |
|
Vladimir Prus
|
c5933f39d0
|
Rename 'standalone-manifest' to 'embed-manifest'.
[SVN r49647]
|
2008-11-08 08:22:14 +00:00 |
|
Vladimir Prus
|
dd3dbcc9b6
|
Implement new 'standalone-manifest' feature that prevents Boost.Build
from embedding the manifest in the produced libraries.
[SVN r49645]
|
2008-11-07 19:39:40 +00:00 |
|
Vladimir Prus
|
b9dd0c1e60
|
Resove the conflict between sun.prebuilt and builtin.prebuilt,
making searched libraries work on sun.
Thanks to Sebastien Grivet for the bug report (#177).
[SVN r49629]
|
2008-11-07 17:47:37 +00:00 |
|
Vladimir Prus
|
f34969de6f
|
On Solaris host, assume sun linker.
[SVN r49619]
|
2008-11-06 18:13:17 +00:00 |
|
Vladimir Prus
|
dfa50945ed
|
When inheriting rules from a toolset, use generator's rule name, not id.
[SVN r49618]
|
2008-11-06 17:59:17 +00:00 |
|
Vladimir Prus
|
ff60a566a6
|
Document more options
[SVN r49617]
|
2008-11-06 17:54:01 +00:00 |
|
Vladimir Prus
|
67224435a8
|
Key on solaris, not sunos, since sunos had last release in 1992,
and solaris is what is the current name.
[SVN r49616]
|
2008-11-06 17:26:14 +00:00 |
|
Vladimir Prus
|
4329c7d0b6
|
Trim the list of possible values for target-os.
[SVN r49615]
|
2008-11-06 17:11:47 +00:00 |
|
Vladimir Prus
|
d260f79219
|
Don't inherit mingw generators
[SVN r49606]
|
2008-11-05 21:54:22 +00:00 |
|
Vladimir Prus
|
bd208a7204
|
Don't inherit mingw generators
[SVN r49605]
|
2008-11-05 21:49:56 +00:00 |
|
Vladimir Prus
|
752b7cdc5b
|
Don't inherit mingw generators
[SVN r49604]
|
2008-11-05 21:49:01 +00:00 |
|
Vladimir Prus
|
d48b324294
|
When building on Windows for Linux target with gcc, don't try to create
import libraries and allow linking executables to shared libraries.
[SVN r49596]
|
2008-11-05 10:11:30 +00:00 |
|
Vladimir Prus
|
ee997c2fd8
|
Remove PDF docs, as they are regenerated anyway.
[SVN r49570]
|
2008-11-03 17:25:30 +00:00 |
|
Vladimir Prus
|
05e14300ef
|
Document cross-compilation
[SVN r49529]
|
2008-11-02 11:19:28 +00:00 |
|
Vladimir Prus
|
ff157750c4
|
Another attempt to get right extensions of PCH files on intel-win.
[SVN r49522]
|
2008-11-01 17:24:41 +00:00 |
|