Next | Query returned 227 messages, browsing 121 to 130 | Previous

History of commit frequency

CVS Commit History:


   2015-02-02 08:45:12 by Julian Coleman | Files touched by this commit (1)
Log message:
Restore sparc/sparc64 support.
   2015-01-25 12:26:50 by Masatake Daimon | Files touched by this commit (2)
Log message:
patches/patch-libs_context_src_asm_make__ppc32__sysv__macho__gas.S: Fix build \ 
failure on PPC Darwin

  darwin.compile.asm \ 
bin.v2/libs/context/build/darwin-4.5.3/release/link-static/threading-multi/asm/m \ 
ake_ppc32_sysv_macho_gas.o
  libs/context/src/asm/make_ppc32_sysv_macho_gas.S:85:Parameter syntax error \ 
(parameter 3)
   2015-01-15 14:01:44 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Don't use plain "throw;", it breaks clang -fno-exceptions build. Bump
revision of boost-headers.
   2014-12-28 17:57:36 by Filip Hajny | Files touched by this commit (5) | Package removed
Log message:
Remove patches that are unnecessary in 1.57.0. Fixes build on SunOS.
   2014-12-15 12:46:36 by Jonathan Perkin | Files touched by this commit (23)
Log message:
The "rename" rule is a published synonym for the "opt" \ 
transform rule, however
only the latter is supported by cwrappers.  Change them all to "opt" \ 
rules for
consistency and to gain compatibility with cwrappers.
   2014-12-08 04:50:02 by Blue Rats | Files touched by this commit (1)
Log message:
Not setting GCC_REQD for OpenBSD/sparc64. None of the lang/gcc4* packages
build on OpenBSD 5.6/sparc64 at the moment. However, the boost-*
packages build quite well with the system gcc:

# gcc -v
Reading specs from /usr/lib/gcc-lib/sparc64-unknown-openbsd5.6/4.2.1/specs
Target: sparc64-unknown-openbsd5.6
Configured with: OpenBSD/sparc64 system compiler
Thread model: posix
gcc version 4.2.1 20070719
# pkg_info | grep boost
boost-headers-1.56.0 Boost is a set of free, peer-reviewed, C++ libraries.  The \ 
emphasis is on
boost-jam-1.56.0    Boost is a set of free, peer-reviewed, C++ libraries.  The \ 
emphasis is on
   2014-11-07 20:28:38 by Adam Ciarcinski | Files touched by this commit (13)
Log message:
Chamges 1.57.0:
Updated Libraries
Any:
RTTI is not required any more (TypeIndex library is used for RTTI emulation)
Fixed 8958

Asio:
Fixed the kqueue reactor so that it works on FreeBSD.
Fixed an issue in the kqueue reactor which resulted in spinning when using \ 
serial ports on Mac OS.
Fixed kqueue reactor support for read-only file descriptors.
Fixed a compile error when using the /dev/poll reactor.
Changed the Windows backend to use WSASocketW, as WSASocketA has been deprecated.
Fixed some warnings reported by Visual C++ 2013.
Fixed integer type used in the WinRT version of the byte-order conversion functions.
Changed documentation to indicate that use_future and spawn() are not made \ 
available when including the asio.hpp convenience header.
Explicitly marked asio::strand as deprecated. Use asio::io_service::strand instead.

Circular Buffer:
Fixed some warnings and move_if_noexcept from Boost.Move is used

Config:
BOOST_HAS_PRAGMA_DETECT_MISMATCH macro was added

Container:
Added support for initializer_list.
Fixed double destruction bugs in vector and backward expansion capable allocators.

Coroutine:
optionally register stacks with valgrind
10386 MSVC link error in asymmetric_coroutine.hpp: symbol already defined
10536 call to 'begin(...pull_coroutine< R > & c)' is ambiguous

Flyweight:
Added serialization support via Boost Serialization.
flyweight default constructor was made explicit in Boost 1.56, which introduces \ 
a regression in some initialization scenarios. The former non-explicit default \ 
constructor has been restored

More...
   2014-08-18 12:35:14 by Filip Hajny | Files touched by this commit (6)
Log message:
Fix build on SunOS: transform _XOPEN_SOURCE=500 args where needed, and
revert an upstream commit (https://svn.boost.org/trac/boost/ticket/10350).
The latter part deserves a better fix (finish what upstream neglected).
   2014-08-17 02:10:11 by Mark Davies | Files touched by this commit (2)
Log message:
Fix build with gcc 4.5.X
https://github.com/boostorg/variant/commit/8f111d3126c5a706f0eca0b90f5e01c9a4601178
   2014-08-13 12:56:36 by Adam Ciarcinski | Files touched by this commit (21)
Log message:
Changes 1.56.0:
Modularization
Boost version control has migrated to a system using git submodules. This \ 
shouldn't make too much of a difference to users, although the directory \ 
structure is now a bit different.

Parts of some libraries have been moved into different modules, and several new \ 
modules have been extracted from existing code. All header paths should remain \ 
the same. The new modules are:

Assert:
Customizable assert macros. Maintained by Peter Dimov.
Core:
Core utilities used by other libraries, with minimal dependencies. Maintained by \ 
Peter Dimov, Glen Fernandes and Andrey Semashev.
Lexical_Cast:
General literal text conversions, such as an int represented a string, or \ 
vice-versa, from Kevlin Henney.
Throw_Exception:
A common infrastructure for throwing exceptions from Boost libraries, from Emil \ 
Dotchevski.
Winapi:
Windows API declarations without <windows.h>, for internal Boost use.
New Libraries
Align:
Memory alignment functions, allocators, and adaptors, from Glen Fernandes.
Type_Index:
Runtime/Compile time copyable type info, from Antony Polukhin.

Next | Query returned 227 messages, browsing 121 to 130 | Previous