Skip to content

Commit

Permalink
Adding closed tickets to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jun 7, 2017
1 parent 827652f commit ad575fd
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/whats_new.qbk
Expand Up @@ -45,9 +45,40 @@ particular order):

Here is a list of the important tickets we closed for this release.

* [pr 2680] - Fix bad size during archive creation
* [pr 2677] - Adding include check for std::addressof
* [pr 2675] - Making sure statistics counters work as expected
* [pr 2674] - Turning assertions into exceptions
* [pr 2673] - Inhibit direct conversion from future<future<T>> --> future<void>
* [pr 2672] - C++17 invoke forms
* [pr 2668] - Fixing documentation index
* [issue 2667] - Ambiguity of nested hpx::future<void>'s
* [issue 2666] - Statistics Performance counter is not working
* [issue 2663] - Seg fault in managed_component::get_base_gid, possibly cause
by util::reinitializable_static
* [issue 2662] - Crash in managed_component::get_base_gid due to problem with
util::reinitializable_static
* [pr 2665] - Hide the `detail` namespace in doxygen per default
* [pr 2660] - Add documentation to hpx::util::unwrapped and hpx::util::unwrapped2
* [pr 2659] - Improve integration with vcpkg
* [pr 2657] - Removing hpx::lcos::queue<T>
* [pr 2655] - Mainteinance for emulate-deleted macros
* [pr 2654] - Implement parallel is_heap and is_heap_until
* [pr 2653] - Drop support for VS2013
* [pr 2652] - This patch makes sure that all parcels in a batch are properly
handled
* [pr 2649] - Update docs (Table 18) - move transform to end
* [issue 2647] - hpx::parcelset::detail::parcel_data::has_continuation_ is
unitialized
* [issue 2644] - Some .vcxproj in the HPX.sln fail to build
* [issue 2641] - `hpx::lcos::queue` should be deprecated
* [pr 2640] - A new throttling policy with public APIs to suspend/resume
* [pr 2639] - Fix a tiny typo in tutorial.
* [issue 2638] - Invalid return type 'void' of constexpr function
* [pr 2636] - Add and use HPX_MSVC_WARNING_PRAGMA for #pragma warning
* [pr 2633] - Distributed define_spmd_block
* [pr 2632] - Making sure container serialization uses size-compatible types
* [pr 2631] - Add lcos::local::one_element_channel
* [pr 2628] - Making sure that shutdown does not hang
* [pr 2627] - Fix serialization
* [pr 2626] - Generate `cmake_variables.qbk` and `cmake_toolchains.qbk` outside
Expand All @@ -57,6 +88,7 @@ Here is a list of the important tickets we closed for this release.
* [issue 2621] - Compiling hpx master fails with /usr/bin/ld: final link failed:
Bad value
* [pr 2620] - Remove warnings due to some captured variables
* [pr 2619] - LF multiple parcels
* [pr 2618] - Some fixes to libfabric that didn't get caught before the merge
* [pr 2617] - Adding `hpx::local_new`
* [pr 2616] - Documentation: Extract all entities in order to autolink functions
Expand All @@ -66,6 +98,7 @@ Here is a list of the important tickets we closed for this release.
* [pr 2613] - We need to link with boost.thread and boost.chrono if we use
boost.context
* [pr 2612] - Making sure for_loop_n(par, ...) is actually executed in parallel
* [pr 2611] - Add documentation to invoke_fused and friends NFC
* [pr 2610] - Added reduction templates using an identity value
* [pr 2608] - Fixing some unused vars in inspect
* [pr 2607] - Fixed build for mingw
Expand All @@ -83,13 +116,15 @@ Here is a list of the important tickets we closed for this release.
* [pr 2576] - Add missing dependencies of cuda based tests
* [pr 2575] - Remove warnings due to some captured variables
* [issue 2574] - MSVC 2015 Compiler crash when building HPX
* [issue 2568] - Remove throttle_scheduler as it has been abandoned
* [issue 2543] - make install fails due to a non-existing .so file
* [pr 2495] - wait_or_add_new returning thread_id_type
* [issue 2471] - no type named 'fcontext_t' in namespace
* [issue 2266] - hpx_0.9.99 make tests fail
* [pr 2453] - Timed executor support
* [pr 2447] - Implementing new executor API (P0443)
* [pr 2195] - Support for code completion in VIM
* [pr 1914] - Parallel heap algorithm implementations WIP

[endsect]

Expand Down

0 comments on commit ad575fd

Please sign in to comment.