Commit Graph

12124 Commits

Author SHA1 Message Date
Vladimir Prus
022bc315bb Removed commented-out text and the only remaining mention of
link-compatibility.


[SVN r26895]
2005-01-28 10:59:29 +00:00
Vladimir Prus
ccc79100ea Make nightly.sh and roll.sh less noisy, make the stop an any error,
and hardcode bjam location -- this won't work for others but at least
will make nightly build work again.


[SVN r26893]
2005-01-28 07:45:41 +00:00
Vladimir Prus
235b2de20b Make nightly.sh and roll.sh less noisy, make the stop an any error,
and hardcode bjam location -- this won't work for others but at least
will make nightly build work again.


[SVN r26893]
2005-01-28 07:45:41 +00:00
Dave Abrahams
549749ddd7 Page 32 edits
[SVN r26881]
2005-01-27 19:44:43 +00:00
Dave Abrahams
7a79900b99 Page 32 edits
[SVN r26881]
2005-01-27 19:44:43 +00:00
Dave Abrahams
5c0ac03167 add missing docutils, docutils-html features
[SVN r26861]
2005-01-27 12:01:11 +00:00
Dave Abrahams
321e9cafb2 add missing docutils, docutils-html features
[SVN r26861]
2005-01-27 12:01:11 +00:00
Vladimir Prus
6abfbf35ee Address most of Dave's comment in tutorial.xml.
The few unaddressed comments have to wait till we complete settle on the right
documentation structure.


[SVN r26856]
2005-01-26 08:40:28 +00:00
Vladimir Prus
5a242327db Address most of Dave's comment in tutorial.xml.
The few unaddressed comments have to wait till we complete settle on the right
documentation structure.


[SVN r26856]
2005-01-26 08:40:28 +00:00
Vladimir Prus
9978ceed36 Finish restructuring 'libraries' example
[SVN r26855]
2005-01-26 08:27:29 +00:00
Vladimir Prus
77c52fcf7e Finish restructuring 'libraries' example
[SVN r26855]
2005-01-26 08:27:29 +00:00
Vladimir Prus
fe0cff9f85 Remove old file
[SVN r26854]
2005-01-26 08:23:03 +00:00
Vladimir Prus
49421231cf Remove old file
[SVN r26854]
2005-01-26 08:23:03 +00:00
Vladimir Prus
8721b2f443 Use 'Jamroot' for the 'libraries' example. Fix the structure to match
the docs.


[SVN r26853]
2005-01-26 08:20:53 +00:00
Vladimir Prus
3b58e24fcf Use 'Jamroot' for the 'libraries' example. Fix the structure to match
the docs.


[SVN r26853]
2005-01-26 08:20:53 +00:00
Vladimir Prus
132b00a593 Use 'Jamroot' for the 'hello' example.
[SVN r26852]
2005-01-26 08:18:34 +00:00
Vladimir Prus
e41fc386c4 Use 'Jamroot' for the 'hello' example.
[SVN r26852]
2005-01-26 08:18:34 +00:00
Vladimir Prus
2b1d924cdb Don't require Jamfile referred by 'use-project' to declare id equal to
the one specified in 'use-project', or any id at all.


[SVN r26844]
2005-01-25 15:48:52 +00:00
Vladimir Prus
aafe55b1ff Don't require Jamfile referred by 'use-project' to declare id equal to
the one specified in 'use-project', or any id at all.


[SVN r26844]
2005-01-25 15:48:52 +00:00
Vladimir Prus
67dabf8dbe Fix wrong link.
Thanks to Niklaus Giger.


[SVN r26843]
2005-01-25 13:29:53 +00:00
Vladimir Prus
eb721f529f Fix wrong link.
Thanks to Niklaus Giger.


[SVN r26843]
2005-01-25 13:29:53 +00:00
Vladimir Prus
2994c26cd4 Fix dynamic library paths setup on cygwin.
[SVN r26842]
2005-01-25 09:11:55 +00:00
Vladimir Prus
86186c5c82 Fix dynamic library paths setup on cygwin.
[SVN r26842]
2005-01-25 09:11:55 +00:00
Vladimir Prus
ef5f1c05a0 Prevent auto-adding of suffixes to targets.
[SVN r26838]
2005-01-24 15:46:17 +00:00
Vladimir Prus
ef2513b4c2 Prevent auto-adding of suffixes to targets.
[SVN r26838]
2005-01-24 15:46:17 +00:00
Vladimir Prus
5b15a18ae3 * util/path.jam (glob): Call 'set.unique' on the result, to workaround
case-insensitivity of some platforms.


[SVN r26837]
2005-01-24 15:45:07 +00:00
Vladimir Prus
e768120efb * util/path.jam (glob): Call 'set.unique' on the result, to workaround
case-insensitivity of some platforms.


[SVN r26837]
2005-01-24 15:45:07 +00:00
Vladimir Prus
ae5634b7f3 Really fix include paths with spaces.
* util/print.jam: Do not quote the argument to the
  'echo' command on windows. It's special, and does not need quotes.
  Adding them will cause the quotes to always appear in the output,
  which would be different behaviour from Unix.

* tools/common.jam (response-file): Add quotes here.


[SVN r26836]
2005-01-24 15:16:00 +00:00
Vladimir Prus
850bfc23a7 Really fix include paths with spaces.
* util/print.jam: Do not quote the argument to the
  'echo' command on windows. It's special, and does not need quotes.
  Adding them will cause the quotes to always appear in the output,
  which would be different behaviour from Unix.

* tools/common.jam (response-file): Add quotes here.


[SVN r26836]
2005-01-24 15:16:00 +00:00
Vladimir Prus
4584030891 Implement symlinks support for installing shared libraries.
Also fix top-level Boost Jamfile. Seems like V2 can now install Boost.


[SVN r26835]
2005-01-24 14:11:27 +00:00
Vladimir Prus
9d1b318b43 Implement symlinks support for installing shared libraries.
Also fix top-level Boost Jamfile. Seems like V2 can now install Boost.


[SVN r26835]
2005-01-24 14:11:27 +00:00
Vladimir Prus
411ad9eae7 Some renames:
- 'stage' -> 'install'
- 'traverse-dependencies' -> 'install-dependencies'
- 'include-type' -> 'install-type'.


[SVN r26833]
2005-01-24 10:08:07 +00:00
Vladimir Prus
c40b9809ee Some renames:
- 'stage' -> 'install'
- 'traverse-dependencies' -> 'install-dependencies'
- 'include-type' -> 'install-type'.


[SVN r26833]
2005-01-24 10:08:07 +00:00
Vladimir Prus
fce9de7e99 Fix handling of <dll-path> in 'stage' rule, which was broken in
the recent commit.


[SVN r26832]
2005-01-24 07:59:11 +00:00
Vladimir Prus
3e4ae30d8d Fix handling of <dll-path> in 'stage' rule, which was broken in
the recent commit.


[SVN r26832]
2005-01-24 07:59:11 +00:00
Douglas Gregor
9a2dc195ad Updated BoostBook tools to reflect changes in BBv2
[SVN r26828]
2005-01-24 02:14:15 +00:00
Douglas Gregor
041807235d Updated BoostBook tools to reflect changes in BBv2
[SVN r26828]
2005-01-24 02:14:15 +00:00
Douglas Gregor
043a56c323 Remove BoostBook stuff
[SVN r26824]
2005-01-23 16:46:15 +00:00
Douglas Gregor
27f261e860 Remove BoostBook stuff
[SVN r26824]
2005-01-23 16:46:15 +00:00
Dave Abrahams
2c66286445 Page 31 edits.
[SVN r26823]
2005-01-23 16:25:45 +00:00
Dave Abrahams
de1824cf56 Page 31 edits.
[SVN r26823]
2005-01-23 16:25:45 +00:00
Dave Abrahams
5d72cb67f8 Attempt to fix someone else's bug.
[SVN r26798]
2005-01-22 11:45:46 +00:00
Dave Abrahams
08a072ad62 Attempt to fix someone else's bug.
[SVN r26798]
2005-01-22 11:45:46 +00:00
Dave Abrahams
2c69fdfbf8 Some edits for quality
[SVN r26796]
2005-01-21 19:48:36 +00:00
Dave Abrahams
453327d0eb Some edits for quality
[SVN r26796]
2005-01-21 19:48:36 +00:00
Dave Abrahams
801097c519 Some edits for quality
[SVN r26795]
2005-01-21 19:35:34 +00:00
Dave Abrahams
5778f784e7 Some edits for quality
[SVN r26795]
2005-01-21 19:35:34 +00:00
Rene Rivera
037bd3f3ac For those with the newly released 9.4 CodeWarrior.
[SVN r26784]
2005-01-21 16:05:49 +00:00
Vladimir Prus
2fbbd67dcb Further 'stage' improvements.
- Fix the 'stage.rename' rule (not versioning yet).
- Don't even try to install searched libs, ever.
- Make top-level Boost Jamfile work.


[SVN r26783]
2005-01-21 16:05:22 +00:00
Vladimir Prus
b34abc6bb0 Further 'stage' improvements.
- Fix the 'stage.rename' rule (not versioning yet).
- Don't even try to install searched libs, ever.
- Make top-level Boost Jamfile work.


[SVN r26783]
2005-01-21 16:05:22 +00:00