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

[READY] Remove boost where only simple refactoring is needed #701

Merged
merged 15 commits into from
Feb 14, 2017
Merged

[READY] Remove boost where only simple refactoring is needed #701

merged 15 commits into from
Feb 14, 2017

Commits on Feb 2, 2017

  1. Further reduce boost usage

    Removes every boost::algorithm, boost::exceptions and boost::assign.
    Removes standard.h in favour of using size_t.
    bstaletic committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    3b0b04a View commit details
    Browse the repository at this point in the history
  2. Fix error on OSX

    bstaletic committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    d0e5dde View commit details
    Browse the repository at this point in the history
  3. Style fixes and performance optimisations

    Pass strings by reference.
    Don't copy a string when truncating.
    Pay attention to 80 column width.
    bstaletic committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    298733b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

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

Commits on Feb 4, 2017

  1. Configuration menu
    Copy the full SHA
    0661215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5583da3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. Configuration menu
    Copy the full SHA
    bd86ed2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43fac50 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Configuration menu
    Copy the full SHA
    9cf8275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    434880f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38ad0bb View commit details
    Browse the repository at this point in the history
  4. Include <locale> header

    bstaletic committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    133fa7e View commit details
    Browse the repository at this point in the history
  5. Move IsUpper to Utils.h

    bstaletic committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    ead191d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

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