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 build on FIPS-enabled systems #13

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

Commits on Aug 7, 2018

  1. Configuration menu
    Copy the full SHA
    dac769a View commit details
    Browse the repository at this point in the history
  2. waf-2.0.9

    ita1024 authored and tridge committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    ca65dda View commit details
    Browse the repository at this point in the history
  3. fixed cross-build for arm-none-eabi on cygwin

    we need to use relative paths and not use --enable-auto-import. The
    relative paths are needed to keep paths within the severe path length
    limitations of the cygwin cross-compiler for arm-none-eabi
    tridge committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    3679b53 View commit details
    Browse the repository at this point in the history
  4. Make error messages more useful

    Just convert the list by joining the elements with space. It may not be
    perfect since it may explode in cases we have spaces, but it's better
    than giving a list that you can't do anything with it.
    
    By adding the error output as a command one can manually build that
    single compilation unit to understand better the error and even switch
    to another compile to get a better error message.
    lucasdemarchi authored and tridge committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    02de87b View commit details
    Browse the repository at this point in the history
  5. gccdeps: ignore undeclared build products

    this fixes an issue with undeclared build products causing build
    errors
    tridge committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    0cd2882 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Define xrange() in Python 3

    __xrange()__ was removed in Python 3 in favor of a reworked version of __range()__.  Discovered via ArduPilot/ardupilot#10278
    cclauss authored and tridge committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    ac321c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    337b0a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Build.py: correct debug

    peterbarker committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    9a634ff View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

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

Commits on Apr 20, 2021

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

Commits on May 1, 2023

  1. cope with python 3.11

    tridge committed May 1, 2023
    Configuration menu
    Copy the full SHA
    1b1625b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Fix broken cPython: md5.digest() is not supposed to raise exceptions …

    …#2213
    
    (cherry picked from commit 1c7be35)
    Signed-off-by: Jeff Melville <[email protected]>
    ita1024 authored and jeffmelville committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4a56281 View commit details
    Browse the repository at this point in the history