Commit Graph

43 Commits

Author SHA1 Message Date
Antony Polukhin
63690b0114
Update appveyor.yml 2019-04-24 22:09:25 +03:00
Antony Polukhin
bfb7d0172c Update CI scripts to avoid clone issues and update copyright years 2019-01-10 23:35:25 +03:00
Antony Polukhin
9f2a3ea721 sync appveyor CI script with boost.dll 2018-12-13 22:43:58 +03:00
Antony Polukhin
6be8f91aa5 Appveyor fixes (6) 2018-11-20 23:30:09 +03:00
Antony Polukhin
f2e5a87d76 Appveyor fixes (5) 2018-11-20 22:48:44 +03:00
Antony Polukhin
1e4d76a533 Appveyor fixes and TravisCI polishings 2018-11-20 22:48:04 +03:00
Antony Polukhin
19b0bc5889 Appveyor fixes (3) 2018-11-20 22:27:40 +03:00
Antony Polukhin
99bd81dc15 Appveyor fixes (2) 2018-11-20 22:18:46 +03:00
Antony Polukhin
46b08d46ce Appveyor fixes (1) 2018-11-20 22:00:20 +03:00
Antony Polukhin
30fcc9015e Appveyor fixes 2018-11-20 21:51:57 +03:00
Antony Polukhin
8327cf4bc1 Improving CI by enabling Cygwin builds and polishing the Linux builds (4) 2018-11-19 23:33:04 +03:00
Antony Polukhin
785ff91251 Improving CI by enabling Cygwin builds and polishing the Linux builds (3) 2018-11-19 23:25:36 +03:00
Antony Polukhin
0556716893 Improving CI by enabling Cygwin builds and polishing the Linux builds (2) 2018-11-19 23:20:53 +03:00
Antony Polukhin
8011f11a38 Improving CI by enabling Cygwin builds and polishing the Linux builds 2018-11-19 23:08:00 +03:00
luz.paz
9108a17559 any: misc-typos
Found via `codespell -q 3`
2018-09-23 15:43:16 -04:00
Antony Polukhin
d962e210f8 Fix formatting in README and update the TravisCI script 2017-05-19 22:09:18 +03:00
Antony Polukhin
4ca14647ff Run MinGW tests too (thanks to Pavel Filinov for showing that appveyor apability) 2017-02-23 21:20:41 +03:00
Antony Polukhin
c8a2c96a44 Test case from trac issue 12052 2017-01-27 21:51:50 +03:00
Antony Polukhin
7260f203d1 Use boost::addressof instead of directly taking the address (trac 12615) 2017-01-04 12:42:24 +03:00
Antony Polukhin
e6d8a49e95 Do not include using double quotes (trac 12053) 2017-01-02 13:05:18 +03:00
Antony Polukhin
e0233ec493 Fix CI script: s/lexical_cast/any/g 2016-11-20 23:46:02 +03:00
Antony Polukhin
c14b1f46fd Updated CI scripts 2016-11-20 23:05:06 +03:00
Antony Polukhin
30d16c8499 More tests for RTTI off cases 2015-04-25 13:50:17 +03:00
Antony Polukhin
eb4545f32b Minor fix for old compilers 2014-08-26 16:11:00 +04:00
Antony Polukhin
c35a7ea2ce Any now can work without RTTI and uses Boost.TypeIndex 2014-08-11 14:07:54 +04:00
Marcel Raad
02c4ed6bc4 Avoid MSVC warning in tests
Visual C++ emits the following warning on implicit conversions from pointers to bool:
"warning C4800: 'const void *': forcing value to bool 'true' or 'false' (performance warning)"
Fixed by explicitly comparing the pointer to 0.
2014-07-05 17:33:53 +02:00
Antony Polukhin
853ace9bac Comment out test for MSVC-10 and add a note about that test 2014-02-06 10:32:12 +04:00
Antony Polukhin
15df291657 Moved all the tests and test related stuff to test/ folder 2014-02-05 18:08:19 +04:00
Antony Polukhin
619c405be4 Fix for construction of any from const any&& (refs #9215)
[SVN r86213]
2013-10-09 14:34:15 +00:00
Antony Polukhin
c9fbdf8734 Slightly change file and test names from r85152 to better reflect test (refs #6999)
[SVN r85158]
2013-07-25 08:56:08 +00:00
Antony Polukhin
1c62e59a93 Added some more C++11 tests for Boost.Any (refs #6999)
[SVN r85152]
2013-07-24 15:33:51 +00:00
Antony Polukhin
90b5d25d6a Make Boost.Any more conformant to draft:
* decay ValueType (partially refs #6999)
* experimental any_cast<rvalue&&>

[SVN r84140]
2013-05-04 19:01:27 +00:00
Antony Polukhin
008ba23d15 Do not use Boost.Move for rvalues emulation in Boost.Any (now rvalues in Boost.Any work only on C++11 compilers) (refs #6999)
[SVN r83917]
2013-04-15 20:17:30 +00:00
Antony Polukhin
d748e7ae4f Added rvalue references support via Boost.Move to Boost.Any (refs #6999)
[SVN r83901]
2013-04-14 18:16:26 +00:00
Troy D. Straszheim
23b025589c 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
d447690ffb 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
Michael A. Jackson
cd038b4f8d 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
e5c34bdf1a 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
Vladimir Prus
d5bf33f2f9 Remove V1 Jamfiles
[SVN r38516]
2007-08-08 19:02:26 +00:00
Alexander Nasonov
c99507274b Better test infrastructure
[SVN r33693]
2006-04-13 20:47:29 +00:00
Vladimir Prus
4c316b53d4 Added V2 Jamfile
[SVN r29184]
2005-05-25 13:33:14 +00:00
Vladimir Prus
83b150bd55 Try fixing the link error on VC*.
[SVN r28484]
2005-04-26 13:34:02 +00:00
Vladimir Prus
9f1c19dc3d Split test for any-to-reference cast into a separate file. In fails
on vc6 for unknown reason, and I don't want to investigate this.


[SVN r28401]
2005-04-22 06:37:25 +00:00