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

Fixed build for mingw. #2607

Merged
merged 9 commits into from May 7, 2017
Merged

Fixed build for mingw. #2607

merged 9 commits into from May 7, 2017

Commits on May 4, 2017

  1. Fixed build for mingw.

    Tested on win7x64 with msys2, mingw-w64, gcc 6.3.0, cmake 1.8.
    CMake was called with the following parameters:
      cmake
        -G "MSYS Makefiles"
        -DHPX_WITH_TESTS_EXTERNAL_BUILD=Off
        -DHPX_WITH_MALLOC=jemalloc
        -DCMAKE_INSTALL_PREFIX:PATH=/c/msys64/mingw64 ..
    Smasherr committed May 4, 2017
    Copy the full SHA
    05af2fd View commit details
    Browse the repository at this point in the history

Commits on May 6, 2017

  1. Update basic_action.hpp

    Smasherr committed May 6, 2017
    Copy the full SHA
    911d3aa View commit details
    Browse the repository at this point in the history
  2. Update dll_windows.hpp

    Smasherr committed May 6, 2017
    Copy the full SHA
    f38b3b5 View commit details
    Browse the repository at this point in the history
  3. Update dll.hpp

    Smasherr committed May 6, 2017
    Copy the full SHA
    e6a49f0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b4f9276 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f235cbb View commit details
    Browse the repository at this point in the history
  6. Fixed identation

    Smasherr committed May 6, 2017
    Copy the full SHA
    c690766 View commit details
    Browse the repository at this point in the history
  7. Codestyle fix.

    The inspection error was:
    hwloc_topology_info.cpp: *Line length limit*: 1068, *Tabs*1071
    Smasherr committed May 6, 2017
    Copy the full SHA
    01793d1 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0046d4b View commit details
    Browse the repository at this point in the history