Commit Graph

50051 Commits

Author SHA1 Message Date
Vladimir Prus
a5d00b9029 Fix up setting of 'parent' attribute on project.
[SVN r19807]
2003-08-27 14:03:37 +00:00
Vladimir Prus
59de8cdd59 Python 2.3 fixes. Use __rmul__ for fixed mode operations on List, not
__coerce__, since it works in a wrong way and might be removed in future.


[SVN r19806]
2003-08-27 13:57:47 +00:00
Joel de Guzman
cd7b7f0a0c Take 2
[SVN r19805]
2003-08-27 12:10:49 +00:00
John Maddock
dd0083f3ec Added NetBSD patches from Angus Leeming
[SVN r19804]
2003-08-27 10:30:53 +00:00
Joel de Guzman
29a00f4d98 Some more tweaks
[SVN r19803]
2003-08-27 10:18:37 +00:00
Joel de Guzman
a92ee8e137 Tweaks
[SVN r19802]
2003-08-27 10:14:14 +00:00
Joel de Guzman
e04d4ead1a def_visitor linked in the reference
[SVN r19801]
2003-08-27 10:09:08 +00:00
Joel de Guzman
16ce7581ec Initial commit of def_visitor doc
[SVN r19800]
2003-08-27 10:00:23 +00:00
Eric Friedman
13452e621c Added additional TODO note.
[SVN r19799]
2003-08-27 07:46:38 +00:00
Eric Friedman
afbc3f9152 Added (nearly-complete) advanced tutorial.
[SVN r19798]
2003-08-27 07:44:32 +00:00
Eric Friedman
c5c042a4a1 Added new tutorial.
[SVN r19797]
2003-08-27 07:16:15 +00:00
Eric Friedman
d3b1603d1b Added link to recursive_variant (and repaginated).
[SVN r19796]
2003-08-27 07:13:42 +00:00
Vladimir Prus
be7006014d Fix compilation warning, reported by Janusz Piwowarski.
[SVN r19795]
2003-08-27 06:40:49 +00:00
Samuel Krempp
aa5614bb22 got rid of useless empty string auxiliary objects,
among which a static one was causing problems on some platform.


[SVN r19794]
2003-08-27 03:24:41 +00:00
Bruno da Silva de Oliveira
07857c6e0c - Using the new Boost.Python facility for wrapping pure virtual functions
[SVN r19792]
2003-08-26 23:24:02 +00:00
Eric Friedman
594a5e8a95 Now handles pointers, references, and cv-qualified recursive_variant_ tags.
[SVN r19791]
2003-08-26 22:12:45 +00:00
Dave Abrahams
39b631a76f removed intro text
[SVN r19790]
2003-08-26 15:49:50 +00:00
Dave Abrahams
11b8ebf94f Added reference to TODO list
[SVN r19789]
2003-08-26 15:48:36 +00:00
Dave Abrahams
f62d09d12c revised, ReST-ized HTML-ized
[SVN r19788]
2003-08-26 15:47:41 +00:00
Dave Abrahams
b4adb45053 revised, ReST-ized HTML-ized
[SVN r19787]
2003-08-26 15:42:51 +00:00
Jeff Garland
71e9e4ac9e updates to operator<< to fix compile errors on 2.95.3 stlport and vc7
[SVN r19786]
2003-08-26 13:27:01 +00:00
Ralf W. Grosse-Kunstleve
c5d96ed828 print running... Done.
[SVN r19785]
2003-08-26 13:19:51 +00:00
Ralf W. Grosse-Kunstleve
bc62e6ce15 print Done before sys.exit; this allows us to detect fatal crashes like segmentation faults on import
[SVN r19784]
2003-08-26 13:11:51 +00:00
Ralf W. Grosse-Kunstleve
6796afbb85 MIPSpro workaround
[SVN r19783]
2003-08-26 12:52:21 +00:00
Dave Abrahams
52a6e4e58d Added missing #includes
[SVN r19782]
2003-08-26 11:45:47 +00:00
John Maddock
b95d9ac2e3 Fixed Borland warning suppression.
Changed config to use BOOST_HAS_DECLSPEC


[SVN r19781]
2003-08-26 10:49:41 +00:00
John Maddock
c601fa6b08 Re-enabled threading support for cygwin (while mingw32 defines _MT cygwin doesn't define anything when -mthreads is specified).
[SVN r19780]
2003-08-26 10:47:22 +00:00
Eric Friedman
80d3340245 Is incomplete even needed?
[SVN r19779]
2003-08-26 06:55:30 +00:00
Dave Abrahams
7e4dbd05b6 Added missing #includes
[SVN r19778]
2003-08-26 02:25:33 +00:00
Bruno da Silva de Oliveira
2a6d1c7983 - Fixed a bug where the code for a virtual method wrapper defined inside a Pyste file was not being declared in the generated code
[SVN r19776]
2003-08-26 00:43:09 +00:00
Ronald Garcia
b1cef576e2 Added a storage_order query and storage_order_type to the various multi_array
versions.


[SVN r19775]
2003-08-25 22:32:45 +00:00
Dave Abrahams
adeec14984 Implemented pure_virtual(...)
[SVN r19774]
2003-08-25 18:44:26 +00:00
Dave Abrahams
9011f25e56 vc6 workaround for nested enums
[SVN r19773]
2003-08-25 18:41:26 +00:00
Dave Abrahams
c8ce0658bb Remove cwpro7 workarounds; simplified select_holder
[SVN r19772]
2003-08-25 18:41:02 +00:00
Dave Abrahams
1c2aedbb6a VC 6/7 workarounds
[SVN r19771]
2003-08-25 18:39:20 +00:00
Dave Abrahams
fd273c5b1d Refactoring and cleanups
[SVN r19770]
2003-08-25 18:38:39 +00:00
Jeff Garland
4dd00b334f fix Borland compiler warning
[SVN r19769]
2003-08-25 12:08:36 +00:00
Eric Friedman
8f86b26b51 Several minor changes.
[SVN r19768]
2003-08-25 06:20:06 +00:00
Eric Friedman
af8b7bb123 Refactored bad_visit into own header.
[SVN r19767]
2003-08-25 03:54:46 +00:00
Eric Friedman
a168be4e87 Minor changes.
[SVN r19766]
2003-08-25 03:52:41 +00:00
Eric Friedman
7565a6bad8 Documented BOOST_VARIANT_ENUM_SHIFTED_PARAMS macro.
[SVN r19765]
2003-08-25 03:50:05 +00:00
Eric Friedman
27daeadb34 Refactored bad_visit into own header.
[SVN r19764]
2003-08-25 02:04:15 +00:00
Jeff Garland
5f4f264384 fix compilation issues borland, msvc
[SVN r19763]
2003-08-24 16:15:09 +00:00
Douglas Gregor
1815cf0ee1 Add support for concept documentation & linking via Caramel
[SVN r19762]
2003-08-23 22:58:29 +00:00
Bruno da Silva de Oliveira
50447a42db no message
[SVN r19761]
2003-08-23 20:53:33 +00:00
Bruno da Silva de Oliveira
ff327d916c - Make the cache files be rebuilt only when the declarations' version changes, instead o pyste's version
[SVN r19759]
2003-08-23 19:18:52 +00:00
Bruno da Silva de Oliveira
4a70d84dbc - Fixed bug where Include was not writing the #include in some situations
- Rebuild cache files if pyste version changes


[SVN r19757]
2003-08-23 17:06:37 +00:00
Douglas Gregor
764172066e - use generate.id instead of generate-id
- Add the "-bb" suffix to id names generated by generate-id


[SVN r19756]
2003-08-23 15:54:46 +00:00
Douglas Gregor
ec667c5929 Fix some PDF generation problems with FOP
[SVN r19755]
2003-08-23 15:53:10 +00:00
Douglas Gregor
b6a2280c4f Import new appropriately
[SVN r19754]
2003-08-23 15:03:14 +00:00