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

10944 Commits

Author SHA1 Message Date
Vladimir Prus
f78a6b04d3 Raise sections on builtin rules one level higher, expand, and document
the new library syntaxes.


[SVN r25704]
2004-10-13 10:48:35 +00:00
Vladimir Prus
e8e5141816 Raise sections on builtin rules one level higher, expand, and document
the new library syntaxes.


[SVN r25704]
2004-10-13 10:48:35 +00:00
Vladimir Prus
17a685e035 Library improvements:
lib png : z : <name>png ;
  lib z : : <name>z ;

now works: if you link to 'png' you'll also link to 'z'.

  lib png : z : <file>png.a ;
  lib z : : <file>z.a ;

now works too. The 'prebuilt.jam' modules which used to handle <file> for
all target kinds is now removed.


[SVN r25703]
2004-10-13 10:46:53 +00:00
Vladimir Prus
08bac7ef79 Library improvements:
lib png : z : <name>png ;
  lib z : : <name>z ;

now works: if you link to 'png' you'll also link to 'z'.

  lib png : z : <file>png.a ;
  lib z : : <file>z.a ;

now works too. The 'prebuilt.jam' modules which used to handle <file> for
all target kinds is now removed.


[SVN r25703]
2004-10-13 10:46:53 +00:00
Vladimir Prus
a1753dcec1 Additional test
[SVN r25702]
2004-10-13 08:03:59 +00:00
Vladimir Prus
1d0f718eb8 Additional test
[SVN r25702]
2004-10-13 08:03:59 +00:00
Vladimir Prus
8f7c1dde3d Restore the gcc specific link generators.
* build/toolset.jam (inherit-generator): New parameter 'generators-to-ignore'.
* tools/gcc.jam: Ignore *link* generators when inheriting. Declare the
  gcc specific generator.
* test/gcc_runtime.py: Test that <link-runtime>static is correctly handled.
  The gcc specific generator is necessary exactly for that reason.


[SVN r25700]
2004-10-13 08:02:23 +00:00
Vladimir Prus
593ceeef79 Restore the gcc specific link generators.
* build/toolset.jam (inherit-generator): New parameter 'generators-to-ignore'.
* tools/gcc.jam: Ignore *link* generators when inheriting. Declare the
  gcc specific generator.
* test/gcc_runtime.py: Test that <link-runtime>static is correctly handled.
  The gcc specific generator is necessary exactly for that reason.


[SVN r25700]
2004-10-13 08:02:23 +00:00
Vladimir Prus
948d9761f4 Add comment
[SVN r25699]
2004-10-13 06:58:35 +00:00
Vladimir Prus
da19826066 Add comment
[SVN r25699]
2004-10-13 06:58:35 +00:00
Aleksey Gurtovoy
51d3e6c8e0 cleanup intel-win32-tools.jam base toolset mess
[SVN r25693]
2004-10-12 20:08:36 +00:00
Vladimir Prus
e57fd7f062 Don't remove index.html when making packages
[SVN r25685]
2004-10-12 08:28:16 +00:00
Vladimir Prus
7140f1b23e Don't remove index.html when making packages
[SVN r25685]
2004-10-12 08:28:16 +00:00
Vladimir Prus
74d9f9e394 Added Wiki link.
[SVN r25684]
2004-10-12 08:21:45 +00:00
Vladimir Prus
f33e010867 Added Wiki link.
[SVN r25684]
2004-10-12 08:21:45 +00:00
Aleksey Gurtovoy
e1a8799de5 fix base toolset name
[SVN r25683]
2004-10-12 06:56:54 +00:00
Aleksey Gurtovoy
1eb5576310 restore correct version-tag extraction code
[SVN r25676]
2004-10-11 22:15:20 +00:00
Aleksey Gurtovoy
4f01e56508 adjust /Q flag generation to the new toolset names
[SVN r25665]
2004-10-11 13:38:01 +00:00
Vladimir Prus
e646c5b8f8 Ignore <library>, except for "exe" and "lib" targets.
[SVN r25661]
2004-10-11 12:13:48 +00:00
Vladimir Prus
d5703174df Ignore <library>, except for "exe" and "lib" targets.
[SVN r25661]
2004-10-11 12:13:48 +00:00
Vladimir Prus
ee04c2132e Expand entry on per-object flags
[SVN r25658]
2004-10-11 09:09:52 +00:00
Vladimir Prus
2bf6bbc292 Expand entry on per-object flags
[SVN r25658]
2004-10-11 09:09:52 +00:00
Vladimir Prus
9f1f7fb15d Add FAQ entry
[SVN r25657]
2004-10-11 08:19:15 +00:00
Vladimir Prus
4f5ab458a5 Add FAQ entry
[SVN r25657]
2004-10-11 08:19:15 +00:00
Vladimir Prus
2a64d512a2 Rename lib.err.cpp to lib-err.cpp.
[SVN r25655]
2004-10-11 06:57:05 +00:00
Vladimir Prus
22d7014535 Rename lib.err.cpp to lib-err.cpp.
[SVN r25655]
2004-10-11 06:57:05 +00:00
Vladimir Prus
fc48453c63 Rename test-config.jam.in to test-config-example.jam.
[SVN r25654]
2004-10-11 06:52:10 +00:00
Vladimir Prus
b6ec0ada67 Rename test-config.jam.in to test-config-example.jam.
[SVN r25654]
2004-10-11 06:52:10 +00:00
Rene Rivera
8422292313 Fix detection of long toolset names in translation to short names.
[SVN r25652]
2004-10-11 01:29:11 +00:00
Aleksey Gurtovoy
438023f2c0 remove dots from toolset names (see http://thread.gmane.org/gmane.comp.lib.boost.build/6603)
[SVN r25651]
2004-10-10 18:50:29 +00:00
Vladimir Prus
dbb588a119 tools/build/v2/doc/architecture.html
File removed. It's pretty old and will only confuse users.

   tools/build/v2/doc/extending.html

File removed, all content is in BoostBook already.


[SVN r25609]
2004-10-07 15:25:05 +00:00
Vladimir Prus
b379061eb7 tools/build/v2/doc/architecture.html
File removed. It's pretty old and will only confuse users.

   tools/build/v2/doc/extending.html

File removed, all content is in BoostBook already.


[SVN r25609]
2004-10-07 15:25:05 +00:00
Vladimir Prus
62f126f8da Fix links.
[SVN r25602]
2004-10-07 07:38:44 +00:00
Vladimir Prus
e78d99405a Fix links.
[SVN r25602]
2004-10-07 07:38:44 +00:00
Aleksey Gurtovoy
8ba474bdcf c++boost.gif -> boost.png replacement
[SVN r25572]
2004-10-05 15:23:19 +00:00
Aleksey Gurtovoy
9056a721a5 c++boost.gif -> boost.png replacement
[SVN r25572]
2004-10-05 15:23:19 +00:00
Aleksey Gurtovoy
92808c247c move flags declarations to the corresponding derived toolsets
[SVN r25569]
2004-10-05 11:46:05 +00:00
Vladimir Prus
1e7af707c3 Reduce directory depth, for CD FS benefit.
[SVN r25565]
2004-10-05 07:55:20 +00:00
Vladimir Prus
9e1b8801e2 Reduce directory depth, for CD FS benefit.
[SVN r25565]
2004-10-05 07:55:20 +00:00
Vladimir Prus
3f30646c81 Remove one directory level in testcase, so stay below 8-level limit of some
broken systems.


[SVN r25563]
2004-10-05 07:12:26 +00:00
Vladimir Prus
4ca82ca25f Remove one directory level in testcase, so stay below 8-level limit of some
broken systems.


[SVN r25563]
2004-10-05 07:12:26 +00:00
Vladimir Prus
d636a7174d Move 'OPTION' to the end of link action for unix toolset.
In particular, this allows to explicitly link statically to some
libs, using <linkflags> feature. In static libs are specified at
the beginning of the command line, we'll just get link errors.


[SVN r25548]
2004-10-04 07:29:49 +00:00
Vladimir Prus
0ec36774c0 Move 'OPTION' to the end of link action for unix toolset.
In particular, this allows to explicitly link statically to some
libs, using <linkflags> feature. In static libs are specified at
the beginning of the command line, we'll just get link errors.


[SVN r25548]
2004-10-04 07:29:49 +00:00
Rene Rivera
bb4d03e57e Clneaup... Update license statements and HTMLTidy.
[SVN r25538]
2004-10-03 16:27:43 +00:00
Rene Rivera
82120cb6cf Change to allow using "stlp" as a shorthand for "stlport" in toolset names.
Change to allow using "iw" as shorthand for "intel-win32" in toolset names.


[SVN r25527]
2004-10-02 19:00:25 +00:00
Victor A. Wagner Jr.
4211bf4d75 This is the additions necessary to get amd64 code from VC8.0 on an x86 system
[SVN r25524]
2004-10-02 17:48:25 +00:00
Vladimir Prus
db023ae4e0 * build/generators.jam: (select-alternative): Use string comparison
of virtual targets, not the deep one with the 'str' method. The latter is
very slow
* tools/gcc.jam: Don't declare gcc.link and gcc.link.dll generators, as
they are already inherited from unix.jam. If we declare them, then for
each targets, the whole generation process is run twice. As result,
select-alternative is called for each target, and due to sloweness of
'str' the performance is horrible.

The net result is that running time on one testcase is down from 1580 secs
to less than 10.


[SVN r25512]
2004-10-01 14:59:14 +00:00
Vladimir Prus
695e1c4691 * build/generators.jam: (select-alternative): Use string comparison
of virtual targets, not the deep one with the 'str' method. The latter is
very slow
* tools/gcc.jam: Don't declare gcc.link and gcc.link.dll generators, as
they are already inherited from unix.jam. If we declare them, then for
each targets, the whole generation process is run twice. As result,
select-alternative is called for each target, and due to sloweness of
'str' the performance is horrible.

The net result is that running time on one testcase is down from 1580 secs
to less than 10.


[SVN r25512]
2004-10-01 14:59:14 +00:00
Vladimir Prus
c159794338 Remove obsolete file. Rename index_v2.html to index.html.
[SVN r25505]
2004-10-01 10:45:50 +00:00
Vladimir Prus
ff9203f7f6 Remove obsolete file. Rename index_v2.html to index.html.
[SVN r25505]
2004-10-01 10:45:50 +00:00