2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-24 16:02:16 +00:00
Commit Graph

4866 Commits

Author SHA1 Message Date
Vladimir Prus
9cf28a041e Don't include toolset version in libs built with bcb
[SVN r35684]
2006-10-21 10:39:48 +00:00
Vladimir Prus
df344499ed Merge: fix building on windows
[SVN r35658]
2006-10-18 13:04:05 +00:00
Vladimir Prus
2e6d0c4a09 Fix building on Windows.
tools/
	* builtin.jam: linking-generator.run (Return nothing
	if it failed).


[SVN r35657]
2006-10-18 13:02:31 +00:00
Vladimir Prus
0069189548 Merge: Improve wording on an error message
[SVN r35650]
2006-10-18 05:41:16 +00:00
Vladimir Prus
cd44da9fc3 Improve wording of an error message.
[SVN r35649]
2006-10-18 05:40:37 +00:00
Rene Rivera
2704dcd250 Cleanup format-name docs.
[SVN r35645]
2006-10-17 02:00:56 +00:00
Rene Rivera
1f589bcdf5 Cleanup format-name docs.
[SVN r35645]
2006-10-17 02:00:56 +00:00
Rene Rivera
3997ae9115 [merge from head] Add exclusion patterns to glob-tree to allow for exclusing things like CVS directories from scanning. This fixes the problem of invalid/unknown target for those dirs when they are hidden as they get returned as files instead of dirs by the OS. Also updated copyright and license info.
[SVN r35642]
2006-10-16 20:49:17 +00:00
Rene Rivera
93cd350f59 Add exclusion patterns to glob-tree to allow for exclusing things like CVS directories from scanning. This fixes the problem of invalid/unknown target for those dirs when they are hidden as they get returned as files instead of dirs by the OS. Also updated copyright and license info.
[SVN r35641]
2006-10-16 20:43:26 +00:00
Rene Rivera
29353f36a7 Merge from HEAD.
[SVN r35624]
2006-10-16 02:14:38 +00:00
Rene Rivera
78806fafd3 Fix some bugs in the common format-name functionality, and add some documentation.
[SVN r35623]
2006-10-16 02:11:02 +00:00
Rene Rivera
4a8bdad554 Make extensions project not be standalone, and to inherit from the enclosing project. So that they use the build location, and properties of the context project.
[SVN r35622]
2006-10-16 02:08:34 +00:00
Vladimir Prus
0acd06b331 Merge: Fix comment
[SVN r35621]
2006-10-15 19:06:37 +00:00
Vladimir Prus
85fff6225e Fix comment
[SVN r35620]
2006-10-15 19:05:45 +00:00
Vladimir Prus
7a91ae8df9 Wholespace merge from HEAD
[SVN r35613]
2006-10-14 21:41:23 +00:00
Vladimir Prus
ee76f7ce23 Testing fixes from HEAD
[SVN r35610]
2006-10-14 10:46:17 +00:00
Vladimir Prus
349d1deea0 tools/
* python.jam (python-test-generator.run): Set dependency
	on other python sources only for the result, not for
	extension module.
	Set ARGS variable on capture-output.


[SVN r35609]
2006-10-14 10:45:31 +00:00
Vladimir Prus
b5d2720137 build/
* generators.jam (construct): Remove the 'allowed-type' parameter.
	Adjust other files.


[SVN r35608]
2006-10-14 10:37:54 +00:00
Vladimir Prus
3b4cca1b35 Improve the hanling of "inline" targets, like:
alias foo : [ run a.cpp ] ;

and

	exe main : main.cpp [ lib helpers : helpers.cpp ] ;

Now inline targets are marked explicit, so that they are not
build unless requested, and for the alias target, the names
of inline targets are not qualified by the name of top-level target.

	build/
	* alias.jam (alias): Pass 'no-renaming' to
	target.main-target-sources.
	* target.jam (main-target-sources): New parameter
	'no-renaming'. Make inline target explicit.
	* builtin.jam (lib): Declare 'result' variable,
	to avoid implicit declaration of a global one.

	tools/
	* testing.jam (test-suite): Make synonymous with 'alias'.

	test/
	* inline.py: Adjust to the fact that alias no longer
	changes names of inline targets. Check that inline
	targets are explicit.


[SVN r35607]
2006-10-14 10:28:03 +00:00
Vladimir Prus
b933fc2657 Fix a problem with compilation options being sometimes ignored
when generating PCH. When an action generated two targets, target
variables must be set on both, on just on the first one.
Patch from Franz Schnyder.

	tools/
	* msvc.jam (compile.c++): Call get-rspline on all 'targets',
	to implicitly verify there's just one element.
	(compile.c.pch): Call get-rspline on all targets.
	(compile.c++.pch): Likewise.


[SVN r35605]
2006-10-14 08:26:13 +00:00
Vladimir Prus
b3d09c6a2e Make gcc's PCH generator ignore the cpp sources, so that
cpp-pch pch : pch.hpp pch.cpp ;

work both on gcc and msvc.


[SVN r35604]
2006-10-14 08:17:47 +00:00
nobody
a75f63e796 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r35598]
2006-10-13 21:34:27 +00:00
Jürgen Hunold
157086adb8 Merge from Trunk: Fix: Remove suffix_version for QtUiTools.
[SVN r35581]
2006-10-12 18:18:35 +00:00
Jürgen Hunold
0aac7f9e67 Fix: Remove suffix_version for QtUiTools.
[SVN r35575]
2006-10-12 14:13:38 +00:00
Vladimir Prus
86b1d73787 Document 'install-source-root' feature
[SVN r35547]
2006-10-11 08:05:31 +00:00
Vladimir Prus
30e68c283f Fix '.' showing up in target paths
[SVN r35546]
2006-10-11 06:45:07 +00:00
Vladimir Prus
9232e22b24 Fix boost install. Thanks to Tiziano Mueller for the bug report.
tools/
	* stage.jam (copy-file): Use 'path.root' instead of
	jam primitives to avoid "." element showing up in
	path and blowing up 'mkdir'.


[SVN r35545]
2006-10-11 06:43:12 +00:00
Vladimir Prus
7e1beb4dab tools/
* pch.jam: (pch-generator.run): Really fail when
	not used at top-level.


[SVN r35544]
2006-10-11 06:38:22 +00:00
Vladimir Prus
188d417514 Fix for msvc
[SVN r35533]
2006-10-10 07:48:33 +00:00
Rene Rivera
88d33e139a Make the variant and toolset tag logic common. Add generic tag formating rule that can be used from specific tag rules to generate a variety of target names.
[SVN r35529]
2006-10-09 04:26:41 +00:00
Rene Rivera
14aa6ad612 Merge from head.
[SVN r35527]
2006-10-08 23:57:39 +00:00
Rene Rivera
cc15e7d212 Merge from HEAD.
[SVN r35523]
2006-10-07 22:12:20 +00:00
Rene Rivera
d96a798e06 Support the slower order stable sequence.unique with an extra flag argument.
[SVN r35522]
2006-10-07 22:05:03 +00:00
Vladimir Prus
14ca82610d Rearrange docs a bit
[SVN r35521]
2006-10-07 20:09:22 +00:00
Vladimir Prus
99e5323e3a build/
* generators.jam (try-one-generator-really): If generator
	returns a property set but no targets, consider it a success.


[SVN r35520]
2006-10-07 19:11:03 +00:00
Vladimir Prus
425c00bb98 Missing import
[SVN r35514]
2006-10-07 12:38:50 +00:00
Vladimir Prus
07f64d1f6f Add PCH example.
[SVN r35513]
2006-10-07 10:09:07 +00:00
Vladimir Prus
90f7514eb8 Test for PCH
* BoostBuild.py (Tester.copy_preserving_timestap): New.
	* pch.py: New.
	* test_all.py: Register pch.py on gcc.


[SVN r35512]
2006-10-07 10:08:19 +00:00
Vladimir Prus
76d041d7c1 Implement precompiled headers on gcc and improve same on msvc.
Notable changes:
1. There's no need to cast header to the PCHHEADER type.
2. There are two separate type "C_PCH" and "CPP_PCH", that
use C and C++ compilation respectively.

Most of the patch sumbitted by Ilya Sokolov.

	tools/
	* builtin.jam (class dummy-generator): New.
	* gcc.jam: Override extension of the PCH type.
	(class gcc-pch-generator): New.
	Register generators for C_PCH and CPP_PCH.
	(compile.c++.pch, compile.c.pch): New.
	* msvc.jam (class msvc-pch-generator): New.
	Register generators for C_PCH and CPP_PCH.
	* pch.jam: Remove 'PCHHEADER' type.
	(pch-generator): Fail unlress it's used at top-level
	generator.
	Register catch-all produce-nothing generators for PCH-less
	toolsets.


[SVN r35508]
2006-10-07 09:31:19 +00:00
Vladimir Prus
0839ea790b Revive nightly build
[SVN r35502]
2006-10-06 07:21:36 +00:00
Dave Abrahams
0545050393 Fix more python configuration bugs
[SVN r35455]
2006-10-03 13:45:22 +00:00
Dave Abrahams
5df7fec847 Fix more python configuration bugs
[SVN r35455]
2006-10-03 13:45:22 +00:00
Dave Abrahams
52b53a91bd merged from HEAD
[SVN r35443]
2006-10-02 15:16:00 +00:00
Dave Abrahams
664ab23ef5 Fix bug in the generation of the path to the python binary for unix.
Also make the comments clearer.


[SVN r35442]
2006-10-02 15:14:48 +00:00
Rene Rivera
ccf282a199 Fix incorrect macro def.
[SVN r35433]
2006-09-30 19:11:04 +00:00
Vladimir Prus
fa9de9fb86 Merge: Add comment
[SVN r35431]
2006-09-30 09:31:35 +00:00
Vladimir Prus
1e8ca8e8cc Add comment
[SVN r35430]
2006-09-30 09:30:46 +00:00
Markus Schöpflin
5f62db6280 Removed libz from extra libs on Tru64.
[SVN r35414]
2006-09-29 13:29:30 +00:00
Dave Abrahams
7435526d56 merged from HEAD
[SVN r35408]
2006-09-29 02:07:22 +00:00
Dave Abrahams
a9a3c04a70 merged from HEAD
[SVN r35403]
2006-09-28 22:28:47 +00:00