Rene Rivera
9ea3674299
Add, and update, documentation build targets.
2016-10-10 11:39:50 -05:00
Lorenzo Caminiti
41cde4ac60
Re-generated HTML docs from qbk and doxygen to show replacement of obsolete BOOST_NO_LAMBDAS, BOOST_NO_VARIADIC_MACROS, and BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS with new BOOST_NO_CXX11_LAMBDAS, BOOST_NO_CXX11_VARIADIC_MACROS, and BOOST_NO_CXX11_LOCAL_CLASS_TEMPLATE_PARAMETERS.
2015-10-14 17:30:46 -07:00
Peter Dimov
09ede729a0
Merge branch 'develop'
2015-01-25 21:30:53 +02:00
Peter Dimov
92e158dd30
Merge pull request #2 from danieljames/metadata
...
Create metadata file.
2015-01-25 20:33:28 +02:00
Daniel James
f7faac9dc9
Add metadata file.
2014-08-18 15:00:33 +01:00
Daniel James
94b0c8b0c0
Create merge base for git.
2014-04-06 14:09:52 +01:00
Marshall Clow
1f49bfca3d
Merge deprecated macro change for Boost.LocalFunction to release; no functionality change
...
[SVN r81851]
2012-12-11 14:42:26 +00:00
Marshall Clow
6d29941e50
Removed usage of deprecated macros in Boost.LocalFunction
...
[SVN r81566]
2012-11-26 18:04:22 +00:00
John Maddock
a4d135c5e1
Merge changes from trunk:
...
Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line.
So "bjam pdfinstall" will now build and install the PDF to the current directory.
This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit).
[SVN r79500]
2012-07-14 16:05:50 +00:00
John Maddock
4c8033c73e
Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line.
...
So "bjam pdfinstall" will now build and install the PDF to the current directory.
This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit).
[SVN r79492]
2012-07-14 11:21:03 +00:00
Lorenzo Caminiti
6c2a7f1f4d
Fixing broken doc links (removing mixed capitals from HTML file names).
...
[SVN r79272]
2012-07-04 21:54:13 +00:00
Lorenzo Caminiti
130a377683
Fixing broken doc links.
...
[SVN r79271]
2012-07-04 21:50:21 +00:00
Daniel James
7eec7ca970
Merge documentation build fix from trunk.
...
[SVN r78888]
2012-06-11 07:23:17 +00:00
Daniel James
f2fc974591
Make the new pdf install rules explicit, and fix intrusive's.
...
[SVN r78877]
2012-06-11 01:33:10 +00:00
John Maddock
c2da0f214a
Update Jamfiles and build scripts for PDF generation.
...
Set local_function image DPI's for better PDF builds.
[SVN r78849]
2012-06-07 16:47:33 +00:00
John Maddock
ea0589ebc9
Set image DPI to 300 so PDF's build better.
...
[SVN r78848]
2012-06-07 16:44:55 +00:00
John Maddock
92b7f4a14a
Changes required to build PDF versions of docs.
...
[SVN r78845]
2012-06-07 12:32:56 +00:00
Lorenzo Caminiti
fc1f89e632
Marked some expected failures for release regression test compilers. Renamed a local function internal template parameter from Bn to Bindn (because B0 is defined as a macro from a Linux header to represent a baudrate). Added itdentity_type.hpp to utility.hpp. Made reference data members of LocalFunction Addable static (because they are not set in the constructor).
...
[SVN r78659]
2012-05-26 21:17:03 +00:00
Lorenzo Caminiti
8bcae38558
Added identity_type.hpp to utility.hpp.
...
Added static to Addable data members because they are references.
Marked a couple of regression tests for release compilers.
[SVN r78653]
2012-05-26 20:39:22 +00:00
Lorenzo Caminiti
48912efbe2
Changed B0, B1, ... template param names to Bind0, Bind1, ... because a Linix header #defines B0 to a baud rate causing a compilation error if that Linux header is included before this header.
...
[SVN r78621]
2012-05-25 16:06:50 +00:00
Lorenzo Caminiti
290103d629
Merged ScopeExit (improved), LocalFunction (new), Functional/OverloadedFunction (new), and Utility/IdentityType (new) from trunk into release branch.
...
[SVN r78564]
2012-05-24 01:35:04 +00:00
Lorenzo Caminiti
4242b5a272
Missing a closing parenthesis in a const_block example macro.
...
Removed a new line in return_derivative[_seq].
[SVN r78562]
2012-05-23 19:42:21 +00:00
Lorenzo Caminiti
2802382429
Removed test for compilers that support local types as template params.
...
[SVN r78546]
2012-05-23 02:59:15 +00:00
Lorenzo Caminiti
2f271e1cc9
Uncommented code that gives internal VACPP error (I couldn't figure it out...).
...
[SVN r78426]
2012-05-11 20:07:28 +00:00
Lorenzo Caminiti
0a88a6ea8e
Trying to pin-point a VACPP internal error.
...
[SVN r78409]
2012-05-10 19:43:29 +00:00
Lorenzo Caminiti
d396a60501
Trying to pin-point a VACPP internal error.
...
[SVN r78398]
2012-05-10 02:08:54 +00:00
Lorenzo Caminiti
ac81088068
Trying to pin-point a VACPP internal error.
...
[SVN r78382]
2012-05-08 18:05:53 +00:00
Lorenzo Caminiti
ef1880af1d
Forcing run-time failure when test is expected to fail.
...
[SVN r78381]
2012-05-08 18:01:59 +00:00
Lorenzo Caminiti
6693822d48
Added a test to verify all compilers for which local classes can be passed as template parameters (for faster local function calls).\
...
[SVN r78380]
2012-05-08 17:53:41 +00:00
Lorenzo Caminiti
b229ae8f73
Resolved all LocalFunctions to-dos. Still trying to pin-point a VACPP internal error.
...
[SVN r78371]
2012-05-07 18:54:38 +00:00
Lorenzo Caminiti
c73a4e1d8f
Pin-pointing a VACPP internal error.
...
[SVN r78257]
2012-04-29 18:12:00 +00:00
Lorenzo Caminiti
be0eac9c16
Worked around VACPP error for const int assignment. Enabled more code to pinpoint a VACAPP internal error.
...
[SVN r78241]
2012-04-28 14:56:24 +00:00
Lorenzo Caminiti
bc711c4a5e
Replaced all section ID in lowercase and TPL_ID with ID_TPL.
...
[SVN r78231]
2012-04-28 02:12:09 +00:00
Lorenzo Caminiti
40d5300883
Replaced all section name in lowercase and TPL_ID with ID_TPL.
...
[SVN r78230]
2012-04-28 02:10:05 +00:00
Lorenzo Caminiti
153662650b
Replacing old with new docs.
...
[SVN r78229]
2012-04-28 02:06:02 +00:00
Lorenzo Caminiti
6416db807f
Updated docs to user [heading] instead of [h5] for excluding sections from TOC.
...
[SVN r78221]
2012-04-27 15:35:12 +00:00
Lorenzo Caminiti
962d34e1c2
Trying to identify 2 VACAPP internal errors.
...
[SVN r78219]
2012-04-27 14:04:05 +00:00
Lorenzo Caminiti
9184e816c6
Pin pointing an internal VACPP error.
...
[SVN r78215]
2012-04-27 01:58:13 +00:00
Lorenzo Caminiti
9c7494a418
Hopefully worked around an Intel compiler bug (internal error) when deducing local function result type (used same Intel workaround that ScopeExit uses to deduced capture types).
...
[SVN r78214]
2012-04-27 01:46:22 +00:00
Lorenzo Caminiti
da33bebc6d
Missing some includes. Added more code to a test to pin-point an Intel internal compiler error.
...
[SVN r78181]
2012-04-24 18:15:50 +00:00
Lorenzo Caminiti
27f04ea359
Marked a couple of expected failures.
...
[SVN r78161]
2012-04-23 17:32:10 +00:00
Lorenzo Caminiti
95d235991b
Debugging tests for few compilers.
...
[SVN r78085]
2012-04-19 21:08:36 +00:00
Lorenzo Caminiti
a75aececf3
Fixed a bug with expansion of LocalFunction Id.
...
[SVN r77965]
2012-04-13 23:14:48 +00:00
Lorenzo Caminiti
c863833d19
Updating docs.
...
[SVN r77944]
2012-04-13 00:27:39 +00:00
Lorenzo Caminiti
6722dd27d3
Updated docs.
...
[SVN r77943]
2012-04-13 00:26:10 +00:00
Lorenzo Caminiti
b507cc0e39
Forcing type-of emulation on Sun.
...
Trying to fix OverloadedFunction pp bug on Sun by removing SUB on iteration range (doing ADD on iteration index instead).
[SVN r77940]
2012-04-12 21:12:28 +00:00
Lorenzo Caminiti
802dc66abb
Implemented a trick for NAME not to use BOOST_TYPEOF without requiring to repeat the function type (doing a typedef on the local class so to access the functor type in NAME).
...
[SVN r77917]
2012-04-11 17:14:00 +00:00
Lorenzo Caminiti
acf4b69dd7
Upd docs and added ability to specify function type and default count to NAME so to not use Boost.Typeof at all.
...
[SVN r77907]
2012-04-11 05:49:18 +00:00
Lorenzo Caminiti
fcd46e7fd7
Upd docs and added ability to pass function type and default count to NAME so to not use Boost.Typeof at all.
...
[SVN r77906]
2012-04-11 05:47:37 +00:00
Lorenzo Caminiti
5935f79a12
Trying to workaround some compiler issues with LocalFunction.
...
[SVN r77866]
2012-04-09 22:17:36 +00:00