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

Improve compatibility with Dinkumware C++ headers #1008

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Oct 3, 2018

  1. Configuration menu
    Copy the full SHA
    ae1c8fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b1b034 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

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

Commits on Nov 7, 2018

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

Commits on Nov 8, 2018

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

Commits on Jan 28, 2019

  1. Resolve merge conflicts.

    matthargett committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    947134e View commit details
    Browse the repository at this point in the history
  2. Fix botched merge.

    matthargett committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    bc9205e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Fall back to stdint.h is cstdint (and friends) aren't available. Use …

    …CPPLIB version to avoid using things that aren't available in Dinkumware C++ headers.
    matthargett committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    87d1135 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    6f3cc60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bdecf5 View commit details
    Browse the repository at this point in the history
  3. Remove folly-config.h

    matthargett committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    ced6175 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

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

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    4faea92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f0dfab View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

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

Commits on Feb 28, 2019

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

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    2431427 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa548ad View commit details
    Browse the repository at this point in the history
  3. Master added some DCHECK macros without adding explicit includes wher…

    …e they were used. Added explicit glog/logging.h include to the top of the relevant files, to match the style in folly/detail/IPAddressSource.h
    matthargett committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    b560eb6 View commit details
    Browse the repository at this point in the history