Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing most usage of Boost.Config #1877

Merged
merged 9 commits into from Dec 17, 2015
Merged

Removing most usage of Boost.Config #1877

merged 9 commits into from Dec 17, 2015

Commits on Nov 24, 2015

  1. Removing most usage of Boost.Config

    This decouples the HPX compile time configuration from that of boost. This
    removes the include order dependency between boost.config and hpx.
    
     - replaced all Boost.Config related macro definitions with the equivalent
       HPX macros
     - Boost config macros used for OS Thread API selection are untouched
    sithhell committed Nov 24, 2015
    Copy the full SHA
    0f3206e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    824c924 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2015

  1. Copy the full SHA
    3805c18 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into remove_boost_config

    Conflicts:
    	hpx/util/detail/basic_function.hpp
    	hpx/util/detail/function_template.hpp
    	hpx/util/detail/unique_function_template.hpp
    sithhell committed Dec 1, 2015
    Copy the full SHA
    efefbaf View commit details
    Browse the repository at this point in the history
  3. Fixing typo in include

    sithhell committed Dec 1, 2015
    Copy the full SHA
    6b79232 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. Merge branch 'master' into remove_boost_config

    Conflicts:
    	hpx/util/plugin/dll.hpp
    	hpx/util/plugin/virtual_constructor.hpp
    	hpx/util/thread_specific_ptr.hpp
    	hpx/util/time_logger.hpp
    	hpx/util/value_logger.hpp
    	tests/performance/local/native_tls_overhead.cpp
    sithhell committed Dec 9, 2015
    Copy the full SHA
    a159e1f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0ce16e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2015

  1. Merge branch 'master' into remove_boost_config

    Conflicts:
    	hpx/lcos/local/dataflow.hpp
    	hpx/runtime/naming/name.hpp
    	hpx/runtime/serialization/access.hpp
    sithhell committed Dec 16, 2015
    Copy the full SHA
    ea4a6b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. Fixing header tests

    sithhell committed Dec 17, 2015
    Copy the full SHA
    b85d9fd View commit details
    Browse the repository at this point in the history