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

C++11 #105

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open

C++11 #105

wants to merge 9 commits into from

Commits on Nov 27, 2015

  1. * migrate to non-boost version of asio

    * use c++11 instead of boost as mush as it possible
    kreopt committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    d1fe96f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. * fixes for tests pass

    kreopt committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    40087cb View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2015

  1. * use std mutexes & condition variables

    * use std cstdint instead of boost
    kreopt committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    91368a6 View commit details
    Browse the repository at this point in the history
  2. * use std mutexes & condition variables

    * use std cstdint instead of boost
    * use std thread
    kreopt committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    16402bd View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2015

  1. * use std regex

    * use std thread
    kreopt committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    910bccc View commit details
    Browse the repository at this point in the history
  2. * use std int types

    kreopt committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    f1fb6e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2015

  1. * use std arrays and pointers

    * use std random
    kreopt committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    f085413 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2015

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

Commits on Apr 1, 2016

  1. fixes

    kreopt committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    b8cff74 View commit details
    Browse the repository at this point in the history