Commit Graph

  • 68714fe1ad Committed changes for 1.41. Andrey Semashev 2009-11-22 22:07:24 +0000
  • 62c2765c5f Handles the case where parent pid == process pid and != 0. Fixes #3495. Fixes #3481. Fixes #3592 Gennadiy Rozental 2009-11-22 21:57:05 +0000
  • db4b00f088 Committed changes for 1.41. Andrey Semashev 2009-11-22 21:51:12 +0000
  • a10cebaaa0 Attempt at CodeGear fix. Fixes #3497 Gennadiy Rozental 2009-11-22 21:36:04 +0000
  • 05ee974e1e Fixes #3180. John Maddock 2009-11-22 17:12:57 +0000
  • 818e9504f0 Fixes bug 2708 Marshall Clow 2009-11-22 17:08:22 +0000
  • 1111327d15 Fix preprocessor logic for long long support. Fixes #3657. Fixes #3568. John Maddock 2009-11-22 16:38:05 +0000
  • 75356c7193 Implement the 'always' function. Vladimir Prus 2009-11-22 08:05:36 +0000
  • 44816b403c Use remove_const again. Daniel James 2009-11-21 20:37:50 +0000
  • eed8dc8b3a Fix some hash /W4 warnings. Fixes #3648 Daniel James 2009-11-21 19:40:54 +0000
  • 9fee3501fc Inspect fixes. Daniel James 2009-11-21 19:40:28 +0000
  • aada812de6 boost.python: merging from trunk to release (gcc 4.4 -std=c++0x compatibility) Ralf W. Grosse-Kunstleve 2009-11-21 14:41:51 +0000
  • 348ce540fb Permit path-constant with relative path in config files. Vladimir Prus 2009-11-21 11:49:13 +0000
  • 503a03c923 Add usage requirements. Vladimir Prus 2009-11-21 09:20:31 +0000
  • d892ef907b Add BOOST_PROGRAM_OPTIONS_DYN_LINK usage requirement for program_options. Vladimir Prus 2009-11-21 09:13:58 +0000
  • da1b33914b fixes new functions (remaining_args, expected_args, ...) in case bound.size()==0 Samuel Krempp 2009-11-21 08:19:51 +0000
  • 0a7102c222 store empty values from config file, Fixes #1537 Sascha Ochsenknecht 2009-11-21 07:59:41 +0000
  • 6b52af027b Spirit: updated example Hartmut Kaiser 2009-11-21 02:28:26 +0000
  • d62fda78bd Spirit: added a new Qi example Hartmut Kaiser 2009-11-21 00:35:03 +0000
  • e7f3249f62 Added test for Apple macros Marshall Clow 2009-11-20 18:14:58 +0000
  • 8e199d733c allow empty values in config file, Fixes #1537 Sascha Ochsenknecht 2009-11-20 16:53:10 +0000
  • a408bdd39b added test case, Fixes #2994 Sascha Ochsenknecht 2009-11-20 14:18:36 +0000
  • 63eb901bba Use libwhatever.a naming for static libraries on mingw, as that matches how all libraries shipped with mingw are named. Further, we previously used libwhatever.lib, and the linker never searched for this spelling. Vladimir Prus 2009-11-20 13:25:25 +0000
  • 622d1a3bc9 Merge [53144] Filter out comments and string literals in the min/max check. Daniel James 2009-11-20 11:08:13 +0000
  • 71810d9af8 Merge tools/index.html in trunk and release. Daniel James 2009-11-20 10:56:56 +0000
  • 44fb25de66 Merge tools/index.html in trunk and release. Daniel James 2009-11-20 10:56:56 +0000
  • 1c685464b3 Merge [57812] rebuild optional documentation. Daniel James 2009-11-20 10:30:17 +0000
  • c267c8ea9b Rebuild optional docs. Daniel James 2009-11-20 10:26:23 +0000
  • 891ac107f7 Merge [41554] Using central stylesheet now. Daniel James 2009-11-20 10:17:49 +0000
  • e3bddd1817 Merge [44130],[44131] fix a typo in libs/function_types. Daniel James 2009-11-20 10:13:51 +0000
  • f27db3c432 Merge [57807]: rebuild numeric/conversion documentation. Daniel James 2009-11-20 10:05:09 +0000
  • 565a168411 correct usage of tokenizer, memory bug, Fixes #3525 Sascha Ochsenknecht 2009-11-20 10:03:08 +0000
  • dfa0917dc0 Rebuild numeric/conversion documentation. Daniel James 2009-11-20 10:02:01 +0000
  • f28977e354 Merge [57804] - rebuilt documentation. Daniel James 2009-11-20 09:53:08 +0000
  • 10bd503920 remove compile warnings Sascha Ochsenknecht 2009-11-20 09:50:43 +0000
  • 010b94ee78 Rebuild bimap documentation. Daniel James 2009-11-20 09:47:30 +0000
  • 9ef4c946d4 Merge [43256] from trunk: fix tabs in files. Daniel James 2009-11-20 09:40:56 +0000
  • 6f9fcc45cb Merge [56844]: Correct macro checks for initializer lists. Daniel James 2009-11-20 09:16:36 +0000
  • 1487e03d1f remove compile warnings, Fixes #2562 Sascha Ochsenknecht 2009-11-20 09:09:36 +0000
  • f28e9d5da2 Finish incomplete merge of [41363]. Delete tools/common which is no longer used. Daniel James 2009-11-20 08:28:07 +0000
  • d109bd8f8c Support incomplete template parameters to unordered containers. Daniel James 2009-11-20 08:03:26 +0000
  • 0c68a5c94f Use 'E' for key extractor, freeing 'K' for key. Daniel James 2009-11-20 08:02:48 +0000
  • 44c80e52e7 fix const correctness issues with proto::flatten and friends Eric Niebler 2009-11-19 23:05:20 +0000
  • d4b837d5e9 work around for EDG compiler bug with function types and cv-qualification Eric Niebler 2009-11-19 22:45:17 +0000
  • c8d6da89c3 Improve detection of MT requirement of MPI. Vladimir Prus 2009-11-19 20:05:06 +0000
  • 1df3cb5f44 Spirit: fixed references to corresponding articles at Spirit site. Hartmut Kaiser 2009-11-19 19:56:42 +0000
  • 7ab437be1f Suppress MSVC warning message. John Maddock 2009-11-19 18:33:12 +0000
  • d3e55206fa Fix compilation error due to undefined fprintf/stderr. Vladimir Prus 2009-11-19 06:10:26 +0000
  • 838ff4c282 Bug ticket 3641, also merging other fixes from the Release branch. Emil Dotchevski 2009-11-18 23:05:55 +0000
  • 36c82d6660 Bug ticket 3641, also merging other fixes from Trunk. Emil Dotchevski 2009-11-18 23:00:41 +0000
  • 2459b406e4 Spirit: doc updates Hartmut Kaiser 2009-11-18 20:37:15 +0000
  • f5eb0f8fc5 Spirit: doc updates Hartmut Kaiser 2009-11-18 20:34:57 +0000
  • 6d39f5a3c8 Spirit: bumped version number after the release of 1.41 Hartmut Kaiser 2009-11-18 20:34:05 +0000
  • db892da30b Use qpic=large. On Linux, set soname. Vladimir Prus 2009-11-18 20:31:33 +0000
  • a183044167 boost/format/format_implementation.hpp: fixing elementary syntax error introduced in rev. 57734 Ralf W. Grosse-Kunstleve 2009-11-18 17:26:32 +0000
  • 9e78e0314c Spirit: doc updates Hartmut Kaiser 2009-11-18 15:26:45 +0000
  • bc66cf73da Add option name to a few exception classes. Vladimir Prus 2009-11-18 13:35:14 +0000
  • 67726b1dca Suppress external templates with Mingw32 - it seems to cause issues with dll's. Fix match_results.swap. Add missing namespace qualifiers to ICU code: fixes #3631. John Maddock 2009-11-18 09:59:42 +0000
  • 99af365b38 tweaks Joel de Guzman 2009-11-18 09:04:28 +0000
  • e08f2c8142 tweaks Joel de Guzman 2009-11-18 07:44:38 +0000
  • dcc96eb43c BOOST_SPIRIT_AUTO added Joel de Guzman 2009-11-18 02:30:28 +0000
  • b48df1f830 adds tests for new member functions expected_args remaining_args fed_args bound_args and cur_arg . Samuel Krempp 2009-11-17 22:51:17 +0000
  • 0dcfe50d31 adds functions returning number of expected (|remaining|fed|bound) args closes Ticket #2867 (feature request) Samuel Krempp 2009-11-17 22:46:33 +0000
  • 005ed71830 Document prefix_find. Daniel James 2009-11-17 21:57:41 +0000
  • 1166c7a7dd Implement prefix_find. Daniel James 2009-11-17 20:26:15 +0000
  • b3b6aac8b7 Spirit: updated karma example Hartmut Kaiser 2009-11-17 16:45:52 +0000
  • 5b78f99665 typeof example Joel de Guzman 2009-11-17 13:32:36 +0000
  • 831336c971 Update author list. John Maddock 2009-11-17 12:55:36 +0000
  • a01e787ee2 Added Nabialek Trick Example Joel de Guzman 2009-11-17 10:57:11 +0000
  • 6276e8c92e Turn on warnings as errors for the hash tests. Daniel James 2009-11-16 23:56:56 +0000
  • b66b8a3969 Some more warning fixes for Visual C++ 7.1 Daniel James 2009-11-16 23:56:37 +0000
  • 809f056a1d Don't match substrings in symbols::find. Daniel James 2009-11-16 23:56:20 +0000
  • bd3d2d3982 Fix min/max problems Steven Watanabe 2009-11-16 23:38:21 +0000
  • 4bf6273888 IOStreams: fixing compilation error on VC2010 Hartmut Kaiser 2009-11-16 20:31:18 +0000
  • 42c1f20f8f Spirit: added more comments to new examples Hartmut Kaiser 2009-11-16 17:29:32 +0000
  • b250c42862 Spirit: added two more Qi examples Hartmut Kaiser 2009-11-16 16:28:07 +0000
  • d5f9728e23 suppress MSVC "deprecated" and "unsafe" warnings Robert Ramey 2009-11-16 16:22:38 +0000
  • 12c3062f93 Spirit: silencing more unused warnings Hartmut Kaiser 2009-11-16 12:26:51 +0000
  • a0d6abba86 Phoenix: silenced a warning Hartmut Kaiser 2009-11-16 12:24:09 +0000
  • 3f9a04c67d Revert changes intended for trunk Robert Ramey 2009-11-16 05:32:31 +0000
  • 908346a929 Revert changes intended for trunk Robert Ramey 2009-11-16 05:29:21 +0000
  • 1adc23b7ef Revert changes target for trunk Robert Ramey 2009-11-16 05:27:58 +0000
  • d97dc9f7a3 Fixed warnings at highest warning level Robert Ramey 2009-11-16 05:17:25 +0000
  • 3d34be6a04 Fixed warnings at highest warning level Robert Ramey 2009-11-16 05:16:51 +0000
  • 7f12714745 test support for enums on gcc (patch by Steven Watanabe) fixes Ticket #2015 Samuel Krempp 2009-11-15 23:10:54 +0000
  • a27a3d6d30 support for enums on gcc (patch by Steven Watanabe) fixes Ticket #2015 Samuel Krempp 2009-11-15 23:03:26 +0000
  • 8e902541ba copy-constructor now copies .dumped_ , fixing Ticket #3610 Samuel Krempp 2009-11-15 08:08:32 +0000
  • 40cf20bfb1 reverting unintended modifications due to use of html editor Samuel Krempp 2009-11-15 08:02:50 +0000
  • a3bdd64dbd replaced two remaining instances of brackets with pipes. closing ticket #3577 Samuel Krempp 2009-11-15 07:54:49 +0000
  • bfb248cac3 Fixed unqualified use of size_t in object_hex_dump.hpp Emil Dotchevski 2009-11-15 04:26:36 +0000
  • c7c1b9c64d Fixed warnings at highest warning level Robert Ramey 2009-11-15 00:37:15 +0000
  • b281be62e4 Fixed warnings at highest warning level Robert Ramey 2009-11-15 00:36:36 +0000
  • 68db1b2886 Spirit: updating example Hartmut Kaiser 2009-11-14 23:51:08 +0000
  • bc0ec0b8ef Allow arbitrary values to be used as seeds for linear_congruential, linear_feedback_shift, and any generators that depend on them. Fixes #3516 Steven Watanabe 2009-11-14 21:07:31 +0000
  • 281eb5665a Spirit: added new Qi example Hartmut Kaiser 2009-11-14 13:54:22 +0000
  • c11bf4813d use boost::optional's swap instead of std::swap Eric Niebler 2009-11-14 08:24:35 +0000
  • b4a4f3d1a8 boost.python: some make_tuple changed to boost::python::make_tuple for gcc 4.4 -std=c++0x compatibility; https://svn.boost.org/trac/boost/ticket/3584 Ralf W. Grosse-Kunstleve 2009-11-13 20:48:25 +0000
  • 99d74fb0d7 root: merge trunk Beman Dawes 2009-11-13 14:58:03 +0000
  • b77b36639f GSG: merge trunk Beman Dawes 2009-11-13 14:50:25 +0000
  • d669d3da36 tools/release: merge trunk Beman Dawes 2009-11-13 14:45:20 +0000