Commit Graph

50050 Commits

Author SHA1 Message Date
Bruno da Silva de Oliveira
e5393e9872 - No more "needs policy" warnings for functions that return PyObject*
[SVN r18096]
2003-03-26 15:25:38 +00:00
Bruno da Silva de Oliveira
af94683869 - Fixed stupid bug in HandlePolicy
[SVN r18095]
2003-03-26 15:06:14 +00:00
Joel de Guzman
b3978631b2 namespace bug fix
[SVN r18094]
2003-03-26 13:18:18 +00:00
Joel de Guzman
062be608b3 Fixes to cpp-to-html and quickdoc + style_guide typos
[SVN r18093]
2003-03-26 13:04:10 +00:00
Joel de Guzman
93d322f11d skipper now skips the most trailing spaces
[SVN r18092]
2003-03-26 12:52:21 +00:00
Vladimir Prus
9b377b5014 Fix path handling on Cygwin. Thanks to Andre Hentz for the patch.
[SVN r18091]
2003-03-26 12:16:01 +00:00
Vladimir Prus
33023f6bbb Issue a user-friendly warning when no toolsets are configured.
[SVN r18090]
2003-03-26 09:19:02 +00:00
Vladimir Prus
2c6d4c6bc5 Comments/renames.
[SVN r18089]
2003-03-26 09:09:42 +00:00
Vladimir Prus
96e1e32621 Improve installation docs.
[SVN r18088]
2003-03-26 09:03:26 +00:00
Douglas Gregor
f886329309 boostbook.jam: Add rule to access XSL directory from other modules
doxygen.jam: _Very_ preliminary support for Doxygen --> BoostBook conversion.
  Uses a hacked up Doxygen to output XML representation as one big XML file
  instead of many smaller (unlinked) XML files.


[SVN r18087]
2003-03-26 04:39:01 +00:00
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