Robert Ramey
e7e2f86eda
Fixed bas64 for text files
...
[SVN r48787]
2008-09-15 06:08:19 +00:00
Robert Ramey
f4a24d0a95
Eliminate throw from destructor
...
[SVN r48759]
2008-09-12 20:24:38 +00:00
Robert Ramey
0961cd43f7
In the absence of exception support, forward to boost::throw_exception
...
[SVN r48748]
2008-09-11 20:41:19 +00:00
Robert Ramey
93fb463de4
fixed base64 text padding
...
[SVN r48719]
2008-09-11 03:50:18 +00:00
Robert Ramey
967934453c
1. Moved pfto, state_saver, strong_typedef, smart_cast, static_warning into serialization Library.vcproj
...
2. created copy of original throw exception for use in the serialization Library.vcproj
3. addressed error maintenance of static type table which shows up on GCC
4. fixed internal names in xml_grammar so as not to conflict with likely preprocessor macros.
5. streamlined xml_grammar so as not to depend upon on non-thread safe component.
[SVN r48575]
2008-09-04 16:44:57 +00:00
Matthias Troyer
4a538b78dc
Added license information
...
[SVN r47662]
2008-07-21 20:24:28 +00:00
Matthias Troyer
a4e304526b
Added license information
...
[SVN r47661]
2008-07-21 20:23:55 +00:00
Matthias Troyer
57e84bb71f
Removed vector_134-hpp since default is compatibility with 1.34
...
[SVN r47284]
2008-07-10 07:24:45 +00:00
Matthias Troyer
ec218d2f78
Merged laste changes from the trunk
...
[SVN r47210]
2008-07-08 06:06:53 +00:00
Robert Ramey
c6b7a16fc4
fixed ripple effect from previous fix
...
[SVN r47135]
2008-07-06 17:06:18 +00:00
Robert Ramey
be2d5eda2a
Adjustments to address failures in VACPP and borland compilations
...
[SVN r47117]
2008-07-05 19:18:23 +00:00
Matthias Troyer
75e899a999
Added backwards compatibility header for 1.35
...
[SVN r47112]
2008-07-05 14:25:59 +00:00
Matthias Troyer
690c5b7081
Added more backwards compatibility files
...
[SVN r46998]
2008-07-02 19:16:18 +00:00
Matthias Troyer
a333600aae
Backwards compatibility
...
[SVN r46997]
2008-07-02 19:13:56 +00:00
Robert Ramey
de383cb6f7
added #endif to borland patch
...
[SVN r46938]
2008-07-01 05:17:58 +00:00
Matthias Troyer
66a7396b8a
Attempting workaround for Borland bug
...
[SVN r46928]
2008-06-30 19:09:12 +00:00
Robert Ramey
116a9620d2
tweaks to accomodate borland quirks
...
[SVN r46874]
2008-06-29 22:18:47 +00:00
Matthias Troyer
a980481e7c
Moved Serialization and MPI fixes and updates from trunk to release branch
...
[SVN r46743]
2008-06-26 19:25:44 +00:00
Robert Ramey
77760e0905
Addressing "Inspect" complaints
...
[SVN r46729]
2008-06-26 17:11:02 +00:00
Matthias Troyer
4c1f453965
Fixed tabs
...
[SVN r46711]
2008-06-26 11:19:42 +00:00
Robert Ramey
5df5e6cf53
make sure that headers are included which size_t
...
[SVN r46703]
2008-06-26 05:56:15 +00:00
Robert Ramey
0eb2393540
Correction in last attempt
...
[SVN r46702]
2008-06-26 05:54:12 +00:00
Robert Ramey
dd63c7803b
error in usage of BOOST_USED
...
[SVN r46676]
2008-06-25 05:00:02 +00:00
Robert Ramey
4f8a21ecc5
error in usage of BOOST_USED
...
[SVN r46675]
2008-06-25 04:48:27 +00:00
Robert Ramey
3d01e14ae1
Attempt to resolve problems with instantiation on Intel Platforms
...
[SVN r46621]
2008-06-23 03:48:01 +00:00
Robert Ramey
1f7ecf69e0
included cstddef to define null_deleter
...
added BOOST_USED to accommodate Intel compilers
[SVN r46597]
2008-06-22 01:06:16 +00:00
Matthias Troyer
36a93f9328
Added serialization support for boost::array
...
[SVN r46411]
2008-06-15 17:46:18 +00:00
Robert Ramey
fe3e8c5ab2
simplified namespace issue with mbstate_t
...
[SVN r46409]
2008-06-15 17:02:15 +00:00
Matthias Troyer
f8cf831f7e
Removed array subdirectory, since this functionaity has been moved to the seriaize function of the array wrapper
...
[SVN r46388]
2008-06-14 12:28:26 +00:00
Matthias Troyer
787bf2d951
Changed determination of when to use array optimizations to a traits class used only by the array wrapper, removing the need for deriving from the array/[io]archive base class and allowing mor specific enabling of array optimization, with less cost to users who don't need it.
...
[SVN r46385]
2008-06-14 11:22:55 +00:00
Matthias Troyer
50db978210
Changed determination of when to use array optimizations to a traits class used only by the array wrapper, removing the need for deriving from the array/[io]archive base class and allowing mor specific enabling of array optimization, with less cost to users who don't need it.
...
[SVN r46384]
2008-06-14 11:21:26 +00:00
Robert Ramey
560d912d52
fix problem with tracking of std::map items.
...
[SVN r46305]
2008-06-10 20:19:00 +00:00
Robert Ramey
b17d9dbd7a
whoops - last change was made without enough consideration.
...
Problem had already been addressed
[SVN r46294]
2008-06-10 14:53:42 +00:00
Robert Ramey
942fdf07dc
adjust to defeat gcc string content sharing in non conforming code
...
[SVN r46287]
2008-06-10 04:33:00 +00:00
Robert Ramey
6e9a999a4b
change to suppress warnings regarding unused arguments
...
[SVN r46265]
2008-06-09 04:01:54 +00:00
Robert Ramey
7ecc858bc1
change to suppress warnings regarding unused arguments
...
[SVN r46264]
2008-06-09 04:01:07 +00:00
Robert Ramey
42c9bc72c1
Made BOOST_STATIC_WARNING a no-op for all Intel compilers
...
[SVN r46241]
2008-06-08 15:54:03 +00:00
Robert Ramey
f828a336bd
miscellaneous adjustments in to address trunk test failures
...
[SVN r46221]
2008-06-07 23:40:44 +00:00
Robert Ramey
58f531541b
miscellaneous adjustments in to address trunk test failures
...
[SVN r46220]
2008-06-07 23:40:05 +00:00
Peter Dimov
4364bc44f0
Fix throwing enums instead of archive_exceptions.
...
[SVN r45027]
2008-05-02 16:49:34 +00:00
Douglas Gregor
99be4e2168
Fix some header-inclusion and header-ordering issues to get the MPI library compiling again.
...
[SVN r44175]
2008-04-11 15:39:41 +00:00
Robert Ramey
f2c76b43c7
changed type traits macro to BOOST_TT_BROKEN_COMPILER_SPEC
...
[SVN r44096]
2008-04-07 17:23:07 +00:00
Robert Ramey
f994293020
change BOOST_IS_ABSTRACT to BOOST_ASSUME_ABSTRACT
...
[SVN r44078]
2008-04-06 20:01:48 +00:00
Robert Ramey
6b9974569c
enhanced test to detect more errors
...
[SVN r44039]
2008-04-04 17:03:21 +00:00
Marshall Clow
575443f8e1
Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
...
[SVN r43992]
2008-04-02 01:42:32 +00:00
Robert Ramey
ecd03e84d7
correction of error which prevented compilation on gcc 43 - again
...
[SVN r43958]
2008-03-31 16:49:53 +00:00
Robert Ramey
cc808738c4
fixed name collision for "serialization map"
...
[SVN r43956]
2008-03-31 16:15:10 +00:00
Robert Ramey
940aa1df35
Corrected error in detection of 64 bit support
...
[SVN r43955]
2008-03-31 15:46:48 +00:00
Dave Abrahams
365af6450c
Clean up a comment that said "I don't know what the standard says
...
about this," now that I do know.
[SVN r43951]
2008-03-30 17:19:07 +00:00
Dave Abrahams
c7dee32206
fixes #1711
...
[SVN r43949]
2008-03-30 16:18:03 +00:00
Robert Ramey
9cae70dae7
tweaks to sneak past PGI compiler error message
...
[SVN r43882]
2008-03-27 17:11:23 +00:00
Robert Ramey
de8fa1c425
removed superflous static cast
...
[SVN r43809]
2008-03-23 19:18:22 +00:00
Robert Ramey
d26a7830f5
Adjustment to inhibit compile error with intel compilers
...
[SVN r43758]
2008-03-21 17:19:07 +00:00
Robert Ramey
b1b114de63
Added consideration for compac Tru64
...
[SVN r43747]
2008-03-21 16:37:24 +00:00
Robert Ramey
00a143fd3d
Support serialization in DLLS
...
Make thread-safe
fix portable binary archives
[SVN r43704]
2008-03-18 16:31:36 +00:00
Robert Ramey
aeb7ca4619
Support serialization in DLLS
...
Make thread-safe
fix portable binary archives
[SVN r43702]
2008-03-18 15:51:42 +00:00
Robert Ramey
5264194e67
Support serialization in DLLS
...
Make thread-safe
fix portable binary archives
[SVN r43701]
2008-03-18 15:51:13 +00:00
Robert Ramey
ce7dc653df
Support serialization in DLLS
...
Make thread-safe
fix portable binary archives
[SVN r43694]
2008-03-18 05:53:07 +00:00
Robert Ramey
b3c87d2dfa
Support serialization in DLLS
...
Make thread-safe
fix portable binary archives
[SVN r43693]
2008-03-18 05:52:10 +00:00
Robert Ramey
cfb16a8a9d
Support serialization in DLLS
...
Make thread-safe
fix portable binary archives
[SVN r43690]
2008-03-18 04:58:51 +00:00
Matthias Troyer
27a45b2658
Removed an optimization overload that caused issues with tracking. A fixed optimization overload will be delayed to 1.36
...
[SVN r43096]
2008-02-04 16:47:31 +00:00
Matthias Troyer
3c09247068
Undid backward-compatibility breaking change in pair serialization
...
[SVN r42649]
2008-01-10 11:55:13 +00:00
Matthias Troyer
1c90e422e6
Undid backward-compatibility breaking change in pair serialization
...
[SVN r42648]
2008-01-10 11:54:36 +00:00
Matthias Troyer
1efcb23869
Added missing include
...
[SVN r42341]
2007-12-29 18:24:11 +00:00
Matthias Troyer
5b81643b84
fixed mssing include
...
[SVN r42330]
2007-12-29 06:49:25 +00:00
Robert Ramey
adab69fc6e
correction to input of zero length strings
...
[SVN r42264]
2007-12-23 20:00:03 +00:00
Robert Ramey
1681869ffa
change to fix failures with gcc 4.1+
...
modification to string input primitives
[SVN r41770]
2007-12-06 02:33:59 +00:00
Matthias Troyer
70afb78ebe
made complex seriaqlization more portable
...
[SVN r41221]
2007-11-19 12:15:58 +00:00
Beman Dawes
7d71f523e8
Add or correct comment identifying Boost library this header is associated with.
...
[SVN r41187]
2007-11-17 22:48:06 +00:00
Matthias Troyer
7d0480231d
Added support for std::complex to serialization
...
[SVN r41077]
2007-11-14 07:00:02 +00:00
Nicola Musatti
bec06ca0d4
Applied patch from Ticket #1319
...
[SVN r40019]
2007-10-14 17:51:32 +00:00
Beman Dawes
ea37174708
Apply dll fixes from David Deakins
...
[SVN r39848]
2007-10-09 16:39:13 +00:00
Matthias Troyer
29ce16419f
Fix for Borland
...
[SVN r39753]
2007-10-07 06:57:36 +00:00
John Maddock
b56cb9ba74
Updated licences using blanket_permission.txt.
...
[SVN r39369]
2007-09-18 17:19:41 +00:00
Douglas Gregor
5df2c12166
boost\archive\detail\basic_iarchive: Remove some bogus declspecs
...
Boost.MPI: Added support for Windows auto-linking
[SVN r38290]
2007-07-26 16:12:26 +00:00
Robert Ramey
3f5938f35b
DECL for metrowerks
...
[SVN r38236]
2007-07-16 16:31:23 +00:00
Robert Ramey
0986103ceb
changed name of include guard
...
[SVN r38235]
2007-07-16 16:28:34 +00:00
Robert Ramey
806db58269
improved comment
...
[SVN r38234]
2007-07-16 16:27:33 +00:00
Robert Ramey
52411aaff4
release autopointer
...
[SVN r38233]
2007-07-16 16:26:49 +00:00
Robert Ramey
35dc8ceebf
added friend declaration and default argument
...
[SVN r38232]
2007-07-16 16:26:07 +00:00
Robert Ramey
10a5027b29
added DECL macros
...
[SVN r38231]
2007-07-16 16:25:17 +00:00
Robert Ramey
1e7f3d4b9d
made destructor virtual
...
[SVN r38230]
2007-07-16 16:20:31 +00:00
Robert Ramey
e26ebab471
mbstate_t for rogue wave
...
[SVN r38229]
2007-07-16 16:19:46 +00:00
Robert Ramey
727a372834
const correctness
...
[SVN r38228]
2007-07-16 16:19:05 +00:00
Robert Ramey
4609f2c6fb
fixed bug count->scount
...
[SVN r38227]
2007-07-16 16:18:29 +00:00
Robert Ramey
0eefcbe3bd
cosmetic
...
[SVN r38226]
2007-07-16 16:17:15 +00:00
Alisdair Meredith
dcccc51327
Clear ABI warnings on Borland compiler, when headers included further headers
...
[SVN r36880]
2007-02-03 17:07:44 +00:00
Robert Ramey
a26e8dc9be
adjustments to support 1.32 shared_ptr
...
[SVN r36416]
2006-12-16 05:53:26 +00:00
Robert Ramey
b56f059ef3
correct size of non chars
...
[SVN r36415]
2006-12-16 05:52:09 +00:00
Robert Ramey
57ee259098
addition to support loading of version 1.32 shared pointers
...
[SVN r36414]
2006-12-16 05:51:16 +00:00
Robert Ramey
9183c84f38
improved comment
...
[SVN r36413]
2006-12-16 05:50:20 +00:00
Matthias Troyer
b933c57ea4
*** empty log message ***
...
[SVN r36329]
2006-12-11 06:32:28 +00:00
Robert Ramey
06377e7ca9
correction to previous change
...
[SVN r36047]
2006-11-15 18:43:12 +00:00
Robert Ramey
1ef7246322
added template declaration to resolve SUN compiler complaint
...
[SVN r36046]
2006-11-15 18:40:09 +00:00
Robert Ramey
abd6e3c3d7
comment out unused argument
...
[SVN r35995]
2006-11-10 21:15:19 +00:00
Robert Ramey
96338cc37e
removed erroneas BOOST_USED
...
[SVN r35994]
2006-11-10 21:11:30 +00:00
Robert Ramey
6c7b3c7d61
add #include force_include.hpp to over come compile error
...
[SVN r35677]
2006-10-20 18:36:01 +00:00
Robert Ramey
71e5d4bc98
factored out helper in to archives
...
[SVN r35472]
2006-10-04 05:32:18 +00:00
Robert Ramey
479977daeb
improved export makes these no longer necessary
...
[SVN r35471]
2006-10-04 05:31:10 +00:00
Robert Ramey
14f0f8271d
change names to ... dispatch
...
[SVN r35470]
2006-10-04 05:29:53 +00:00
Robert Ramey
f3cf6293e5
change file name form ..._impl
...
[SVN r35469]
2006-10-04 05:28:52 +00:00
Robert Ramey
7d9bd7871d
factor out shared_pointer_helper
...
[SVN r35468]
2006-10-04 05:26:43 +00:00
Robert Ramey
1e802d9677
tweaks for old borland compiler
...
[SVN r35467]
2006-10-04 05:25:44 +00:00
Robert Ramey
7910677c3a
move friend declaration
...
[SVN r35466]
2006-10-04 05:24:38 +00:00
Robert Ramey
9377f754b0
minor tweaks for old borland compiler
...
[SVN r35465]
2006-10-04 05:23:37 +00:00
Robert Ramey
deba15f9b5
forward to dyanamically inialized static instance
...
[SVN r35464]
2006-10-04 05:21:21 +00:00
Robert Ramey
080e666ec2
factor out helper
...
[SVN r35463]
2006-10-04 05:19:20 +00:00
Robert Ramey
f2cf93b688
fix for borland
...
[SVN r35450]
2006-10-02 21:35:18 +00:00
Robert Ramey
4103202f8d
add full qualification to address some compiler complaint
...
[SVN r35382]
2006-09-28 17:01:04 +00:00
Robert Ramey
4ebe6da43c
no longer need STD - replace with std
...
[SVN r35381]
2006-09-28 17:00:38 +00:00
Robert Ramey
c3c306214e
fix spelling error
...
[SVN r35380]
2006-09-28 16:58:15 +00:00
Robert Ramey
c9f8099931
remove need for force_include
...
[SVN r35379]
2006-09-28 16:56:36 +00:00
Robert Ramey
af63fcc0be
properly initialized version number
...
[SVN r35378]
2006-09-28 16:55:02 +00:00
Robert Ramey
88ee3bb76c
no longer need STD - replace with std
...
[SVN r35377]
2006-09-28 16:50:06 +00:00
Robert Ramey
092843d04d
fix conditional for collection version
...
[SVN r35376]
2006-09-28 16:45:48 +00:00
Robert Ramey
3eade6147a
fix STLPort macro
...
[SVN r35375]
2006-09-28 16:44:05 +00:00
Robert Ramey
c9a0dfe045
fix tag checking logic
...
[SVN r35374]
2006-09-28 16:42:31 +00:00
Robert Ramey
1a7b698181
adjustment to make thread-safe
...
[SVN r35373]
2006-09-28 16:40:48 +00:00
Robert Ramey
3303bd4c3e
moved instantiation to more obvious place
...
[SVN r35372]
2006-09-28 16:39:42 +00:00
Robert Ramey
cd709fdba5
eliminate superflous forward of end_preamble
...
[SVN r35371]
2006-09-28 16:35:51 +00:00
Robert Ramey
625c97e63b
prohibit destruction of polymorphic archives via base class pointer
...
[SVN r35370]
2006-09-28 16:33:58 +00:00
Robert Ramey
32804edc06
better support for dinkumware
...
[SVN r35369]
2006-09-28 16:32:17 +00:00
Robert Ramey
c496f8441f
fix for borland strong type problem
...
[SVN r35368]
2006-09-28 16:30:22 +00:00
Robert Ramey
a37379fadb
STLPort compatibility
...
[SVN r35367]
2006-09-28 16:28:42 +00:00
Matthias Troyer
951ab1abca
Fixd zero length bug
...
[SVN r35282]
2006-09-22 17:56:59 +00:00
Douglas Gregor
3acfb736d6
Work around GCC warning
...
[SVN r34465]
2006-07-05 23:04:38 +00:00
Matthias Troyer
0b13678ee0
*** empty log message ***
...
[SVN r34367]
2006-06-22 07:21:23 +00:00
Hartmut Kaiser
60e977b85f
Fixed a class/struct mismatch.
...
[SVN r34263]
2006-06-10 17:18:47 +00:00
Dave Abrahams
3b585d5049
Lift header ordering restrictions in Serialization library
...
[SVN r34106]
2006-05-26 21:38:16 +00:00
Matthias Troyer
4e5e1e8120
Attempt at fix for MSVC
...
[SVN r34068]
2006-05-23 14:41:40 +00:00
Matthias Troyer
72e8ea4f06
Fixed zero-size bug
...
[SVN r34058]
2006-05-22 14:50:27 +00:00
Dave Abrahams
a013adf37c
Patch around duplicate function definition bug.
...
[SVN r34057]
2006-05-22 13:33:47 +00:00
Matthias Troyer
846e2d4fa3
Fixed misplaced endif
...
[SVN r33922]
2006-05-04 04:58:36 +00:00
Douglas Gregor
e9b9eb61db
Fix BOOST_MPL_ASSERT use
...
[SVN r33890]
2006-05-01 14:47:02 +00:00
Matthias Troyer
7459fe85b2
*** empty log message ***
...
[SVN r33882]
2006-05-01 00:06:53 +00:00
Matthias Troyer
88b081a37c
Implemented is_wrapper support, array wrapper, collection_size_type, array-optimized binary archives and merged changes from RC_1_34_0
...
[SVN r33880]
2006-05-01 00:04:29 +00:00
Matthias Troyer
1c58902378
Added is_wrapper trait, array wrapper, collection_size_type and merged changes from RC_1_34_0
...
[SVN r33879]
2006-04-30 23:58:59 +00:00
Robert Ramey
09fa88a526
workaround for mwerks
...
[SVN r33245]
2006-03-07 04:50:41 +00:00
Robert Ramey
36a5c0acaf
use typename for some compilers
...
[SVN r33223]
2006-03-06 02:57:42 +00:00
Robert Ramey
b20928a387
change to accomodate two-phase lookup
...
[SVN r33222]
2006-03-06 02:57:04 +00:00
Robert Ramey
78aff3739e
accomodate CW 8.3 quirks
...
[SVN r33196]
2006-03-02 05:45:51 +00:00
Robert Ramey
c34f4c5310
special versions for hash collections
...
[SVN r33155]
2006-02-27 16:32:40 +00:00
Robert Ramey
704b85f9b7
consolidate redundant code
...
[SVN r33153]
2006-02-27 16:29:12 +00:00
Robert Ramey
5f575af698
add bucket count
...
[SVN r33152]
2006-02-27 16:26:55 +00:00
Robert Ramey
24100ba460
make non-copyable to suppress bogus CW error message
...
[SVN r33151]
2006-02-27 16:25:30 +00:00
Robert Ramey
b5bf7d0ebf
skip arraysize check for metrowerks
...
[SVN r33150]
2006-02-27 16:23:37 +00:00
Robert Ramey
d72d0215aa
correction for hex display
...
[SVN r33149]
2006-02-27 16:22:43 +00:00
Robert Ramey
eb8b71f507
correct hash collection implementations
...
[SVN r33079]
2006-02-22 16:23:41 +00:00
Robert Ramey
2050f06a23
correction on include header
...
[SVN r33016]
2006-02-19 22:33:14 +00:00
Robert Ramey
1340f6bd4f
adding class version number
...
[SVN r32877]
2006-02-13 00:43:27 +00:00
Robert Ramey
0204a62bab
avoid bogus autooinking of serialization libraries
...
[SVN r32850]
2006-02-12 05:52:03 +00:00
Robert Ramey
92de1f46e1
correct item versioning
...
[SVN r32849]
2006-02-12 05:50:33 +00:00
Robert Ramey
fff3158667
new config header
...
[SVN r32848]
2006-02-12 05:49:47 +00:00
Robert Ramey
21b73dd91c
correct versioning in collection items and adjust to new header
...
[SVN r32847]
2006-02-12 05:48:44 +00:00
Robert Ramey
8b049537a3
correct versioning in collection items
...
[SVN r32846]
2006-02-12 05:47:07 +00:00
Robert Ramey
424316396b
adjustment to correct unrequested autolinking
...
[SVN r32845]
2006-02-12 05:45:17 +00:00
Robert Ramey
4cc8e429b1
cosmetic adjustment
...
[SVN r32844]
2006-02-12 05:44:06 +00:00
Joaquín M. López Muñoz
6f730f6833
added workaround for CW
...
[SVN r32807]
2006-02-10 14:45:34 +00:00
Joaquín M. López Muñoz
bb638ef5d2
added workaround for CW
...
[SVN r32758]
2006-02-09 06:58:07 +00:00
Vladimir Prus
bf46e282ea
Fix one missing #include and a couple of warnings.
...
[SVN r32736]
2006-02-08 13:43:39 +00:00
Robert Ramey
187cc142f2
fix correction
...
[SVN r32598]
2006-02-06 04:33:14 +00:00
Robert Ramey
dca567fe5d
adjust version
...
[SVN r32597]
2006-02-06 04:32:55 +00:00
Robert Ramey
7839dbb34b
adjustment to use streambuf
...
[SVN r32596]
2006-02-06 04:30:13 +00:00
Robert Ramey
f44e93af7c
make function inline
...
[SVN r32560]
2006-02-04 21:33:51 +00:00
Robert Ramey
d24e68a943
sync up with config changes
...
[SVN r32559]
2006-02-04 21:31:02 +00:00
Robert Ramey
427b4a13d1
reformat
...
[SVN r32558]
2006-02-04 21:27:22 +00:00
Robert Ramey
0f708c15a4
msvc version
...
[SVN r32557]
2006-02-04 21:25:04 +00:00
Robert Ramey
46d6e11c53
fix header dependcies
...
[SVN r32556]
2006-02-04 21:23:39 +00:00
Robert Ramey
a3fa7030c3
header dependcies and msvc version
...
[SVN r32555]
2006-02-04 21:22:15 +00:00
Robert Ramey
e5ccfdc907
fix header dependencies
...
[SVN r32554]
2006-02-04 21:21:08 +00:00
Robert Ramey
7d35f9d862
sync up with recent config change
...
[SVN r32553]
2006-02-04 21:19:47 +00:00
Robert Ramey
36202ac87e
needed for streambuf based binary
...
[SVN r32552]
2006-02-04 21:10:49 +00:00
Robert Ramey
845fc990d1
use unsigned char
...
[SVN r32551]
2006-02-04 21:05:20 +00:00
Robert Ramey
baa9e0e189
fixup gcc version numbers
...
[SVN r32550]
2006-02-04 21:04:32 +00:00
Robert Ramey
f73e01955f
change to avoid bogus msvc warning
...
[SVN r32549]
2006-02-04 21:03:28 +00:00
Robert Ramey
c06f9e9c78
small change to avoid problems in some non-conforming compiler
...
[SVN r32548]
2006-02-04 21:02:02 +00:00
Robert Ramey
337f8095ce
tweak msvc version numbers
...
[SVN r32547]
2006-02-04 21:00:07 +00:00
Robert Ramey
2053d88119
remove exception throw from destructor
...
[SVN r32546]
2006-02-04 20:49:55 +00:00
Robert Ramey
4b2a01cf4d
stream interace tweak
...
[SVN r32545]
2006-02-04 20:48:26 +00:00
Robert Ramey
f0c99c0f28
tweak MSVC version number workaround
...
[SVN r32544]
2006-02-04 20:46:48 +00:00
Robert Ramey
7b1049f5f5
now based on streambuf
...
[SVN r32543]
2006-02-04 20:45:24 +00:00
Robert Ramey
853495e336
diminish header dependencies
...
[SVN r32542]
2006-02-04 20:43:48 +00:00
Robert Ramey
92844c97c3
have load_override forward to common base class
...
[SVN r32541]
2006-02-04 20:42:37 +00:00
Robert Ramey
8626583733
trap unitialized boolean
...
[SVN r32540]
2006-02-04 20:35:35 +00:00
Douglas Gregor
204abedab3
slist updates
...
[SVN r32477]
2006-01-31 13:30:01 +00:00
Victor A. Wagner Jr.
3308629abf
Changed at the request of Jim Douglas <jim@dramatec.co.uk>
...
[SVN r31997]
2005-12-12 15:22:02 +00:00
Robert Ramey
db18e22b35
reconcilation with release 1.33.1
...
[SVN r31982]
2005-12-11 06:26:04 +00:00
Martin Wille
d87c2565b0
-- fixed typo in comment
...
[SVN r31965]
2005-12-09 12:13:02 +00:00
Rene Rivera
383fcd2cd6
Merge from RC_1_33_0.
...
[SVN r31705]
2005-11-19 20:24:00 +00:00
John Maddock
454aeece14
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
...
[SVN r30670]
2005-08-25 16:27:28 +00:00
Robert Ramey
d6ca9e07ba
correct spelling mistake in error message
...
[SVN r30547]
2005-08-12 17:11:28 +00:00
Douglas Gregor
204e7a434a
Merged from 1.33.0 release
...
[SVN r30540]
2005-08-12 13:02:37 +00:00
Rene Rivera
0d2cfa7426
Fix CW compilation, when saving the void_caster function pointer.
...
[SVN r30238]
2005-07-25 14:32:20 +00:00
Robert Ramey
1760473015
replace previous change
...
[SVN r30231]
2005-07-24 15:57:40 +00:00
Robert Ramey
2e0d130fbf
tweak for TRU64
...
[SVN r30230]
2005-07-24 03:06:12 +00:00
Robert Ramey
5afeb0274e
further attempt to snooker CW compilers
...
[SVN r30225]
2005-07-23 01:17:36 +00:00
Joaquín M. López Muñoz
7063ba837e
put fwd declaration of void_caster into its proper namespace; corrected fwd declaration of void_cast_register
...
[SVN r30210]
2005-07-22 06:44:06 +00:00
Robert Ramey
6813dc1b5d
sync with new documentation
...
[SVN r30198]
2005-07-21 18:19:32 +00:00
Robert Ramey
b882a9c65c
make addresses of address as track_never
...
[SVN r30197]
2005-07-21 18:18:46 +00:00
Robert Ramey
28f9d1d5cd
make changes hoping to fix CW issues
...
[SVN r30196]
2005-07-21 18:18:03 +00:00
Robert Ramey
2b48aa5b43
clean up usage of standard is_abstract
...
[SVN r30195]
2005-07-21 18:17:29 +00:00
Robert Ramey
3b239a2d45
added comments
...
[SVN r30194]
2005-07-21 18:15:31 +00:00
Robert Ramey
5c901572ad
diminish header dependencies
...
[SVN r30134]
2005-07-16 05:17:10 +00:00
Robert Ramey
08a9e45567
no longer used
...
[SVN r30114]
2005-07-15 17:23:32 +00:00
Robert Ramey
a2cfbc098d
add explanitory comment to STATIC_ASSERT
...
[SVN r30100]
2005-07-15 05:14:42 +00:00
Robert Ramey
2d6969e219
use boost is_abstract when possible - might help with TRU64
...
[SVN r30099]
2005-07-15 05:13:38 +00:00
Robert Ramey
26eb0edad7
for borland - fixup namespace
...
[SVN r30098]
2005-07-15 05:12:43 +00:00
Robert Ramey
b993792d8a
for borland use __except rather than decl...
...
[SVN r30097]
2005-07-15 05:11:54 +00:00
Robert Ramey
19f36ac863
diminish header dependencies
...
[SVN r30096]
2005-07-15 05:09:51 +00:00
Douglas Gregor
344250aef6
Untabify
...
[SVN r30081]
2005-07-14 16:04:34 +00:00
Douglas Gregor
2be37ae560
Remove tabs
...
[SVN r30047]
2005-07-13 13:57:01 +00:00
Robert Ramey
115d8e0341
improve instantiation
...
[SVN r29973]
2005-07-11 01:42:20 +00:00
Robert Ramey
c068a817e5
improve public/private
...
[SVN r29921]
2005-07-07 05:33:28 +00:00
Robert Ramey
caa441688a
change const void to void
...
[SVN r29920]
2005-07-07 05:30:56 +00:00
Robert Ramey
d9ce7a497a
don't export abstract classes
...
[SVN r29919]
2005-07-07 05:29:39 +00:00
Robert Ramey
91176096bc
correct char table
...
[SVN r29918]
2005-07-07 05:28:34 +00:00
Douglas Gregor
0ac6bb31ef
Tweak the workaround
...
[SVN r29891]
2005-07-04 18:18:20 +00:00
Robert Ramey
c94f84c1b6
improve extended type info
...
[SVN r29884]
2005-07-04 05:33:08 +00:00
Robert Ramey
afbc614faa
clean up borland fixes
...
[SVN r29870]
2005-07-02 05:55:28 +00:00
Martin Wille
dc16b35bdf
-- fixed typo in comment
...
[SVN r29844]
2005-06-30 11:13:12 +00:00
Robert Ramey
4bca617b8c
fix forward decl of extended_type_info_null
...
[SVN r29837]
2005-06-29 03:11:17 +00:00
Robert Ramey
425edc3c4f
shortcut adl for wrappers
...
[SVN r29836]
2005-06-29 03:09:49 +00:00
Robert Ramey
cb7ee163b6
change helper to use map rather than set to fix enable_shared_from_this problem
...
[SVN r29830]
2005-06-28 15:28:50 +00:00
Robert Ramey
a0c216d9a6
attempt to solve instantiation issues for CW
...
[SVN r29829]
2005-06-28 15:18:10 +00:00
Robert Ramey
6fddb44715
refine track_never trap
...
[SVN r29828]
2005-06-28 15:13:16 +00:00
Robert Ramey
f614ba8060
comment out unused code
...
[SVN r29827]
2005-06-28 15:12:36 +00:00
Robert Ramey
c33c9c80c3
add get_flags to interface
...
[SVN r29826]
2005-06-28 15:10:38 +00:00
Joaquín M. López Muñoz
2673a73a31
workaround for compilers not complying with DR45
...
[SVN r29799]
2005-06-27 06:53:11 +00:00
Robert Ramey
337ad96ba7
adjust macros to replace <T> with < T >
...
[SVN r29715]
2005-06-21 05:19:57 +00:00
Robert Ramey
4ba508bf31
attempt to improve CW instantiation
...
[SVN r29714]
2005-06-21 05:17:42 +00:00
Robert Ramey
cbad649a9d
simply fix for CW instantiation issue
...
[SVN r29693]
2005-06-20 01:13:35 +00:00
Robert Ramey
8674178f86
correct error detected by comeau
...
[SVN r29676]
2005-06-18 16:48:33 +00:00
Robert Ramey
5a9927766c
accomodate gcc 3.3 quirks
...
[SVN r29674]
2005-06-18 13:44:41 +00:00
Robert Ramey
ca97418479
fix backslash followed by space
...
[SVN r29665]
2005-06-18 05:49:00 +00:00
Robert Ramey
1902603a14
workaround for borland 5.51
...
[SVN r29664]
2005-06-18 05:48:33 +00:00
Robert Ramey
facedd6a1c
support for loading older archives
...
[SVN r29662]
2005-06-18 03:27:29 +00:00
Robert Ramey
11cd7d7894
factor out serialization helpers
...
[SVN r29647]
2005-06-17 05:55:50 +00:00
Robert Ramey
b65682ac40
no longer necessary
...
[SVN r29640]
2005-06-17 05:42:16 +00:00
Robert Ramey
688121263f
support for loading boost 1.32 shared pointers
...
[SVN r29639]
2005-06-17 05:41:06 +00:00
Robert Ramey
c0ee335380
add functionality to handle 1.32 pointers and make helpers better
...
[SVN r29638]
2005-06-17 05:39:35 +00:00
Robert Ramey
c21df99e55
minor corrections
...
[SVN r29637]
2005-06-17 05:38:07 +00:00
Robert Ramey
515a81861f
add helper functionality
...
[SVN r29636]
2005-06-17 05:35:10 +00:00
Robert Ramey
2406780d7f
adjust declspec syntax for different compilers
...
[SVN r29481]
2005-06-08 15:55:27 +00:00
Rene Rivera
f2e21055bb
Fix GCC errors of missing serialize_adl symbol by forward declaring it.
...
[SVN r29432]
2005-06-04 16:26:38 +00:00
Rene Rivera
220501b4e3
boost/archive/*, boost/serialization/*; Work around CW error in adding static data ctors to global initialization list.
...
Jamfile; Add std::locale-support for some tests that require it, but they passed because they where compile-fail tests.
[SVN r29423]
2005-06-04 03:47:52 +00:00
Robert Ramey
bcd54fb43a
alteration to accomodate vc 7.0
...
[SVN r29422]
2005-06-04 03:43:16 +00:00
Robert Ramey
c04b1b7641
invoke auto-link only when necessary
...
[SVN r29394]
2005-06-03 05:28:09 +00:00
Robert Ramey
407f6a7e17
attempt to silence gcc warning
...
[SVN r29392]
2005-06-03 05:17:38 +00:00
Markus Schöpflin
6b766534ec
Extended RW STL workaround, this fixes Tru64 compilation.
...
[SVN r29240]
2005-05-27 08:00:20 +00:00
Robert Ramey
566e415a0b
attempt to solve instantiation issue
...
[SVN r29141]
2005-05-22 01:41:04 +00:00
Robert Ramey
b7979a686c
remove commented out code
...
[SVN r29140]
2005-05-22 01:40:30 +00:00
Robert Ramey
cb49d5995c
fix auto-link for libs
...
[SVN r29139]
2005-05-22 01:40:04 +00:00
Robert Ramey
38f3fcf019
minor improvements
...
[SVN r29122]
2005-05-21 20:06:16 +00:00
Rene Rivera
fa9c00cdfb
Work around CW-8 problem resolving operator<< and operator>>.
...
[SVN r29121]
2005-05-21 18:45:56 +00:00
Robert Ramey
c9b4e4083a
add workaround for msvc
...
[SVN r29110]
2005-05-21 05:43:49 +00:00
Robert Ramey
70647552f5
try to fix borland failure
...
[SVN r29109]
2005-05-21 05:41:58 +00:00
Robert Ramey
b917964cc7
comment out borland 5.64 workaround
...
[SVN r29049]
2005-05-19 02:47:46 +00:00
Robert Ramey
710d048883
re organize to pass borland 5.51
...
[SVN r29048]
2005-05-19 02:39:06 +00:00
Robert Ramey
b480820daf
reformat
...
[SVN r29047]
2005-05-19 02:36:38 +00:00
Robert Ramey
3f580fe43a
fix tracking trait for borland compiler
...
[SVN r28879]
2005-05-13 16:20:29 +00:00
Robert Ramey
2dd4a6da64
attempt to fix error on platform?
...
[SVN r28835]
2005-05-12 03:57:09 +00:00
Robert Ramey
063c8186fa
correct type in new get helper
...
[SVN r28777]
2005-05-10 04:57:34 +00:00
Rene Rivera
e1e9cb8836
Various fixes to get serialization static library building on CodeWarrior.
...
[SVN r28773]
2005-05-09 18:28:41 +00:00
Robert Ramey
ef79b7809b
serialization helpers - support shared_ptr
...
[SVN r28765]
2005-05-09 14:33:50 +00:00
Eric Niebler
13d6d5fb65
boost min/max fixes
...
[SVN r28722]
2005-05-07 21:26:56 +00:00
Vladimir Prus
2fe1df2024
mpl/if.hpp -> mpl/eval_if.hpp
...
[SVN r28694]
2005-05-06 08:42:00 +00:00
Vladimir Prus
5c65532744
Add missing include.
...
[SVN r28693]
2005-05-06 08:36:57 +00:00
Robert Ramey
a81056744a
tab removal
...
[SVN r28455]
2005-04-24 05:13:34 +00:00
Robert Ramey
d67e2d4a6c
remove tabs
...
[SVN r28454]
2005-04-24 05:07:54 +00:00
Robert Ramey
d0f0331f64
corrections to exceptions
...
[SVN r28449]
2005-04-24 04:30:00 +00:00
Robert Ramey
5c554c81dd
minor tweak to accomodate borland
...
[SVN r28448]
2005-04-24 04:28:13 +00:00
Robert Ramey
203b8a26f5
added this-> in a couple of places
...
[SVN r28399]
2005-04-22 05:49:12 +00:00
Robert Ramey
5db5f348f3
const correctness
...
[SVN r28357]
2005-04-21 04:56:18 +00:00
Robert Ramey
177bd7609a
comment correction
...
[SVN r28356]
2005-04-21 04:54:45 +00:00
Robert Ramey
5bae275e7b
new flags and const correctness
...
[SVN r28355]
2005-04-21 04:53:33 +00:00
Robert Ramey
876f039098
new archive open options
...
[SVN r28354]
2005-04-21 04:51:46 +00:00
Robert Ramey
76408237f6
small changes to accomodate gcc 2.95
...
[SVN r27501]
2005-02-25 04:31:11 +00:00
Robert Ramey
b6add3bc6a
small syntax change to accomodate gcc 2.95
...
[SVN r27496]
2005-02-24 16:35:57 +00:00
Robert Ramey
8f2f7187a8
correction for borland
...
[SVN r27485]
2005-02-23 06:33:19 +00:00
Robert Ramey
cdbb2df2ce
fix errors in gcc 2.95
...
[SVN r27483]
2005-02-23 03:13:52 +00:00
Robert Ramey
73dc3374b1
remove -used- attribute for MWERKS compiler
...
[SVN r27474]
2005-02-21 16:35:29 +00:00
Robert Ramey
7e21b926b5
improve 64 bit conformance
...
[SVN r27446]
2005-02-20 22:10:54 +00:00
Robert Ramey
f097a4efce
use utf8_codecvt_facet.hpp in detail directory
...
[SVN r27445]
2005-02-20 22:09:16 +00:00
Robert Ramey
442e4e7e0c
change to accompodate msvc and other compilers which dont support lambda
...
[SVN r27429]
2005-02-19 20:53:41 +00:00
Robert Ramey
6359041a2a
remove specialization which confuses gcc 2.95
...
[SVN r27428]
2005-02-19 20:51:51 +00:00
Robert Ramey
e948cd8ff8
try to improve stlport usage
...
[SVN r27391]
2005-02-15 18:48:40 +00:00
Robert Ramey
4f93d04c34
adjustments for older compilers
...
[SVN r27327]
2005-02-11 17:56:59 +00:00
Robert Ramey
71313492d1
correct syntax error
...
[SVN r27326]
2005-02-11 17:55:52 +00:00
Robert Ramey
8d098e0dfb
remove superfluous const cast
...
[SVN r27325]
2005-02-11 17:54:04 +00:00
Robert Ramey
6894a0d8ba
exclude wide char i/o if not supported
...
[SVN r27324]
2005-02-11 17:51:30 +00:00
Robert Ramey
8e523711b9
add BOOST_DEDUCED_TYPENAME
...
[SVN r27299]
2005-02-10 06:03:39 +00:00
Robert Ramey
715d8fec8c
initial checkin
...
[SVN r27295]
2005-02-10 02:43:17 +00:00
Robert Ramey
f957e3c82c
use reset_object_address
...
[SVN r27205]
2005-02-07 04:30:07 +00:00
Robert Ramey
4c50ff9a09
implement reset_object_address
...
[SVN r27204]
2005-02-07 04:13:13 +00:00
Robert Ramey
c12a38f875
removed extraneous static
...
[SVN r27081]
2005-02-03 20:28:41 +00:00
Robert Ramey
7697694fe5
add header
...
[SVN r27006]
2005-02-02 05:37:33 +00:00
Robert Ramey
a259e927f7
simplify casting
...
[SVN r27005]
2005-02-02 05:34:46 +00:00
Robert Ramey
7c3106ad85
move function from template
...
[SVN r27004]
2005-02-02 05:32:23 +00:00
Robert Ramey
f6119dd491
alterations for DLL and auto-link
...
[SVN r26869]
2005-01-27 17:57:59 +00:00
Robert Ramey
b3cce4668a
clean up namespace issue
...
[SVN r26868]
2005-01-27 17:57:31 +00:00
Robert Ramey
63eabb08a1
alterations to support DLL
...
[SVN r26867]
2005-01-27 17:40:31 +00:00
Robert Ramey
b8cef6d337
minor simplification
...
[SVN r26866]
2005-01-27 17:34:53 +00:00
Robert Ramey
5310931d58
resturcture grammar to make it easier for weak compilers
...
[SVN r26865]
2005-01-27 17:33:45 +00:00
Robert Ramey
e09535a131
Alterations for DLL version
...
[SVN r26864]
2005-01-27 17:29:56 +00:00
Robert Ramey
1424df05ae
changes to support DLL
...
[SVN r26863]
2005-01-27 16:54:04 +00:00
Robert Ramey
daf73621a9
new files to support DLL
...
[SVN r26862]
2005-01-27 16:49:56 +00:00
Robert Ramey
6b17c478db
correct usage of xml_escape
...
[SVN r26267]
2004-11-20 02:01:16 +00:00
Robert Ramey
02adb90048
suppress signed/unsigned warning
...
[SVN r26266]
2004-11-20 01:58:38 +00:00
Robert Ramey
9695257b61
correct error for binary objects
...
[SVN r26265]
2004-11-20 01:56:09 +00:00
Robert Ramey
2543b492c1
correct namespace
...
[SVN r26168]
2004-11-10 01:48:22 +00:00
Robert Ramey
c1da843bd8
escape xml output
...
[SVN r26143]
2004-11-07 21:27:53 +00:00
Joaquín M. López Muñoz
1aa9dd7607
fixes to the is_abstract hack
...
[SVN r26122]
2004-11-05 07:15:29 +00:00
Robert Ramey
259253fd9d
base64 padding
...
[SVN r25853]
2004-10-24 22:27:59 +00:00
Robert Ramey
74426091a8
elminate some 64 bit warnings
...
[SVN r25786]
2004-10-19 20:19:46 +00:00
Robert Ramey
3e1c7ed39d
correction to avoid compiler warning
...
[SVN r25785]
2004-10-19 20:18:17 +00:00
Robert Ramey
0972ec35e1
correct error in exception message
...
[SVN r25784]
2004-10-19 20:17:01 +00:00
Robert Ramey
e03ef8f984
adjustment for 64 bit types
...
[SVN r25776]
2004-10-18 20:50:16 +00:00
Robert Ramey
63c66ea3c1
correction 64 data types
...
[SVN r25760]
2004-10-17 17:29:36 +00:00
Robert Ramey
7d35dd86c9
64 bit integers
...
[SVN r25759]
2004-10-16 21:14:05 +00:00
Robert Ramey
71c851e7f9
64 bit integers
...
[SVN r25758]
2004-10-16 21:05:21 +00:00
Robert Ramey
9d797ef2c0
correction for 64 bit int platforms
...
[SVN r25721]
2004-10-14 03:42:37 +00:00
Robert Ramey
f414047a47
correction of class access
...
[SVN r25650]
2004-10-10 17:06:18 +00:00
Robert Ramey
6e21c5e152
corrections to access
...
[SVN r25634]
2004-10-09 19:03:09 +00:00
Robert Ramey
dcb7fe4660
correct access
...
[SVN r25630]
2004-10-09 01:26:13 +00:00
Robert Ramey
6a6014e107
adjustments in access
...
[SVN r25612]
2004-10-07 16:53:32 +00:00
Robert Ramey
7ec39e4d64
correct comment with file name
...
[SVN r25586]
2004-10-07 03:02:26 +00:00
Robert Ramey
879b340a48
correct bug re automatic registration of null pointers
...
[SVN r25585]
2004-10-07 03:00:25 +00:00
Robert Ramey
82172e9969
addjustment to address vc 7.1 quirk
...
[SVN r25584]
2004-10-07 01:49:38 +00:00
Robert Ramey
9107f85e69
remove superfluous include of codecvt_null.hpp
...
[SVN r25583]
2004-10-07 01:43:31 +00:00
Robert Ramey
c5bd5b71e0
remove unused headers
...
[SVN r25559]
2004-10-05 03:27:11 +00:00
Robert Ramey
d816de15b9
corrected error in nvp namespace
...
[SVN r25406]
2004-09-25 21:23:30 +00:00
Robert Ramey
fc6d459046
deleted pfto dependency
...
[SVN r25405]
2004-09-25 21:20:59 +00:00
Robert Ramey
6eaa15aef8
deleted commented out code
...
[SVN r25404]
2004-09-25 21:18:34 +00:00
Robert Ramey
d68a720fbf
tweak #if
...
[SVN r25199]
2004-09-18 20:16:26 +00:00
Robert Ramey
4ee9b0d543
tweak to evade borland issue
...
[SVN r25198]
2004-09-18 20:14:36 +00:00
Robert Ramey
a330a522da
simply for stlport
...
[SVN r25197]
2004-09-18 20:13:50 +00:00
Robert Ramey
fc4dd0a98d
use noncopyable.hpp instead of utility.hpp
...
[SVN r25133]
2004-09-16 04:14:45 +00:00
Robert Ramey
5b9c22f8c1
fix license
...
[SVN r25130]
2004-09-16 04:07:49 +00:00
Robert Ramey
db405d4fab
fix to permit test diamond to pass
...
[SVN r25129]
2004-09-16 04:02:46 +00:00
Robert Ramey
ae4ad82d76
add macro BOOST_EXPORT_GUID
...
[SVN r25069]
2004-09-14 04:26:33 +00:00
Robert Ramey
db3798ba97
correct error preventing serialization pointers in load/save constructor
...
[SVN r25068]
2004-09-14 04:25:57 +00:00
Robert Ramey
896906326f
small adjustments to accomodate various compilers
...
[SVN r25067]
2004-09-14 04:24:48 +00:00
Robert Ramey
bc6c704f69
accomodate gcc lib hash collections
...
[SVN r25066]
2004-09-14 04:23:50 +00:00
Robert Ramey
e11703165b
misc small correction
...
[SVN r25065]
2004-09-14 04:18:44 +00:00
Robert Ramey
6ae3487cf4
correct error - pointer serialization in load construct
...
[SVN r25064]
2004-09-14 04:14:05 +00:00
Robert Ramey
324855e54c
misc corrections
...
[SVN r25063]
2004-09-14 04:11:30 +00:00
Robert Ramey
9bb0fc1285
correct for stlport
...
[SVN r25062]
2004-09-14 04:07:36 +00:00
John Maddock
0c8ce5aebc
Converted files to the BSL based on the permissions in more/blanket-permission.txt
...
[SVN r25052]
2004-09-13 15:51:29 +00:00
Dave Abrahams
9daa716072
Fix spaces after backslash escape
...
[SVN r24880]
2004-09-02 20:10:52 +00:00
Aleksey Gurtovoy
7451330698
merge new MPL version from 'mplbook' branch
...
[SVN r24874]
2004-09-02 15:41:37 +00:00
Robert Ramey
ac4f724511
*** empty log message ***
...
[SVN r24820]
2004-08-30 07:07:00 +00:00
Robert Ramey
dd5a6015ab
reorder local/codecvt
...
[SVN r24819]
2004-08-30 07:05:13 +00:00
Robert Ramey
e02576c004
fix attribute for gcc version < 3
...
[SVN r24777]
2004-08-27 07:25:26 +00:00
Robert Ramey
6e5703dd61
fix mistake affecting intel
...
[SVN r24737]
2004-08-26 05:51:48 +00:00
Robert Ramey
c39c32ccfe
reorder functions
...
[SVN r24734]
2004-08-26 01:46:52 +00:00
Robert Ramey
bd51ffe58d
remove const from cast
...
[SVN r24733]
2004-08-26 01:44:31 +00:00
Robert Ramey
be664cb8ca
minor corrections
...
[SVN r24725]
2004-08-24 23:45:17 +00:00
Robert Ramey
6f7d3ae17a
adjustment for some stlports
...
[SVN r24715]
2004-08-24 15:12:29 +00:00
Robert Ramey
0774909b1f
fixing export
...
[SVN r24687]
2004-08-24 03:12:47 +00:00
Robert Ramey
d6fcf2150d
attempt to compile intel 7.1
...
[SVN r24644]
2004-08-22 05:11:39 +00:00
Robert Ramey
dd6f1ac25d
new instantiation scheme for export and regsistration
...
[SVN r24625]
2004-08-20 19:51:02 +00:00
Robert Ramey
9414565cf8
address platforms with 64 bit integers which are not intrinsics
...
[SVN r24538]
2004-08-17 21:12:16 +00:00
Robert Ramey
8b1833a2bc
correction for wchar_t when its a short
...
[SVN r24536]
2004-08-17 16:29:05 +00:00
Robert Ramey
3eaf727e8f
portability corrections
...
[SVN r24535]
2004-08-17 16:26:47 +00:00
Robert Ramey
3f95d1c3d6
bug shows in intel 7.1
...
[SVN r24486]
2004-08-15 15:02:04 +00:00
Robert Ramey
05439a75da
rationalize wcslen inclusion
...
[SVN r24452]
2004-08-13 06:08:34 +00:00
Robert Ramey
43b5f6beaf
workaround for MWERKS bug
...
[SVN r24438]
2004-08-12 16:06:11 +00:00
Robert Ramey
48d6b2ae46
workarounds for vc 8.0
...
[SVN r24437]
2004-08-12 16:03:38 +00:00
Robert Ramey
94008fda14
backout vc 8.0 workaround attempt
...
[SVN r24426]
2004-08-12 01:58:42 +00:00
Robert Ramey
8b815b8c86
export improvement
...
[SVN r24425]
2004-08-12 01:57:59 +00:00
Robert Ramey
765aece9e3
export for gcc
...
[SVN r24424]
2004-08-12 01:56:17 +00:00
Robert Ramey
1765bf15bd
improve instantiation for cwpro and comeau
...
[SVN r24364]
2004-08-10 01:55:52 +00:00
Robert Ramey
013a571b5f
correct wide char dependency
...
[SVN r24363]
2004-08-10 01:54:36 +00:00
Robert Ramey
898e89d6bf
correct exception description
...
[SVN r24362]
2004-08-10 01:51:18 +00:00
Robert Ramey
c597162c01
small adjustment to address compile errors in vc 8 and intel 7.1
...
[SVN r24352]
2004-08-09 14:56:10 +00:00
Robert Ramey
705ba4ca62
fixing instantiation for cwpro
...
[SVN r24347]
2004-08-09 03:38:09 +00:00
Robert Ramey
87041bcd80
attempt to address instantiation issues with cwpro
...
[SVN r24333]
2004-08-07 15:26:22 +00:00
Robert Ramey
31efca5153
correct ADL for stl collections
...
[SVN r24332]
2004-08-07 15:20:15 +00:00
Robert Ramey
01414a5021
adjustments for cw
...
[SVN r24331]
2004-08-07 15:05:59 +00:00
Rene Rivera
ec7931fd9c
Put in missing function call qualification, and missing typename for the slist iterator. This fixes errors for CW8/9, Borland, and possibly others.
...
[SVN r24329]
2004-08-07 07:17:49 +00:00
Robert Ramey
03d5f9e503
correction in namespace decl
...
[SVN r24294]
2004-08-04 22:09:19 +00:00
Robert Ramey
f51911daf0
fixes for cw/comeau implement ADL
...
[SVN r24282]
2004-08-04 05:23:40 +00:00
Robert Ramey
f7a258f816
fixes for cw/comeau
...
[SVN r24281]
2004-08-04 05:19:25 +00:00
Robert Ramey
f5aecbfec8
attempt to fix vc 8.0 message
...
[SVN r24280]
2004-08-04 05:17:07 +00:00
Robert Ramey
b7ac603afa
failed experiment
...
[SVN r24279]
2004-08-04 05:15:36 +00:00
Robert Ramey
5835644d89
changes for metrowerks
...
[SVN r24163]
2004-07-29 15:34:14 +00:00
Robert Ramey
9c087a6316
changes for msvc-stlport
...
[SVN r24162]
2004-07-29 15:32:15 +00:00
Robert Ramey
be8f7b41ce
fixes to accomodate cwpro 9.2
...
[SVN r24090]
2004-07-26 20:43:41 +00:00
Robert Ramey
43f92adaf6
implement ADL for serialize lookup
...
[SVN r24089]
2004-07-26 20:42:40 +00:00
Robert Ramey
585dc2ad5f
tab boo boo
...
[SVN r24088]
2004-07-26 20:40:52 +00:00
Robert Ramey
760b0970eb
changes for cw
...
[SVN r24087]
2004-07-26 20:38:21 +00:00
Robert Ramey
626088405f
changes for borland
...
[SVN r24086]
2004-07-26 20:36:03 +00:00
Rene Rivera
9ab9dd89ca
Remove tabs in file.
...
[SVN r24043]
2004-07-25 17:12:17 +00:00
Rene Rivera
f90d9683a1
Remove tabs in file.
...
[SVN r24040]
2004-07-25 15:53:20 +00:00
Robert Ramey
cddefa7872
tweaks for cw
...
[SVN r24025]
2004-07-25 05:33:28 +00:00
Robert Ramey
c8700d1b39
remove junk
...
[SVN r24024]
2004-07-25 05:30:14 +00:00
Robert Ramey
35ed200d1d
cosmetic change
...
[SVN r24010]
2004-07-24 16:22:07 +00:00
Robert Ramey
89c334f385
address issue with intel 7.1
...
[SVN r24004]
2004-07-24 04:42:42 +00:00
Robert Ramey
352069b579
some test platforms dont define TMP directories - remove assert
...
[SVN r23997]
2004-07-23 17:05:18 +00:00
Robert Ramey
2ffcbe1a4f
another size_t correction
...
[SVN r23973]
2004-07-23 04:01:12 +00:00
Robert Ramey
59985a39d3
tab fix
...
[SVN r23961]
2004-07-22 15:53:41 +00:00
Robert Ramey
55cda3a3d7
correct error for intel compiler
...
[SVN r23960]
2004-07-22 15:50:16 +00:00
Robert Ramey
8d58132c0c
changes for various compilers
...
[SVN r23938]
2004-07-22 06:39:47 +00:00
Vladimir Prus
6b9581adc0
Kill warning
...
[SVN r23895]
2004-07-21 12:11:02 +00:00
Robert Ramey
293526d473
select export method for intel
...
[SVN r23853]
2004-07-20 20:45:24 +00:00
Robert Ramey
edcc203e72
introduce space to be more template friendly
...
[SVN r23852]
2004-07-20 20:44:22 +00:00
Robert Ramey
a8fccd5569
assert on failure
...
[SVN r23851]
2004-07-20 20:42:16 +00:00
Robert Ramey
9894a800e8
tabs and licence
...
[SVN r23758]
2004-07-19 06:47:49 +00:00
Robert Ramey
d7e6f19ae9
initial checking
...
[SVN r23695]
2004-07-17 16:11:11 +00:00
Robert Ramey
c572c26584
*** empty log message ***
...
[SVN r23594]
2004-07-15 17:59:47 +00:00
Robert Ramey
0e0fc0fe1c
fixes for vc 6.0 and gcc
...
[SVN r23501]
2004-07-13 15:29:05 +00:00
Robert Ramey
3ae40c487c
initial checkin
...
[SVN r23468]
2004-07-12 21:10:30 +00:00
Robert Ramey
ba2b0d5ea7
initial checkin
...
[SVN r23434]
2004-07-11 01:26:33 +00:00