Commit Graph

12124 Commits

Author SHA1 Message Date
Vladimir Prus
2f7e3b7c4b 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
254c369634 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
0d27c0a518 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
bf147de4a4 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
040ecefecf 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
a643271bf0 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
5060ca2bcb 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
9cd73d1dba 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
75cbc1ed37 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
bb8c997c17 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
6d3911e870 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
ef90a34650 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
8c4433842b 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
Michael A. Jackson
db4a68571a Changes to core and testing cmake macros
[SVN r49682]
2008-11-11 13:22:13 +00:00
Vladimir Prus
c23171522e Document 'threading' feature
[SVN r49663]
2008-11-09 15:03:15 +00:00
Vladimir Prus
619b0471b5 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
148fb24c49 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
117dcf4f27 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
75a1304e24 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
66155c1686 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
260997933f 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
f2ed53b505 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
57b08b5263 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
57648a8f9d 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
4cc570a24b 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
8109ec63f2 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
e7d41b33bb Don't inherit mingw generators
[SVN r49606]
2008-11-05 21:54:22 +00:00