Commit Graph

58 Commits

Author SHA1 Message Date
6c66df95c8 Minor optimization of list processing
[SVN r12458]
2002-01-23 15:16:21 +00:00
f58a5b4e7d BOOST_PP_LIMIT_TUPLE extended to 16
[SVN r12452]
2002-01-23 11:28:10 +00:00
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
09546e072c BOOST_PP_EXPAND now used only as a workaround
[SVN r12441]
2002-01-22 13:41:53 +00:00
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
0724dd58dc Removed apparently redundant uses of BOOST_PP_EXPAND()
[SVN r12438]
2002-01-22 13:35:09 +00:00
aeea661a59 Recognized MSVC++ workaround
[SVN r12437]
2002-01-22 13:33:39 +00:00
fa88c0d360 Changed implementation to allow macro expansion of macro arguments
[SVN r12436]
2002-01-22 13:32:06 +00:00
178a8ab429 Added list data structure
[SVN r12433]
2002-01-22 10:29:42 +00:00
0206bbaa60 Added list data structure
[SVN r12431]
2002-01-22 10:18:08 +00:00
e562e2478b Update documentation
[SVN r12400]
2002-01-21 19:21:24 +00:00
e1af246b06 2D repetition example added to documentation
[SVN r12399]
2002-01-21 19:18:51 +00:00
c518362505 C/C++ -> C++
[SVN r12398]
2002-01-21 19:17:40 +00:00
a07e8b26b7 Minor documentation change
[SVN r12397]
2002-01-21 19:05:49 +00:00
255317ea1b Changed primary e-mail address for Boost development
[SVN r12377]
2002-01-20 19:45:23 +00:00
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
fbea3f4f9f Increased repetition count of the test to reveal performance issues
[SVN r12373]
2002-01-20 17:42:29 +00:00
3789decea9 Better browsing support
[SVN r12371]
2002-01-20 16:49:07 +00:00
e4516ada6a Added BOOST_PP_FOR, BOOST_PP_ENUM, BOOST_PP_ENUM_SHIFTED
[SVN r12370]
2002-01-20 16:31:41 +00:00
b98a594400 Added BOOST_PP_FOR
[SVN r12369]
2002-01-20 16:29:23 +00:00
73218bea71 Added BOOST_PP_ENUM, BOOST_PP_ENUM_SHIFTED, BOOST_PP_FOR,
BOOST_PP_EXPAND


[SVN r12368]
2002-01-20 16:25:09 +00:00
7653a0a42a Documentation terminology corrected: function -> macro
[SVN r12363]
2002-01-19 20:22:43 +00:00
03e35a4408 Added BOOST_PP_EXPAND()
[SVN r12362]
2002-01-19 20:14:32 +00:00
609357592a Added BOOST_PP_TUPLE_EAT
[SVN r12325]
2002-01-15 16:58:55 +00:00
ea1c66e021 tuple.hpp split.
[SVN r12297]
2002-01-13 15:54:51 +00:00
90e8e9557e BOOST_PP_EAT() added & tuple.hpp split.
[SVN r12296]
2002-01-13 15:53:15 +00:00
6644430159 TUPLE_EAT added
[SVN r12295]
2002-01-13 15:42:53 +00:00
a4dc24ae7c IF uses TUPLE_ELEM to remove two macros
[SVN r12294]
2002-01-13 15:27:25 +00:00
590d3be836 tuple functionality will be divided into multiple headers
[SVN r12293]
2002-01-13 15:23:50 +00:00
4835f0392d minor comment change
[SVN r12292]
2002-01-13 15:17:02 +00:00
5adad67c89 Minor changes.
[SVN r12206]
2002-01-03 14:56:18 +00:00
1f2380191c Bug fix: missing type in TEST() macro.
[SVN r12174]
2001-12-31 11:26:55 +00:00
d8b52a3a42 PREPROCESSOR -> PP. WHILE documented.
[SVN r12162]
2001-12-28 11:06:53 +00:00
5991b00456 Removed unnecessary #includes.
[SVN r12161]
2001-12-28 11:05:11 +00:00
aa53f0052b Split unit test for more fine grained test results
[SVN r12159]
2001-12-28 08:41:34 +00:00
7b1499c976 bumped workaround number to accomodate CodeWarrior beta compiler
[SVN r12124]
2001-12-19 21:30:15 +00:00
6218e5799d Reduced recursion depths due to excessive compile times on EDG
[SVN r12082]
2001-12-17 15:33:10 +00:00
f6d5ec02a8 Removed MUL(50,50), because it takes too much time on some compilers
[SVN r12013]
2001-12-11 07:58:08 +00:00
27466e7d4d Lowered implicitly tested maximum iteration depth slightly
[SVN r12011]
2001-12-10 22:27:07 +00:00
a612153a59 Added MOD
[SVN r12010]
2001-12-10 22:15:42 +00:00
cd69e240b3 Added MOD and implemented ADD, SUB & MUL using WHILE reducing internal repetition
[SVN r12009]
2001-12-10 22:11:42 +00:00
ef938f3335 Removed confusing #include information
[SVN r11987]
2001-12-09 14:30:29 +00:00
90f8bb2304 Compressed while implementation
[SVN r11942]
2001-12-05 22:24:23 +00:00
692025092b Fixed long file names
[SVN r11933]
2001-12-05 18:21:47 +00:00
4c2d36fad3 *** empty log message ***
[SVN r11931]
2001-12-05 17:02:26 +00:00
40de542d88 CodeWarrior workaround
[SVN r11930]
2001-12-05 16:53:42 +00:00
0e7988bb46 Minor updates
[SVN r11889]
2001-12-03 22:29:23 +00:00
5eae85ecd9 Apparently the doxygen generated style sheet was not used.
[SVN r11886]
2001-12-03 21:36:46 +00:00
0dd5c9fe3d Removed doxygen.gif - it is not needed
[SVN r11885]
2001-12-03 21:33:51 +00:00
d9ab221221 Reference document generation files
[SVN r11884]
2001-12-03 21:27:13 +00:00