Logoj0ke.net Open Build Service > Projects > server:monitoring > boost > NEWS
Sign Up | Log In

File NEWS of Package boost

 
1
Version 1.46.1
2
3
March 12th, 2011 15:45 GMT
4
5
Updated Libraries
6
7
  • Asio:
8
      - EV_ONESHOT seems to cause problems on some versions of Mac OS X, with
9
        the io_service destructor getting stuck inside the close() system call.
10
        Changed the kqueue backend to use EV_CLEAR instead (#5021).
11
      - Fixed compile failures with some versions of g++ due to the use of
12
        anonymous enums (#4883).
13
      - Fixed a bug on kqueue-based platforms, where some system calls that
14
        repeatedly fail with EWOULDBLOCK are not correctly re-registered with
15
        kqueue.
16
      - Changed asio::streambuf to ensure that its internal pointers are
17
        updated correctly after the data has been modified using std::streambuf
18
        member functions.
19
      - Fixed a bug that prevented the linger socket option from working on
20
        platforms other than Windows.
21
  • Fusion:
22
      - Fix disable_if for Visual C++ 7.1/8.0
23
  • Filesystem:
24
      - Fix for STLPort (#5217).
25
      - PGI large file support
26
  • Graph:
27
      - Bug fixes, including fixes for: #5181, #5180, #5199 and #5175.
28
  • Icl:
29
      - Intersects for interval_maps and segment_type/element_type (#5207).
30
      - Fixed some ambiguous calls to functions in boost and std namespaces.
31
      - Other bug fixes, and documentation fixes.
32
  • Math:
33
      - Several minor bug fixes.
34
  • Polygon:
35
      - Disabled 45-degree booleans optimization.
36
  • Proto:
37
      - Make display_expr copyable (#5096).
38
      - Fix const correctness problem in pass_through.
39
  • Property Tree:
40
      - Fix compile error in JSON parser.
41
  • Signals2:
42
      - Fix unused parameter warning.
43
  • TR1:
44
      - Allow specialization of std::tr1::hash.
45
      - Improved support for Pathscale and Sun compilers.
46
  • Unordered:
47
      - Add missing copy constructors and assignment operators when using
48
        rvalue references (#5119).
49
50
Other changes
51
52
  • Update getting started guide to reflect changes to boost build.
53
  • In quickbook, workaround optimization bug in g++ 4.4.
54
55
Compilers Tested
56
57
Boost's primary test compilers are:
58
59
  • Linux:
60
      - GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.1, 4.4.3, 4.4.5, 4.5.2
61
      - GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.2
62
      - Intel: 10.1, 11.0, 11.1
63
      - Clang: 2.8
64
      - Pathscale: 3.2
65
  • OS X:
66
      - GCC: 4.0.1, 4.2.1, 4.4
67
      - GCC, C++0x mode: 4.4.
68
      - Intel: 11.1
69
  • Windows:
70
      - Visual C++: 7.1, 8.0, 9.0 and 10.0.
71
      - GCC, mingw: 4.4.0.
72
  • FreeBSD:
73
      - GCC: 4.2.1, 64 bit.
74
75
Boost's additional test compilers include:
76
77
  • Linux:
78
      - GCC: 3.4.6, 4.2.4, 4.3.4, 4.4.3, 4.4.4, 4.4.5, 4.5.2
79
      - GCC, C++0x mode: 4.3.4, 4.4.3, 4.5.2
80
      - pgCC: 11.2
81
      - Intel: 10.1, 11.0, 11.1
82
      - PathScale: 3.2, 4.0.8
83
      - Visual Age C++: 10.1
84
      - Clang from subversion
85
  • OS X:
86
      - Intel C++ Compiler: 10.1, 11.0, 11.1
87
      - GCC: 4.0.1, 4.2.1, 4.4.4
88
      - GCC, C++0x mode: 4.4.4
89
      - Clang from subversion, with GNU libstdc++, libc++ and libc++ in C++0x
90
        mode.
91
  • Windows:
92
      - Visual C++: 7.1, 9.0, 10.0
93
      - Visual C++ with STLport: 9.0
94
      - Visual C++, Windows Mobile 5, with STLport: 9.0
95
      - GCC, mingw: 4.5.1
96
      - GCC, mingw, C++0x mode: 4.5.1
97
      - Borland: 6.1.3 (2009), 6.2.1 (2010)
98
  • AIX:
99
      - IBM XL C/C++ Enterprise Edition, V11.1.0.0
100
  • Solaris:
101
      - Sun C++: 5.10
102
103
Acknowledgements
104
105
Beman Dawes, Eric Niebler, Rene Rivera, Daniel James and Vladimir Prus managed
106
this release.
107
108