161 Commits

Author SHA1 Message Date
Edward Diener 4614c62130 Updated tests for strict compilers or VC++ 2014-05-01 01:20:12 -04:00
Edward Diener fe2a9cbfcc Added variadic is_empty tests. 2014-04-30 16:15:57 -04:00
Edward Diener c66ea5871f Addition of is_empty tests and changes to rem processing as a workaround to VC++ problem. 2014-04-30 16:06:49 -04:00
Edward Diener 6fe93a542d Added variadic version of BOOST_PP_EMPTY and added new is_empty tests. 2014-04-28 22:12:08 -04:00
Edward Diener d2bfda8308 Added variadic is_empty and is_begin_parens along with tests. 2014-04-28 19:24:42 -04:00
Edward Diener d11b03ad1e Updated tests to cover more areas of the implementation. 2013-12-05 14:43:02 -05:00
Edward Diener b3cdac0ea2 Updated tests.
[SVN r86789]
2013-11-23 07:45:00 +00:00
Edward Diener 25dbb38e1e Updated tuple tests.
[SVN r86766]
2013-11-19 14:53:24 +00:00
Edward Diener e607287986 Updated array tests.
[SVN r86743]
2013-11-17 22:23:51 +00:00
Edward Diener 8179a114c3 Added new tuple headers and updated tests to use a common test source file for each test.
[SVN r86715]
2013-11-15 23:54:12 +00:00
Paul Mensonides 1149d38ef4 limited variadic support
[SVN r72763]
2011-06-26 13:07:20 +00:00
Paul Mensonides 0c87b91f95 gcc fix
[SVN r70733]
2011-03-30 01:14:17 +00:00
Troy D. Straszheim 0882fe63f9 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 e582010b1f 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 8ed342548e 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 c213502e2c 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
Rene Rivera 485db8aef5 Move preprocessor tests into canonical test subdir structure.
[SVN r44385]
2008-04-13 23:21:57 +00:00
Paul Mensonides e11d89cecd ..
[SVN r25856]
2004-10-24 23:52:55 +00:00
John Maddock d18009e308 Converted files to the BSL based on the permissions in more/blanket-permission.txt
[SVN r25052]
2004-09-13 15:51:29 +00:00
Aleksey Gurtovoy 1812ca8e98 MSVC 6.5+STLPort workaround
[SVN r24218]
2004-08-01 06:27:56 +00:00
Douglas Gregor e599a58f10 Converted to Boost Software License, Version 1.0
[SVN r24096]
2004-07-27 03:43:34 +00:00
Paul Mensonides 8b80898ad6 fixed redundant check
[SVN r23556]
2004-07-14 21:13:05 +00:00
Paul Mensonides 9cc2279b2f tab removal
[SVN r21053]
2003-12-02 00:43:36 +00:00
Beman Dawes 72ecbc58fa fix wrong dir name
[SVN r17136]
2003-01-31 21:26:53 +00:00
Beman Dawes 4321cbbb79 Fix test directory name
[SVN r16066]
2002-11-02 20:31:30 +00:00
Paul Mensonides 6e30689e5e lib cleanup
[SVN r15696]
2002-10-03 22:26:50 +00:00
Paul Mensonides ae584c68b2 lib cleanup
[SVN r15689]
2002-10-03 22:04:13 +00:00
Paul Mensonides 7856c3b759 new tests
[SVN r15688]
2002-10-03 21:55:27 +00:00
Vesa Karvonen 25054a1ee1 Removed tabs...
[SVN r14481]
2002-07-16 14:55:24 +00:00
Vesa Karvonen 1561ca793c Learning through (stupid) mistakes...
[SVN r14217]
2002-06-20 18:30:31 +00:00
Vesa Karvonen 8792bd705a Removed MWCW workarounds from tests - tests are now less strict
[SVN r14152]
2002-06-16 09:20:03 +00:00
Vesa Karvonen 44b60d95ad Removed MWCW workarounds from tests - tests are now less strict
[SVN r14151]
2002-06-16 09:11:48 +00:00
Vesa Karvonen cbe5e0fa9f New O(N*N) space and O(1) time BOOST_PP_TUPLE_ELEM()
[SVN r14150]
2002-06-16 08:08:00 +00:00
Vesa Karvonen 5e0488f509 Removed commas from constant expression
[SVN r14116]
2002-06-09 18:18:27 +00:00
Vesa Karvonen 032860a124 Simplified a test
[SVN r14107]
2002-06-08 00:06:07 +00:00
Vesa Karvonen 9f9048e805 Automatic recursion
[SVN r14100]
2002-06-07 13:04:18 +00:00
Vesa Karvonen 3468956bc9 Added FROM_TO repetition macros.
[SVN r13364]
2002-04-04 08:23:26 +00:00
Vesa Karvonen fcd4b15cdf Renamed BOOST_PP_IF_THEN to BOOST_PP_EXPR_IF
[SVN r13173]
2002-03-11 16:11:34 +00:00
Vesa Karvonen 7202e6b56e Removed MWCW version number test from workarounds
[SVN r13166]
2002-03-10 08:27:13 +00:00
Vesa Karvonen 12b58b5b34 Added test for BOOST_PP_LIST_SIZE
[SVN r12725]
2002-02-05 12:20:00 +00:00
Vesa Karvonen ce975e7b9f Changed to recommended usage style of BOOST_PP_EMPTY & BOOST_PP_IDENTITY
[SVN r12724]
2002-02-05 12:19:33 +00:00
Vesa Karvonen 3805c6f71d Added test for BOOST_PP_LIST_FOR_EACH_PRODUCT()
[SVN r12719]
2002-02-05 11:30:34 +00:00
Vesa Karvonen 9e361682af Somewhat more C friendly. Some tests use templates.
[SVN r12553]
2002-01-29 14:28:42 +00:00
Vesa Karvonen 18f3c4b6ae MWCW workarounds
[SVN r12494]
2002-01-25 13:00:03 +00:00
Vesa Karvonen 7fe7c1cb6b Reduced maximum recursion depth requirement
[SVN r12484]
2002-01-24 17:09:40 +00:00
Vesa Karvonen b6dbf78f24 Added a test without rescan
[SVN r12465]
2002-01-23 18:58:18 +00:00
Vesa Karvonen 2a8190cf92 Shorter list to reduce compiling time from 13 to 5 on EDG based compilers
[SVN r12445]
2002-01-22 18:09:36 +00:00
Vesa Karvonen cf2315ddea Removed replacement rescan from tests.
Made requirements for BOOST_PP_CAT and BOOST_PP_STRINGIZE stronger.


[SVN r12440]
2002-01-22 13:38:55 +00:00
Vesa Karvonen 0206bbaa60 Added list data structure
[SVN r12431]
2002-01-22 10:18:08 +00:00
Vesa Karvonen 2e11cfcd42 Refactored the test not to use an O(N*N) operation. Repetition count remains the same.
[SVN r12374]
2002-01-20 17:46:01 +00:00