|
a9335aa664
|
big merge from trunk
[SVN r85669]
|
2013-09-15 06:27:58 +00:00 |
|
|
1f718e4520
|
Wave: Merging from trunk
[SVN r85641]
|
2013-09-10 12:47:28 +00:00 |
|
|
66ddb762d3
|
merge [84937] from trunk, fixes #8759
[SVN r85426]
|
2013-08-22 19:45:30 +00:00 |
|
|
d354c5183b
|
Tweaks for MSVC. MSVC version of map is not yet move enables so it is failing the move test
[SVN r82728]
|
2013-02-04 12:15:02 +00:00 |
|
|
fb3bd4cea8
|
minor cleanup
[SVN r82727]
|
2013-02-04 11:54:59 +00:00 |
|
|
9672fe5385
|
map move supported + value_at_impl added
[SVN r82726]
|
2013-02-04 11:52:58 +00:00 |
|
|
85119dbd21
|
added as_map
fixed bug: wrong iterator category for map_iterator
[SVN r82721]
|
2013-02-04 09:52:52 +00:00 |
|
|
228401d898
|
More map tests and more API features implemented + tweaks to affected components
[SVN r82713]
|
2013-02-04 06:21:45 +00:00 |
|
|
7b6cf39540
|
modern c++11 map implemented + various tweaks
[SVN r82708]
|
2013-02-04 03:49:34 +00:00 |
|
|
d128c6f6aa
|
Moving non-variadic map implementation to detail/cpp03 directory
[SVN r82701]
|
2013-02-03 11:50:48 +00:00 |
|
|
fec1da027c
|
Cleanup deque to clearly separate the C++03 code from c++11 code
[SVN r82698]
|
2013-02-03 10:31:46 +00:00 |
|
|
4272519a3c
|
cleanup
[SVN r82670]
|
2013-01-31 15:56:00 +00:00 |
|
|
9dcdfa323f
|
Better deque conversion
[SVN r82669]
|
2013-01-31 15:31:28 +00:00 |
|
|
1823f30420
|
Some cleanup
[SVN r82636]
|
2013-01-27 14:41:39 +00:00 |
|
|
f96bbef8fa
|
MSVC (VC11) fixes for latest updates
[SVN r82634]
|
2013-01-27 12:15:26 +00:00 |
|
|
f1687bffcf
|
Added LF at the end
[SVN r82632]
|
2013-01-27 10:14:40 +00:00 |
|
|
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 |
|
|
f9d6e05676
|
Applied patches for Tickets #7738, #7737 and #7646
[SVN r82348]
|
2013-01-04 01:43:06 +00:00 |
|
|
6d265316ed
|
Workaround for ObjC (mis)use of nil (from Mathias Gaunard)
[SVN r81628]
|
2012-11-30 02:31:23 +00:00 |
|
|
e1819c11b2
|
Remove usage of deprecated macros
[SVN r81452]
|
2012-11-21 03:12:31 +00:00 |
|
|
fc38122f0f
|
Merge from trunk
[SVN r81061]
|
2012-10-25 02:06:21 +00:00 |
|
|
b57cd4ede9
|
- patch from nathan ridge
- fixed deque regression
[SVN r80458]
|
2012-09-09 00:27:37 +00:00 |
|
|
80799eed95
|
C++11 fixes for deque
[SVN r80392]
|
2012-09-04 05:04:26 +00:00 |
|
|
a53f93ff1a
|
move-assign for vector
[SVN r80345]
|
2012-09-01 02:01:26 +00:00 |
|
|
705ca2b61b
|
move-assign for deque
[SVN r80344]
|
2012-09-01 01:04:12 +00:00 |
|
|
3613310b62
|
deque move-ctor OK on gcc
[SVN r80334]
|
2012-08-31 15:58:31 +00:00 |
|
|
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 |
|
|
9cceb79cf8
|
update from trunk fixing http://boost.2283326.n4.nabble.com/fusion-g-4-6-deque-and-c-0x-compile-error-td4632499.html
[SVN r79958]
|
2012-08-11 02:36:08 +00:00 |
|
|
5a51e5d9aa
|
Merge from trunk
[SVN r79274]
|
2012-07-05 04:40:37 +00:00 |
|
|
191a3d75ed
|
Fix for Ticket #6965 from Joel Falcou
[SVN r79099]
|
2012-06-26 10:16:35 +00:00 |
|
|
e03dcc7c54
|
added missing file from last merge
[SVN r78203]
|
2012-04-26 02:27:13 +00:00 |
|
|
2e99690387
|
added missing file from last merge
[SVN r78202]
|
2012-04-26 00:26:25 +00:00 |
|
|
93477e270e
|
Merging 77932-78199 from trunk
[SVN r78200]
|
2012-04-26 00:18:51 +00:00 |
|
|
fad4a7ebeb
|
rearranging files
[SVN r78106]
|
2012-04-21 06:09:54 +00:00 |
|
|
01f002f084
|
tweaked cref_result and ref_result to be non-lazy (for consistency).
[SVN r78058]
|
2012-04-18 02:57:56 +00:00 |
|
|
c8224c8bdf
|
deque fix for ambiguity and making ctors explicit
[SVN r78056]
|
2012-04-18 01:18:10 +00:00 |
|
|
ecc87abaab
|
more deque updates
[SVN r77967]
|
2012-04-14 00:57:15 +00:00 |
|
|
d87b5a8000
|
minor tweaks
[SVN r77814]
|
2012-04-07 12:02:16 +00:00 |
|
|
b34a8c79e8
|
hide detail stuff
[SVN r77812]
|
2012-04-07 11:07:35 +00:00 |
|
|
ec99f829f3
|
updates
[SVN r77811]
|
2012-04-07 10:57:10 +00:00 |
|
|
2936fd30fb
|
missing include
[SVN r77810]
|
2012-04-07 10:26:23 +00:00 |
|
|
a36f0f95cb
|
c++ port of deque working
[SVN r77809]
|
2012-04-07 10:08:00 +00:00 |
|
|
93ce3bd9bf
|
c++ port of deque underway
[SVN r77808]
|
2012-04-07 09:56:07 +00:00 |
|
|
e15c27bc8b
|
partial update (upgrade to c++11)
[SVN r77805]
|
2012-04-07 07:54:18 +00:00 |
|
|
92d51dcfa8
|
c++11 version start
[SVN r77803]
|
2012-04-07 07:43:05 +00:00 |
|
|
221e07a7a3
|
+ bumped copyright date
+ mpl::int_ optimizations
[SVN r77802]
|
2012-04-07 07:34:00 +00:00 |
|
|
9a8955fbe1
|
Merge from trunk
[SVN r75980]
|
2011-12-16 02:14:17 +00:00 |
|
|
a25a7092d8
|
Patches from Tim Blechmann
[SVN r75976]
|
2011-12-16 00:14:49 +00:00 |
|
|
48e4118768
|
Fixes for MSVC workarounds from Freundlich: http://codepad.org/wRelwDJt
[SVN r75595]
|
2011-11-21 14:43:19 +00:00 |
|
|
b6df98e86c
|
Made map random access. Thanks to Brandon Kohn!
[SVN r74881]
|
2011-10-10 09:55:41 +00:00 |
|