Commit Graph

624 Commits

Author SHA1 Message Date
Vesa Karvonen
318494b610 Added a simple example on using BOOST_PP_LIST_FOR_EACH()
[SVN r12541]
2002-01-29 08:37:56 +00:00
Vesa Karvonen
2c352e415d Separated unary and binary operators
[SVN r12540]
2002-01-29 07:39:06 +00:00
Vesa Karvonen
035c5abcd0 Who needs templates anyway!
[SVN r12537]
2002-01-28 16:17:56 +00:00
Vesa Karvonen
1fc3933855 MWCW workaround
[SVN r12506]
2002-01-25 15:26:51 +00:00
Vesa Karvonen
0021c42186 Minor technical detail added
[SVN r12499]
2002-01-25 13:54:07 +00:00
Vesa Karvonen
6d04d3068b MWCW workarounds
[SVN r12497]
2002-01-25 13:15:56 +00:00
Vesa Karvonen
e481dd2824 Removed doxygen version from generated docs - avoids redundant updates!
[SVN r12496]
2002-01-25 13:14:30 +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
8c690013f4 Added DELAY() example
[SVN r12479]
2002-01-24 15:58:43 +00:00
Vesa Karvonen
64e6a56ad0 Minor optimization
[SVN r12478]
2002-01-24 14:06:21 +00:00
Vesa Karvonen
28f575096e Minor optimizations
[SVN r12474]
2002-01-24 13:19:20 +00:00
Vesa Karvonen
7413d48c47 Minor optimizations
[SVN r12466]
2002-01-23 19:10:47 +00:00
Vesa Karvonen
b6dbf78f24 Added a test without rescan
[SVN r12465]
2002-01-23 18:58:18 +00:00
Vesa Karvonen
1bfd0f8c40 Minor optimizations
[SVN r12462]
2002-01-23 17:20:54 +00:00
Vesa Karvonen
e2d7a2559a Minor optimizations
[SVN r12460]
2002-01-23 16:41:44 +00:00
Vesa Karvonen
6c66df95c8 Minor optimization of list processing
[SVN r12458]
2002-01-23 15:16:21 +00:00
Vesa Karvonen
f58a5b4e7d BOOST_PP_LIMIT_TUPLE extended to 16
[SVN r12452]
2002-01-23 11:28:10 +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
09546e072c BOOST_PP_EXPAND now used only as a workaround
[SVN r12441]
2002-01-22 13:41:53 +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
0724dd58dc Removed apparently redundant uses of BOOST_PP_EXPAND()
[SVN r12438]
2002-01-22 13:35:09 +00:00
Vesa Karvonen
aeea661a59 Recognized MSVC++ workaround
[SVN r12437]
2002-01-22 13:33:39 +00:00
Vesa Karvonen
fa88c0d360 Changed implementation to allow macro expansion of macro arguments
[SVN r12436]
2002-01-22 13:32:06 +00:00
Vesa Karvonen
178a8ab429 Added list data structure
[SVN r12433]
2002-01-22 10:29:42 +00:00
Vesa Karvonen
0206bbaa60 Added list data structure
[SVN r12431]
2002-01-22 10:18:08 +00:00
Vesa Karvonen
e562e2478b Update documentation
[SVN r12400]
2002-01-21 19:21:24 +00:00
Vesa Karvonen
e1af246b06 2D repetition example added to documentation
[SVN r12399]
2002-01-21 19:18:51 +00:00
Vesa Karvonen
c518362505 C/C++ -> C++
[SVN r12398]
2002-01-21 19:17:40 +00:00
Vesa Karvonen
a07e8b26b7 Minor documentation change
[SVN r12397]
2002-01-21 19:05:49 +00:00
Vesa Karvonen
255317ea1b Changed primary e-mail address for Boost development
[SVN r12377]
2002-01-20 19:45:23 +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
Vesa Karvonen
fbea3f4f9f Increased repetition count of the test to reveal performance issues
[SVN r12373]
2002-01-20 17:42:29 +00:00
Vesa Karvonen
3789decea9 Better browsing support
[SVN r12371]
2002-01-20 16:49:07 +00:00
Vesa Karvonen
e4516ada6a Added BOOST_PP_FOR, BOOST_PP_ENUM, BOOST_PP_ENUM_SHIFTED
[SVN r12370]
2002-01-20 16:31:41 +00:00
Vesa Karvonen
b98a594400 Added BOOST_PP_FOR
[SVN r12369]
2002-01-20 16:29:23 +00:00
Vesa Karvonen
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
Vesa Karvonen
7653a0a42a Documentation terminology corrected: function -> macro
[SVN r12363]
2002-01-19 20:22:43 +00:00
Vesa Karvonen
03e35a4408 Added BOOST_PP_EXPAND()
[SVN r12362]
2002-01-19 20:14:32 +00:00
Vesa Karvonen
609357592a Added BOOST_PP_TUPLE_EAT
[SVN r12325]
2002-01-15 16:58:55 +00:00
Vesa Karvonen
ea1c66e021 tuple.hpp split.
[SVN r12297]
2002-01-13 15:54:51 +00:00
Vesa Karvonen
90e8e9557e BOOST_PP_EAT() added & tuple.hpp split.
[SVN r12296]
2002-01-13 15:53:15 +00:00
Vesa Karvonen
6644430159 TUPLE_EAT added
[SVN r12295]
2002-01-13 15:42:53 +00:00
Vesa Karvonen
a4dc24ae7c IF uses TUPLE_ELEM to remove two macros
[SVN r12294]
2002-01-13 15:27:25 +00:00
Vesa Karvonen
590d3be836 tuple functionality will be divided into multiple headers
[SVN r12293]
2002-01-13 15:23:50 +00:00
Vesa Karvonen
4835f0392d minor comment change
[SVN r12292]
2002-01-13 15:17:02 +00:00
Vesa Karvonen
5adad67c89 Minor changes.
[SVN r12206]
2002-01-03 14:56:18 +00:00
Vesa Karvonen
1f2380191c Bug fix: missing type in TEST() macro.
[SVN r12174]
2001-12-31 11:26:55 +00:00
Vesa Karvonen
d8b52a3a42 PREPROCESSOR -> PP. WHILE documented.
[SVN r12162]
2001-12-28 11:06:53 +00:00
Vesa Karvonen
5991b00456 Removed unnecessary #includes.
[SVN r12161]
2001-12-28 11:05:11 +00:00