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
John Maddock
8a8284dff3
Updated to handle Intel 8.1.
...
Enable customisation of Intel compiler driver name.
[SVN r25504]
2004-10-01 10:41:53 +00:00
John Maddock
cfdfbb4175
Updated default install path to reflect current Beta.
...
[SVN r25503]
2004-10-01 10:39:16 +00:00
Aleksey Gurtovoy
e6707550ae
declare stlport-tools variables as flags
...
[SVN r25497]
2004-10-01 05:13:03 +00:00
Aleksey Gurtovoy
0dacbcfe70
more STLPort toolsets' fixes
...
[SVN r25485]
2004-09-30 14:12:09 +00:00
Aleksey Gurtovoy
0c1f37e3a7
fix Intel/STLPort linking issue
...
[SVN r25478]
2004-09-29 14:54:59 +00:00
Vladimir Prus
b93371d75b
Bugfix: searched libraries with dot in the name did not work on Windows.
...
[SVN r25470]
2004-09-29 09:52:21 +00:00
Vladimir Prus
66a4b4ba78
Bugfix: searched libraries with dot in the name did not work on Windows.
...
[SVN r25470]
2004-09-29 09:52:21 +00:00
Vladimir Prus
e58e1c6f9b
Entry on getting project-root location
...
[SVN r25469]
2004-09-29 07:21:10 +00:00
Vladimir Prus
734c184356
Entry on getting project-root location
...
[SVN r25469]
2004-09-29 07:21:10 +00:00
John Maddock
3e7afc35dd
Added -Wl,--allow-multiple-definition to link line so that regex dll will link - may also effect other libraries.
...
[SVN r25456]
2004-09-28 14:55:17 +00:00
Aleksey Gurtovoy
f92cc1109f
move MSVC/Intel-specific code to the corresponding toolset (see http://thread.gmane.org/gmane.comp.lib.boost.devel/110741 )
...
[SVN r25454]
2004-09-28 14:26:04 +00:00
Rene Rivera
ec33997bed
Contribution from Janusz Piwowarski.
...
[SVN r25449]
2004-09-28 12:21:28 +00:00
Victor A. Wagner Jr
9025b53428
Added - an extra char at the end of the name string and set it to '\0' so
...
we don't go galavanting off through memory by mistake.
[SVN r25441]
2004-09-28 05:13:28 +00:00
Victor A. Wagner Jr.
9fb1205b59
Added - an extra char at the end of the name string and set it to '\0' so
...
we don't go galavanting off through memory by mistake.
[SVN r25441]
2004-09-28 05:13:28 +00:00
Aleksey Gurtovoy
cb0796b29a
mingw 3.3.1 toolset
...
[SVN r25415]
2004-09-26 10:29:56 +00:00
Aleksey Gurtovoy
50baa21d8f
add mingw 3.4.2 toolset
...
[SVN r25409]
2004-09-26 09:19:40 +00:00
Rene Rivera
b58b827322
Really fix problems with using ERRORLEVEL to tell when commands fail. Because of CW-9 incorrectly setting ERRORLEVEL. And also work around bjam insert extra spaces at ends of action commands.
...
[SVN r25408]
2004-09-26 03:27:03 +00:00
Rene Rivera
023f8b7501
Attempt to fix incorrect error non-reporting because the cwenv.bat from CW-9 incorrectly sets the ERRORLEVEL pseudo variable.
...
[SVN r25403]
2004-09-25 17:09:24 +00:00
Vladimir Prus
32b0dfca07
Update msvc for the recent generators changes.
...
[SVN r25371]
2004-09-23 10:51:51 +00:00
Vladimir Prus
c18205e2a9
Update msvc for the recent generators changes.
...
[SVN r25371]
2004-09-23 10:51:51 +00:00