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

WIP: mingw32 cross compile support (under OpenBSD and Ubuntu) #85

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

Commits on Oct 16, 2016

  1. Add cscope files to gitignore

    n1000 committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    4d2144c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d91b083 View commit details
    Browse the repository at this point in the history
  3. Don't attempt to compile tools not supported under WIN32

    Skip the compilation of tools not currently supported on Windows.
    n1000 committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    aeb23c3 View commit details
    Browse the repository at this point in the history
  4. Move mod2bits and mod2db to external C file

    Move these two definitions out of multiple files into one common
    file.
    n1000 committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    d27ae85 View commit details
    Browse the repository at this point in the history
  5. Remove some unnecessary extern statements

    These statements were causing some warnings / errors on some
    compilers.
    n1000 committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    cf1dbc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5beb9ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0173638 View commit details
    Browse the repository at this point in the history
  8. Fix WIN32 compilation errors

    n1000 committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    d9269b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    659cf41 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e04cf3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9964708 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    024723c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    374e6d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f03b2b9 View commit details
    Browse the repository at this point in the history
  15. Add SLEEP_MS to sleep for milliseconds

    Replace current SLEEP macro with SLEEP_MS.
    
    Replace existing SLEEP macro with version that sleeps for seconds.
    n1000 committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    650bac1 View commit details
    Browse the repository at this point in the history
  16. Replace usage of sleep() with SLEEP()

    Replace all uses of sleep() with SLEEP() macro for cross-platform
    sleeping.
    n1000 committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    5711b95 View commit details
    Browse the repository at this point in the history
  17. Add Ubuntu / OpenBSD MinGW32 cross-compile examples

    Update make.def to include Ubuntu and OpenBSD cross-comple examples
    n1000 committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    e9ae73e View commit details
    Browse the repository at this point in the history
  18. Remove now unused __bswap.c

    n1000 committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    edadddb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ba4cae1 View commit details
    Browse the repository at this point in the history
  20. Ensure ether_header is packed

    n1000 committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    f18b141 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    340b170 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    26cd599 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Enable int6kdetect and hpav

    n1000 committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    0edb802 View commit details
    Browse the repository at this point in the history