Commit Graph

160 Commits

Author SHA1 Message Date
James E. King III
d30e5c2d37 Update CI 2019-04-27 06:08:32 -04:00
James E. King III
2d5f5f96de Expand CI further, with a libc++ test and strict VS2017 tests 2018-11-03 15:52:42 -04:00
morinmorin
8f60fca45e Avoid conversions to Container's Allocator (#29)
* Avoid conversion to Container's Allocator. Refs trac-7364 (and trac-5419).
* Add test for copy assign and direct init.
2018-10-22 18:30:18 -04:00
James E. King III
32762ebbc7 add test logic to ensure each header compiles in isolation 2018-10-15 20:16:45 -04:00
James E. King III
44cafc2f88 fix regression from perfect forwarding PR 2018-10-15 20:16:45 -04:00
James E. King III
88bc7a302c expand the CI matrix 2018-10-14 20:37:28 -04:00
James E. King III
56a25e2b5f trac-9540: resolve using ambiguity 2018-10-12 08:41:20 -04:00
Vemund Handeland
c66a112cae trac-10477: rvalue reference, perfect forwarding and variadic template support (#6)
* Added rvalue reference, perfect forwarding and variadic template support
* Added test for std::array support
2018-10-07 22:45:02 -04:00
James E. King III
8311e01cb3 trac-10153: stray semicolon in documentation example for operator+= 2018-10-08 02:42:26 +00:00
James E. King III
5671983849 trac-7040: sun-cc compatibility fix 2018-10-08 02:20:24 +00:00
Marshall Clow
e9fc9ceab9
Merge pull request #19 from luzpaz/assign-misc-typos
assign: misc. typos
2018-09-24 07:37:36 -07:00
luz.paz
0acfc77588 assign: misc. typos
Found via `codesspell -q 3`
2018-09-24 06:51:36 -04:00
akumta
308b6a4c6b update for boot ticket 10984 2018-07-31 11:14:04 -04:00
James E. King III
55b25506b2 fix uninitialized variable 2018-07-27 07:51:45 -04:00
James E. King III
8e74b7f1a3 fix covscan badges 2018-07-23 17:22:09 +00:00
James E. King III
03c9931402 Added CI framework
- travis with valgrind, cppcheck, ubsan, codecov, covscan (future)
  - appveyor with MSVC 2010 through 2017, cygwin 32/64, mingw 32/64
  - README, LICENSE, etc.
2018-07-23 13:18:09 -04:00
Peter Dimov
743c3f3c57 Merge branch 'feature/replace-auto_ptr' of https://github.com/DanielaE/boost.assign into develop 2017-11-21 03:58:47 +02:00
Peter Dimov
0c3d63169c Merge branch 'master' of https://github.com/gjasny/assign into develop 2017-11-21 03:54:50 +02:00
Peter Dimov
865c5d07cb Disable problematic test case on C++11 2017-11-21 03:51:11 +02:00
Peter Dimov
361a26edc8 Add g++ 5, 6, 7 to Travis 2017-11-21 02:46:40 +02:00
Peter Dimov
b62b64c38c Fix C++11 test failures in list_of, list_inserter 2017-11-21 02:23:18 +02:00
Peter Dimov
92c14dace9 Add .travis.yml 2017-11-04 17:14:45 +02:00
Peter Dimov
4f600ed783 Merge branch 'master' into develop 2017-11-04 17:13:41 +02:00
Peter Dimov
1c389d3312
Merge pull request #14 from eldiener/develop
Remove executable attribute from files.
2017-11-03 23:38:32 +02:00
Edward Diener
b4432eeb29 Remove executable attribute from files. 2017-09-17 09:01:40 -04:00
Daniela Engert
9db927c2df Replace deprecated/removed auto_ptr by unique_ptr.
Signed-off-by: Daniela Engert <dani@ngrt.de>
2017-05-05 15:42:49 +02:00
Vladimir Prus
dcc4d36468 Merge pull request #9 from alexhenrie/develop
Correct spelling of "suppress"
2015-08-15 15:36:54 +03:00
Alex Henrie
ad056f9e56 Correct spelling of "suppress" 2015-02-07 02:02:06 -07:00
Peter Dimov
bc3c7bcaf6 Merge branch 'develop' 2015-01-25 21:44:35 +02:00
Peter Dimov
cc7c33ca57 Merge pull request #5 from danieljames/metadata
Create metadata file.
2015-01-25 20:36:39 +02:00
Daniel James
3e1a4de006 Add metadata file. 2014-08-18 14:57:26 +01:00
Daniel James
76d4e719b6 Merge branch 'develop' 2014-05-14 18:25:39 +01:00
BenPope
4c3e4c18e7 Type disambiguation for C++11 2014-04-24 09:03:37 +01:00
Daniel James
d6ed365f9c Create merge base for git. 2014-04-06 13:55:39 +01:00
Gregor Jasny
e3a9102b15 Use BOOST_THROW_EXCEPTION macro to throw
Signed-off-by: Gregor Jasny <gregor.jasny@citrix.com>
2013-12-12 22:32:46 +01:00
Michel Morin
29b328f6b7 Merge r86524 (Correct broken links to C++ standard papers); fixes #9212
[SVN r86673]
2013-11-13 03:22:55 +00:00
Michel Morin
ae942bbcb3 Correct broken links to C++ standard papers. Refs #9212.
[SVN r86524]
2013-10-30 12:51:24 +00:00
Stephen Kelly
7a089d67c3 Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2013-09-26 13:02:51 +00:00
Hartmut Kaiser
2457c825f3 Spirit: merging from trunk upto rev. 61489
[SVN r63640]
2010-07-04 22:38:38 +00:00
Steven Watanabe
a06e839236 Resolve C++0x ambiguities. Fixes #3073
[SVN r62737]
2010-06-10 14:32:59 +00:00
Jeremiah Willcock
7ba579417e Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
[SVN r61437]
2010-04-20 18:49:18 +00:00
Troy D. Straszheim
cecbca2021 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
548b266b4a rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
[SVN r56941]
2009-10-17 01:10:45 +00:00
Troy D. Straszheim
577a13027e Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
2009-07-26 00:49:56 +00:00
Troy D. Straszheim
9b7d4ec5e1 Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
2009-07-22 21:51:01 +00:00
Thorsten Jørgen Ottosen
b82e4a7a71 fix for supressing warnings
[SVN r52203]
2009-04-05 20:49:17 +00:00
Thorsten Jørgen Ottosen
81c5a72afc suppressing of warnings
[SVN r52201]
2009-04-05 20:29:16 +00:00
Troy D. Straszheim
6a98dd41ea merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00
Michael A. Jackson
4169acc6c6 Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
025ef7678d Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
2008-11-01 13:15:41 +00:00