Skip to content

Commit

Permalink
Minor additions to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Nov 12, 2015
1 parent 75edc48 commit 4c96a9b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hpx.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -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]]]
Expand Down
3 changes: 3 additions & 0 deletions docs/people.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 7 additions & 0 deletions docs/whats_new.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4c96a9b

Please sign in to comment.