From 4c96a9b3b32bf1514f9e0a23c57b770a28f4a5d0 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Thu, 12 Nov 2015 06:13:16 -0600 Subject: [PATCH] Minor additions to the documentation --- docs/hpx.qbk | 2 +- docs/people.qbk | 3 +++ docs/whats_new.qbk | 7 +++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/hpx.qbk b/docs/hpx.qbk index 7d0b3e24411e..4368cf99a375 100644 --- a/docs/hpx.qbk +++ b/docs/hpx.qbk @@ -158,7 +158,7 @@ [def __x10__ [@http://x10-lang.org/ X10]] [def __upc__ [@http://upc.lbl.gov/ UPC]] [def __fortress__ [@http://labs.oracle.com/projects/plrg/Publications/index.html Fortress]] - +[def __lgd__ [@http://www.libgeodecomp.org/ LibGeoDeComp]] [/ Some images] [def __note__ [$./images/note.png [contentwidth 32px]]] [def __tip__ [$./images/tip.png [contentwidth 32px]]] diff --git a/docs/people.qbk b/docs/people.qbk index a417183b136f..ee07631b156f 100644 --- a/docs/people.qbk +++ b/docs/people.qbk @@ -101,10 +101,13 @@ the project through discussions, pull requests, documentation patches, etc. (Autonomic Performance Environment for eXascale) with __hpx__. * Francisco Jose Tapia, who helped with implementing the parallel sort algorithm for __hpx__. +* Andreas Schaefer (__inf3__), who contributed a number of patches to our build + system and to improve the integration of his __lgd__ library with HPX. * Patrick Diehl, who worked on implementing CUDA support for our companion library targeting GPGPUs (__hpxcl__). * Eric Lemanissier contributed fixes to allow compilation using the MingW toolchain. +* Brandon Corde contributed several modifications to the HPX `inspect` tool. * Nidhi Makhijani who helped cleaning up some enum consistencies in __hpx__ and contributed to the resource manager used in the thread scheduling subsystem. She also worked on __hpx__ in the context of the Google Summer of Code 2015. diff --git a/docs/whats_new.qbk b/docs/whats_new.qbk index 0e8a688dc653..8d8bf4889fc5 100644 --- a/docs/whats_new.qbk +++ b/docs/whats_new.qbk @@ -104,6 +104,12 @@ commits to the master branch since the last release. [link hpx.manual.parallel.parallel_algorithms.parallel_algorithms parallel algorithms]. Please see [issue 1141] for the list of all available parallel algorithms (thanks to Daniel Bourgeois and John Biddiscombe for contributing their work). +* We have added a tool to HPX which is used to verify committed code is + conforming to a list of fundamental coding guidelines. This tool (called + `inspect`) is derived from a similar tool from Boost. We have modified and + augmented the tool for our purposes (thanks to Brandon Corde for contributing + additional guideline checkers). The `inspect` tool is run as part of the + CircleCI integration tests. [heading Breaking Changes] @@ -171,6 +177,7 @@ commits to the master branch since the last release. Here is a list of the important tickets we closed for this release. +* [pr 1862] - Minor cleanups * [pr 1855] - Completely removing external/endian * [pr 1854] - Don't pollute CMAKE_CXX_FLAGS through find_package() * [pr 1853] - Updating CMake configuration to get correct version of TAU