Commit graph

8740 commits

Author SHA1 Message Date
Dave Abrahams
64fd38dbb5 Fix typo, Tidy
[SVN r18085]
2003-03-25 17:59:20 +00:00
Dave Abrahams
e7b5edcd54 More catch(...) caveats
[SVN r18083]
2003-03-25 17:42:24 +00:00
Dave Abrahams
9abbaf1ed6 Incorporate changes from Gennaro Prota <gennaro_prota@yahoo.com>
[SVN r18081]
2003-03-25 17:27:32 +00:00
John Maddock
50662adb74 Changed name of getlocale proc to avoid HP OS clash.
[SVN r18079]
2003-03-25 11:43:57 +00:00
John Maddock
1bf4c91d39 Added parenthesis to clarify operator precidence
for Borland C++ Builder compiler - this is basically
a warning suppression - however without this so many
warnings are issued that the compiler gives up...
Note that this does still not fix the "Out of memory"
error, but it does get us a little closer...


[SVN r18078]
2003-03-25 11:42:45 +00:00
Bruno da Silva de Oliveira
48730965a7 - Default policy for functions/methods that return const T& is now
return_value_policy<copy_const_reference>().


[SVN r18077]
2003-03-24 23:25:14 +00:00
Martin Wille
fa499ea4a0 -- imported v1.5 of this file from the Spirit CVS for this patch:
-- bug fix for MT code


[SVN r18076]
2003-03-24 16:54:32 +00:00
John Maddock
ef7eb89616 Added check to verify that we have something to clean up before calling do_free
[SVN r18075]
2003-03-24 12:36:55 +00:00
Vladimir Prus
1afd24c0c0 Doc correction from Michael Stevens.
[SVN r18074]
2003-03-24 07:32:00 +00:00
Rene Rivera
38f1e2875d Changes to bootstrap and build with the MinGW environment.
* Define the OS as NT as this seems more reasonable than having MINGW as the OS (after all MinGW is the toolset not the OS).
* Add detection of one common install location for MinGW.


[SVN r18073]
2003-03-24 04:34:27 +00:00
Beman Dawes
bf03d1f9b8 share filesystem_error imp to make copying less memory intensive, recover from exceptions in some filesystem_error functions
[SVN r18072]
2003-03-24 02:32:33 +00:00
Beman Dawes
ed2803e798 share imp to make copying less memory intensive, recover from exceptions in some filesystem_error functions
[SVN r18071]
2003-03-24 02:31:21 +00:00
Dave Abrahams
9cd49e74f7 Use Gibbons typeof for Pro8
[SVN r18069]
2003-03-24 02:10:47 +00:00
Rene Rivera
7d25223c37 Minor change to hopefully cover more NT shells.
[SVN r18068]
2003-03-24 00:56:58 +00:00
Bruno da Silva de Oliveira
9d4d393906 no message
[SVN r18067]
2003-03-23 18:29:11 +00:00
Bruno da Silva de Oliveira
5d51bf7c04 - Documentation for smart-pointers
[SVN r18066]
2003-03-23 18:27:18 +00:00
Bruno da Silva de Oliveira
83cc1b9a19 - Added unittests for linux
[SVN r18065]
2003-03-23 18:23:09 +00:00
Douglas Gregor
53be7e983c Newer Borland compiler still does not handle enable_if
[SVN r18064]
2003-03-23 16:58:05 +00:00
Bruno da Silva de Oliveira
84d68fcb32 - added a case: wrapper for a virtual method
[SVN r18062]
2003-03-22 19:35:55 +00:00
Bruno da Silva de Oliveira
d93c1d3f06 no message
[SVN r18061]
2003-03-22 19:34:49 +00:00
Bruno da Silva de Oliveira
ddb40df4fa - bumped version number
[SVN r18060]
2003-03-22 19:33:33 +00:00
Bruno da Silva de Oliveira
560b68a963 - Fixed bug where wrappers for virtual methods were ignored.
[SVN r18059]
2003-03-22 19:31:19 +00:00
Bruno da Silva de Oliveira
90add37fcc - Added new flags: -h, --help, -v, --version
[SVN r18058]
2003-03-22 18:20:16 +00:00
Bruno da Silva de Oliveira
1e8c541d85 - Now exporting virtual methods from base classes too
[SVN r18057]
2003-03-22 18:19:25 +00:00
Bruno da Silva de Oliveira
0b786ee034 no message
[SVN r18056]
2003-03-22 18:18:25 +00:00
Bruno da Silva de Oliveira
8dd2769753 - New page about smart pointers, and misc fixes
[SVN r18055]
2003-03-22 18:16:01 +00:00
Dave Abrahams
c28bba7f13 update HippoDraw site
[SVN r18053]
2003-03-22 17:29:01 +00:00
Dave Abrahams
5d470db945 update copyright date
[SVN r18051]
2003-03-22 15:18:01 +00:00
Dave Abrahams
56f1ed86ec further updated guidelines
[SVN r18049]
2003-03-22 15:01:27 +00:00
Dave Abrahams
52f3862c6c updated guidelines
[SVN r18047]
2003-03-22 14:38:03 +00:00
Dave Abrahams
184ca802bd Bump workaround version number
[SVN r18044]
2003-03-22 13:34:52 +00:00
Martin Wille
fcdca0f5af -- imported version 1.6 of this file from Spirit CVS for this patch:
- adjusted the test to reflect a change in lexeme_d semantics.


[SVN r18043]
2003-03-22 13:03:17 +00:00
Beman Dawes
6ef81d572a fix lib name (Joerg Walter)
[SVN r18042]
2003-03-21 16:17:18 +00:00
Bruno da Silva de Oliveira
e687b44ef6 - Added MANUAL support for shared_ptr and auto_ptrs. In the future, support should be automatic.
[SVN r18041]
2003-03-21 14:24:20 +00:00
Jeff Garland
4d35168572 add changes file
[SVN r18040]
2003-03-21 12:45:42 +00:00
Beman Dawes
fc56601c01 Get ready for next release
[SVN r18039]
2003-03-20 22:34:01 +00:00
Dave Abrahams
b867d38272 fixed binary-ness
[SVN r18038]
2003-03-20 20:33:48 +00:00
Dave Abrahams
4b6d5343c9 *** empty log message ***
[SVN r18037]
2003-03-20 20:31:57 +00:00
Gennaro Prota
187c46f4be minor comment fixes
[SVN r18036]
2003-03-20 18:22:31 +00:00
Gennaro Prota
09295a7403 overall cleanup
[SVN r18035]
2003-03-20 18:08:42 +00:00
Dave Abrahams
95a518771f minor UML tweaks
[SVN r18034]
2003-03-20 16:01:53 +00:00
Dave Abrahams
541cbf41c9 more comment clarifications
[SVN r18032]
2003-03-20 15:29:32 +00:00
Dave Abrahams
e3fe08a856 Comment clarification from Giovanni Bajo <giovannibajo-at-libero.it>
and me.


[SVN r18031]
2003-03-20 15:26:40 +00:00
Dave Abrahams
2711546a90 Adjust for Win32
[SVN r18030]
2003-03-20 13:48:59 +00:00
Dave Abrahams
cb97e6c6aa Add missing path nativizing.
[SVN r18029]
2003-03-20 13:48:31 +00:00
Bruno da Silva de Oliveira
8b5ec5b59d - Bug: GenerateName in infos.py doesn't cover all possible cases.
[SVN r18028]
2003-03-20 04:55:38 +00:00
Dave Abrahams
f85cf53afd paper updates
[SVN r18027]
2003-03-20 02:56:22 +00:00
Dave Abrahams
d2d7111c6b fix typo
[SVN r18025]
2003-03-20 02:53:47 +00:00
Dave Abrahams
d54171322d Account for Win32 idiosyncracies
[SVN r18024]
2003-03-20 02:42:17 +00:00
Dave Abrahams
3174f6e10d Fix usage requirements check to account for conditional properties.
I'm not completely sure this is precisely the right fix:

    a. The error message used to reference a non-existent variable.
    What was it supposed to be?

    b. Should property.remove et. al. be able to cope with conditional
    properties?


[SVN r18023]
2003-03-20 02:41:49 +00:00