Vladimir Prus
7267869e04
Bugfix from J?rgen Hunold.
...
* new/gcc.jam
(link-dll): Set "-L" properly.
[SVN r17024]
2003-01-24 13:31:50 +00:00
John Maddock
ae95d2cc62
Disabled threading support when _POSIX_THREADS is not set
...
[SVN r17023]
2003-01-24 12:44:33 +00:00
John Maddock
4954563832
Added Cray X1 support
...
[SVN r17022]
2003-01-24 11:57:27 +00:00
William E. Kempf
2a2a53699d
Updated build files
...
[SVN r17021]
2003-01-23 23:23:36 +00:00
Jörg Walter
45ca42856b
ublas changes for kylix, missed one ;-(
...
[SVN r17020]
2003-01-23 23:02:49 +00:00
Jörg Walter
9fc632ab3a
ublas changes for kylix.
...
[SVN r17019]
2003-01-23 22:52:14 +00:00
Jörg Walter
e35815e4f3
Many fixes. Namely thanks to John Maddock for porting to Kylix and to Alexei Novakov for his sparse matrix related work.
...
[SVN r17018]
2003-01-23 21:41:43 +00:00
Beman Dawes
d8fb3aaa0e
Add Optional
...
[SVN r17017]
2003-01-23 21:22:12 +00:00
Beman Dawes
d5ee8f9644
Add test-suite optional, order subincludes
...
[SVN r17016]
2003-01-23 21:12:22 +00:00
William E. Kempf
9540bbb0d7
Switched to subinclude for threads testing
...
[SVN r17015]
2003-01-23 20:54:05 +00:00
William E. Kempf
6cc9898bf8
Updated Jamfile to use test-suite
...
[SVN r17014]
2003-01-23 19:47:29 +00:00
Fernando Cacciola
2a3f5e287c
Fail cases transitorily removed
...
[SVN r17013]
2003-01-23 19:18:35 +00:00
Fernando Cacciola
575dbd1a89
compile-failed cases transitorily removed
...
[SVN r17012]
2003-01-23 19:13:11 +00:00
Fernando Cacciola
54d745f190
Fixed for new regression testing.
...
compile-fail cases added
[SVN r17011]
2003-01-23 18:07:25 +00:00
Dave Abrahams
1813330cef
Added a FAQ
...
[SVN r17010]
2003-01-23 17:38:57 +00:00
Fernando Cacciola
fb6cada1b5
Jamfile added
...
[SVN r17009]
2003-01-23 16:29:30 +00:00
Vladimir Prus
508cfe9353
Add (now disabled) test for BB10.
...
[SVN r17008]
2003-01-23 14:24:53 +00:00
Dave Abrahams
bf5a5b4d13
Added missing module_actions test
...
[SVN r17007]
2003-01-23 13:57:01 +00:00
John Maddock
9f6147b447
Moved platform specific HP options into platform config
...
and out of the compiler config (these options need to
be set for gcc as well as for HP aCC for example).
[SVN r17006]
2003-01-23 12:33:29 +00:00
Vladimir Prus
141e854889
Supress some output, when unneeded.
...
[SVN r17005]
2003-01-23 11:33:53 +00:00
Vladimir Prus
8372d30032
Introduce "--ignore-config" command line option.
...
[SVN r17004]
2003-01-23 11:22:47 +00:00
Vladimir Prus
378b889b9a
More QT fixes.
...
* new/qt.jam:
(add-properties): Really, using gcc-specific <linkflags> wasn't the
best idea of mine. Use toolset independent flags now.
* new/borland.jam: Handle <find-static-lib> and <find-shared-lib>
* new/kylix.jam: Add link action and handle libraries.
[SVN r17003]
2003-01-23 11:11:36 +00:00
Dave Abrahams
9bba44a02c
bug fix + regression test
...
[SVN r17002]
2003-01-23 04:32:10 +00:00
Dave Abrahams
62e11f5b17
Simplify and test remove-trailing-slash
...
[SVN r17000]
2003-01-22 22:18:15 +00:00
Dave Abrahams
5cc16e283c
Added missing module_actions test
...
[SVN r16999]
2003-01-22 22:10:11 +00:00
Raoul Gough
9e4bbefdb8
Supply --enable-auto-image-base during linking on NT platforms
...
[SVN r16997]
2003-01-22 18:31:22 +00:00
Douglas Gregor
23ec069e16
Fix another place still using the old syntax
...
[SVN r16996]
2003-01-22 18:24:36 +00:00
Fernando Cacciola
4459f5f5b9
Initial versions
...
[SVN r16995]
2003-01-22 17:54:11 +00:00
Rene Rivera
40c2585078
Prefer using "whence" to test PATH, but fallback to "hash" when not available like in bash.
...
[SVN r16994]
2003-01-22 16:57:35 +00:00
Peter Dimov
52233a8a64
intrusive_ptr_test added.
...
[SVN r16993]
2003-01-22 15:22:30 +00:00
Jeff Garland
b5386bb430
attempt to fix Borland compile errors
...
[SVN r16992]
2003-01-22 15:16:31 +00:00
Sylvain Pion
0116531a1d
- Fix problems spotted by GCC 3.4.
...
[SVN r16991]
2003-01-22 13:56:45 +00:00
John Maddock
b5360c9fa0
OpenBSD fixes
...
[SVN r16990]
2003-01-22 12:38:54 +00:00
John Maddock
d50e9a4791
Added Cray support
...
[SVN r16989]
2003-01-22 12:12:14 +00:00
Guillaume Melquiond
9e7ea0307d
A bit of name lookup correction
...
[SVN r16988]
2003-01-22 11:13:36 +00:00
Vladimir Prus
453128d296
Followup.
...
* new/type.jam
(change-generated-target-suffix): Call set-generated-target-suffix
if no suffix is set yet.
[SVN r16987]
2003-01-22 06:41:18 +00:00
Vladimir Prus
4a8567bb23
Allow customization of suffixes used for generated targets.
...
* new/property.jam
(property-map.find-replace): New method
(property-map.find): Implement of terms of the above.
* new/qt.jam: Don't set any suffix on UIC_H.
* new/type.jam
(change-generated-target-suffix): New rule.
(generated-target-suffix): Process base types if no
suffix is found.
[SVN r16986]
2003-01-22 06:33:05 +00:00
Vladimir Prus
e8b97cc113
Better window layout in QT/UI example.
...
[SVN r16985]
2003-01-22 06:00:19 +00:00
Beman Dawes
f4502b6908
Add Interval Library
...
[SVN r16983]
2003-01-21 20:31:19 +00:00
Guillaume Melquiond
44bd6fa8a2
Import of Interval library
...
[SVN r16982]
2003-01-21 20:21:39 +00:00
Peter Dimov
0cf50feb7d
intrusive_ptr.html added.
...
[SVN r16981]
2003-01-21 17:21:24 +00:00
Guillaume Melquiond
39181472fe
Import of Interval library
...
[SVN r16980]
2003-01-21 17:20:32 +00:00
Vladimir Prus
0e6480e5ab
Implement toolset inheritance. Add Kylix toolset. Still need
...
to inherit "init" rule and test all this.
* new/borland.jam
Use COMPILER_NAME and LINKER_NAME vars.
* new/generators.jam
(generator.clone): New method.
(register-composing): Use 'register'
(generators-for-toolset): New rule.
* new/property.jam
(change): New rule
* new/toolset.jam
(add-flag): New rule
(flags): Use the above.
(register): New rule.
(inherit): New rule
(inherit-generators,inherit-flags,inherit-rules): New rules.
[SVN r16979]
2003-01-21 16:10:37 +00:00
Peter Dimov
fcb29922eb
shared_ptr techniques initial commit
...
[SVN r16978]
2003-01-21 15:55:59 +00:00
Vladimir Prus
aa3c20495e
More generators refactoring.
...
[SVN r16977]
2003-01-21 14:37:35 +00:00
Dave Abrahams
dd97f71f77
Update config to match configure results
...
[SVN r16976]
2003-01-21 14:04:09 +00:00
Dave Abrahams
8878234beb
aCC workaround
...
[SVN r16975]
2003-01-21 13:54:27 +00:00
Dave Abrahams
74b84668e0
Add -AA option to aCC so that we get accurate info
...
[SVN r16974]
2003-01-21 13:41:00 +00:00
Vladimir Prus
3daea37aaa
Accomodate for BB1 fix.
...
[SVN r16973]
2003-01-21 13:11:09 +00:00
John Maddock
2d5ff642c8
Added threading build options.
...
[SVN r16972]
2003-01-21 12:21:35 +00:00