2017-01-03 14:23:05 by Jonathan Perkin | Files touched by this commit (52) |
Log message:
Use "${MV} || ${TRUE}" and "${RM} -f" consistently in \
post-install targets.
|
2017-01-01 17:34:48 by Adam Ciarcinski | Files touched by this commit (1) |  |
Log message:
For boost-1.63.0, also update buildlink3.mk
|
2016-10-07 20:32:18 by Adam Ciarcinski | Files touched by this commit (1) |  |
Log message:
One last piece of boost update
|
2016-06-24 22:32:08 by Filip Hajny | Files touched by this commit (1) |
Log message:
`rm -v` is not portable. Fix install on at least SunOS.
|
2016-05-13 22:47:32 by Adam Ciarcinski | Files touched by this commit (15) |
Log message:
Changes 1.61.0:
New Libraries:
--------------
Compute:
Parallel/GPU-computing library
DLL:
Library for comfortable work with DLL and DSO. Library provides a portable \
across platforms way to:
* load libraries
* import any native functions and variables
* make alias names for C++ mangled functions and symbols
* query libraries for sections and exported symbols
* self loading and self querying
* getting program and module location by exported symbol
Hana:
A modern C++ metaprogramming library. It provides high level algorithms to \
manipulate heterogeneous sequences, allows writing type-level computations with \
a natural syntax, provides tools to introspect user-defined types and much more.
Metaparse:
A library for generating compile time parsers parsing embedded DSL code as part \
of the C++ compilation process. The library is similar to Spirit, however while \
parsers built with Spirit parse at run-time, parsers built with Metaparse parse \
at compile-time.
|
2016-05-04 23:47:37 by Filip Hajny | Files touched by this commit (1) |
Log message:
No longer seems to have problems building/installing with Python
3.3 as off boost 1.60.
|
2016-02-27 21:55:05 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Avoid conflict between py2 and py3 version of py-boost.
From Thomas Orgis on pkgsrc-users.
Bump PKGREVISION.
|
2015-12-27 13:41:42 by Adam Ciarcinski | Files touched by this commit (16) |
Log message:
Changes 1.60.0:
New Libraries
VMD:
Variadic Macro Data library, from Edward Diener.
Updated Libraries
Atomic:
* Enforced proper alignment of atomic<> storage. This should fix possible \
issues on platforms that support atomic operations on data units larger than the \
native word size. This may also change binary layout of user's data structures \
that have atomic<> members.
* Fixed compilation for PowerPC with IBM XL C++ compiler. Corrected memory \
barriers in PowerPC assembler.
* Fixed compilation with MSVC-8 for ARM.
* Fixed compilation with gcc 4.4 for x86-64, when 128-bit atomic operations were \
used. (10994)
* Optimized some gcc assembler blocks for x86/x86-64 to reduce the number of \
used registers. This may require binutils 2.10 or later.
Chrono - 2.0.5:
Fixes:
* 10778 VC14 CTP4 Atomic don't compile with boost::chrono durations which are \
not TriviallyCopyable
* 10840 Missing std:: qualifier for puts call in test_7868.cpp
* 10851 Missing std:: qualifier for puts call in time_point_output.cpp
* 10893 Minor doc typo in Boost.Chrono
* 10992 Chrono IO state savers inconsistent with Boost.IO state savers
* 10995 duration_put::put_value truncates fractional part
* 11006 Impossible to instantiate time_fmt_io_saver due to several errors.
* 11012 chrono_io v2 fail to compile with boost::chrono::duration< \
boost::rational<int> >
Container:
* Implemented Polymorphic Memory Resources.
* Add more BOOST_ASSERT checks to test preconditions in some operations (like \
pop_back, pop_front, back, front, etc.)
* Added C++11 back/front operations to basic_string.
Fixed bugs:
* Trac 11627: "small_vector<T,n>::swap() appears to be broken".
* Trac 11628: "small_vector<int,n> iterates over elements in \
destructor".
* Trac 11697: "Wrong initialization order in tuple copy-constructor".
* Trac 11698: "Missing return statement in static_storage_allocator".
* GitHub 29: Doc fixes for flap_map complexity requirements.
* GitHub 31: DL_SIZE_IMPL also dereference addr.
Context:
* 11603 typo in PPC32/MACH-O asm
* support for CYGWIN
Core:
* In symbol demangling tools, added support for gabi++ ABI implementation used \
in Android NDK.
* Added a new enable_if_has_type tool for performing SFINAE checks for presence \
of a nested type.
more...
|
2015-08-14 22:57:49 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Sync pattern with the package version.
|