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

Add install target for Linux and Mac #206

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Add install target for Linux and Mac #206

wants to merge 26 commits into from

Commits on Aug 18, 2017

  1. Add install targets for the libraries and headers.

    Still needed: the SC2APIConfig.cmake.
    
    I'm not particularly satisfied with the way the protocol headers are installed.
    It might be better if they were at a subdirectory, but that means that their
    internal includes need to be changed during protoc generation.
    kuzi117 committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    5475d38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b16bcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2c5c3e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. Remove debug print.

    kuzi117 committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    1d886d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2017

  1. Add export and components.

    kuzi117 committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    ac9855f View commit details
    Browse the repository at this point in the history
  2. Add install scripts.

    All that's missing is fixing the export set problem.
    kuzi117 committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    ad776a3 View commit details
    Browse the repository at this point in the history
  3. Use install script

    kuzi117 committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    dbb6817 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Fix cmake files destination.

    kuzi117 committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    d488e71 View commit details
    Browse the repository at this point in the history
  2. Disable SC2APITargets.cmake.

    kuzi117 committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    beafffb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e246b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b90715e View commit details
    Browse the repository at this point in the history
  5. Refactoring manual memory management to use unique_ptr's where approp…

    …riate. This cleans up a lot of the destructors as well.
    drivehappy authored and kuzi117 committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    f4930ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f6eb44 View commit details
    Browse the repository at this point in the history
  7. Switched implementation of for-loop to use the any_of algorithm. Refa…

    …ctored thread vector setup to construct the thread in-place within the vector.
    drivehappy authored and kuzi117 committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    331074f View commit details
    Browse the repository at this point in the history
  8. Add linking to pthread.

    kuzi117 committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    c546e9c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Updated civetweb to latest.

    AnthonyBrunasso authored and kuzi117 committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    2c67723 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Make include path absolute.

    kuzi117 committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    7f0e11b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Merge branch 'master' of github.com:Blizzard/s2client-api

    Conflicts:
    	contrib/civetweb
    	src/CMakeLists.txt
    	src/sc2api/sc2_coordinator.cc
    	src/sc2api/sc2_replay_observer.cc
    kuzi117 committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    5501549 View commit details
    Browse the repository at this point in the history
  2. Move to correct civetweb.

    kuzi117 committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    6901d7d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Configuration menu
    Copy the full SHA
    90b194a View commit details
    Browse the repository at this point in the history
  2. Revert "Make windows install to Documents directory."

    This reverts commit 90b194a.
    kuzi117 committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    da749e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Configuration menu
    Copy the full SHA
    c07abae View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2017

  1. Configuration menu
    Copy the full SHA
    028086a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4da6db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    732aba0 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2018

  1. Configuration menu
    Copy the full SHA
    8b258a3 View commit details
    Browse the repository at this point in the history