Commit Graph

  • 4cd8d56e12 add shared_ptr test for 1.32 Robert Ramey 2005-06-17 05:58:17 +0000
  • 11cd7d7894 factor out serialization helpers Robert Ramey 2005-06-17 05:55:50 +0000
  • c1c2f3a2cb adjust for msvc shared_ptr traits Robert Ramey 2005-06-17 05:54:11 +0000
  • 45c866cfd7 add test for 1.32 shared_pr backward compatibilty Robert Ramey 2005-06-17 05:53:23 +0000
  • a486275760 fixup helpers Robert Ramey 2005-06-17 05:51:05 +0000
  • eab4767171 minor correction Robert Ramey 2005-06-17 05:48:57 +0000
  • bf80f93fdb add test_shared_ptr_132, permit multiple symbols for como link Robert Ramey 2005-06-17 05:47:22 +0000
  • 22f89b28ab mark cygwin as no wide char i/o Robert Ramey 2005-06-17 05:46:13 +0000
  • b65682ac40 no longer necessary Robert Ramey 2005-06-17 05:42:16 +0000
  • 688121263f support for loading boost 1.32 shared pointers Robert Ramey 2005-06-17 05:41:06 +0000
  • c0ee335380 add functionality to handle 1.32 pointers and make helpers better Robert Ramey 2005-06-17 05:39:35 +0000
  • c21df99e55 minor corrections Robert Ramey 2005-06-17 05:38:07 +0000
  • 515a81861f add helper functionality Robert Ramey 2005-06-17 05:35:10 +0000
  • b115070d0c Use <boost/detail/endian.hpp> to determin host byte order Caleb Epstein 2005-06-14 22:20:27 +0000
  • d68064782d Some slight cleanup of vc7 vs. vc-7_0, and msvc vs. vc-6_5. Rene Rivera 2005-06-09 00:52:17 +0000
  • bf8ec5da06 Fix bugs in byte-swapping code for big-endian platforms. Caleb Epstein 2005-06-08 21:45:31 +0000
  • 2406780d7f adjust declspec syntax for different compilers Robert Ramey 2005-06-08 15:55:27 +0000
  • f2e21055bb Fix GCC errors of missing serialize_adl symbol by forward declaring it. Rene Rivera 2005-06-04 16:26:38 +0000
  • 20d6369302 correct header sequence Robert Ramey 2005-06-04 14:23:10 +0000
  • 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. Rene Rivera 2005-06-04 03:47:52 +0000
  • bcd54fb43a alteration to accomodate vc 7.0 Robert Ramey 2005-06-04 03:43:16 +0000
  • 5f07e613d2 update project contents Robert Ramey 2005-06-03 05:35:12 +0000
  • 947020faab apply rule that archives must precede serialization Robert Ramey 2005-06-03 05:33:07 +0000
  • ec167261fb remove leak detector - now part of boost.test Robert Ramey 2005-06-03 05:31:52 +0000
  • 085f834a23 fix violations of rule that archives must precede headers Robert Ramey 2005-06-03 05:31:06 +0000
  • c04b1b7641 invoke auto-link only when necessary Robert Ramey 2005-06-03 05:28:09 +0000
  • 4e0d18c09a fix no newline at end of file Robert Ramey 2005-06-03 05:27:00 +0000
  • 407f6a7e17 attempt to silence gcc warning Robert Ramey 2005-06-03 05:17:38 +0000
  • 6b766534ec Extended RW STL workaround, this fixes Tru64 compilation. Markus Schöpflin 2005-05-27 08:00:20 +0000
  • 18b4703521 change to try to address sun os error Robert Ramey 2005-05-24 04:28:36 +0000
  • 566e415a0b attempt to solve instantiation issue Robert Ramey 2005-05-22 01:41:04 +0000
  • b7979a686c remove commented out code Robert Ramey 2005-05-22 01:40:30 +0000
  • cb49d5995c fix auto-link for libs Robert Ramey 2005-05-22 01:40:04 +0000
  • 38f3fcf019 minor improvements Robert Ramey 2005-05-21 20:06:16 +0000
  • fa9c00cdfb Work around CW-8 problem resolving operator<< and operator>>. Rene Rivera 2005-05-21 18:45:56 +0000
  • 04bf027540 remove throw_exception.hpp Robert Ramey 2005-05-21 05:49:06 +0000
  • e3589203d9 remove export flags from code warrior Robert Ramey 2005-05-21 05:48:12 +0000
  • 100b7364e3 make adjustment for vc 8.0 Robert Ramey 2005-05-21 05:46:47 +0000
  • 59f4dbf06d suppress code warrior dll versions Robert Ramey 2005-05-21 05:45:25 +0000
  • c9b4e4083a add workaround for msvc Robert Ramey 2005-05-21 05:43:49 +0000
  • 70647552f5 try to fix borland failure Robert Ramey 2005-05-21 05:41:58 +0000
  • 515592087c minor adjustments for some compilers Robert Ramey 2005-05-19 02:59:51 +0000
  • d619bce3cf minor adjustments for some compilers Robert Ramey 2005-05-19 02:57:33 +0000
  • c17128a127 use boost/throw exception Robert Ramey 2005-05-19 02:53:31 +0000
  • 468f685add const correctness Robert Ramey 2005-05-19 02:52:10 +0000
  • b917964cc7 comment out borland 5.64 workaround Robert Ramey 2005-05-19 02:47:46 +0000
  • 710d048883 re organize to pass borland 5.51 Robert Ramey 2005-05-19 02:39:06 +0000
  • b480820daf reformat Robert Ramey 2005-05-19 02:36:38 +0000
  • 42575b38c0 made helper_type assignable, so that it can be held by STL containers Joaquín M. López Muñoz 2005-05-18 05:47:48 +0000
  • 8bd155ac32 Add std::locale-support to the requirements of some tests, so that they pass on CW. Rene Rivera 2005-05-15 20:52:59 +0000
  • fa949408ba fix for sunos compiler Robert Ramey 2005-05-13 16:22:13 +0000
  • 3f580fe43a fix tracking trait for borland compiler Robert Ramey 2005-05-13 16:20:29 +0000
  • 2dd4a6da64 attempt to fix error on platform? Robert Ramey 2005-05-12 03:57:09 +0000
  • 379e36c2a8 correct syntax error Robert Ramey 2005-05-12 02:26:52 +0000
  • 063c8186fa correct type in new get helper Robert Ramey 2005-05-10 04:57:34 +0000
  • e1e9cb8836 Various fixes to get serialization static library building on CodeWarrior. Rene Rivera 2005-05-09 18:28:41 +0000
  • fa5a9286a0 added serialization helper headers Robert Ramey 2005-05-09 14:46:47 +0000
  • 3ba71666cd unknown change Robert Ramey 2005-05-09 14:46:00 +0000
  • d8aa849d26 remove throw_exception.hpp Robert Ramey 2005-05-09 14:43:44 +0000
  • e1155ed616 serialization helpers - support shared_ptr Robert Ramey 2005-05-09 14:41:36 +0000
  • ef79b7809b serialization helpers - support shared_ptr Robert Ramey 2005-05-09 14:33:50 +0000
  • 13d6d5fb65 boost min/max fixes Eric Niebler 2005-05-07 21:26:56 +0000
  • 2fe1df2024 mpl/if.hpp -> mpl/eval_if.hpp Vladimir Prus 2005-05-06 08:42:00 +0000
  • 5c65532744 Add missing include. Vladimir Prus 2005-05-06 08:36:57 +0000
  • 8b87aff208 tru64 doesn't like anonymous namespace here Robert Ramey 2005-04-29 16:43:41 +0000
  • a81056744a tab removal Robert Ramey 2005-04-24 05:13:34 +0000
  • d67e2d4a6c remove tabs Robert Ramey 2005-04-24 05:07:54 +0000
  • 37641d8661 minor improvements Robert Ramey 2005-04-24 04:40:52 +0000
  • fe996ef4ca tweak to skip tests known to fail Robert Ramey 2005-04-24 04:39:21 +0000
  • ab5ad31acd regularize exception handling Robert Ramey 2005-04-24 04:37:37 +0000
  • 60e379e567 removed leak detector - now its part of boost test Robert Ramey 2005-04-24 04:36:01 +0000
  • d0f0331f64 corrections to exceptions Robert Ramey 2005-04-24 04:30:00 +0000
  • 5c554c81dd minor tweak to accomodate borland Robert Ramey 2005-04-24 04:28:13 +0000
  • 0503614360 sync solution with projects Robert Ramey 2005-04-22 05:50:38 +0000
  • 203b8a26f5 added this-> in a couple of places Robert Ramey 2005-04-22 05:49:12 +0000
  • b514ea7574 sync with projects Robert Ramey 2005-04-21 05:48:13 +0000
  • 304c59c38a improved const correctness Robert Ramey 2005-04-21 05:42:17 +0000
  • 31568eb8d7 test const correctness Robert Ramey 2005-04-21 05:23:54 +0000
  • fb99036d11 improved const correctness Robert Ramey 2005-04-21 05:08:26 +0000
  • 9cfac29dc3 simple const test removed Robert Ramey 2005-04-21 05:06:32 +0000
  • 05d652eda2 new flags Robert Ramey 2005-04-21 05:01:55 +0000
  • f3986639d7 better const correctness Robert Ramey 2005-04-21 05:00:52 +0000
  • 341c08b8ee better more formal docs Robert Ramey 2005-04-21 04:59:13 +0000
  • 5db5f348f3 const correctness Robert Ramey 2005-04-21 04:56:18 +0000
  • 177bd7609a comment correction Robert Ramey 2005-04-21 04:54:45 +0000
  • 5bae275e7b new flags and const correctness Robert Ramey 2005-04-21 04:53:33 +0000
  • 876f039098 new archive open options Robert Ramey 2005-04-21 04:51:46 +0000
  • efce340904 Prevent debug output from showing up except when running test locally. Rene Rivera 2005-04-12 06:35:48 +0000
  • 76408237f6 small changes to accomodate gcc 2.95 Robert Ramey 2005-02-25 04:31:11 +0000
  • b6add3bc6a small syntax change to accomodate gcc 2.95 Robert Ramey 2005-02-24 16:35:57 +0000
  • 8f2f7187a8 correction for borland Robert Ramey 2005-02-23 06:33:19 +0000
  • 63107616cd reformat Robert Ramey 2005-02-23 03:19:14 +0000
  • cdbb2df2ce fix errors in gcc 2.95 Robert Ramey 2005-02-23 03:13:52 +0000
  • 1ee4a18832 added test_derived Robert Ramey 2005-02-21 16:56:39 +0000
  • 73dc3374b1 remove -used- attribute for MWERKS compiler Robert Ramey 2005-02-21 16:35:29 +0000
  • 57e69274ce corrections to library projects Robert Ramey 2005-02-20 22:25:44 +0000
  • ce1af8ab70 update test for utf8_codecvt_facet Robert Ramey 2005-02-20 22:24:08 +0000
  • 9b0d353b38 use utf8_codecvt_facet in boost/detail Robert Ramey 2005-02-20 22:16:47 +0000
  • 8f1eb809a8 better 64 bit compliance Robert Ramey 2005-02-20 22:15:47 +0000
  • 965ce4e707 add EXPORT to shared pointer explanation Robert Ramey 2005-02-20 22:14:22 +0000