Vladimir Prus
09862a489f
Supress warnings from the 'ar' tool emitted on some platfroms when the
...
archive is created the first time.
[SVN r25005]
2004-09-10 12:48:18 +00:00
Vladimir Prus
3ca657177f
Supress warnings from the 'ar' tool emitted on some platfroms when the
...
archive is created the first time.
[SVN r25005]
2004-09-10 12:48:18 +00:00
Vladimir Prus
553e750fce
Another attempt to kill SunCC's warning.
...
[SVN r25004]
2004-09-10 12:44:00 +00:00
Vladimir Prus
c163d1b73f
Another attempt to kill SunCC's warning.
...
[SVN r25004]
2004-09-10 12:44:00 +00:00
Vladimir Prus
f5b9c2e507
Handle xdll-path property for sun, so that linker can find all
...
libraries in a chain. E.g. in app -> a.so -> b.so, we need to pass
the path to b.so to the linker so that it can verify that all symbols
asked by 'app' and 'b.so' are present.
[SVN r25003]
2004-09-10 12:33:42 +00:00
Vladimir Prus
d0cd12f7c5
Handle xdll-path property for sun, so that linker can find all
...
libraries in a chain. E.g. in app -> a.so -> b.so, we need to pass
the path to b.so to the linker so that it can verify that all symbols
asked by 'app' and 'b.so' are present.
[SVN r25003]
2004-09-10 12:33:42 +00:00
Vladimir Prus
28b4b7adb4
Don't generate empty source file -- SunCC warns in that case.
...
[SVN r25000]
2004-09-10 11:46:22 +00:00
Vladimir Prus
a2eb2e08cf
Don't generate empty source file -- SunCC warns in that case.
...
[SVN r25000]
2004-09-10 11:46:22 +00:00
Vladimir Prus
45d30cdade
Add some missing newlines. Sun compiler generates warning otherwise.
...
[SVN r24998]
2004-09-10 11:42:04 +00:00
Vladimir Prus
c162145da2
Add some missing newlines. Sun compiler generates warning otherwise.
...
[SVN r24998]
2004-09-10 11:42:04 +00:00
Vladimir Prus
197d88d856
Use windows file extensions under cygwin.
...
[SVN r24988]
2004-09-09 12:23:00 +00:00
Vladimir Prus
0f8adb66cf
Use windows file extensions under cygwin.
...
[SVN r24988]
2004-09-09 12:23:00 +00:00
Vladimir Prus
2886cf03ec
Load internally defined vars (for example, 'OS'), after loading
...
environment, so that any settings in environment, possibly unrelated
to bjam, don't change bjam opinion about OS its running at.
[SVN r24987]
2004-09-09 11:57:09 +00:00
Vladimir Prus
d48c13e33c
Load internally defined vars (for example, 'OS'), after loading
...
environment, so that any settings in environment, possibly unrelated
to bjam, don't change bjam opinion about OS its running at.
[SVN r24987]
2004-09-09 11:57:09 +00:00
Vladimir Prus
6d7b79da48
Simplify the test, and avoid conflicts with the 'RC' type defined in
...
'msvc.jam/rc.jam'.
[SVN r24986]
2004-09-09 10:55:59 +00:00
Vladimir Prus
3c476d32ac
Simplify the test, and avoid conflicts with the 'RC' type defined in
...
'msvc.jam/rc.jam'.
[SVN r24986]
2004-09-09 10:55:59 +00:00
Vladimir Prus
474a7fdbef
Robustify Tester.expect_content: don't crash when the file does not
...
exist.
[SVN r24985]
2004-09-09 10:50:52 +00:00
Vladimir Prus
74c4147419
Robustify Tester.expect_content: don't crash when the file does not
...
exist.
[SVN r24985]
2004-09-09 10:50:52 +00:00
Vladimir Prus
b474060d8e
Add missing dllexport/dllimport.
...
[SVN r24974]
2004-09-08 14:56:04 +00:00
Vladimir Prus
9f4ff41fc9
Add missing dllexport/dllimport.
...
[SVN r24974]
2004-09-08 14:56:04 +00:00
Vladimir Prus
692ec14ece
Only SystemExit exception from test module indicates failure. Other exceptions
...
indicator error in the test, so should not be caught.
[SVN r24973]
2004-09-08 14:48:46 +00:00
Vladimir Prus
7a393b0b03
Only SystemExit exception from test module indicates failure. Other exceptions
...
indicator error in the test, so should not be caught.
[SVN r24973]
2004-09-08 14:48:46 +00:00
Vladimir Prus
25b5dd55d0
Allow specifying compiler and linker flags when intializing toolset.
...
[SVN r24972]
2004-09-08 14:33:04 +00:00
Vladimir Prus
64555a648f
Allow specifying compiler and linker flags when intializing toolset.
...
[SVN r24972]
2004-09-08 14:33:04 +00:00
Dave Abrahams
6832e99266
More flexible testing; dependencies on multiple python scripts.
...
[SVN r24970]
2004-09-08 12:59:36 +00:00
Stefan Slapeta
88837c851d
Initial commit
...
[SVN r24969]
2004-09-08 12:41:10 +00:00
Vladimir Prus
c02583087e
Pass -fPIC when compiling shared libraries. This is more or less "standard"
...
behaviour, so let's use it. In addition, not using -fPIC creates errors on
x86_64.
[SVN r24955]
2004-09-07 11:57:22 +00:00
Vladimir Prus
0bc691b583
Pass -fPIC when compiling shared libraries. This is more or less "standard"
...
behaviour, so let's use it. In addition, not using -fPIC creates errors on
x86_64.
[SVN r24955]
2004-09-07 11:57:22 +00:00
Vladimir Prus
54f21a7bec
More strict checks in make-Unix.
...
[SVN r24932]
2004-09-06 07:29:46 +00:00
Vladimir Prus
20af45d110
More strict checks in make-Unix.
...
[SVN r24932]
2004-09-06 07:29:46 +00:00
Rene Rivera
1dc7462bfe
Remove unused files.
...
[SVN r24905]
2004-09-04 19:37:53 +00:00
Rene Rivera
fb25075259
Fix bad reference to kernel32 thanks to Daniel James for the patch.
...
[SVN r24898]
2004-09-04 02:00:06 +00:00
Toon Knapen
d1c7da34a8
clear STDHDRS variable to prevent '/usr/include' to be added as include path
...
[SVN r24890]
2004-09-03 12:48:14 +00:00
Vladimir Prus
ee85342c25
Don't error out when 'PATH', 'Path', or 'path' has empty elements.
...
[SVN r24889]
2004-09-03 11:20:51 +00:00
Vladimir Prus
21277abf83
Don't error out when 'PATH', 'Path', or 'path' has empty elements.
...
[SVN r24889]
2004-09-03 11:20:51 +00:00
Vladimir Prus
95f617c6a2
Work around generators_test failure on msvc
...
[SVN r24885]
2004-09-03 08:03:26 +00:00
Vladimir Prus
e7c04a87b7
Work around generators_test failure on msvc
...
[SVN r24885]
2004-09-03 08:03:26 +00:00
Vladimir Prus
9f1825c104
BSL
...
[SVN r24843]
2004-09-01 06:37:24 +00:00
Vladimir Prus
3accad8f3a
BSL
...
[SVN r24843]
2004-09-01 06:37:24 +00:00
Rene Rivera
cd843c4d01
Fix overloaded use of STDHDRS between toolset standard headers and <sysinclude> headers.
...
Fix wrongly included toolset standard headers instead of STLport headers.
Remove obsolete toolsets.
[SVN r24842]
2004-09-01 05:37:03 +00:00
Vladimir Prus
3b0b49a6fc
Write a new example to avoid lengthy "what is the license" and "how to
...
refer to the QPL" and "is it OK to have QPL example" discussions.
[SVN r24834]
2004-08-31 06:58:52 +00:00
Vladimir Prus
4ac49f00e0
Write a new example to avoid lengthy "what is the license" and "how to
...
refer to the QPL" and "is it OK to have QPL example" discussions.
[SVN r24834]
2004-08-31 06:58:52 +00:00
Vladimir Prus
d0cb25eb6d
Comeau fixes.
...
Patch from Larry Evans.
[SVN r24824]
2004-08-30 08:22:02 +00:00
Vladimir Prus
e20a80ccc1
Comeau fixes.
...
Patch from Larry Evans.
[SVN r24824]
2004-08-30 08:22:02 +00:00
Vladimir Prus
db5e6ad67a
Upload package to SF
...
[SVN r24816]
2004-08-30 05:36:35 +00:00
Vladimir Prus
c4005e1b40
Upload package to SF
...
[SVN r24816]
2004-08-30 05:36:35 +00:00
Aleksey Gurtovoy
2af8567ec8
apply Bronek patch
...
[SVN r24794]
2004-08-28 06:37:26 +00:00
Vladimir Prus
62b3b18c4c
Do no check for return status of build at all. For some reason, on
...
msvc, 0 is returned and that broke the test. But really, we're interested
only if user-defined generator is run, not that the result is compiled.
[SVN r24779]
2004-08-27 08:16:38 +00:00
Vladimir Prus
92b18afe73
Do no check for return status of build at all. For some reason, on
...
msvc, 0 is returned and that broke the test. But really, we're interested
only if user-defined generator is run, not that the result is compiled.
[SVN r24779]
2004-08-27 08:16:38 +00:00
Vladimir Prus
4b10e33207
Expand subfeatures in the conditinal properties found in project requirements.
...
This means that <toolset>gcc-3.3:<define>FOOBAR in project properties now
works.
[SVN r24778]
2004-08-27 08:11:49 +00:00