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

Unstable win32 #7

Open
wants to merge 18 commits into
base: unstable
Choose a base branch
from
Open

Unstable win32 #7

wants to merge 18 commits into from

Commits on Jan 29, 2013

  1. Add/update make.bat as a quick fix until I get around to write proper…

    … Makefiles for Win32
    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    1dc396c View commit details
    Browse the repository at this point in the history
  2. Load winsock.h on Windows instead of arpa/inet.h

    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    32779ea View commit details
    Browse the repository at this point in the history
  3. Also load stdint.h to make gcc/win32 happy with uint32_t

    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    9d2d547 View commit details
    Browse the repository at this point in the history
  4. Exit the program if a file cannot be loaded.

    This is ugly but better than crashing if a file cannot be loaded.
    To be fixed later by actually returning a success value.
    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    7eeb024 View commit details
    Browse the repository at this point in the history
  5. On my machine, png.h does not live in libpng/png.h ...

    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    b7630c2 View commit details
    Browse the repository at this point in the history
  6. Ignore Win32 build by-products

    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    caecfd6 View commit details
    Browse the repository at this point in the history
  7. Fix missing filename string in printf()

    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    210a197 View commit details
    Browse the repository at this point in the history
  8. At least my gcc has sys/time.h

    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    a0de432 View commit details
    Browse the repository at this point in the history
  9. Add dmake.exe-compatible makefiles.

    Run these with
    
        dmake -f Makefile.mk siftmatch.exe
    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    dd6afd1 View commit details
    Browse the repository at this point in the history
  10. Now "dmake -f Makefile.mk all" also works

    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    00da73d View commit details
    Browse the repository at this point in the history
  11. Include SHA1.h once

    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    0c2f8e4 View commit details
    Browse the repository at this point in the history
  12. Add MS Bitfields, while debugging things

    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    3bc768d View commit details
    Browse the repository at this point in the history
  13. some cleanup work ahead

    liuliu authored and Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    9f23253 View commit details
    Browse the repository at this point in the history
  14. added a simple config script

    liuliu authored and Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    7415be3 View commit details
    Browse the repository at this point in the history
  15. Reinstate Win32-cross-build defines

    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    e1d6c3a View commit details
    Browse the repository at this point in the history
  16. Reinstate Win32 build, part two

    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    9dbe299 View commit details
    Browse the repository at this point in the history
  17. Add zlib headers

    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    a03a6bc View commit details
    Browse the repository at this point in the history
  18. Fix compiling again

    Max Maischein committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    bfadf31 View commit details
    Browse the repository at this point in the history