53cc1b1e7aadding entry for polygon library
Luke Simonson
2010-06-02 15:45:06 +0000
bf69f2930fredirect
Luke Simonson
2010-06-02 15:31:16 +0000
320d04c6c6Corrected graphs for support from 0 (not 1) so start at origin. Both svg and converted to png with Inkscape versions.
Paul A. Bristow
2010-06-02 15:16:20 +0000
aa75040edfCorrected support minimum to 0 (was 1).
Paul A. Bristow
2010-06-02 14:49:22 +0000
0ea1d37a4dMerge all config diffs from trunk
Beman Dawes
2010-06-02 14:30:04 +0000
e5496b0532Fixing potential compilation errors with newer and more standard conformant compilers when using gil and STL. Basically gil's iterators and interator adaptors are now explicit what iterator category they are belonging to, e.g. random access iterator.
Christian Henning
2010-06-02 03:53:16 +0000
ff1cea24e1work around msvc-7.1 bug
Eric Niebler
2010-06-02 03:46:45 +0000
446f66f96fuse generators directly instead of relying on the domain to inherit from them, which seems a dubious design
Eric Niebler
2010-06-01 22:13:33 +0000
fa838ff255fix one return type missed by [62368]
Eric Niebler
2010-06-01 22:10:54 +0000
9001c671deAdd docs and scripts for dual version support.
Beman Dawes
2010-06-01 14:38:37 +0000
643123c5f1use boost::tr1_result_of to avoid problems with boost::result_of and decltype
Eric Niebler
2010-06-01 14:18:42 +0000
1d18f07db2Separate version types into library_version_type, version_type (classes) and item_version_type.
Robert Ramey
2010-05-31 21:18:44 +0000
ea2d8483e3Separate version types into library_version_type, version_type (classes) and item_version_type.
Robert Ramey
2010-05-31 21:17:21 +0000
e872bd9aa7Remember to recurse after highlighting a number
Steven Watanabe
2010-05-31 17:04:37 +0000
0bfc7e9c6eMerge Random from the trunk
Steven Watanabe
2010-05-31 16:44:36 +0000
8b3ceefb65Fix bug that occurs when copying zero-byte source files.
John Maddock
2010-05-31 15:51:55 +0000
4aac7d98c1Initial version 3 commit, from sandbox filesystem-v3 at revision 62344
Beman Dawes
2010-05-31 15:29:20 +0000
2a55ff1057MinGW 4.3 works for graphviz_test; changed annotation to say that
Jeremiah Willcock
2010-05-30 23:51:02 +0000
8f42a30715Update link_test to check that separate file template instantiation and export works as expected.
John Maddock
2010-05-30 17:31:09 +0000
749fb3aad8Change regex to make use of new Boost.Config macros.
John Maddock
2010-05-30 17:24:45 +0000
5ff1e42678Upgrade system and filesystem to conform system_category and generic_category interface to N3090, the current C++0x working paper, section 19.5, System error support.
Beman Dawes
2010-05-30 15:38:32 +0000
948054851fMake sure that strings are put in quotes.
Steven Watanabe
2010-05-30 12:19:02 +0000
d2328b0b28Made memset call in value_init conditional, see #3869. Updated the section "compiler issues" of its documentation.
Niels Dekker
2010-05-30 09:19:09 +0000
f0588dae39Highlight literals
Steven Watanabe
2010-05-28 18:03:32 +0000
04855e570einitial merge to trunk
Luke Simonson
2010-05-28 17:19:36 +0000
12d4bea48binitial merge to trunk
Luke Simonson
2010-05-28 17:17:22 +0000
d3103143d1Highlight one more semicolon
Steven Watanabe
2010-05-28 15:24:17 +0000
bedbb2df9aMake the synopsis the same size as other code blocks
Steven Watanabe
2010-05-28 14:50:39 +0000
90f2887937Make sure that every bit of C++ code that we output goes through the syntax highlighter
Steven Watanabe
2010-05-28 14:40:48 +0000
22dc4a6b98Add some missing operators
Steven Watanabe
2010-05-28 02:08:40 +0000
369f468e5dUse XML entities instead of C escapes for new lines and tabs
Steven Watanabe
2010-05-28 00:58:34 +0000
0da7760d35initial merge to trunk
Luke Simonson
2010-05-27 22:51:27 +0000
3674a94775Hack to update print targets when their contents change. This should fix the ancient bug whereby boostbook_catalog.xml doesn't get updated when user-config-jam is changed
Steven Watanabe
2010-05-27 21:24:26 +0000
93c538918eMerged changes from trunk.
Andrey Semashev
2010-05-27 17:58:58 +0000
a6ab0fcc4fChanged "and" to "&&" in #if statements to appease VC++ 10
Jeremiah Willcock
2010-05-27 17:31:40 +0000
ae46c0f8cbMerge fix for #2762 from trunk.
Rene Rivera
2010-05-27 14:12:42 +0000
c869975d5dSpirit: Updated version number
Hartmut Kaiser
2010-05-27 12:50:06 +0000
f9d912b717Try and make BOOST_NO_EXTERN_TEMPLATES clearer.
John Maddock
2010-05-27 08:49:52 +0000
0f5f1b42a5Use forward slashes in path parameters to xsltproc. This should hopefully make the main doc build work with cygwin tools
Steven Watanabe
2010-05-27 03:36:44 +0000
465631b217add test for internal domain deduction utilities
Eric Niebler
2010-05-27 02:39:10 +0000
09c69d2c8cAdd detection of __LITTLE/BIG_ENDIAN__ for GCC versions that define them. I.e. the Apple builds of Xcode/gcc. (fixes#2762)
Rene Rivera
2010-05-26 21:10:41 +0000
3e5cf1a13bFix version check, as g++ 4.1 still has the PCH bug. Refs #4172.
Peter Dimov
2010-05-26 19:34:10 +0000
f513cd98d5Bring the boost.jam module up to date
Steven Watanabe
2010-05-26 19:05:19 +0000
99799bfc6eResolve the ambiguity between the zero argument make_shared and the variadic one. Refs #3856.
Peter Dimov
2010-05-26 18:18:10 +0000
39feea599bHandle cygwin vs. windows paths for doxygen
Steven Watanabe
2010-05-26 18:06:16 +0000
1599316f80DWORD is unsigned long, not unsigned int. Refs #4217.
Peter Dimov
2010-05-26 17:49:37 +0000
151b78d5eeApplied patch for Sun C++. Refs #4199.
Peter Dimov
2010-05-26 17:43:58 +0000
75ad68de19Merge [61344] to release. Fixes#4108.
Peter Dimov
2010-05-26 17:34:01 +0000
eee6a6b7adMerge [61574], [61575], [61579] to release.
Peter Dimov
2010-05-26 17:25:06 +0000
b2e0c61baeFixed test compilation with C++0x aware compilers. The bind and ref calls should be explicitly qualified with the boost namespace.
Andrey Semashev
2010-05-26 16:30:14 +0000
bed298add0Import the out-xml rules to the global module so they can be found by __ACTION_RULE__. Somehow they stopped being globally available. This fixes the --out-xml=q.xml option.
Rene Rivera
2010-05-26 14:22:15 +0000
976b1fa36bFix stupid bug, that broke using xsltproc ;
Steven Watanabe
2010-05-26 12:18:46 +0000
baa16a35fdFix -Wshadow warnings. Closes#4015. Patch from Tatu Kilappa.
Vladimir Prus
2010-05-26 10:40:34 +0000
e6080f2b11Fix types. Closes#4069.
Vladimir Prus
2010-05-26 09:51:10 +0000
5aeb072569Correct typos. Closes#4138.
Vladimir Prus
2010-05-26 09:47:35 +0000
0306a5a299Add some missing includes for the parameter library
Douglas Gregor
2010-05-26 07:47:05 +0000
89c7cb96cbAdded missing inline
Anthony Williams
2010-05-26 06:48:58 +0000
9f5e0790f7Windows CE does not support returning from functions inside the _try/__except handler.
David Deakins
2010-05-26 04:07:36 +0000
df4cf35254Add some missing files
Steven Watanabe
2010-05-26 03:39:15 +0000
eb8ad9fa87Checked in the correct Windows CE fix.
David Deakins
2010-05-26 03:36:31 +0000
04a9947b83- Windows CE does not have the _controlfp_s function
David Deakins
2010-05-26 03:27:46 +0000
28457b1a06Fix#3994, error values on some Broadcom chips
Beman Dawes
2010-05-26 00:38:07 +0000
a8ef21388fTry to adjust the paths in boostbook_catalog.xml to be correct, whether we're using a windows or cygwin build of xsltproc
Steven Watanabe
2010-05-26 00:31:42 +0000
88f1af52b0Fix#3867, both for ERROR_NOT_READY and ERROR_INVALID_DRIVE. These happen when CD/DVD drive has no disc and USB card reader has no card, respectively.
Beman Dawes
2010-05-25 23:18:13 +0000
c3124d7fcfLook for docbook in /opt/local/share since that's the default installation directory for macports
Steven Watanabe
2010-05-25 21:15:18 +0000
5629b8fed5fixed gcc error when -fno-rtti set
Christophe Henry
2010-05-25 20:58:14 +0000
0a52d0357dUse the same syntax highlighting that QuickBook generates for the Doxygen/BoostBook synopsis sections
Steven Watanabe
2010-05-25 20:40:27 +0000
549641b009Always use forward slashes in arguments to xsltproc. The windows xsltproc can handle forward slashes, but the cygwin version chokes on backslashes
Steven Watanabe
2010-05-25 18:43:18 +0000
51d7cf07ddBetter autoconfiguration for BoostBook
Steven Watanabe
2010-05-25 18:28:53 +0000
8d7fda7f8eUse new symbol visibility macros
Beman Dawes
2010-05-25 16:15:01 +0000
1eb4b33728Decoupled arg_list and maybe. This removes a few dependencies on other headers and speeds up compilation.
Andrey Semashev
2010-05-25 15:53:47 +0000
e3f44eec8bUpdate to use hidden visibility where possible.
John Maddock
2010-05-25 14:51:38 +0000
68c7d0e739Change to use new symbol visibility macros.
John Maddock
2010-05-25 14:45:54 +0000
c868d13ba5Add symbol visibility support to Intel and Sun compilers.
John Maddock
2010-05-25 14:38:34 +0000
e4c2038862Explicitly qualify bind with boost::. Fixes#4223.
Steven Watanabe
2010-05-25 14:22:55 +0000
f7f02fca61Minor adaption of PTree tutorial to reality.
Sebastian Redl
2010-05-25 11:57:40 +0000
c33feac2faMake encode_char_entities safe against empty strings, because Graph uses it that way. Fixes bug 4245. Based on patch by Christopher Alfeld.
Sebastian Redl
2010-05-25 11:54:27 +0000
e73d9fc76cFix unconditional use of non-standard glibc specific functions.
John Maddock
2010-05-25 11:23:34 +0000
0c0bf21162Spirit: fixed#4253: Error with lex::_val, added test
Hartmut Kaiser
2010-05-25 02:55:57 +0000
c585836c6aSpirit: fixed#4253: Error with lex::_val
Hartmut Kaiser
2010-05-25 02:54:51 +0000
9e7e1568e6Spirit: fixed a problem with lex::_val
Hartmut Kaiser
2010-05-24 22:43:31 +0000
e85296191cApply fix#4237 uniformly to all shared builds, in the hope that this same problem is what is causing failures on IBM and Sun platforms. Believed to be harmless on platforms where it isn't needed.
Beman Dawes
2010-05-24 19:26:26 +0000
405d1fce50Removed temporary code, skipping value-initialization of pointer-to-member objects for Intel <= 11.1.
Niels Dekker
2010-05-22 22:48:13 +0000
4a1804021cAdded some more comment to [62159]
Niels Dekker
2010-05-22 22:37:11 +0000
338f4e5fb0Added BOOST_NO_COMPLETE_VALUE_INITIALIZATION to Intel C++ <= 11.1 (trunk), see #4080.
Niels Dekker
2010-05-22 22:27:27 +0000
39800b9011value_init_test now uses lightweight_test by Peter Dimov; see #4246. Fernando Cacciola mailed me he agreed as well.
Niels Dekker
2010-05-22 22:05:54 +0000