|
5e74d9f12e
|
Added config.hpp back.
|
2020-07-02 12:13:22 -04:00 |
|
|
1b5c17f75b
|
Updated header includes
|
2020-07-02 11:36:36 -04:00 |
|
|
15d0d66a75
|
Updated limit implementation.
|
2020-07-02 11:24:15 -04:00 |
|
|
47b430e3d5
|
Updated limits need undefs. Break reverse into two eequal parts. Updated seq tests.
|
2020-06-28 12:52:41 -04:00 |
|
|
59048974ba
|
When the tuple limit is not 256, use previous implementation
|
2020-06-13 13:19:21 -04:00 |
|
|
b72dcd7958
|
Fixed array functionality for large arrays.
|
2020-06-11 20:44:39 -04:00 |
|
|
cf34b5c21b
|
Simplified functionality
|
2020-06-11 08:23:22 -04:00 |
|
|
1347313cae
|
Added copyright
|
2020-06-11 08:22:46 -04:00 |
|
|
31704b522a
|
Added copyrights
|
2020-06-11 08:22:00 -04:00 |
|
|
f16f7721b5
|
Corrected syntax errors
|
2020-06-11 08:20:53 -04:00 |
|
|
43f02f9405
|
Simplified multiplication
|
2020-06-10 11:05:43 -04:00 |
|
|
e8bbb16f57
|
Use detail check for number 1 rather than empty implementation.
|
2020-06-10 10:44:35 -04:00 |
|
|
25aaea0136
|
Updated arithmetic.
|
2020-06-10 09:59:30 -04:00 |
|
|
13c9669410
|
Updated arithmetic implementations to deal with corner cases whichy run out of WHILE loops.
|
2020-06-09 20:54:12 -04:00 |
|
|
d41d1dda97
|
Updated multiplication and subtraction to check for maximum/minimum numbers.
|
2020-06-07 15:49:53 -04:00 |
|
|
c07bb185c1
|
Updated BOOST_PP_ADD implementation checking for the maximum number.
|
2020-06-07 05:36:32 -04:00 |
|
|
43caf4d41e
|
Added macros for testing miniumum (0) andf maximum numbers.
|
2020-06-06 16:12:56 -04:00 |
|
|
a6c5cd5bcf
|
Update test and jamfile
|
2020-06-04 21:52:46 -04:00 |
|
|
d49211a963
|
Only allow limits to be used by strictly conforming compilers.
|
2020-05-29 21:35:08 -04:00 |
|
|
7541c351ce
|
Update variadics test.
|
2020-05-29 13:12:53 -04:00 |
|
|
b68a2409ad
|
Fix syntax errors.
|
2020-05-29 13:11:46 -04:00 |
|
|
0999dfe1d5
|
Update default list size from 255 to 256.
|
2020-05-29 13:11:04 -04:00 |
|
|
a7560df684
|
Adding limits for repetition and seq.
|
2020-05-19 15:35:54 -04:00 |
|
|
fd3b57b15a
|
Added arithmetic testing for numbers up to 512. Corrected seq macro which does not expect a number above 256.
|
2020-05-04 18:44:20 -04:00 |
|
|
c859da1fc9
|
Fixed some syntax errors and updated a test to asccount for numbers being more than 256.
|
2020-05-04 00:34:09 -04:00 |
|
|
efea46b2fb
|
Allow iteration limits to be configured
|
2020-05-03 22:31:58 -04:00 |
|
|
b95d91ee71
|
Use a separate BOOST_PP_LIMIT_VARIADIC for variadic elements
|
2020-05-03 14:35:41 -04:00 |
|
|
9bf0043260
|
Updates for tuple elements of more than 64 elements
|
2020-05-02 21:59:30 -04:00 |
|
|
533d636ece
|
Implement tuple limits for TUPLE functionality. Add updated copyright for changed files.
|
2020-05-01 14:38:32 -04:00 |
|
|
0dcaaac66f
|
Changed directory structure so that all limits implementations are in their own relative "limits" subdirectory.
|
2020-04-30 10:24:33 -04:00 |
|
|
3b6102cd03
|
Added ability to change the number of tuple elements. A number of small fixes.
|
2020-04-30 09:06:06 -04:00 |
|
|
82addd1b28
|
Support for expanded numbers up to 512, as well as expanded while iterationms up to 512.
|
2020-04-29 06:38:10 -04:00 |
|
|
9cf66925d4
|
Latest Borland with clang can support variadic macros. Updated iso test to be more correct choosing compiler level.
|
2020-02-18 02:44:51 -05:00 |
|
|
688c3f2ee6
|
Turn off variadic macro support by default for nvcc only when compiling CUDA files.
|
2019-12-14 13:20:45 -05:00 |
|
|
bd0db5ce8b
|
Changed __CUDACC__ to __NVCC__ as other compilers do define __CUDACC__ when compiling CUDA files.
|
2019-12-14 12:45:02 -05:00 |
|
|
a6404a8fb2
|
Fixed __VA_OPT__ functionality for vc++ in c20 mode.
|
2019-11-12 14:57:09 -05:00 |
|
|
732d00341f
|
For the default VC++ preprocessor turn off __VA_OPT__ support in true c20 mode ( /Zc:__cplusplus ) as it can not handle it.
|
2019-11-12 10:31:24 -05:00 |
|
|
4f4f04c56b
|
Added va_opt.hpp to facilities header file.
|
2019-11-01 15:51:34 -04:00 |
|
|
776037ae56
|
Corrected implementation and testing for BOOST_PP_VA_OPT
|
2019-10-31 06:07:10 -04:00 |
|
|
4fe7807f79
|
Add BOOST_PP_VA_OPT implementation
|
2019-10-20 17:00:51 -04:00 |
|
|
80107ea60a
|
Changed opt to has_opt in header file and HTML
|
2019-10-19 10:51:40 -04:00 |
|
|
1473215dc7
|
Changed name of macro from BOOST_PP_VARIADIC_OPT to BOOST_PP_VARIADIC_HAS_OPT
|
2019-10-19 05:49:13 -04:00 |
|
|
88a0365f4d
|
Added the BOOST_PP_CHECK_EMPTY macro and documentation.
|
2019-10-06 22:06:38 -04:00 |
|
|
54669af127
|
Fixed macro testing for __VA_OPT__ support.
|
2019-09-27 22:15:18 -04:00 |
|
|
4cce94a84e
|
Segregate C20 macros code from other macros for BOOST_PP_IS_EMPTY
|
2019-09-27 09:44:15 -04:00 |
|
|
2f9be1086a
|
Less wasteful inclusion.
|
2019-09-26 16:07:03 -04:00 |
|
|
684e9991ec
|
Only include macro if allowable.
|
2019-09-26 15:05:17 -04:00 |
|
|
0cdd09e6e1
|
Change to a less wasteful use of BOOST_PP_VARIADIC_OPT in BOOST_PP_IS_EMPTY code.
|
2019-09-26 00:43:46 -04:00 |
|
|
22deb165b6
|
Documentation for variadic opt functionality.
|
2019-09-25 15:43:07 -04:00 |
|
|
e476f10f52
|
Added OPT macro to determine whether C++20's __VA_OPT__ is supported or not. Updated the undocumented variadic IS_EMPTY to use the functionality of __VA_OPT__ if it exists to provide perfect functionality for testing for emptiness.
|
2019-09-25 06:29:04 -04:00 |
|