-
Notifications
You must be signed in to change notification settings - Fork 293
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
Changes aimed at fixing msys builds. #77
base: master
Are you sure you want to change the base?
Commits on Aug 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d095637 - Browse repository at this point
Copy the full SHA d095637View commit details -
Updated config.guess and config.sub with newer official GNU versions.
This allows configure to work properly on msys2/mingw-w64.
Configuration menu - View commit details
-
Copy full SHA for 034b700 - Browse repository at this point
Copy the full SHA 034b700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e0a451 - Browse repository at this point
Copy the full SHA 2e0a451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6636602 - Browse repository at this point
Copy the full SHA 6636602View commit details -
Removed -mno-cygwin options; modern compilers, which are required for…
… C++11 support, don't support that option anyway.
Configuration menu - View commit details
-
Copy full SHA for f194dab - Browse repository at this point
Copy the full SHA f194dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8892201 - Browse repository at this point
Copy the full SHA 8892201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 417e54a - Browse repository at this point
Copy the full SHA 417e54aView commit details -
Don't symlink CrossPlatform sources; reference them directly.
Don't build cdenable sources for 64-bit.
Configuration menu - View commit details
-
Copy full SHA for ea97393 - Browse repository at this point
Copy the full SHA ea97393View commit details -
Use std::min instead of Windows min.
Use CreateThread instead of _beginthreadex.
Configuration menu - View commit details
-
Copy full SHA for 8d5608d - Browse repository at this point
Copy the full SHA 8d5608dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 842d8be - Browse repository at this point
Copy the full SHA 842d8beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ee3db - Browse repository at this point
Copy the full SHA 30ee3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48615bf - Browse repository at this point
Copy the full SHA 48615bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b975c5 - Browse repository at this point
Copy the full SHA 8b975c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 125a0c7 - Browse repository at this point
Copy the full SHA 125a0c7View commit details -
Added casts to convert between int and pointer (HANDLE).
Replaced _beginthreadex with CreateThread.
Configuration menu - View commit details
-
Copy full SHA for 17c9681 - Browse repository at this point
Copy the full SHA 17c9681View commit details -
No longer need to support VC6, so don't avoid including files everyone has these days.
Configuration menu - View commit details
-
Copy full SHA for 7e94b9b - Browse repository at this point
Copy the full SHA 7e94b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1491969 - Browse repository at this point
Copy the full SHA 1491969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90bd9b9 - Browse repository at this point
Copy the full SHA 90bd9b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2735ff9 - Browse repository at this point
Copy the full SHA 2735ff9View commit details -
Fixed bitwise operation (& instead of &&).
Added disambiguating parentheses to silence Clang warnings.
Configuration menu - View commit details
-
Copy full SHA for bab497c - Browse repository at this point
Copy the full SHA bab497cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be2c55 - Browse repository at this point
Copy the full SHA 4be2c55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d146e9 - Browse repository at this point
Copy the full SHA 4d146e9View commit details -
Restored compatibility with pre-Vista operating systems.
More K&R begone. Some warning fixes.
Configuration menu - View commit details
-
Copy full SHA for f06b772 - Browse repository at this point
Copy the full SHA f06b772View commit details -
Always build CDEnable sources.
Add macro to make mingw headers behave more like MS headers with respect to time_t.
Configuration menu - View commit details
-
Copy full SHA for 0364844 - Browse repository at this point
Copy the full SHA 0364844View commit details -
Host compiler uses target compiler CFLAGS/CXXFLAGS; not ideal, but I …
…don't know how else toput it in C++11 mode. Link to Winsock2. Don't try to link CrossPlatform files twice.
Configuration menu - View commit details
-
Copy full SHA for d79a73e - Browse repository at this point
Copy the full SHA d79a73eView commit details -
Struct my_stat is now compatible with mingw struct stat.
Size check is now a static_assert (detected at compile time instead of run time).
Configuration menu - View commit details
-
Copy full SHA for 90eeef2 - Browse repository at this point
Copy the full SHA 90eeef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 631bade - Browse repository at this point
Copy the full SHA 631badeView commit details -
Replaced integral *BaseDiff with pointer *Base, which eliminates a la…
…rge number of casts. Tweaked various types in function signatures to reduce casts and improve const correctness. Fixed lots of related warnings.
Configuration menu - View commit details
-
Copy full SHA for d93680f - Browse repository at this point
Copy the full SHA d93680fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f16cf2 - Browse repository at this point
Copy the full SHA 0f16cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc22eb - Browse repository at this point
Copy the full SHA 8fc22ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for aae928c - Browse repository at this point
Copy the full SHA aae928cView commit details