Commit Graph

50050 Commits

Author SHA1 Message Date
Darin Adler
be835771ec Fix standard C library check so it will work with CodeWarrior Pro 8.
[SVN r15972]
2002-10-23 23:32:38 +00:00
Vladimir Prus
583a6db2ce Added an example of library use.
[SVN r15971]
2002-10-23 14:03:17 +00:00
Peter Dimov
4cbe50195a Changed typename to class; some libraries helpfully #define typename
[SVN r15970]
2002-10-23 13:55:18 +00:00
Vladimir Prus
3656b4d1b4 Made Boost.Thread compile with V2.
[SVN r15969]
2002-10-23 13:22:56 +00:00
Vladimir Prus
6aa06b3b6f Changes the debian bjam package to be similar to jam package.
[SVN r15968]
2002-10-23 12:27:57 +00:00
Vladimir Prus
de8c9dfc50 Check Boost.Jam version.
[SVN r15967]
2002-10-23 12:25:26 +00:00
Vladimir Prus
d8cc50c7e7 Improve Boost.Python building.
* libs/python/build/Jamfile.v2: Sense the location of python headers. Export
  include paths.

* libs/python/example/Jamfile.v2: New file.

* new/targets.jam: Use refined properties for constructed
    dependency properties

* new/gcc.jam: Handle 'find-library'. Set soname for dynamic libraries.

* new/builtin.jam: New feature 'find-library'.


[SVN r15966]
2002-10-23 12:12:00 +00:00
John Maddock
e2f4c474ea Moved Dinkumware lib detection further down the list,
so that it doesn't get confused with any possible replacements.


[SVN r15965]
2002-10-23 11:02:04 +00:00
Vladimir Prus
c0955976e7 Honour use-requirements for dependency properties.
[SVN r15964]
2002-10-23 10:39:23 +00:00
Björn Karlsson
349d976cdd Update from Hubert Holin
[SVN r15963]
2002-10-22 06:24:39 +00:00
Björn Karlsson
ab844e9f40 Initial commit
[SVN r15962]
2002-10-22 06:22:06 +00:00
Rene Rivera
fdabe95ac2 Remove option that disables threads, as it prevents most things from working in STLport.
[SVN r15961]
2002-10-22 05:13:19 +00:00
John Maddock
f8c24324c5 Merged changes from RC_1_29_0.
[SVN r15960]
2002-10-21 11:05:10 +00:00
John Maddock
1da16a0555 Merged changes from the RC_1_29_0 branch.
[SVN r15959]
2002-10-21 11:03:05 +00:00
John Maddock
4d118bff17 Merged changes from RC_1_29_0 branch
[SVN r15958]
2002-10-21 11:00:50 +00:00
Rene Rivera
91147fb8ce Fixes to make custom tollset extensions possible for gcc-stlport.
- gcc-stlport-tools.jam; now use the common stlport.jam.
- gcc-tools.jam; use STDLIBPATH instead of GCC_LIB* to set LD_LIBRARY_PATH, as it works on a per target basis.
- stlport.jam; minor changes for backward compat, automatic setting of the toolset, and various options that used to be in gcc-stlport.jam.


[SVN r15957]
2002-10-21 06:01:29 +00:00
Jeremy Siek
08d5c65e94 added std:: qualification to string
[SVN r15956]
2002-10-19 16:55:45 +00:00
Markus Schöpflin
66b88adac6 Fixed spelling of my name. :-)
[SVN r15955]
2002-10-18 15:56:20 +00:00
Toon Knapen
3cda4ad091 added links to cvs trunk status reports for IBM VisualAge
[SVN r15954]
2002-10-18 12:58:47 +00:00
Jens Maurer
acd60d7f8b for some user-provided floating-point type RealType, the preferred approach
for using small integers in computations is RealType(3)
(Michael Stevens)


[SVN r15953]
2002-10-17 18:35:12 +00:00
Jens Maurer
758c38b486 instantiate all distributions with float, double, and long double
don't use rand48 unless it's available
(Michael Stevens)


[SVN r15952]
2002-10-17 15:09:52 +00:00
Peter Dimov
fff7fba883 Small fixes.
[SVN r15951]
2002-10-17 13:23:11 +00:00
Jens Maurer
36c3915538 always explicitly convert literals to RealType or result_type
[SVN r15950]
2002-10-17 02:39:04 +00:00
Jens Maurer
79f8121ae2 fix comments that talk about not being Assignable
[SVN r15949]
2002-10-17 01:52:39 +00:00
Dave Abrahams
1c1d93be05 Added funding credit
[SVN r15948]
2002-10-16 22:47:44 +00:00
Jens Maurer
d320c7e0a1 check for working copy assignment
[SVN r15947]
2002-10-16 20:38:14 +00:00
Jens Maurer
0756ed9e75 make distributions assignable
[SVN r15946]
2002-10-16 20:37:43 +00:00
Dave Abrahams
009ed17cc8 Allow embedded nulls in std::string <-> Python string conversions,
patch from greg Landrum <greglandrum@mindspring.com>.

Tests by Dave A.


[SVN r15945]
2002-10-16 20:24:38 +00:00
Rene Rivera
f2cb0294b2 Oops, mised some changes...
* Don't need System framework as it's always linked in.
* Disable long double warning, as it's always there.


[SVN r15944]
2002-10-16 19:42:08 +00:00
Rene Rivera
4ee602d05e Working Darwin toolset for MacOSX with it's custom GCC compiler.
* allyourbase.jam;
  use RANLIB for MacOSX as the linker requires it.
  keep *.o files as scanning doesn't seem to work.
* darwin-tools.jam;
  static runtime doesn't work and is minimally only the gcc runtime
  use ar
  manipulations for making c++ correctly link without using libtool


[SVN r15943]
2002-10-16 19:39:12 +00:00
Vladimir Prus
119352b21b Fixes.
* new/gcc.jam: gcc.link can handle LIB, not only STATIC-LIB
    * new/generators.jam (composing-generator.run): Accept derived
        types.


[SVN r15942]
2002-10-16 15:51:11 +00:00
Jens Maurer
8f8ef1d6ff make distributions assignable
[SVN r15941]
2002-10-16 12:54:08 +00:00
Jens Maurer
b98fd88403 avoid "divison by zero" compiler warnings
[SVN r15940]
2002-10-16 12:52:41 +00:00
Jens Maurer
f4427d7ff2 add inquiry functions and reset()
[SVN r15939]
2002-10-16 12:51:47 +00:00
Jens Maurer
5fb67d2db0 measure speed for virtual function-based distributions (runtime replaceable)
[SVN r15938]
2002-10-16 12:50:21 +00:00
Beman Dawes
94d93981d2 Replaced by new version of regression status reporting
[SVN r15937]
2002-10-15 21:08:24 +00:00
Aleksey Gurtovoy
e7d08ca8cd file iteration fixes
[SVN r15936]
2002-10-15 20:21:08 +00:00
Dave Abrahams
f4c7fd2716 Added return_by_value, enhanced data member support to handle constant members
[SVN r15935]
2002-10-15 15:46:34 +00:00
Douglas Gregor
9c4d3820d6 signal_n_test.cpp:
- Test ref() :(


[SVN r15934]
2002-10-15 15:09:44 +00:00
Douglas Gregor
d4934e28a6 slot.hpp:
- Fix get_inspectable_slot for reference_wrappers


[SVN r15933]
2002-10-15 15:09:14 +00:00
Peter Dimov
317c401e2c Documented new bind(type<R>(), f, ...) syntax.
[SVN r15932]
2002-10-15 12:45:49 +00:00
Dave Abrahams
6662f7c8b5 Some tweaks for getting Boost.Python to build under v2
[SVN r15931]
2002-10-15 12:01:21 +00:00
Dave Abrahams
ece588f22b initial checkin
[SVN r15930]
2002-10-15 11:59:39 +00:00
Peter Dimov
2ad5a8a8d3 Fix for Compaq C++ (Ralf W. Grosse-Kunstleve)
[SVN r15929]
2002-10-15 10:57:08 +00:00
Peter Dimov
10ee591d65 bind(type<R>(), f, ...) alternative syntax support.
[SVN r15928]
2002-10-15 10:51:34 +00:00
Vladimir Prus
993846edf7 Change handling of toolset -- it's now assumed that there's default toolset
and, therefore, we don't need to treat toolsets in a special way.


[SVN r15927]
2002-10-15 05:55:29 +00:00
Aleksey Gurtovoy
b19a54c2b2 logical_and fix
[SVN r15926]
2002-10-14 21:13:54 +00:00
Dave Abrahams
2a821cdc0d Make sure that STLPort libraries get added to the LD_LIBRARY_PATH
[SVN r15925]
2002-10-14 16:41:47 +00:00
Peter Dimov
92269acda4 Fixed g++ 2.95 problem with bind<void>(...) (reported by Alkis Evlogimenos)
[SVN r15923]
2002-10-14 16:35:26 +00:00
Jeff Garland
e8f813c4d7 Fix for gcc 2.95.3 compile constant issue
[SVN r15922]
2002-10-14 16:29:29 +00:00