b09e7f3d3d
Fix & regenerate sum_avg_portable.cpp
...
[SVN r20402]
2003-10-17 16:25:51 +00:00
2c708069e8
Answer the eternal operator== question.
...
[SVN r20356]
2003-10-12 16:02:26 +00:00
8c8f072d09
Update license to the new Boost license (yay!)
...
[SVN r20235]
2003-10-01 04:10:37 +00:00
cb3c1b0d1e
doc/tutorial.xml: fix a typo in the example code (thanks Jens!)
...
test/sum_avg_portable.cpp: regenerated.
[SVN r19136]
2003-07-16 04:40:25 +00:00
a753dbc048
Jamfile.v2: Jamfile for Boost.Function documentation
...
[SVN r18244]
2003-04-13 14:51:26 +00:00
eeb15caff2
Document nested class template "sig"
...
[SVN r17946]
2003-03-16 02:00:20 +00:00
ade6c96d5c
Updated to reflect BoostBook changes
...
[SVN r17941]
2003-03-15 23:12:35 +00:00
b54e9df555
Lots of cleanups as BoostBook becomes more strict
...
[SVN r17871]
2003-03-13 00:29:57 +00:00
eb14b70c9c
Move away from attributes, toward elements
...
[SVN r17869]
2003-03-13 00:08:34 +00:00
48e2bc0bdb
Import of BoostBook documentation for any, array, bind, function, ref, and
...
signals libraries.
[SVN r17866]
2003-03-12 23:27:25 +00:00
652955dee5
The old HTML Function documentation has been removed. The file index.html
...
redirects to $BOOST_ROOT/doc/html/function.html, the new home for the Function
library documentation
[SVN r17467]
2003-02-17 04:43:49 +00:00
8b6ebc4c42
>> std::endl; is bad :)
...
[SVN r17078]
2003-01-29 13:49:14 +00:00
f9ae459b2d
- Removed everything deprecated in 1.29.0
...
- Deprecate user use of function_base
- Use the Boost Preprocessor library to make Function scalable to any
(reasonable) number of arguments
- Make any_pointer a POD (oops)
- Test Boost.Function for 30 arguments
- Remove tests of deprecated features
[SVN r15498]
2002-09-24 17:16:17 +00:00
f36e83fb27
function_base.hpp:
...
- Remove safe_bool conversion and operator! from class function_base
function_template.hpp:
- Add safe_bool conversion and operator!
- operator! returns bool, not safe_bool (Peter Dimov)
reference.html:
- Document above change
[SVN r15356]
2002-09-16 03:44:18 +00:00
ab1228c279
reference.html:
...
- Document argI_type typedefs
- Document arity ICE
[SVN r15183]
2002-09-06 18:47:32 +00:00
d59b93384b
Report success on Compaq cxx 6.2
...
[SVN r14697]
2002-08-05 15:07:34 +00:00
e837b20127
Report the sad fate of CodeWarrior
...
[SVN r14696]
2002-08-05 15:05:57 +00:00
0ff1daa573
Proper HTML, please
...
[SVN r14690]
2002-08-05 06:29:07 +00:00
8b734dac5a
Added Sun CC to the bad side of the syntax table
...
[SVN r14689]
2002-08-05 06:24:18 +00:00
5010a0beb0
tutorial.html:
...
- Use tables to show both preferred/compatible syntaxes
- Include a table describing which syntax is right for each compiler
[SVN r14687]
2002-08-05 06:20:30 +00:00
7ad9e2afee
Tutorial now describes the new syntax (and the old syntax)
...
[SVN r14541]
2002-07-19 21:18:01 +00:00
e9ce99dede
test/function_n_test.cpp:
...
test/function_test.cpp:
- Don't use deprecated functions
index.html:
doc/reference.html:
- Describe deprecations
[SVN r14540]
2002-07-19 20:45:36 +00:00
d50e9729ea
Fixed conflicts in 1.28.0 merge
...
[SVN r13946]
2002-05-16 02:18:29 +00:00
e975d1e0c2
Lambda is now a Boost library
...
[SVN r13831]
2002-05-13 12:33:19 +00:00
02f5d9d0e0
reference.html:
...
- Document non-voidness of result_type when on a broken compiler
[SVN r12616]
2002-02-01 02:55:22 +00:00
39f6d34db8
reference.html:
...
- Document exception behavior of assignments/construction from stateless
objects
- Document what the term "stateless" means in this context
[SVN r12567]
2002-01-30 03:54:18 +00:00
a250f9c140
Lots of documentation fixes - thanks Dave
...
[SVN r12505]
2002-01-25 15:00:37 +00:00
794b728603
tutorial.html:
...
- State that ref(...) function objects won't throw during construction,
either.
[SVN r12061]
2001-12-15 00:58:47 +00:00
1a7478bbd1
Updated docs to reflect changes in code:
...
- assignments/constructors that took const F& now take F
- no need to use &free_function for assignment from free functions, unless
using MSVC6.5
[SVN r11946]
2001-12-05 23:16:39 +00:00
2e67e2126b
reference.html:
...
- Document semantics of reference_wrapper usage
tutorial.html:
- Add short discussion and example of ref() and cref()
[SVN r11874]
2001-12-03 16:26:19 +00:00
dd76ed757b
Removed question about member function pointers since they are now supported
...
[SVN r11628]
2001-11-07 20:16:09 +00:00
e5ff80fb52
Documented new feature in tutorial: automatic adaptation of pointers to member functions
...
Updated reference documentation:
- Adaptation of pointers to member functions
- No longer lie about safe_bool
- Added documentation for operator!
- Defined "compatible"
[SVN r11458]
2001-10-28 04:52:37 +00:00
50fb80c253
Fix broken hyperlink
...
[SVN r10896]
2001-08-19 15:08:33 +00:00
f79765cce1
reference.html:
...
- Remove declaration/documentation of non-const operator().
- Update documentation of operator() const to state that the called
object is not cv-qualified.
[SVN r10687]
2001-07-22 05:30:15 +00:00
931737f72b
reference.html:
...
- Boldified C++ keywords to make summary more readable.
[SVN r10634]
2001-07-16 18:17:00 +00:00
ce08e55a63
referemce.html:
...
- Document swapping of mixins in swap()
[SVN r10622]
2001-07-14 20:02:39 +00:00
8121f4ebb6
reference.html:
...
- Assignment operator and set() function both meet the strong exception
guarantee.
[SVN r10621]
2001-07-14 19:58:43 +00:00
d37903b2e7
index.html:
...
- Removed reference and tutorial: now just link to them
faq.html:
- Moved to doc/faq.html
doc/faq.html:
- Relative directory fixups
doc/reference.html:
- Reference manual for Boost.Function
doc/tutorial.html:
- Tutorial for Boost.Function (the old "Usage" sections)
- Additional example showing the use of references and arrays
example/bind1st.cpp:
example/int_div.cpp:
example/sum_avg.cpp:
- Examples from tutorial
[SVN r10620]
2001-07-14 19:57:09 +00:00