boost/libs
2006-11-04 19:27:18 +00:00
..
algorithm@f23f61ae9b License added to the xml doc files 2006-08-16 07:17:49 +00:00
any@f470327561 Bug reported by Aristid Breitkreuz is fixed: Boost.Signals does not work properly across shared library boundaries if some compiler options (-fvisibility=hidden on GCC) are set. 2006-09-18 05:32:54 +00:00
array@d7a5408143 http://www.josuttis.com/ hasn't the latest version any more 2006-08-08 18:49:30 +00:00
asio@da2ef49a00 Add max_size() function to basic_streambuf. 2006-11-04 07:14:10 +00:00
assign@2e6e16d49f Merge in recent fixes for inspect errors. 2006-08-27 10:40:36 +00:00
bind@a695360c4f Borland fix 2006-10-18 17:36:50 +00:00
compatibility@c10611c5e0
compose@1dac6c4295
concept_check@ac6415fac2 Added BOOST_CONCEPT_USAGE for defining usage requirements: Using this 2006-09-19 13:37:20 +00:00
config@54b470c987 Update HP aCC config and move header include outside namespace declarations (with thanks to Boris Gubenko for providing and testing these). 2006-11-02 10:39:11 +00:00
conversion@67968d9b33 Separate test for round-tripping of floating point types. 2006-10-28 19:33:32 +00:00
crc@c1abdded4c
date_time@bf9502ac86 add single overall include file for date time lib 2006-10-27 23:21:38 +00:00
detail@4e009de1ec Bring into compliance with N2066, TR2 Diagnostics Enhancements. Tests passing on Win32, Linux, on most modern compilers. 2006-11-03 16:57:30 +00:00
disjoint_sets@227afeceba
dynamic_bitset@41e1f468d3 added pragma to shut up warning for std::fill_n 2006-09-11 02:23:00 +00:00
exception@ae714358ad
filesystem@2045be22d6 Bring into compliance with N2066, TR2 Diagnostics Enhancements. Tests passing on Win32, Linux, on most modern compilers. 2006-11-03 16:57:30 +00:00
foreach@668dc328b8 change hello world example to not use iteration over string literal 2006-09-19 17:15:35 +00:00
format@fe2c3f3765 fixed license reference text; added final slash to library doc url; removed inconsistent period at the end of what() string, fixed typos reported in http://bugs.debian.org/378016 2006-07-20 12:13:16 +00:00
function@64c8d10fa8 Eliminate MSVC 8.0 warning 2006-10-13 14:29:56 +00:00
functional@585813f9fe Rename hash_detail::float_limits => hash_detail::limits, since it's also used 2006-10-11 18:58:40 +00:00
fusion@d2d2d0aa3e added transform view test covering value_at 2006-11-01 08:03:15 +00:00
graph@21b9a9f799 Applied a fix, that will skip the serialization test for compilers that do not provide spirit (and serialization in turn) 2006-10-20 08:28:10 +00:00
graph_parallel@5af1d893bf boost/pending/property_serialize.hpp: 2006-01-10 13:53:48 +00:00
integer@cd99f24a87 Changed test to reflect changes made to C99 in the TC. 2006-09-26 09:04:05 +00:00
interprocess@1dafd986ed Corrected bug in assignment operator 2006-10-17 05:09:40 +00:00
io@7aa98502d3 Include workaround header 2006-05-31 12:35:53 +00:00
iostreams@4718f83c38 Added dll-export options. 2006-10-17 12:52:11 +00:00
iterator@c080ee4dcf Remove detritus 2006-09-29 22:22:28 +00:00
lambda@85630d55a6 Correct placement of base class declaration 2006-07-14 08:04:08 +00:00
logic@5cf0ef44a7
math@025d2d6b73 Added custom integer types, signed and unsigned, with and without std::numeric_limits<> specializations, to test 2006-11-03 22:43:34 +00:00
mpl@5b3bbab314 transform.rst: fix copy & paste errors (merged from RC_1_34_0) 2006-08-28 06:14:30 +00:00
multi_array@6d1efe04e0 workaround for CW 8.3. 2006-06-30 15:00:30 +00:00
multi_index@88f3a9ca8b added Sun Studio 11 for Solaris 2006-10-16 17:37:04 +00:00
numeric Update HP aCC config and move header include outside namespace declarations (with thanks to Boris Gubenko for providing and testing these). 2006-11-02 10:39:11 +00:00
optional@1b7002f663 misused "precedence" changed to "precedent" 2006-11-04 02:13:53 +00:00
parameter@5b2b1a47f8 More work on tests. 2006-10-11 22:39:42 +00:00
pool@dcd1c69a00 Updated Borland workaround 2006-05-02 07:17:36 +00:00
preprocessor@94ffea3b73 Fix freshly broken links, again. 2006-07-28 16:06:08 +00:00
program_options@8c1982de82 Fix for Borland compilers. 2006-10-18 12:33:54 +00:00
property_map@a9b266715b Moved ref_property_map into the property_map library. Documented. 2006-10-16 18:35:57 +00:00
ptr_container@2f2a9cf0fa *** empty log message *** 2006-10-13 08:02:09 +00:00
python@6d2ee96ba3 improve error message 2006-11-03 16:34:53 +00:00
random@b6d3961d00 rounding errors must not cause values outside of [0,1) (noted by Charles Karney) 2006-08-11 23:17:07 +00:00
range@f49be0b382 *** empty log message *** 2006-10-24 10:37:46 +00:00
rational@b4391f39ed Realized that integer comparison algorithm change from previous commit also fixed patch #1434821 2006-11-02 15:55:00 +00:00
regex@1b5dd57cf6 Update heuristics used to determine max state count, following a bug report from SAP. 2006-10-18 12:56:45 +00:00
serialization@6c7b3c7d61 add #include force_include.hpp to over come compile error 2006-10-20 18:36:01 +00:00
signals@e551b054c3 Improve signal invocation performance, from Robert Zeh 2006-09-30 13:46:07 +00:00
smart_ptr@39551bdc1a A negative test for p > q added. 2006-07-11 23:17:17 +00:00
spirit@cba98353fa introduces result_type member to the symbol_inserter so it works with Phoenix 2006-10-23 12:24:33 +00:00
statechart@896b1c26b0 Changed contact email 2006-10-16 10:08:40 +00:00
static_assert@c68b2114de Added trivial docs change, based on user suggestion, and brought example code into synch. 2006-08-11 18:14:13 +00:00
system@15b0862fc1 Remove unused throw_on_error (Cris Kohlhoff) 2006-11-04 13:51:31 +00:00
test@dbe75354a9 mistake fixed 2006-08-18 04:03:07 +00:00
thread@64cd268fc7 Get rid of dll import warnings for nocopyable classes 2006-10-30 19:27:51 +00:00
timer@bd0a3b9e5e revert 2006-08-09 20:22:01 +00:00
tokenizer@25d14f6bde added final slash to library url; fixed -Wshadow warning with gcc ('what' shadows member function) 2006-07-28 00:36:59 +00:00
tr1@3268e7484f fix some spelling errors 2006-10-29 20:00:49 +00:00
tuple@76c2151830 avoid g++ -Wall -W "unused parameter" warnings 2006-01-22 19:29:32 +00:00
type_traits@f26b33201b Removed dead code. 2006-10-13 09:19:09 +00:00
typeof@21ef2c54ec Changed specialization of encode_integral for bool to work around issues with the sun compiler 2006-09-16 17:34:18 +00:00
utility@5b83f641a8 Removed unneeded semicolon. 2006-10-16 18:01:40 +00:00
variant@deaf338bd4 fixed typos reported in http://bugs.debian.org/378016 2006-07-20 13:15:25 +00:00
wave@28195d535b Wave: Untabified translation_unit_skipper.h 2006-10-29 19:23:52 +00:00
xpressive@00ec52b198 add missing assign<> and subscript<> generators 2006-11-04 19:27:18 +00:00
expected_results.xml Support toolset aliases in expected results (merged from RC_1_34_0) 2006-07-24 02:03:24 +00:00
index.html
libraries.htm I messed up a link. This fixes it. 2006-09-23 20:31:42 +00:00
maintainers.txt e-mail changed 2006-05-01 09:23:46 +00:00
platform_maintainers.txt