Commit Graph

  • aca98def01 More Unicode Support Joel de Guzman 2010-02-03 12:35:53 +0000
  • 30ca600c13 More Unicode Support Joel de Guzman 2010-02-03 12:35:10 +0000
  • ebf0af505c MSVC warning suppression - fixes #3599. John Maddock 2010-02-03 12:10:56 +0000
  • a89a3832ab Fix graphs, regenerate PNG's, update docs. John Maddock 2010-02-03 10:13:11 +0000
  • 023a48709e fix in winmain, Fixes #3879 Sascha Ochsenknecht 2010-02-03 08:26:35 +0000
  • d63fafc443 trying workaround for failures at Sandia-gcc-4.4.3_0x Emil Dotchevski 2010-02-03 08:24:01 +0000
  • eae91cb07a exception_ptr bad_alloc refactoring Emil Dotchevski 2010-02-02 19:41:55 +0000
  • 4f310852cd Change code to check individually for the INT#_C macros before defining them - this correctly handles cases where they are partially defined by other other headers (for example ICU). Also declare this a gcc system header - seems to be the only way to really suppress the warnings - fixes #3889. John Maddock 2010-02-02 18:35:33 +0000
  • 1140adc5a1 Fix typos in docs. Fixes #3890. John Maddock 2010-02-02 12:44:32 +0000
  • 7840c95ad3 basic unicode tests ok Joel de Guzman 2010-02-02 12:15:30 +0000
  • 58b5e78976 basic tests ok Joel de Guzman 2010-02-02 12:14:55 +0000
  • 93512c1987 Complete Unicode Level-1 support: table generation. Joel de Guzman 2010-02-02 09:58:54 +0000
  • 224f8e1190 Complete Unicode Level-1 support: table generation. Joel de Guzman 2010-02-02 09:55:09 +0000
  • 687e5d9c37 Complete Unicode Level-1 support: table generation. Joel de Guzman 2010-02-02 09:04:13 +0000
  • b642b2b6dc fixing bug in printing failure info in exception_ptr_test.cpp Emil Dotchevski 2010-02-01 17:52:20 +0000
  • a682d3db99 Complete Unicode Level-1 support: table generation. Joel de Guzman 2010-02-01 13:46:04 +0000
  • ff138e4d79 Complete Unicode Level-1 support: table generation. Joel de Guzman 2010-02-01 13:45:13 +0000
  • c4b6fb3387 Remove dead code. John Maddock 2010-02-01 13:12:50 +0000
  • 957706206f Improve regex performance on msvc by removing statically allocated recursion stack, and using a std::vector instead. John Maddock 2010-02-01 13:10:28 +0000
  • 8c161222cc Complete Unicode Level-1 support: table generation. Joel de Guzman 2010-02-01 12:03:13 +0000
  • 99b11e7148 Complete Unicode Level-1 support: table generation. Joel de Guzman 2010-02-01 04:14:51 +0000
  • e7a3ac3b51 prettier diagnostic information, using <boost/units/detail/utility.hpp> Emil Dotchevski 2010-02-01 00:25:15 +0000
  • 7288625458 Spirit: fixing confix tests Hartmut Kaiser 2010-01-31 23:05:40 +0000
  • dad1ced3d7 Handle redirections when downloading docbook files. Daniel James 2010-01-31 14:00:27 +0000
  • 069d99d486 Get curl to follow redirects when downloading docbook files. Daniel James 2010-01-31 13:53:55 +0000
  • ee3863e774 Complete Unicode Level-1 support: table generation. Joel de Guzman 2010-01-31 10:28:57 +0000
  • b8d3927b96 Spirit: Added a new Qi example Hartmut Kaiser 2010-01-31 01:29:02 +0000
  • cb6b15a21f avoid premature template evaluation in operator overload return types Eric Niebler 2010-01-31 00:27:21 +0000
  • 06f0463222 documentation update Emil Dotchevski 2010-01-30 20:59:15 +0000
  • f46232fb6f improved memory leak test. Emil Dotchevski 2010-01-30 20:05:31 +0000
  • ede4989d7b Potential leak caused by previous commit. Emil Dotchevski 2010-01-30 18:44:45 +0000
  • 7619ca69a6 Fix an issue in MSVC for ptree::equal_range. Sebastian Redl 2010-01-30 12:49:52 +0000
  • a0e277c3de Missing newline. Daniel James 2010-01-30 09:30:04 +0000
  • 7c5a3cf565 Ticket #3848 (thanks Nikki Chumakov) and (unrelated) exception_ptr refactoring. Emil Dotchevski 2010-01-30 05:26:43 +0000
  • 24cf924b7b fix regression failure. macro BOOST_SPIRIT_TEST_REAL_PRECISION enables a particular test for precision. This is disabled by default. Joel de Guzman 2010-01-30 03:44:30 +0000
  • 56d01e9694 fix regression failure. macro BOOST_SPIRIT_TEST_REAL_PRECISION enables a particular test for precision. This is disabled by default. Joel de Guzman 2010-01-30 03:43:46 +0000
  • 6e81d9cbde Spirit: updating docs Hartmut Kaiser 2010-01-30 02:33:50 +0000
  • e17abfb009 Spirit: added new file Hartmut Kaiser 2010-01-30 02:23:37 +0000
  • 4722dafa9f Spirit: added tests for sequences with unused attribute at the end Hartmut Kaiser 2010-01-30 02:18:10 +0000
  • 6c15c2d182 Spirit: added one more customization point specialization for adapt_class Hartmut Kaiser 2010-01-30 02:16:19 +0000
  • 9a6c37db07 Spirit: proper support for sequences taking one element attribute sequence Hartmut Kaiser 2010-01-30 02:15:22 +0000
  • 9fa20973c4 Spirit: proper use of customization points in string_generate Hartmut Kaiser 2010-01-30 02:13:47 +0000
  • 6205786a2b Spirit: fixing sequences with unused attribute at the end Hartmut Kaiser 2010-01-30 02:12:38 +0000
  • d2a632010d Spirit: fixing specialization for transform_attribute<optional<>, ...> Hartmut Kaiser 2010-01-29 23:46:01 +0000
  • 6b91b7f5d0 Applied patches to fix #2512 and #2513 Marshall Clow 2010-01-29 18:01:34 +0000
  • 30f0648afc Spirit: updating docs Hartmut Kaiser 2010-01-29 17:32:27 +0000
  • ddb1d77a0a Spirit: fixing remaining problems from changing transform_attribute Hartmut Kaiser 2010-01-29 17:13:53 +0000
  • 857d774c23 Fusion: fixed ambiguities in tests on VC10 Hartmut Kaiser 2010-01-29 16:02:14 +0000
  • b5e13d2c6d Fusion: minor fix for adapt_class_named Hartmut Kaiser 2010-01-29 15:45:50 +0000
  • e74b88bffd Fusion: minor fix for adapt_class_named Hartmut Kaiser 2010-01-29 15:45:24 +0000
  • aed6edd6fd Spirit: bumped version number Hartmut Kaiser 2010-01-29 15:41:38 +0000
  • e4824d1cf2 Spirit: added fail_transform handler to attribute_transform Hartmut Kaiser 2010-01-29 15:40:54 +0000
  • a2d81174a9 Spirit: added support for fusion_adapt_class in Spirit, added fail_transform handler to attribute_transform Hartmut Kaiser 2010-01-29 15:40:01 +0000
  • 0b91f0b285 Fusion: added tests for adapt_class_named Hartmut Kaiser 2010-01-29 15:04:57 +0000
  • ff8d4414c4 Fusion: fixed adapt_class to be usable with Spirit, added adapt_class_named Hartmut Kaiser 2010-01-29 15:03:35 +0000
  • cfc8a8f909 Fusion: added tests for adapt_struct_named Hartmut Kaiser 2010-01-29 13:49:38 +0000
  • 7ddfd87524 Fusion: added docs for BOOST_FUSION_ADAPTED_STRUCT_NAMED Hartmut Kaiser 2010-01-29 03:03:31 +0000
  • 65b27fb131 Fusion: more work on adapt_struct_named Hartmut Kaiser 2010-01-29 01:58:50 +0000
  • 85d5d3872e Fusion adding ADAPT_NAMED_STRUCT Hartmut Kaiser 2010-01-28 21:27:32 +0000
  • 478c39c621 Revert unintentional reference to "noncopyable_adl_barrier" test that's not checked in. Dave Abrahams 2010-01-28 14:41:16 +0000
  • a674b39a91 Remove unintentional reference to "union" test that's not checked in. Dave Abrahams 2010-01-28 14:39:30 +0000
  • c771097a55 Intel improvements: 1. Honors USER_OPTION (that is cflags/cxxflags features) 2. Adds an <optimization>speed option Vladimir Prus 2010-01-27 20:52:05 +0000
  • 25f5f205e7 Improve fortran support. Vladimir Prus 2010-01-27 20:49:56 +0000
  • 1fcc7864f0 Remove debug prints. Vladimir Prus 2010-01-27 20:48:52 +0000
  • e8f5f32336 Don't foward declare containers when using gcc's parallel library and add a macro to disable forward declaration. Fixes #3866. Daniel James 2010-01-27 19:32:39 +0000
  • f34fc4bae3 Spirit: replacing custom made swap with boost::swap, should make compile Wave again Hartmut Kaiser 2010-01-27 17:31:36 +0000
  • 77da6ac809 Fusion: adding overload for const parameter types Hartmut Kaiser 2010-01-27 16:25:41 +0000
  • a5c5d3e39f Suppress a few warnings. John Maddock 2010-01-27 13:17:51 +0000
  • 64559b0597 Improve the performance of the Bessel functions, and update docs. John Maddock 2010-01-27 13:16:14 +0000
  • 89e206e95a Support different MS calling conventions, thanks to Nicolas Lelong. Closes #3833. Dave Abrahams 2010-01-25 14:48:49 +0000
  • 347aced321 Commit alternative warning suppression code. John Maddock 2010-01-25 10:55:50 +0000
  • ba924a9ce2 fixing bogus FBSD failure in errinfos_test.cpp. Emil Dotchevski 2010-01-25 06:51:28 +0000
  • 31202c2e37 Adding another test for exception_ptr. Emil Dotchevski 2010-01-24 21:18:29 +0000
  • 5e18cb5484 Merge some fixes from trunk: Daniel James 2010-01-24 20:43:34 +0000
  • 6a840fc1ba Spirit: minor doc fixes Hartmut Kaiser 2010-01-24 19:20:45 +0000
  • cd5beeeff8 boost/python/object/make_instance.hpp: missing include added to resolve g++ 4.4 compilation errors Ralf W. Grosse-Kunstleve 2010-01-24 19:04:59 +0000
  • 1340cd0963 Spirit: merging docs from trunk Hartmut Kaiser 2010-01-24 17:27:33 +0000
  • fc1f988e82 Fix bitand/bitor conflicts with iso64.h header Aleksey Gurtovoy 2010-01-24 05:45:36 +0000
  • dc93d088b6 Support different MS calling conventions, thanks to Nicolas Lelong. Closes #3833. Dave Abrahams 2010-01-24 02:08:46 +0000
  • f45dbbd65a Spirit: fixed multi_pass documentation after recent changes Hartmut Kaiser 2010-01-24 00:50:45 +0000
  • 6e75fd00a2 Spirit: added specialization for signed char - doh! Hartmut Kaiser 2010-01-23 22:29:10 +0000
  • fc1486a863 Spirit:: adding missing function in multi_pass policies. Hartmut Kaiser 2010-01-23 21:22:14 +0000
  • bb62430b18 Spirit: merging bug fix for rule copy construction from trunk Hartmut Kaiser 2010-01-23 18:29:34 +0000
  • d260d5dce4 corrected wrong filename in heading Paul A. Bristow 2010-01-22 17:36:13 +0000
  • b0c3809065 Added missing newline at end of file. Paul A. Bristow 2010-01-22 14:58:45 +0000
  • 8ed5fd4a8a Clarify determining if macro tests pass Beman Dawes 2010-01-21 21:08:22 +0000
  • 35ba5c09f3 Sync 4.5 C++0x macros with current 4.5 snapshot Beman Dawes 2010-01-21 19:57:48 +0000
  • 309b9ceb64 Set length of primes inside template on Sun C++. Refs #3854 Daniel James 2010-01-21 18:01:53 +0000
  • 9be52974d9 Don't set *_STATIC_LINK macros, for they don't affect anything. Vladimir Prus 2010-01-21 16:19:28 +0000
  • 34205c112a script tweaks Beman Dawes 2010-01-21 14:48:44 +0000
  • 5a713e681d Fix inspect bookmark errors in iostreams. Daniel James 2010-01-20 21:20:04 +0000
  • 47c2625199 Add missing newline. Daniel James 2010-01-20 21:19:42 +0000
  • 8084341a83 Don't include simplesectsep from doxygen output. Daniel James 2010-01-20 19:31:01 +0000
  • 335e82024e Change functions named "check" so they don't conflict with Apple macro of the same name. John Maddock 2010-01-20 19:17:37 +0000
  • c60d46c009 Fix a weakness in the XML whitespace tests. This allows me to have correct tests after fixing PR2855, which is also in this commit. Sebastian Redl 2010-01-20 18:47:50 +0000
  • cce5d0f902 Added licence info Paul A. Bristow 2010-01-20 18:43:07 +0000
  • bbc6d3bcdc Added licence info Paul A. Bristow 2010-01-20 18:41:09 +0000
  • 45bb9facdc Spirit: fixing nasty bug in rule copy constructor Hartmut Kaiser 2010-01-20 14:43:22 +0000
  • 6687a5a4cc Spirit: Fixing inspect errors Hartmut Kaiser 2010-01-19 19:55:22 +0000
  • d3ccb889bc Show line numbers where applicable. Apple macro clash show name. Optimize html line output spacing Beman Dawes 2010-01-19 12:48:39 +0000