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

cover change with gtest unittests, clean up cmake script and code includes #106

Merged
merged 28 commits into from
Sep 26, 2019
Merged

Commits on Sep 17, 2019

  1. remove no need env

    chenqin committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    36e4c2f View commit details
    Browse the repository at this point in the history
  2. use rand back off to avoid swap tracker

    Chen Qin committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    77eea8d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    4ff7cee View commit details
    Browse the repository at this point in the history
  2. adding googletests support

    Chen Qin committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    415f4c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. add unittests on allreduce parameters init

    Chen Qin committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    6aefaa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8224bda View commit details
    Browse the repository at this point in the history
  3. per feedback

    chenqin committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    566e7bc View commit details
    Browse the repository at this point in the history
  4. revert main

    chenqin committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    7a44877 View commit details
    Browse the repository at this point in the history
  5. fix failure

    chenqin committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    bd8227f View commit details
    Browse the repository at this point in the history
  6. use test_main

    chenqin committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    700c86c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. fix rabit_reduce_ring_mincount parser

    Chen Qin committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    58344af View commit details
    Browse the repository at this point in the history
  2. add README

    Chen Qin committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    3346a46 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. Clean up CMake scripts.

    trivialfis committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    216610b View commit details
    Browse the repository at this point in the history
  2. Setup gtest on travis.

    trivialfis committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    d4abb6d View commit details
    Browse the repository at this point in the history
  3. Install tree.

    trivialfis committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    72a5f33 View commit details
    Browse the repository at this point in the history
  4. Use before_install.

    trivialfis committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    5650d99 View commit details
    Browse the repository at this point in the history
  5. Specify GTEST_ROOT.

    trivialfis committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    64963dc View commit details
    Browse the repository at this point in the history
  6. Force c++11 in test.

    trivialfis committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    0f6bc00 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Merge pull request #5 from trivialfis/clean-cmake

    Clean up CMake scripts. will work on a bit cleanup
    chenqin authored Sep 22, 2019
    Configuration menu
    Copy the full SHA
    3fa3803 View commit details
    Browse the repository at this point in the history
  2. add back cpplint

    chenqin committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    8188f0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e13671 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16d5f0d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. spring clean includes

    chenqin committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    0e90e01 View commit details
    Browse the repository at this point in the history
  2. downgrade cmake

    chenqin committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    492024a View commit details
    Browse the repository at this point in the history
  3. more cleanup on DMLC_ROOT

    Chen Qin committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    65eb5c0 View commit details
    Browse the repository at this point in the history
  4. build engempty for win32 asis

    Chen Qin committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    4114087 View commit details
    Browse the repository at this point in the history
  5. fix relateive path of install prefix

    Chen Qin committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    5bb3045 View commit details
    Browse the repository at this point in the history
  6. revert backoff change for another pr

    Chen Qin committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    f0cfd4c View commit details
    Browse the repository at this point in the history