Commit Graph

1407 Commits

Author SHA1 Message Date
Joel de Guzman
9672fe5385 map move supported + value_at_impl added
[SVN r82726]
2013-02-04 11:52:58 +00:00
Joel de Guzman
085c3c25ca more map tests (including move test)
[SVN r82725]
2013-02-04 11:52:18 +00:00
Joel de Guzman
85119dbd21 added as_map
fixed bug: wrong iterator category for map_iterator

[SVN r82721]
2013-02-04 09:52:52 +00:00
Joel de Guzman
764a31e9f5 fixed typo
[SVN r82714]
2013-02-04 06:22:50 +00:00
Joel de Guzman
228401d898 More map tests and more API features implemented + tweaks to affected components
[SVN r82713]
2013-02-04 06:21:45 +00:00
Joel de Guzman
aba201eb4e Added more map tests
[SVN r82712]
2013-02-04 06:20:10 +00:00
Joel de Guzman
9c5d6bcc8c added pair < operator for case where key (first type) is the same.
[SVN r82709]
2013-02-04 04:10:29 +00:00
Joel de Guzman
7b6cf39540 modern c++11 map implemented + various tweaks
[SVN r82708]
2013-02-04 03:49:34 +00:00
Joel de Guzman
996f4152d2 modern c++11 map implemented
[SVN r82707]
2013-02-04 03:46:42 +00:00
Joel de Guzman
d128c6f6aa Moving non-variadic map implementation to detail/cpp03 directory
[SVN r82701]
2013-02-03 11:50:48 +00:00
Joel de Guzman
fec1da027c Cleanup deque to clearly separate the C++03 code from c++11 code
[SVN r82698]
2013-02-03 10:31:46 +00:00
Joel de Guzman
a1a6e42590 Removing the preprocessed file generation which is meant for internal use only
[SVN r82697]
2013-02-03 10:13:41 +00:00
Joel de Guzman
4272519a3c cleanup
[SVN r82670]
2013-01-31 15:56:00 +00:00
Joel de Guzman
9dcdfa323f Better deque conversion
[SVN r82669]
2013-01-31 15:31:28 +00:00
Joel de Guzman
5a520585d8 Fixes #7955
[SVN r82668]
2013-01-31 13:01:36 +00:00
Joel de Guzman
1823f30420 Some cleanup
[SVN r82636]
2013-01-27 14:41:39 +00:00
Joel de Guzman
f96bbef8fa MSVC (VC11) fixes for latest updates
[SVN r82634]
2013-01-27 12:15:26 +00:00
Joel de Guzman
f1687bffcf Added LF at the end
[SVN r82632]
2013-01-27 10:14:40 +00:00
Joel de Guzman
6c17c04ce6 Workaround for some tests on C++11 to allow disambiguation of && and const& arguments to ctors
[SVN r82631]
2013-01-27 10:14:16 +00:00
Joel de Guzman
b7d02a8c55 + Fixes ticket #7914
+ C++11 implementations for make_deque, deque_tie and as_deque

[SVN r82630]
2013-01-27 07:17:01 +00:00
Joel de Guzman
6a47d86d72 C++ fixes
[SVN r82629]
2013-01-27 07:13:58 +00:00
Joel de Guzman
2f61e2b707 disabling some tests with errors on c++11
[SVN r82628]
2013-01-27 04:24:40 +00:00
Joel de Guzman
ea0cad5800 Added fusion::move algorithm
[SVN r82550]
2013-01-19 14:37:00 +00:00
Joel de Guzman
f9d6e05676 Applied patches for Tickets #7738, #7737 and #7646
[SVN r82348]
2013-01-04 01:43:06 +00:00
Michael Caisse
211b47b47d clarify in fusion docs that associative sequences are not checked for key uniqueness.
[SVN r81891]
2012-12-13 09:41:50 +00:00
Joel de Guzman
6d265316ed Workaround for ObjC (mis)use of nil (from Mathias Gaunard)
[SVN r81628]
2012-11-30 02:31:23 +00:00
Marshall Clow
8d6200ef58 Removed usage of deprecated macros in Boost.Fusion and Boost.Spirit
[SVN r81569]
2012-11-26 18:44:46 +00:00
Marshall Clow
e1819c11b2 Remove usage of deprecated macros
[SVN r81452]
2012-11-21 03:12:31 +00:00
Joel de Guzman
cfbbba272e Fixes for Ticket #7569 ( Compile Error using BOOST_FUSION_DEFINE_STRUCT_INLINE with VC10 and GCC <4.5 )
[SVN r81165]
2012-11-04 00:18:41 +00:00
Joel de Guzman
d01148d339 Fixed typo
[SVN r81164]
2012-11-03 23:44:36 +00:00
Joel de Guzman
fc38122f0f Merge from trunk
[SVN r81061]
2012-10-25 02:06:21 +00:00
Joel de Guzman
940c594d3e Merge from trunk
[SVN r81060]
2012-10-25 02:06:04 +00:00
Joel de Guzman
f760ed7b8f removing c++11 requirements in jamfile (mistakenly added)
[SVN r80865]
2012-10-05 06:15:02 +00:00
Joel de Guzman
752f911a91 #7427 (Warning fixes in fusion)
[SVN r80812]
2012-10-02 01:12:19 +00:00
Joel de Guzman
b57cd4ede9 - patch from nathan ridge
- fixed deque regression 

[SVN r80458]
2012-09-09 00:27:37 +00:00
Joel de Guzman
a856857cb7 - Fixed code to allow decltype implementation of boost::result_of with BOOST_RESULT_OF_USE_DECLTYPE defined.
- Reverted sequence/iterator.hpp to original <correct-no-workaround> version.

[SVN r80396]
2012-09-04 13:42:14 +00:00
Joel de Guzman
78ff3d8831 Fixed code to allow decltype implementation of boost::result_of with BOOST_RESULT_OF_USE_DECLTYPE defined.
[SVN r80395]
2012-09-04 13:40:38 +00:00
Joel de Guzman
80799eed95 C++11 fixes for deque
[SVN r80392]
2012-09-04 05:04:26 +00:00
Joel de Guzman
35ec74edbc C++11 fixes for deque
[SVN r80391]
2012-09-04 05:04:25 +00:00
Joel de Guzman
106702d388 Fix to silence MSVC warnings (Nathan Ridge)
[SVN r80368]
2012-09-03 07:08:47 +00:00
Joel de Guzman
4382b64aa7 Updated changelog
removed unmaintained todo.txt

[SVN r80347]
2012-09-01 02:12:46 +00:00
Joel de Guzman
26ba07f36c move-assign test tweaks
[SVN r80346]
2012-09-01 02:02:09 +00:00
Joel de Guzman
a53f93ff1a move-assign for vector
[SVN r80345]
2012-09-01 02:01:26 +00:00
Joel de Guzman
705ca2b61b move-assign for deque
[SVN r80344]
2012-09-01 01:04:12 +00:00
Joel de Guzman
e587ad4d50 Added move-assign test
[SVN r80343]
2012-09-01 01:02:46 +00:00
Joel de Guzman
3613310b62 deque move-ctor OK on gcc
[SVN r80334]
2012-08-31 15:58:31 +00:00
Joel de Guzman
5946ab9936 deque move-ctor OK on gcc
[SVN r80333]
2012-08-31 15:57:49 +00:00
Joel de Guzman
c8b47ca3ca Added move ctors for vector and deque (deque for gcc partially working for now)
no preprocessed files yet

[SVN r80331]
2012-08-31 14:33:12 +00:00
Joel de Guzman
16de1dcd01 Added move ctors for vector and deque (deque for gcc partially working for now)
[SVN r80330]
2012-08-31 14:32:08 +00:00
Joel de Guzman
038976991e Fixed MSVC errors (from Nathan Ridge)
[SVN r80326]
2012-08-31 04:12:29 +00:00