5fdda5357cDoc update Fixed/added difference with box (box/Reversed) Fixed/added append for some combinations (segment), splitted dispatch into two cases
Barend Gehrels
2011-02-24 22:29:01 +0000
f681e34e99Apply suggested fix. Refs #4127.
Peter Dimov
2011-02-24 22:05:04 +0000
8da8c47df0Fix make_shared to not copy the deleter. Refs #4256. Refs #3875.
Peter Dimov
2011-02-24 21:51:21 +0000
598ff638edWorkaround for optimization bug in 64-bit g++ 4.4.
Daniel James
2011-02-24 20:56:47 +0000
078ac1f8b6Same for chrono.
Daniel James
2011-02-24 20:56:05 +0000
e3ac1c5f46Add ratio to generated documentation, clean up libraries.htm entry and fix ratio redirect.
Daniel James
2011-02-24 20:55:31 +0000
7e4a3e55a8Apply patch. Refs #4478.
Peter Dimov
2011-02-24 20:53:46 +0000
11c5f6b195Warning 4284 is obsolete. Refs #4433.
Peter Dimov
2011-02-24 20:48:17 +0000
96a1e94564Apply patch to allow perfect forwarding without variadics. Refs #4892.
Peter Dimov
2011-02-24 20:41:29 +0000
c5b000508ecorrect á
Vicente J. Botet Escriba
2011-02-24 20:39:17 +0000
360120cbaeAdd include guards, make_shared.hpp to smart_ptr.hpp. Refs #4288. Refs #5189.
Peter Dimov
2011-02-24 20:29:38 +0000
cc9371918aChanges to complete Boost.Chrono support for Windows CE. Closes ticket 5218.
David Deakins
2011-02-24 18:21:52 +0000
a68313943amore updates
Joel de Guzman
2011-02-24 06:31:06 +0000
d8d628ba90Chrono: Force <threading multi for pgi compiler waiting for a better option.
Vicente J. Botet Escriba
2011-02-24 06:28:50 +0000
0cdae8175fChanges to resolve VC9 compiler errors
David Deakins
2011-02-23 22:50:26 +0000
e5ad6822f6Fix for STLPort (#5217)
Beman Dawes
2011-02-23 20:16:41 +0000
f9bfd38182Spirit: Fixing obscure bug in qi::attr(), added test case
Hartmut Kaiser
2011-02-23 20:09:38 +0000
4113048139Spirit: Fixing obscure bug in qi::attr()
Hartmut Kaiser
2011-02-23 20:08:35 +0000
0a7fb59f1eMore updates
Joel de Guzman
2011-02-23 10:54:02 +0000
90d5ae5bf0Fix typo. Fixes#5205.
John Maddock
2011-02-23 09:54:02 +0000
3487cd5620the compiler tutorial
Joel de Guzman
2011-02-23 07:21:33 +0000
f665b38d59Changes for asio version 1.5.1:
Christopher Kohlhoff
2011-02-23 01:42:40 +0000
5852c303deWave: Fixed whitespace handling, added a corresponding set of test cases
Hartmut Kaiser
2011-02-23 01:31:14 +0000
71d346d88fWave: Fixed whitespace handling
Hartmut Kaiser
2011-02-23 01:30:13 +0000
6a241b131fChanges for asio version 1.5.0:
Christopher Kohlhoff
2011-02-23 01:04:16 +0000
793f8711e3tweaks for qi and karma: option to have no predefined terminals
Joel de Guzman
2011-02-23 00:39:39 +0000
51b41978e1fixed test error
Joel de Guzman
2011-02-22 02:08:05 +0000
25cce786b3renamed assign to copy and moved it to a new algorithm/auxiliary category
Joel de Guzman
2011-02-22 01:30:12 +0000
a4f47f80d4added option to have no predefined terminals _1..._N _j, _val, etc.
Joel de Guzman
2011-02-22 01:28:11 +0000
a14b52a6eaAdded geometry:: to set to avoid clash with std::set
Barend Gehrels
2011-02-21 23:15:33 +0000
1fdb8d58e0commit test
Paul Mensonides
2011-02-21 22:51:57 +0000
1f064987f2Bug fix for ticket 5207: intersects for interval_maps and segment_type/element_type. Added tests.
Joachim Faulhaber
2011-02-21 22:40:27 +0000
a07f58af63Minor patch to fix support for Windows CE (use 0xFFFFFFFF in place of TLS_OUT_OF_INDEXES on Windows CE since Windows CE does not define this constant).
David Deakins
2011-02-21 04:07:13 +0000
62b0edc71areverting 69103
Joel de Guzman
2011-02-21 01:31:56 +0000
f5937e06a1new assign intrinsic
Joel de Guzman
2011-02-21 01:08:53 +0000
ec555dda83merge [61925] from the trunk.
Steven Watanabe
2011-02-20 23:40:03 +0000
2c619d9a4bSpirit: Fixed a warning about class/struct mismatch
Hartmut Kaiser
2011-02-20 20:46:56 +0000
390e7bad9fSpirit: removing reference to not existing header file (this broke all of Spirit)
Hartmut Kaiser
2011-02-20 20:37:46 +0000
67e093700aSpirit: fixed karma::repeat to use the new attribute propagation scheme as well, adding tests
Hartmut Kaiser
2011-02-20 19:27:22 +0000
a866237d01Spirit: fixed karma::repeat to use the new attribute propagation scheme as well
Hartmut Kaiser
2011-02-20 19:26:24 +0000
c628035216Moved dissolve to extension Fixed extensions connect/offset tests for gcc
Barend Gehrels
2011-02-20 18:18:10 +0000
d8101c8779Fixed std/boost::is_same ambiguity.
Joachim Faulhaber
2011-02-20 16:37:27 +0000
b5801345d1Cleanup code (pointed out by Denis Shevchenko)
Beman Dawes
2011-02-20 13:35:53 +0000
88bdc98a51Renamed container_access to mutable_range
Barend Gehrels
2011-02-20 13:10:46 +0000
dcdd59f51bMake snapshots more robust by doing early directory deletes
Beman Dawes
2011-02-20 12:27:21 +0000
48bdb1bed7Bug fixes: Fixed enable_if guards for functions intersects, disjoint for domain and interval types and for lower, upper, first and last on interval containers. Added tests to the icl test suite.
Joachim Faulhaber
2011-02-20 00:14:31 +0000
95492f98a4Selected other solution for mutable container, now having metafunction rvalue_type (adapted/reverted test geometries)
Barend Gehrels
2011-02-19 14:41:22 +0000
e0fa04d6f9Selected other solution for mutable container, now having metafunction rvalue_type
Barend Gehrels
2011-02-19 14:39:49 +0000
200a10916cUpdated Boost.Polygon test Updated custom geometries because of changed mutable concept
Barend Gehrels
2011-02-19 13:34:56 +0000
1e2b9b08c0Enhanced mutable polygon concept with respect to proxies. Now Boost.Polygon is supported for both reading/writing. Upgraded ttmath Added coordinate_cast to support "lexical_cast" of ttmath numbers
Barend Gehrels
2011-02-19 13:33:14 +0000
50668702cbTweaks. Allow attribute compatibility on alternatives
Joel de Guzman
2011-02-19 09:22:28 +0000
151761e037Tweaks. Allow attribute compatibility on alternatives
Joel de Guzman
2011-02-19 09:15:03 +0000
3383bf1460Tweaks. Allow attribute compatibility on alternatives
Joel de Guzman
2011-02-19 09:14:26 +0000
f70eebf1c4Fixed typo as suggested by Shaun Jackman
Jeremiah Willcock
2011-02-19 04:17:48 +0000
583a97a126Allow attribute compatibility on alternatives
Joel de Guzman
2011-02-19 02:13:03 +0000
3a68e9df08Intel 11.0 doesn't provide __sync intrinsics - this is added in Intel 11.1.
Bryce Adelstein-Lelbach
2011-02-19 01:33:46 +0000
52c12b7852Chrono
Vicente J. Botet Escriba
2011-02-19 01:08:00 +0000
d6be585a2fChrono
Vicente J. Botet Escriba
2011-02-18 23:53:26 +0000
c070b51a2eErase assert() in favor of BOOST_ASSERT() in all PTree files, including RapidXML. See bug 4448.
Sebastian Redl
2011-02-18 16:39:55 +0000
10d580ed80Allow top-level array in PTree JSON parser, as requested in bug 4387.
Sebastian Redl
2011-02-18 16:29:10 +0000
52ae20585fApply patch from bug 1678 with slight modification: allow BOM in XML parsing for wide streams. Add test case.
Sebastian Redl
2011-02-18 16:16:25 +0000
b2cc803f1fFix a compile error in PTree JSON parser.
Sebastian Redl
2011-02-18 16:13:59 +0000
6a7de97905New calculator generating AST (no SAs)
Joel de Guzman
2011-02-18 15:09:40 +0000
7af0c762a0Revised the assertion_failed_msg function to use std::exit(-1) instead of std::abort() for Windows CE (since Windows CE does not have an abort() function in the CRT library)
David Deakins
2011-02-18 03:46:55 +0000
c28e58fd9bFixed buffer overflow from parallel edges in isomorphism(); fixes#5175
Jeremiah Willcock
2011-02-17 23:00:20 +0000
4b4b656eb9Remove documentation link from libs/libraries.htm
Daniel James
2011-02-17 22:48:35 +0000
6a84b396eeRemove the link to 'other forms of documentation' since no one's updating it.
Daniel James
2011-02-17 22:21:05 +0000
0e4d0b5b20Fixed escaping using patch from #5199; fixes#5199
Jeremiah Willcock
2011-02-17 20:02:58 +0000
df61461240A separate WeightType doesn't make sense for piecewise_linear_distribution.
Steven Watanabe
2011-02-17 16:28:12 +0000
5ad0fff0f2Merge [68779] from the trunk.
Steven Watanabe
2011-02-16 22:29:30 +0000
edf36c3d8cRatio: update doc
Vicente J. Botet Escriba
2011-02-16 19:14:21 +0000
c7140cdfe5Chrono: update doc
Vicente J. Botet Escriba
2011-02-16 18:09:15 +0000
df442f4584[geometry] Replaced TODO comment with BOOST_ASSERT to guard unexpected execution point.
Mateusz Loskot
2011-02-16 16:41:53 +0000
60b63e3e04Applied second patch from #5180; fixes#5180
Jeremiah Willcock
2011-02-16 16:35:42 +0000
66968822cdchanging parser postcondition to: On a failed match, attrib state is undefined.
Joel de Guzman
2011-02-16 01:27:24 +0000