272 Commits

Author SHA1 Message Date
Peter Dimov
0c5348bef7 Add CMakeLists.txt boost-1.84.0.beta1 boost-1.84.0 boost-1.83.0.beta1 boost-1.83.0 boost-1.82.0.beta1 boost-1.82.0 boost-1.81.0.beta1 boost-1.81.0 boost-1.80.0.beta1 boost-1.80.0 boost-1.79.0.beta1 boost-1.79.0 boost-1.78.0.beta1 boost-1.78.0 boost-1.77.0.beta1 boost-1.77.0 boost-1.85.0.beta1 boost-1.85.0 boost-1.86.0.beta1 boost-1.86.0 boost-1.87.0.beta1 boost-1.87.0 boost-1.88.0.beta1 boost-1.88.0 2021-05-28 00:46:21 +03:00
Peter Dimov
dfbe377927 Merge branch 'master' into develop 2021-05-28 00:45:40 +03:00
Edward Diener
e8140d8183
Add "cxxstd" json field 2021-01-20 15:58:46 -05:00
Glen Fernandes
3b40572055 Merge branch 'develop' boost-1.76.0.beta1 boost-1.76.0 boost-1.75.0.beta1 boost-1.75.0 boost-1.74.0.beta1 boost-1.74.0 boost-1.73.0.beta1 boost-1.73.0 2019-12-17 08:42:23 -05:00
Glen Fernandes
eab203a2c5 Update Travis configuration 2019-12-17 08:41:00 -05:00
Glen Fernandes
e6f210c7ca Correct all guard macros to conform to Boost guidelines 2019-12-16 19:27:19 -05:00
Glen Fernandes
74cbc0f659 Merge branch 'develop' boost-1.72.0.beta1 boost-1.72.0 boost-1.71.0.beta1 boost-1.71.0 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' boost-1.70.0.beta1 boost-1.70.0 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' boost-1.69.0-beta1 boost-1.69.0 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
boost-1.68.0 boost-1.67.0 boost-1.66.0
2017-09-19 06:42:01 -07:00
Rene Rivera
d259f853b5 Add, and update, documentation build targets. boost-1.65.1 boost-1.65.0 boost-1.64.0-beta2 boost-1.64.0-beta1 boost-1.64.0 boost-1.63.0 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' boost-1.62.0 boost-1.61.0 boost-1.60.0 boost-1.59.0 boost-1.58.0 boost-1.57.0 boost-1.56.0 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