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

Fix some build issues with pedantic compilers and also with LOG_TRACE. #131

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

Commits on Jun 8, 2016

  1. [build] Clear any prior definitions of assert() to make sure the zsim

    version of assert() doesn't create any macro redefinitions.
    
    This error can appear, for example, if any system or startup files are
    brought in during compilation and happen to include <assert.h>.
    grantae committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    b97976b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a489a99 View commit details
    Browse the repository at this point in the history
  3. [build] Prevent an always-false comparison of MAX_SIZE_T to an unsign…

    …ed int
    
    since the former may be out of range of the latter.
    grantae committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    1f8e8f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dd1ba0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

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