Path to this page:
Subject: CVS commit: pkgsrc
From: Adam Ciarcinski
Date: 2016-05-13 22:47:32
Message id: 20160513204732.EAF1CFBBA@cvs.NetBSD.org
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.
Files: