Daniel James
9ea95b071b
Detab some jamfiles.
...
[SVN r63343]
2010-06-26 12:10:47 +00:00
Daniel James
09fc8792fa
Update various libraries' documentation build.
...
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.
[SVN r63146]
2010-06-20 18:00:48 +00:00
Troy D. Straszheim
a1f62de420
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
81c7876588
Copyrights on CMakeLists.txt to keep them from clogging up the inspect
...
reports. This is essentially the same commit as r55095 on the release
branch.
[SVN r55159]
2009-07-26 00:49:56 +00:00
Daniel James
2020d39e2c
Fix a typo.
...
[SVN r54909]
2009-07-12 15:53:54 +00:00
Daniel James
ae534d7342
Fix Boost.Function unit tests for C++0x. Fixes #3012
...
Based on a patch from Richard Webb. Changed a bit so that it also
works for the Visual C++ 10 beta.
[SVN r54618]
2009-07-03 22:21:40 +00:00
Daniel James
e8247198fa
Add 'and later versions' to support info for GCC and Visual C++. Fixes #2847 .
...
I didn't explicitly specify the versions since no one's updating this
list and it's highly unlikely that a future version will break this. The
same could probably be done for the other compilers but I don't know
them very well so I'm leaving them alone.
[SVN r54617]
2009-07-03 22:20:52 +00:00
John Maddock
678fb133f0
Add PDF generation options to fix external links to point to the web site.
...
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.
[SVN r51284]
2009-02-17 10:05:58 +00:00
Michael A. Jackson
f559986ae8
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
Douglas Gregor
f379ef8532
Make Boost.Function's target() operation respect the cv-qualifiers of referenced function objects. Fixes #736
...
[SVN r48618]
2008-09-05 17:52:12 +00:00
Douglas Gregor
ea18f5777b
Add Boost.Typeof support to Boost.Function. Fixes #1621
...
[SVN r48616]
2008-09-05 16:13:49 +00:00
Douglas Gregor
d5a86a2d52
Improve the performance of Boost.Function's swap. Thanks to Niels Dekker for the original patch. Fixes #1910
...
[SVN r48615]
2008-09-05 15:43:22 +00:00
Douglas Gregor
04040ae566
Improve documentation on the size/efficiency of boost::function objects
...
[SVN r44852]
2008-04-28 14:11:46 +00:00
Douglas Gregor
adb7b0a214
Change Boost.Function allocator behavior, from Emil Dotchevski
...
[SVN r43884]
2008-03-27 19:44:37 +00:00
Douglas Gregor
81e558491b
Merge lots of copyrights
...
[SVN r40811]
2007-11-05 21:22:29 +00:00
Douglas Gregor
78f6b385d5
Small buffer optimization for Boost.Function
...
[SVN r32282]
2006-01-10 23:52:35 +00:00
Douglas Gregor
944c2ea72a
Merged from Version_1_33_1
...
[SVN r31949]
2005-12-08 03:23:02 +00:00
Douglas Gregor
db089615a2
Be more precise about EqualityComparable and function_equal
...
[SVN r27732]
2005-03-18 04:54:32 +00:00
Douglas Gregor
d0fe22e9bf
Use bold element now
...
[SVN r26820]
2005-01-23 16:23:09 +00:00
Douglas Gregor
fdbbc2b3ff
Doug Gregor->Douglas Gregor
...
[SVN r24018]
2004-07-25 02:59:30 +00:00
Douglas Gregor
2c0e633307
Added contains() and function_equal()
...
[SVN r22483]
2004-03-12 03:38:20 +00:00
Douglas Gregor
e80a00545c
Added FAQ entry from Matt Hurd about boost::function overhead.
...
[SVN r22309]
2004-02-18 06:37:13 +00:00
Douglas Gregor
03c7fdcf37
Fix the documentation of empty() (Angus Leeming)
...
[SVN r22193]
2004-02-08 00:11:22 +00:00
Douglas Gregor
5f0426a80d
Stupid deprecated XInclude namespace
...
[SVN r22013]
2004-01-28 01:31:00 +00:00
Douglas Gregor
fdb37c35ff
Some aesthetic tweaks
...
[SVN r21905]
2004-01-25 01:17:35 +00:00
Douglas Gregor
b7650282df
tutorial.xml: Add short discussion of the comparison of Boost.Function
...
objects to function objects.
[SVN r21904]
2004-01-25 01:15:57 +00:00
Douglas Gregor
c5d8d03b76
libs/function/doc/reference.xml:
...
- Document target() member function
- Documented new comparison operators
libs/function/doc/tests.xml: Include contains_test.cpp
libs/function/doc/function.xml: Use the new XInclude name
[SVN r21903]
2004-01-25 00:38:26 +00:00
Douglas Gregor
50ff886c81
MSVC 7.1 can handle Function, preferred syntax
...
[SVN r21333]
2003-12-19 03:33:25 +00:00
Douglas Gregor
3f753feb4d
Use the "minimal" test tools, to simplify my life a bit
...
[SVN r20924]
2003-11-23 16:17:24 +00:00
Douglas Gregor
b09e7f3d3d
Fix & regenerate sum_avg_portable.cpp
...
[SVN r20402]
2003-10-17 16:25:51 +00:00
Douglas Gregor
2c708069e8
Answer the eternal operator== question.
...
[SVN r20356]
2003-10-12 16:02:26 +00:00
Douglas Gregor
8c8f072d09
Update license to the new Boost license (yay!)
...
[SVN r20235]
2003-10-01 04:10:37 +00:00
Douglas Gregor
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
Douglas Gregor
a753dbc048
Jamfile.v2: Jamfile for Boost.Function documentation
...
[SVN r18244]
2003-04-13 14:51:26 +00:00
Douglas Gregor
eeb15caff2
Document nested class template "sig"
...
[SVN r17946]
2003-03-16 02:00:20 +00:00
Douglas Gregor
ade6c96d5c
Updated to reflect BoostBook changes
...
[SVN r17941]
2003-03-15 23:12:35 +00:00
Douglas Gregor
b54e9df555
Lots of cleanups as BoostBook becomes more strict
...
[SVN r17871]
2003-03-13 00:29:57 +00:00
Douglas Gregor
eb14b70c9c
Move away from attributes, toward elements
...
[SVN r17869]
2003-03-13 00:08:34 +00:00
Douglas Gregor
48e2bc0bdb
Import of BoostBook documentation for any, array, bind, function, ref, and
...
signals libraries.
[SVN r17866]
2003-03-12 23:27:25 +00:00
Douglas Gregor
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
Douglas Gregor
8b6ebc4c42
>> std::endl; is bad :)
...
[SVN r17078]
2003-01-29 13:49:14 +00:00
Douglas Gregor
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
Douglas Gregor
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
Douglas Gregor
ab1228c279
reference.html:
...
- Document argI_type typedefs
- Document arity ICE
[SVN r15183]
2002-09-06 18:47:32 +00:00
Douglas Gregor
d59b93384b
Report success on Compaq cxx 6.2
...
[SVN r14697]
2002-08-05 15:07:34 +00:00
Douglas Gregor
e837b20127
Report the sad fate of CodeWarrior
...
[SVN r14696]
2002-08-05 15:05:57 +00:00
Douglas Gregor
0ff1daa573
Proper HTML, please
...
[SVN r14690]
2002-08-05 06:29:07 +00:00
Douglas Gregor
8b734dac5a
Added Sun CC to the bad side of the syntax table
...
[SVN r14689]
2002-08-05 06:24:18 +00:00
Douglas Gregor
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
Douglas Gregor
7ad9e2afee
Tutorial now describes the new syntax (and the old syntax)
...
[SVN r14541]
2002-07-19 21:18:01 +00:00