|
46ff3eb1f4
|
Correct line endings.
|
2014-07-03 21:15:56 -04:00 |
|
|
04634b402b
|
Added topics for showing lists of macros which re-enter FOR, REPEAT, and WHILE.
|
2014-07-03 21:10:26 -04:00 |
|
|
83f05f5325
|
Add links tio topics for re-entrancies.
|
2014-07-03 21:02:11 -04:00 |
|
|
00d05d4f04
|
Added links to topics with macros which use re-entrancy versions.
|
2014-07-03 20:55:39 -04:00 |
|
|
542bd2653d
|
Use expand to fix VC++ problem.
|
2014-07-03 16:59:52 -04:00 |
|
|
fd36e236bc
|
get_data not needed.
|
2014-07-03 16:59:39 -04:00 |
|
|
c4bf80ee1d
|
Cleaner inclusion if is_single_return functionality.
|
2014-07-03 16:59:30 -04:00 |
|
|
2cea910cd8
|
Simplify get_data.
|
2014-07-03 16:59:15 -04:00 |
|
|
4fc958a89d
|
Remove special processing for REM_CTOR wsing VC++.
|
2014-07-03 16:59:05 -04:00 |
|
|
08c50b219d
|
Added documentation for is_begin_parens and remove_parens.
|
2014-07-03 16:58:01 -04:00 |
|
|
3a472c2084
|
Updated docs
|
2014-07-03 16:56:40 -04:00 |
|
|
4063b1564b
|
Updated doc for empty array and/or list when converted to other data type.
|
2014-07-03 16:51:28 -04:00 |
|
|
b70598c357
|
Using BOOST_PP_IDENTITY makes code clearer.
|
2014-07-03 16:51:17 -04:00 |
|
|
56525c76cc
|
Change back to original implementation.
|
2014-07-03 16:50:56 -04:00 |
|
|
8ac31eb612
|
Changed BOOST_PP_EMPTY to only use the variadic version when not VC++. Corrected others to use local version of EMPTY.
|
2014-07-03 16:50:44 -04:00 |
|
|
f61bb8a80f
|
Changed functionality so empty arrays/lists when converted to a seq or a tuple expand to nothing.
|
2014-07-03 16:46:20 -04:00 |
|
|
df165d9fc6
|
Added further tests for empty lists and arrays.
|
2014-07-03 16:46:07 -04:00 |
|
|
fb732aaab5
|
Fixes for empty conversions and tests for empty conversions.
|
2014-07-03 16:45:55 -04:00 |
|
|
9dfce3363c
|
Added remove_parens and tests.
|
2014-07-03 16:45:22 -04:00 |
|
|
6590e41581
|
Further tests of changes involving empty data.
|
2014-07-03 16:45:10 -04:00 |
|
|
ec93b32f82
|
Corrected calculation _msc_ver number.
|
2014-07-03 16:44:56 -04:00 |
|
|
6c091d7f99
|
Removed tests which involve undefined behavior.
|
2014-07-03 16:44:39 -04:00 |
|
|
b3b9e80f86
|
Updated tests for strict compilers or VC++
|
2014-07-03 16:44:27 -04:00 |
|
|
ea91a3defa
|
Added variadic is_empty tests.
|
2014-07-03 16:44:13 -04:00 |
|
|
4ed6f6e07a
|
Addition of is_empty tests and changes to rem processing as a workaround to VC++ problem.
|
2014-07-03 16:44:00 -04:00 |
|
|
2c7cf9410a
|
Added variadic version of BOOST_PP_EMPTY and added new is_empty tests.
|
2014-07-03 16:43:40 -04:00 |
|
|
975c39b910
|
Added variadic is_empty and is_begin_parens along with tests.
|
2014-07-03 16:43:16 -04:00 |
|
|
f80bb83f3b
|
Fixes for empty tuple processing
|
2014-07-03 16:42:26 -04:00 |
|
|
21ccb35814
|
Reapply typo fix.
|
2014-06-17 07:08:04 -04:00 |
|
|
6b0be3fe4f
|
Revert "Merge branch 'master' into develop"
This reverts commit 1422fce0db , reversing
changes made to 9d2d1fffdf .
|
2014-06-16 23:58:35 -04:00 |
|
|
1422fce0db
|
Merge branch 'master' into develop
|
2014-06-16 08:43:38 -04:00 |
|
|
9d2d1fffdf
|
Revert use of variadic is_empty.
|
2014-06-16 07:01:15 -04:00 |
|
|
60691e3a49
|
Merge branch 'vcoverload' into develop
|
2014-06-08 10:21:02 -04:00 |
|
|
3f75659921
|
Added documentation for is_begin_parens and remove_parens.
|
2014-06-08 02:00:24 -04:00 |
|
|
b43a4708eb
|
Correct line endings.
|
2014-06-04 19:38:09 -04:00 |
|
|
b923dadf19
|
Merge pull request #2 from coding-po/Bug_8454
#8454. Fixed minor typo in documentation.
|
2014-06-04 06:53:42 -04:00 |
|
|
e57370608e
|
Updated doc for empty array and/or list when converted to other data type.
|
2014-06-04 06:50:33 -04:00 |
|
|
7da3c88d82
|
#8454. Fixed minor typo in documentation.
|
2014-05-26 16:55:07 -07:00 |
|
|
70e0f2d6e0
|
Using BOOST_PP_IDENTITY makes code clearer.
|
2014-05-26 16:36:30 -04:00 |
|
|
b03d46129c
|
Change back to original implementation.
|
2014-05-25 07:53:44 -04:00 |
|
|
9d308c1b9d
|
Changed BOOST_PP_EMPTY to only use the variadic version when not VC++. Corrected others to use local version of EMPTY.
|
2014-05-23 10:23:40 -04:00 |
|
|
1f16a481c7
|
Changed functionality so empty arrays/lists when converted to a seq or a tuple expand to nothing.
|
2014-05-05 20:49:20 -04:00 |
|
|
181a88db7e
|
Added further tests for empty lists and arrays.
|
2014-05-04 23:55:53 -04:00 |
|
|
697ebcd840
|
Fixes for empty conversions and tests for empty conversions.
|
2014-05-04 03:07:00 -04:00 |
|
|
70e775452a
|
Added remove_parens and tests.
|
2014-05-03 02:15:47 -04:00 |
|
|
dec4cfd273
|
Further tests of changes involving empty data.
|
2014-05-02 20:17:08 -04:00 |
|
|
7da9dbb7a9
|
Corrected calculation _msc_ver number.
|
2014-05-02 02:59:10 -04:00 |
|
|
5c22605c3d
|
Removed tests which involve undefined behavior.
|
2014-05-01 23:21:05 -04:00 |
|
|
4614c62130
|
Updated tests for strict compilers or VC++
|
2014-05-01 01:20:12 -04:00 |
|
|
fe2a9cbfcc
|
Added variadic is_empty tests.
|
2014-04-30 16:15:57 -04:00 |
|