Commit Graph

95 Commits

Author SHA1 Message Date
31b1b43b9f Improving docs
[SVN r12598]
2002-01-31 08:12:31 +00:00
756563fb76 Working on docs.
[SVN r12587]
2002-01-30 19:53:52 +00:00
e8b6627a48 Working on docs
[SVN r12586]
2002-01-30 19:52:31 +00:00
460db18e02 Documentation in progress
[SVN r12585]
2002-01-30 17:54:36 +00:00
ae7ca5e40d Renamed delay.cpp to delay.c
[SVN r12579]
2002-01-30 14:58:05 +00:00
704705aebe Who needs templates anyway? :)
[SVN r12578]
2002-01-30 14:57:31 +00:00
7e20901c38 Ported to MSVC++ and MWCW.
[SVN r12577]
2002-01-30 14:47:44 +00:00
84a46d253a Added BOOST_PP_LIST_FOR_EACH_PRODUCT
[SVN r12572]
2002-01-30 10:23:09 +00:00
18ae25d5e5 LIST_FOR_EACH_PRODUCT() added to library
[SVN r12571]
2002-01-30 10:22:13 +00:00
9d401687ef Added but not documented LIST_FOR_EACH_PRODUCT()
[SVN r12570]
2002-01-30 10:16:39 +00:00
d0f812ce7e Acknowledged Chris Little and Mat Marcus.
[SVN r12569]
2002-01-30 08:10:52 +00:00
6b50ff7484 Refinements
[SVN r12555]
2002-01-29 15:06:47 +00:00
59180fab96 Somewhat more C friendly. Uses templates...
[SVN r12554]
2002-01-29 14:30:09 +00:00
9e361682af Somewhat more C friendly. Some tests use templates.
[SVN r12553]
2002-01-29 14:28:42 +00:00
df1244ba20 Preprocessor library is now C friendly.
[SVN r12552]
2002-01-29 14:13:10 +00:00
972f6222d1 Updated plan
[SVN r12549]
2002-01-29 12:56:26 +00:00
418a1a5654 Refinements
[SVN r12547]
2002-01-29 12:24:55 +00:00
3fce5e9ef9 Refinements
[SVN r12546]
2002-01-29 12:02:11 +00:00
9ff3bf1455 Now takes only a couple of minutes to compile.
[SVN r12545]
2002-01-29 10:48:45 +00:00
409f93a5d6 Fix
[SVN r12544]
2002-01-29 10:02:23 +00:00
9fd20dc4e2 Refinements
[SVN r12543]
2002-01-29 09:20:56 +00:00
318494b610 Added a simple example on using BOOST_PP_LIST_FOR_EACH()
[SVN r12541]
2002-01-29 08:37:56 +00:00
2c352e415d Separated unary and binary operators
[SVN r12540]
2002-01-29 07:39:06 +00:00
035c5abcd0 Who needs templates anyway!
[SVN r12537]
2002-01-28 16:17:56 +00:00
1fc3933855 MWCW workaround
[SVN r12506]
2002-01-25 15:26:51 +00:00
0021c42186 Minor technical detail added
[SVN r12499]
2002-01-25 13:54:07 +00:00
6d04d3068b MWCW workarounds
[SVN r12497]
2002-01-25 13:15:56 +00:00
e481dd2824 Removed doxygen version from generated docs - avoids redundant updates!
[SVN r12496]
2002-01-25 13:14:30 +00:00
18f3c4b6ae MWCW workarounds
[SVN r12494]
2002-01-25 13:00:03 +00:00
7fe7c1cb6b Reduced maximum recursion depth requirement
[SVN r12484]
2002-01-24 17:09:40 +00:00
8c690013f4 Added DELAY() example
[SVN r12479]
2002-01-24 15:58:43 +00:00
64e6a56ad0 Minor optimization
[SVN r12478]
2002-01-24 14:06:21 +00:00
28f575096e Minor optimizations
[SVN r12474]
2002-01-24 13:19:20 +00:00
7413d48c47 Minor optimizations
[SVN r12466]
2002-01-23 19:10:47 +00:00
b6dbf78f24 Added a test without rescan
[SVN r12465]
2002-01-23 18:58:18 +00:00
1bfd0f8c40 Minor optimizations
[SVN r12462]
2002-01-23 17:20:54 +00:00
e2d7a2559a Minor optimizations
[SVN r12460]
2002-01-23 16:41:44 +00:00
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