Commit Graph

  • 4bd09db0a0 fixed test_exported in Jamfile.v2 Robert Ramey 2010-03-09 04:39:49 +0000
  • 89edce0e38 Spirit: fixing another bug in multi_pass Hartmut Kaiser 2010-03-09 01:49:14 +0000
  • 73e8637872 Merge in changes accidently commited to release branch Robert Ramey 2010-03-08 21:45:18 +0000
  • 89a41b021d Made property_traits members conditionally defined to enable SFINAE on functions that use it; code from Steven Watanabe Jeremiah Willcock 2010-03-08 19:44:00 +0000
  • eac8adba12 Changed to use property_traits in preparation for SFINAE-enabled property_traits Jeremiah Willcock 2010-03-08 19:43:09 +0000
  • 002fbe14d9 Fix inspection failures for the Random library Steven Watanabe 2010-03-08 17:55:21 +0000
  • 6d15e469e3 Enable the gap test for distributions Steven Watanabe 2010-03-08 17:16:57 +0000
  • 5b881092e3 moving scheme to upper directory Joel de Guzman 2010-03-08 16:09:18 +0000
  • 16f63c923f moving scheme to upper directory Joel de Guzman 2010-03-08 16:06:21 +0000
  • 86a0c7fe53 moving scheme to upper directory Joel de Guzman 2010-03-08 16:05:03 +0000
  • 61924ee190 Fix a minor typo Steven Watanabe 2010-03-08 16:03:20 +0000
  • d1177c27ab final tweaks for today Joel de Guzman 2010-03-08 16:00:59 +0000
  • be07fa4282 fix type-deduction for the odd case where the container is also the contained (container::value_type == container) Joel de Guzman 2010-03-08 15:54:23 +0000
  • b32c81c233 Spirit: removing default?encoding from Karma Hartmut Kaiser 2010-03-08 14:05:04 +0000
  • 6e153369d1 cleanup Joel de Guzman 2010-03-08 13:45:21 +0000
  • 4761dda530 Removed BOM from input file Joel de Guzman 2010-03-08 12:58:07 +0000
  • 2a9e4fc3e1 removing default encodings Joel de Guzman 2010-03-08 12:51:06 +0000
  • 7c606c5885 more tests Joel de Guzman 2010-03-08 12:50:04 +0000
  • 21c3cb9524 tweaks. caught a unicode lowercase table lookup bug Joel de Guzman 2010-03-08 12:43:42 +0000
  • 337b8c0b10 tweaks. caught a unicode lowercase table lookup bug Joel de Guzman 2010-03-08 12:43:26 +0000
  • fdcca6f0f9 correct BOM prefix handling Joel de Guzman 2010-03-08 12:00:25 +0000
  • 04caa1dc11 changed symbol prefix from ';' to '\0' to avoid ambiguity Joel de Guzman 2010-03-08 09:31:02 +0000
  • 48018e5812 working well with unicode (some problems with spirit debug on unicode) Joel de Guzman 2010-03-08 08:52:05 +0000
  • 5076f0c65f updating from trunk. Emil Dotchevski 2010-03-08 08:18:25 +0000
  • e3768ea60e sexpr working Joel de Guzman 2010-03-08 05:02:40 +0000
  • 3280e19b07 Add distributions to statistic_tests Steven Watanabe 2010-03-08 03:46:47 +0000
  • ff4d8f2164 Hopefully fixed #3984 (std::bitset constructor issue). Tested by Juergen Hunold on msvc-10.0, msvc-9.0, and gcc-4.4. See thread starting at http://lists.boost.org/Archives/boost/2010/03/162690.php Niels Dekker 2010-03-07 21:42:22 +0000
  • 3b650cd31d Of course, only 16 bit values are supported Daniel James 2010-03-07 21:02:17 +0000
  • 98d8fedd3c Add simple log demo to documentation Robert Ramey 2010-03-07 20:38:22 +0000
  • 7de21f55a6 update singleton documentation Robert Ramey 2010-03-07 20:37:43 +0000
  • f2715a5015 removed demo_dll and fixed demo_log_archive Robert Ramey 2010-03-07 19:00:15 +0000
  • d3a126720e more minor tweaks Joel de Guzman 2010-03-07 16:27:04 +0000
  • 22b5d2ba20 Revert [60052] as it isn't as uncontroversial as I thought. Daniel James 2010-03-07 16:22:34 +0000
  • 6803d4c759 removed printing from utree API. printing should be user defined. Joel de Guzman 2010-03-07 16:09:50 +0000
  • 58b49e06d8 some more tweaks Joel de Guzman 2010-03-07 13:57:58 +0000
  • 66958cbcba perfect! :-) Joel de Guzman 2010-03-07 13:18:27 +0000
  • d07ce660e4 Fix a couple of comments. Daniel James 2010-03-07 13:11:10 +0000
  • 6c80b85614 Remove use of deprecated macro in result_of test. Daniel James 2010-03-07 13:10:54 +0000
  • 14d73fbaa9 Suppress/fix some msvc and gcc compiler warnings ([57494]). Daniel James 2010-03-07 12:13:29 +0000
  • b27684610c Merge some tests for unwrap ([47296], [47297]) Daniel James 2010-03-07 12:11:44 +0000
  • 6f2cdaf3cd Merge various result_of changes. Daniel James 2010-03-07 12:08:00 +0000
  • 7ae4bd8d62 Merge quickbook and boostbook from trunk. Daniel James 2010-03-07 11:11:52 +0000
  • 8b1b339e05 Quickbook changes. Daniel James 2010-03-07 10:46:39 +0000
  • 893ec4ddbe various tweaks Joel de Guzman 2010-03-07 10:19:34 +0000
  • b8d521f6a4 updates tweaks Joel de Guzman 2010-03-07 10:06:54 +0000
  • c5c676cfa9 Fix error checks after calling SetFilePointer. Refs #3953 Daniel James 2010-03-07 09:34:45 +0000
  • f78e8e92a5 utree Joel de Guzman 2010-03-07 09:08:00 +0000
  • 14c6c88e68 Make statistics_tests usable with the current library Steven Watanabe 2010-03-07 05:22:40 +0000
  • 74713efb49 update vc7 ide projects & solution Robert Ramey 2010-03-07 03:15:13 +0000
  • 7f7d9282db update tests for latest changes Robert Ramey 2010-03-07 03:13:32 +0000
  • 72f9176b17 Add not regarding problems with DLL version of library Robert Ramey 2010-03-07 02:53:46 +0000
  • acb21153d2 Add new demos for log_archive, simple_log_archive and trivial_archive Robert Ramey 2010-03-07 02:53:05 +0000
  • b04a1234f6 fix to permit shared_ptr from this to work Robert Ramey 2010-03-07 02:46:13 +0000
  • 1dde482625 Suppress multiple definition trap Robert Ramey 2010-03-07 02:43:17 +0000
  • f5c649904b change variable name from "id" to "cid" to work around conflict with apple header Robert Ramey 2010-03-07 02:43:01 +0000
  • 4b61f63527 improve documentation a) enhance explanation of DLLS b) include demo for trivial archive and demo (simple log archive) c) fix explanation of archive derivation and demo (log archive) Robert Ramey 2010-03-07 02:41:12 +0000
  • f7b78e9f18 Limit class versions to 8 bits Robert Ramey 2010-03-07 02:38:52 +0000
  • cded58a358 fix error in include guid_defined Robert Ramey 2010-03-07 02:38:29 +0000
  • 2dd2c54237 improve portability for 64 bit integers Robert Ramey 2010-03-07 02:37:54 +0000
  • fd03cc5c12 remove unnecessary includes Robert Ramey 2010-03-07 02:37:00 +0000
  • e2d3084522 improve portability for 64 bit integers Robert Ramey 2010-03-07 02:35:56 +0000
  • 7419669ab5 Suppress multiple definition trap Robert Ramey 2010-03-07 02:35:30 +0000
  • 0ad1760084 fix to permit shared_ptr from this to work Robert Ramey 2010-03-07 02:33:11 +0000
  • 1088832f0b Fusion: applied workaround for broken VC10 Hartmut Kaiser 2010-03-07 02:19:16 +0000
  • b714e6c874 Fusion: added missing #include's Hartmut Kaiser 2010-03-07 02:15:59 +0000
  • 924beeac2c improve portability for 64 bit integers Robert Ramey 2010-03-07 02:12:51 +0000
  • 0c982ca9a9 s-expressions first shot (with proper unicode handling). Joel de Guzman 2010-03-07 01:28:23 +0000
  • 36e27fce0a relaxing the input for char-sets (allow definition strings which have less bits than the target, e.g. char const* input where target is wchar_t). Joel de Guzman 2010-03-07 01:27:33 +0000
  • ef4bda4130 Spirit: documentation updates Hartmut Kaiser 2010-03-06 22:06:43 +0000
  • 5cc775067b Spirit: implemented new encoding features for Karma, added tests Hartmut Kaiser 2010-03-06 21:59:15 +0000
  • 46dad4a554 Spirit: implemented new encoding features for Karma Hartmut Kaiser 2010-03-06 21:58:09 +0000
  • e784b5edcf Ignore bin/config.log when testing Vladimir Prus 2010-03-06 18:49:05 +0000
  • 712f870ff3 Document new builtins Vladimir Prus 2010-03-06 18:12:13 +0000
  • 862fbcdaf0 Fix write_device_impl<ostream_tag> Daniel James 2010-03-06 15:17:38 +0000
  • c5afd673c8 Disable x86 assembler for x64 builds. Jürgen Hunold 2010-03-06 14:17:49 +0000
  • a9b566e3b9 some tweaks (casting chars) Joel de Guzman 2010-03-06 11:26:39 +0000
  • 0ee9ae3e81 correct casting of char with correct handling of signedness. Joel de Guzman 2010-03-06 11:17:22 +0000
  • 4e018e4a4a Default to darwin toolset on OSX. Vladimir Prus 2010-03-06 07:24:10 +0000
  • c0a0655554 tweaks Joel de Guzman 2010-03-06 00:19:12 +0000
  • 8aa5f5f73c typo Joel de Guzman 2010-03-05 23:47:21 +0000
  • 54e9271a5c better "encoding" usage Joel de Guzman 2010-03-05 23:17:02 +0000
  • 0a6960be08 encoding directive Joel de Guzman 2010-03-05 23:16:13 +0000
  • 193c2981d7 see #3968 : add missing file in yesterdays commit Gunter Winkler 2010-03-05 22:22:42 +0000
  • fab30d98b8 Fix dll linking Steven Watanabe 2010-03-05 19:56:52 +0000
  • 03e2c80a99 Minor cleanup of 60199 Steven Watanabe 2010-03-05 19:25:56 +0000
  • c7c44a0d18 Rearrange the componenents in libs/random and create a library for random_device. Fixes #3672 Steven Watanabe 2010-03-05 19:12:45 +0000
  • eaa8530681 Added in container_traits and adjacency_list patches to fix unordered container issues (patch from #3972); fixes #3972 Jeremiah Willcock 2010-03-05 18:27:43 +0000
  • 797e7ed152 Fixed typo Jeremiah Willcock 2010-03-05 18:13:48 +0000
  • 1e4bd12bb0 Added property_put class from Matthias Walter Jeremiah Willcock 2010-03-05 17:44:16 +0000
  • 370ba43043 Spirit: adjustments to buffering_input_iterator Hartmut Kaiser 2010-03-05 16:56:12 +0000
  • d3bb8360a7 Fix for ticket #2831. Christian Henning 2010-03-05 16:15:07 +0000
  • 69ecafed90 rules with parameters for char encoding Joel de Guzman 2010-03-05 15:43:14 +0000
  • 1c084548a2 rules with parameters for char encoding Joel de Guzman 2010-03-05 15:40:27 +0000
  • b2a1cabcfb rules with parameters for char encoding Joel de Guzman 2010-03-05 15:40:12 +0000
  • 708cb10c84 encoding directive Joel de Guzman 2010-03-05 13:31:13 +0000
  • 26c420c472 encoding directive Joel de Guzman 2010-03-05 13:30:35 +0000
  • 6f961a8d5a Spirit: documentation updates Hartmut Kaiser 2010-03-05 12:32:38 +0000
  • 6752549164 Spirit: fixed Karma output_iterator not to be noncopyable anymore. Hartmut Kaiser 2010-03-05 12:30:14 +0000
  • 6c795233ed adding default_wide char_encoding Joel de Guzman 2010-03-05 06:59:03 +0000
  • 655308fb2a Link new Boost.Random documentation into the main doc build and remove the old html Steven Watanabe 2010-03-05 04:59:16 +0000