Commit Graph

266 Commits

Author SHA1 Message Date
Glen Fernandes
74cbc0f659 Merge branch 'develop' 2019-05-03 20:01:49 -04:00
Glen Fernandes
2f03d28dab Update appveyor configuration 2019-05-03 17:38:44 -04:00
Glen Fernandes
5bdb4f852c Use alloc_construct utilities from Boost.Core 2019-05-03 10:24:32 -04:00
Glen Fernandes
3ab14966b5 Merge branch 'develop' 2019-02-25 07:59:05 -05:00
Glen Fernandes
72763d70be Fix contribution from CromwellEnage to actually compile 2019-02-24 23:09:05 -05:00
Glen Fernandes
f59629cebb
Merge pull request #17 from CromwellEnage/index_range_size
index_range.size() was missing
2019-02-24 20:49:58 -05:00
Glen Fernandes
55bba0ed5b
Merge branch 'develop' into index_range_size 2019-02-24 20:48:00 -05:00
Glen Fernandes
9642ba7103 Add test cases for allocators 2019-02-19 00:57:25 -05:00
Glen Fernandes
453d38b269 Update sgi.com/tech URLs in docs to boost.org/sgi 2019-02-18 22:32:30 -05:00
Glen Fernandes
56b9b62ce4
Merge pull request #22 from boostorg/lightweight_test
Switch to Boost.Lightweight_Test for faster test build and run times
2019-02-18 22:30:34 -05:00
Glen Fernandes
11d00187fa Switch to Boost.Lightweight_Test for faster test build and run times 2019-02-18 15:59:40 -05:00
rxg
25b8a5479f
Merge pull request #10 from DanielaE/feature/retire-header-iterator
Get rid of iterator.hpp
2018-10-13 17:43:38 -07:00
Ronald Garcia
804dff44de Merge branch 'develop' 2018-10-03 20:38:17 -07:00
CromwellEnage
17f9326ecc index_range.size() was missing
Added missing size() member function to index_range in accordance with reference documentation.
2018-09-19 12:06:36 -04:00
Glen Fernandes
f126e8d7be
Merge pull request #13 from glenfe/develop
Add Travis and Appveyor configurations
2018-09-18 22:36:05 -04:00
Glen Fernandes
f589527689 Add Travis and Appveyor configurations 2018-09-08 20:36:05 -04:00
rxg
dedb1eaade
Merge pull request #12 from glenfe/develop
Improve C++11 allocator support
2018-09-05 20:42:38 -07:00
Glen Fernandes
e9229c8bf4 Improve C++11 allocator support
* Use the empty base optimization for storing the allocator
* Support C++11 minimal allocators
* Support C++11 stateful allocators
* Support C++11 allocator construct and destroy
2018-09-05 18:31:26 -04:00
Daniela Engert
c30eee78db
Get rid of iterator.hpp
It does nothing more than pulling std::iterator into namespace boost and including headers. This library only takes advantage of the included headers. OTOH, pulling std::iterator into boost generates deprecation warnings in MSVC 14.1 when compiling in C++17 mode. Even more, Boost's iterator.hpp is deprecated, too.

Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-12-27 15:59:42 +01:00
rxg
abcb2839d5 Merge pull request #8 from boostorg/develop
Please merge to master
2017-09-19 06:42:01 -07:00
Rene Rivera
d259f853b5 Add, and update, documentation build targets. 2016-10-10 11:39:51 -05:00
Rene Rivera
83c3738519 Add, and update, documentation build targets. 2016-10-07 23:07:35 -05:00
Ronald Garcia
fcfb551a1c Merge branch 'develop' of https://github.com/boostorg/multi_array into develop 2015-11-01 01:01:38 -08:00
Ronald Garcia
fcf70a4560 committing https://github.com/boostorg/multi_array/pull/6 to master. 2015-11-01 01:01:18 -08:00
rxg
5578fc341e Merge pull request #6 from MarcelRaad/patch-1
Fix clang warning
2014-10-05 09:10:35 -07:00
Marcel Raad
973ef10b02 Fix clang warning
clang complains about the friend declaration with a warning:

warning : unqualified friend declaration referring to type outside of the nearest enclosing namespace is a Microsoft extension; add a nested name specifier [-Wmicrosoft]
    friend class iterator_core_access;
                       ^
                       ::boost::

Explicitly qualifying the class name with its namespace fixes the warning.
2014-09-26 10:54:24 +02:00
rxg
43ef0fec88 Merge pull request #5 from danieljames/metadata
Create metadata file.
2014-08-24 23:54:48 -04:00
Daniel James
9ac138b91a Add metadata file. 2014-08-18 15:07:45 +01:00
Ronald Garcia
bf7d4881c0 Merge branch 'develop' of https://github.com/boostorg/multi_array into develop 2014-08-15 10:00:17 -07:00
Ronald Garcia
83493ba231 Modified fix for sergiud, for warning-less compilation on MSVC12.0 at level 4
in release mode.
Fixes #2
2014-08-15 09:54:17 -07:00
rxg
8b22b92d88 Merge pull request #4 from jzmaddock/patch-2
Update Jamfile.v2
2014-08-14 17:08:45 -07:00
jzmaddock
484645ee98 Update Jamfile.v2
Fix image location for PDF doc build.
2014-08-14 17:57:55 +01:00
Ronald Garcia
013ed850c5 Fixes #9886. Suppress -Wshadow-warnings warnings inside multi_array implementation. 2014-05-01 11:47:26 -07:00
Ronald Garcia
8da3864210 GCC 4.8 -Wunused-local-typedefs complains about an unused local typedef.
fixes #9888.
2014-04-23 10:14:08 -07:00
Ronald Garcia
f61cd7a7f7 Merge branch 'develop' 2014-04-23 08:36:51 -07:00
Ronald Garcia
acf2eb96be small edit, stolen from boost.xml.
[SVN r69845]
2014-04-22 19:11:55 -07:00
Ronald Garcia
adfc62347a re-added the title.
[SVN r69848]
2014-04-22 19:11:19 -07:00
Ronald Garcia
b4a42e42fe Produced a boostbook version of the reference documentation.
[SVN r69844]
2014-04-22 19:10:37 -07:00
Ronald Garcia
b9ba4320e4 fixes #8368
Changed a macro to use ifndef rather than if to avoid warnings.

[SVN r83761]
2014-04-22 18:59:56 -07:00
Stephen Kelly
9eb51cbe82 MultiArray: Remove obsolete MSVC version checks.
[SVN r85939]
2014-04-22 18:54:33 -07:00
Ronald Garcia
b0e181f0a0 added dimensionality constant to multi_array and multi_array_ref synopses.
[SVN r76452]
2014-04-22 18:32:37 -07:00
Ronald Garcia
12d5e39adc added dimensionality constant to multi_array and multi_array_ref synopses.
[SVN r76451]
2014-04-22 18:31:32 -07:00
Ronald Garcia
ae54068327 addressed an identifier clash.
[SVN r69965]
2014-04-22 18:26:22 -07:00
Daniel James
dc6b16e9c8 Merge branch 'merge-base' 2014-04-06 14:16:36 +01:00
Daniel James
b3757d35c9 Create merge base for git. 2014-04-06 14:16:21 +01:00
Michel Morin
9389db9340 Merge r86524 (Correct broken links to C++ standard papers); fixes #9212
[SVN r86673]
2013-11-13 03:22:55 +00:00
Michel Morin
0cb44bf7dc Correct broken links to C++ standard papers. Refs #9212.
[SVN r86524]
2013-10-30 12:51:24 +00:00
Stephen Kelly
59f108a7d1 MultiArray: Remove obsolete MSVC version checks.
[SVN r85939]
2013-09-26 09:43:12 +00:00
Ronald Garcia
795fda0d0f fixes #8368
Changed a macro to use ifndef rather than if to avoid warnings.


[SVN r83761]
2013-04-03 23:21:29 +00:00
Ronald Garcia
1e1e4a34d5 Pulling a patch from the trunk to release. include enable_if.hpp where
needed.


[SVN r78532]
2012-05-21 19:51:36 +00:00