Commit Graph

12124 Commits

Author SHA1 Message Date
Vladimir Prus
d644883050 Include 'bootstrap.jam' in release.
[SVN r20541]
2003-10-29 11:21:39 +00:00
Vladimir Prus
e996ad4a2c Include 'bootstrap.jam' in release.
[SVN r20541]
2003-10-29 11:21:39 +00:00
Vladimir Prus
58ffd92d48 Allow BoostBuild.py to find bjam both in parent directory (for releases)
and in parent's parent directory (for CVS testing).


[SVN r20540]
2003-10-29 11:18:47 +00:00
Vladimir Prus
4566ffe228 Allow BoostBuild.py to find bjam both in parent directory (for releases)
and in parent's parent directory (for CVS testing).


[SVN r20540]
2003-10-29 11:18:47 +00:00
Vladimir Prus
1030062133 Add a file which was no copied during restructuring.
[SVN r20539]
2003-10-29 10:48:37 +00:00
Vladimir Prus
0fd4fc7710 Add a file which was no copied during restructuring.
[SVN r20539]
2003-10-29 10:48:37 +00:00
Vladimir Prus
f9b7715de2 Update release procedure.
[SVN r20538]
2003-10-29 10:48:00 +00:00
Vladimir Prus
7d518b3545 Update release procedure.
[SVN r20538]
2003-10-29 10:48:00 +00:00
Vladimir Prus
ef9b90e8b8 Tweaks
[SVN r20537]
2003-10-29 10:23:39 +00:00
Vladimir Prus
8c315bfcd1 Tweaks
[SVN r20537]
2003-10-29 10:23:39 +00:00
Vladimir Prus
82290db868 More docs.
[SVN r20536]
2003-10-29 09:46:34 +00:00
Vladimir Prus
ae9de91669 More docs.
[SVN r20536]
2003-10-29 09:46:34 +00:00
Vladimir Prus
58a7f6a498 Add top-level bootstrap.jam, so that users can put Boost.Build root in
boost-build rule invocation, not path to "kernel". Tweak Boost.Build place
in CVS in docs.


[SVN r20535]
2003-10-29 07:49:56 +00:00
Vladimir Prus
ce55fd0f1b Add top-level bootstrap.jam, so that users can put Boost.Build root in
boost-build rule invocation, not path to "kernel". Tweak Boost.Build place
in CVS in docs.


[SVN r20535]
2003-10-29 07:49:56 +00:00
Vladimir Prus
3f70a26a20 Allow the 'stage' rule to traverse dependencies.
* build/virtual-target.jam
  (subvariant.__init__): New parameter 'sources'.
  (subvariant.all-referenced-targets): New method.

* build/targets.jam
  (basic-target.create-subvariant): New parameter 'sources'.

* built/type.jam
  (is-subtype): New rule.

* tools/stage.jam
  (stage-target-class.construct): Traverse dependencies when requested.
  (stage-target-class.collect-targets): New method.


[SVN r20534]
2003-10-29 06:08:44 +00:00
Vladimir Prus
88783cf4e3 Allow the 'stage' rule to traverse dependencies.
* build/virtual-target.jam
  (subvariant.__init__): New parameter 'sources'.
  (subvariant.all-referenced-targets): New method.

* build/targets.jam
  (basic-target.create-subvariant): New parameter 'sources'.

* built/type.jam
  (is-subtype): New rule.

* tools/stage.jam
  (stage-target-class.construct): Traverse dependencies when requested.
  (stage-target-class.collect-targets): New method.


[SVN r20534]
2003-10-29 06:08:44 +00:00
Rene Rivera
9776888f81 Restructure:
* Now using global boost-root/boost.css, so the local one is not needed.


[SVN r20532]
2003-10-28 17:28:08 +00:00
Rene Rivera
124587037f Restructure:
* Fix broken relative links in html docs.
* Use new copyright/license text where appropriate.


[SVN r20531]
2003-10-28 17:26:55 +00:00
Rene Rivera
124fe16d8a Restructure:
* examples moved to v1/example.


[SVN r20530]
2003-10-28 16:46:01 +00:00
Vladimir Prus
734671c5d3 Update release procedure.
[SVN r20523]
2003-10-28 12:17:43 +00:00
Vladimir Prus
e6b79276fb Update release procedure.
[SVN r20523]
2003-10-28 12:17:43 +00:00
Vladimir Prus
583bf9fe87 Make 'regression.py' work with msvc.
* tools/builtin.jam
  (exe-target-class.compute-usage-requirements): Pass <dll-path> properties
  as usage requirements.

* tools/testing.jam
  (capture-output): Handle <dll-path> properties.

* tools/common.jam
  (path-variable-setting-command): New rule.


[SVN r20522]
2003-10-28 12:16:10 +00:00
Vladimir Prus
5365de8675 Make 'regression.py' work with msvc.
* tools/builtin.jam
  (exe-target-class.compute-usage-requirements): Pass <dll-path> properties
  as usage requirements.

* tools/testing.jam
  (capture-output): Handle <dll-path> properties.

* tools/common.jam
  (path-variable-setting-command): New rule.


[SVN r20522]
2003-10-28 12:16:10 +00:00
Vladimir Prus
466105e97d Make library target pass <dll-path> properties it got from
usage requirements of sources. Add a test for the new behaviour.


[SVN r20521]
2003-10-28 10:05:59 +00:00
Vladimir Prus
b970ff8c10 Make library target pass <dll-path> properties it got from
usage requirements of sources. Add a test for the new behaviour.


[SVN r20521]
2003-10-28 10:05:59 +00:00
Vladimir Prus
83f22eb83e Fix BB54: the 'alias' rule was not passing usage requirements of the sources.
* build/alias.jam
  (alias-target-class.compute-usage-requirements): New method.


[SVN r20519]
2003-10-28 08:50:58 +00:00
Vladimir Prus
85edc40b25 Fix BB54: the 'alias' rule was not passing usage requirements of the sources.
* build/alias.jam
  (alias-target-class.compute-usage-requirements): New method.


[SVN r20519]
2003-10-28 08:50:58 +00:00
Vladimir Prus
bf82713eb3 Refactorings.
* build/virtual-target.jam
  (subvariant): Renamed from 'subvariant-dg'.
  (subvariant.created-targets, requested-properties, build-properties,
   sources-usage-requirements): Renamed some methods and added some new ones.

* build/targets.jam
  (basic-target.compute-usage-requirements): Accept 'subvariant' instance.
  This allows derived classes to access all kind of information they'd like,
  without adding terrible number of parameters.


[SVN r20518]
2003-10-28 08:44:44 +00:00
Vladimir Prus
5faa183c07 Refactorings.
* build/virtual-target.jam
  (subvariant): Renamed from 'subvariant-dg'.
  (subvariant.created-targets, requested-properties, build-properties,
   sources-usage-requirements): Renamed some methods and added some new ones.

* build/targets.jam
  (basic-target.compute-usage-requirements): Accept 'subvariant' instance.
  This allows derived classes to access all kind of information they'd like,
  without adding terrible number of parameters.


[SVN r20518]
2003-10-28 08:44:44 +00:00
Vladimir Prus
4543f0173f Minor rename.
* build/virtual-targets.jam
  (action.properties): Renamed from 'properties-ps'.


[SVN r20517]
2003-10-28 07:54:35 +00:00
Vladimir Prus
bce9f20c7b Minor rename.
* build/virtual-targets.jam
  (action.properties): Renamed from 'properties-ps'.


[SVN r20517]
2003-10-28 07:54:35 +00:00
Vladimir Prus
b2b6e2769b Simplify target paths.
* build/targets.jam
  (project-target.reference-properties): Remove.

* build/virtual-target.jam
  (abstract-file-target.specific-main-target,
   file-target.specific-main-target): Remove.


[SVN r20516]
2003-10-28 07:46:40 +00:00
Vladimir Prus
75df6c1047 Simplify target paths.
* build/targets.jam
  (project-target.reference-properties): Remove.

* build/virtual-target.jam
  (abstract-file-target.specific-main-target,
   file-target.specific-main-target): Remove.


[SVN r20516]
2003-10-28 07:46:40 +00:00
Rene Rivera
af7539f00c Remove some more unused/obsolete files.
[SVN r20514]
2003-10-28 04:56:29 +00:00
Rene Rivera
fcc25341e0 Remove some more unused/obsolete files.
[SVN r20514]
2003-10-28 04:56:29 +00:00
Vladimir Prus
eea6ba3da4 Remove 'development_plan.txt', obsoleted by 'doc/development_plan.html'.
[SVN r20505]
2003-10-27 07:18:09 +00:00
Vladimir Prus
1219ccee27 Remove 'development_plan.txt', obsoleted by 'doc/development_plan.html'.
[SVN r20505]
2003-10-27 07:18:09 +00:00
Vladimir Prus
628c44b5a1 Remove 'architecture.html', since it's really out-of-date, and with the new
layout, it's the first time user sees.


[SVN r20504]
2003-10-27 07:16:27 +00:00
Vladimir Prus
943c9a6a8c Remove 'architecture.html', since it's really out-of-date, and with the new
layout, it's the first time user sees.


[SVN r20504]
2003-10-27 07:16:27 +00:00
Vladimir Prus
236fc77725 Accomodate new directory layout.
[SVN r20503]
2003-10-27 07:14:21 +00:00
Vladimir Prus
d8e944d839 Accomodate new directory layout.
[SVN r20503]
2003-10-27 07:14:21 +00:00
Vladimir Prus
37dd0d63ef Add "build" directory to the search path, not "core". That's how it's
named now... I though "build" was planned all the time, but apparently
not.


[SVN r20501]
2003-10-27 07:08:22 +00:00
Vladimir Prus
c0dd898858 Add "build" directory to the search path, not "core". That's how it's
named now... I though "build" was planned all the time, but apparently
not.


[SVN r20501]
2003-10-27 07:08:22 +00:00
John Maddock
cf4786c056 Changed email address to john@johnmaddock.co.uk
[SVN r20472]
2003-10-24 11:13:42 +00:00
Vladimir Prus
b949771e65 Work-in-progress on better library handling.
* new/builtin.jam
  (link-action.adjust-properties): Remove.
  (linking-generator.generated-targets): Do what adjust-properties used to do.
  (linking-generator.run): Convert <library> properties to sources.
  (exe-generator): New class.


[SVN r20455]
2003-10-22 16:18:08 +00:00
Vladimir Prus
e06fd02fd3 Work-in-progress on better library handling.
* new/builtin.jam
  (link-action.adjust-properties): Remove.
  (linking-generator.generated-targets): Do what adjust-properties used to do.
  (linking-generator.run): Convert <library> properties to sources.
  (exe-generator): New class.


[SVN r20455]
2003-10-22 16:18:08 +00:00
Vladimir Prus
d88803f3cb Fix a bug in the "stage" rule. It was changing target suffix in some cases.
Thanks to Peter Steiner for bug report.


[SVN r20454]
2003-10-22 16:12:38 +00:00
Vladimir Prus
0ce601c7c4 Fix a bug in the "stage" rule. It was changing target suffix in some cases.
Thanks to Peter Steiner for bug report.


[SVN r20454]
2003-10-22 16:12:38 +00:00
Vladimir Prus
20506d8fcf Remove code for implicit dependencies handling that was accidentally
left when <implicit-dependency> was introduced.


[SVN r20453]
2003-10-22 15:51:26 +00:00
Vladimir Prus
9bf8791eab Remove code for implicit dependencies handling that was accidentally
left when <implicit-dependency> was introduced.


[SVN r20453]
2003-10-22 15:51:26 +00:00