Commit Graph

89 Commits

Author SHA1 Message Date
Edward Diener
27aeab935b Add timer and iterator dependencies for examples. 2017-10-13 22:10:49 -04:00
Edward Diener
fd39273e0d Add tokenizer library manually since it is used when testing the examples. 2017-10-13 19:31:13 -04:00
Edward Diener
b3e185a544 Disable custom calling conventions test for 64-bit address model. 2017-10-13 16:14:25 -04:00
Edward Diener
85cf2ccd77 Better appveyor file setup. 2017-10-09 12:06:15 -04:00
Edward Diener
d81450d8ca Added Appveyor file and Travis CI file. 2017-10-09 08:13:29 -04:00
Edward Diener
915d444667 Merge branch 'master' into develop 2017-04-24 12:20:28 -04:00
Rene Rivera
77dffdafff Add, and update, documentation build targets. boost-1.65.0 boost-1.64.0-beta2 boost-1.65.1 boost-1.64.0-beta1 boost-1.64.0 boost-1.63.0 2016-10-10 11:39:49 -05:00
Rene Rivera
e74cb4aa4a Add, and update, documentation build targets. 2016-10-07 23:07:34 -05:00
Edward Diener
22c5c2ae4f Merge branch 'develop' boost-1.59.0 boost-1.62.0 boost-1.61.0 boost-1.60.0 2015-07-18 20:29:36 -04:00
Edward Diener
290a8e88e7 Merge pull request #4 from jzmaddock/patch-1
Stop Using type_traits details.
2015-05-21 15:16:28 -04:00
jzmaddock
26e800a52f Stop Using type_traits details.
Some of the type_traits internal details this header depends on will either go away or be moved.  Either way, best not to rely on another libraries internal details.  In the short term the old code will work but will generate a ton of warnings about using a deprecated header.
2015-05-21 19:08:40 +01:00
Edward Diener
fa1a0fec9c Merge pull request #3 from eldiener/develop
Remove reliance on deprecated type_traits headers.
2015-05-18 11:47:36 -04:00
Edward Diener
0c7bebd130 Remove reliance on deprecated type_traits headers. 2015-04-27 09:27:33 -04:00
Peter Dimov
f99be38d89 Merge branch 'develop' boost-1.58.0 2015-01-25 21:37:39 +02:00
Peter Dimov
c86381fb4c Merge pull request #1 from danieljames/metadata
Create metadata file.
2015-01-25 20:35:09 +02:00
Daniel James
222884c4f7 Add metadata file. 2014-08-18 14:59:16 +01:00
Daniel James
8af990ab6f Create merge base for git. boost-1.57.0 boost-1.56.0 2014-06-02 09:43:17 +01:00
Michel Morin
3ec0754b4f Merge r86524 (Correct broken links to C++ standard papers); fixes #9212
[SVN r86673]
2013-11-13 03:22:55 +00:00
Michel Morin
caed0a6ee8 Correct broken links to C++ standard papers. Refs #9212.
[SVN r86524]
2013-10-30 12:51:24 +00:00
Stephen Kelly
2cc2141906 Fix workaround ifdef.
[SVN r86280]
2013-10-13 08:15:49 +00:00
Stephen Kelly
46f56ef9ae Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
These evaded scripting.

[SVN r86249]
2013-10-11 23:22:36 +00:00
Stephen Kelly
e7fcc6818b Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifndef...#else...#endif blocks.

[SVN r86245]
2013-10-11 23:17:48 +00:00
Stephen Kelly
38cc207b23 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifndef...#endif conditions.

[SVN r86244]
2013-10-11 23:15:00 +00:00
Daniel James
1f2bc4d8d3 Function types: Merge from trunk.
- [49980] adds tests with const result
- [53619] Cleanup function_types Jamfile. Fixes #1653 (maybe).
- [62827] Update Borland workarounds.  Fixes #3162.
- [70856] Rebuild documentation


[SVN r70861]
2011-04-02 17:20:34 +00:00
Daniel James
1f51d9ba29 Function types: rebuild documentation.
[SVN r70856]
2011-04-02 14:41:07 +00:00
Daniel James
7e239167da Merge documentation update.
[SVN r63517]
2010-07-02 08:27:42 +00:00
Daniel James
c73823068f Rebuild function_types documentation.
[SVN r63505]
2010-07-01 22:12:30 +00:00
Daniel James
a7f9fa0eda Merge documentation fixes.
* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.


[SVN r63347]
2010-06-26 12:30:09 +00:00
Daniel James
6778206732 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
Steven Watanabe
a05ddf58ef Update Borland workarounds. Fixes #3162
[SVN r62827]
2010-06-12 00:28:54 +00:00
Troy D. Straszheim
e39914bddd Undo r56305
[SVN r58129]
2009-12-03 22:20:47 +00:00
Daniel James
4e48421f9d Merge [41554] Using central stylesheet now.
[SVN r57811]
2009-11-20 10:17:49 +00:00
Daniel James
5f0d9dd0a8 Merge [44130],[44131] fix a typo in libs/function_types.
[SVN r57810]
2009-11-20 10:13:51 +00:00
Troy D. Straszheim
64776ee43c 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
6ba2a45f5f rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
[SVN r56941]
2009-10-17 01:10:45 +00:00
Stefan Seefeld
d3b53cbdf8 Merged 2009 GSoC work from sandbox-branches/bhy/py3k branch back into trunk.
[SVN r56305]
2009-09-19 02:32:41 +00:00
Andrey Semashev
91f47b7bc6 Merged patchset 44631 from trunk. Resolves parenthesis warnings on GCC 4.3. Fixes #2321.
[SVN r55872]
2009-08-30 10:23:32 +00:00
Troy D. Straszheim
0bf0587f58 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
Troy D. Straszheim
f451e18ef2 Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
2009-07-22 21:51:01 +00:00
Vladimir Prus
1b4fdee6ff Cleanup function_types Jamfile.
Make it directly depends on Wave target. Simplify naming
of targets. Addresses #1653


[SVN r53619]
2009-06-04 09:36:17 +00:00
Troy D. Straszheim
cde937faaa merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00
Tobias Schwinger
b7da1bd1ab adds tests with const result
[SVN r49980]
2008-11-28 11:38:38 +00:00
Michael A. Jackson
8554f430fe Updating dependency information for modularized libraries.
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
ee8ed76bc5 Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
e60e1b82aa 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
Hartmut Kaiser
594c159568 Added some parenthesis to disambiguate expressions.
[SVN r44631]
2008-04-20 13:51:15 +00:00
Daniel James
0071f74393 Rebuild the function types documentation.
[SVN r44131]
2008-04-09 17:27:08 +00:00
Daniel James
f9a2056786 Fix a typo.
[SVN r44130]
2008-04-09 17:26:31 +00:00
Tobias Schwinger
6f100429eb stages trunk version for boost 1.35
[SVN r43684]
2008-03-17 21:42:41 +00:00
Daniel James
51aca6c98c Rebuild a lot of documentation.
[SVN r43650]
2008-03-16 11:38:32 +00:00