summaryrefslogtreecommitdiff
path: root/drivers/builtin_openssl2
AgeCommit message (Collapse)Author
2016-09-03Patch thirdy-party libraries to build for WinRTGeorge Marques
- Patch enet code. - Patch OpenSSL code and add shims for unavailable API. - Add extra definition header for Freetype.
2016-07-09Fix builtin OpenSSL configurationGeorge Marques
Fixes a bug that happens on Windows 64-bits.
2016-05-21fixAriel Manzur
2016-05-21using 1 env for all driversAriel Manzur
2016-05-12Remove nocpuid.c from builtin OpenSSLeska
Since opensslconf.h no longer defines OPENSSL_CPUID_OBJ, OpenSSL defines OPENSSL_cpuid_setup itself (with the same empty definition)
2016-05-11OpenSSL buildsystem: actually apply the flag on gcc/clangRémi Verschelde
Commit 972b0f7 was bogus.
2016-05-11Windows: Fix MinGW argument being passed to MSVCRémi Verschelde
Fixes #4620
2016-05-09Add ignore error flag to OpenSSL driverGeorge Marques
2016-05-06cloning env for builtin_openssl _and_ openssl :)Ariel Manzur
2016-05-06clonning env for builtin sslAriel Manzur
2016-05-03Update OpenSSL to 1.0.2hmrezai
2016-04-15Update OpenSSL to version 1.0.2gmrezai
2016-04-12Fix OpenSSL compilation on Windowsmrezai
Fixes #4285.
2016-04-10Update OpenSSL to version 1.0.1smrezai
2015-10-30Fixes Visual Studio 2015 linker error (___iob_func)ZuBsPaCe
The original, uncommited fix simply changed compiler flag /MT to /MD. This would link the C runtime dynamically instead of statically. This is bad, because some users would have to install the c runtime before starting the editor. You can find alot of info about this error, which can happen after upgrading to VS 2015, and there are workarounds. But I realized, that the only place, where iob_func is used, is in e_os.h of the openssl library. The latest version already contains a workaround. I simply updated the part in e_os.h. Reference: https://github.com/openssl/openssl/blob/master/e_os.h#L268 Reference: https://software.intel.com/en-us/forums/intel-parallel-studio-beta-archived/topic/266345 Reference: https://connect.microsoft.com/VisualStudio/feedback/details/1144980/error-lnk2001-unresolved-external-symbol-imp-iob-func Reference: http://stackoverflow.com/questions/757418/should-i-compile-with-md-or-mt Here's the original error message: Creating library bin\godot.windows.tools.lib and object bin\godot.windows.tools.exp drivers1.windows.tools.lib(t1_enc.windows.tools.obj) : error LNK2001: unresolved external symbol ___iob_func drivers1.windows.tools.lib(txt_db.windows.tools.obj) : error LNK2001: unresolved external symbol ___iob_func drivers1.windows.tools.lib(d1_enc.windows.tools.obj) : error LNK2001: unresolved external symbol ___iob_func drivers1.windows.tools.lib(ui_openssl.windows.tools.obj) : error LNK2001: unresolved external symbol ___iob_func drivers1.windows.tools.lib(cryptlib.windows.tools.obj) : error LNK2001: unresolved external symbol ___iob_func drivers1.windows.tools.lib(pem_lib.windows.tools.obj) : error LNK2001: unresolved external symbol ___iob_func drivers1.windows.tools.lib(d1_both.windows.tools.obj) : error LNK2001: unresolved external symbol ___iob_func drivers1.windows.tools.lib(rsa_sign.windows.tools.obj) : error LNK2001: unresolved external symbol ___iob_func bin\godot.windows.tools.exe : fatal error LNK1120: 1 unresolved externals scons: *** [bin\godot.windows.tools.exe] Error 1120
2015-01-03-Work in progress visual shader editor *DOES NOT WORK YET*Juan Linietsky
2014-08-27Someone fixed compiling issue on WinTheo Hallenius
2014-08-01Small Issues & MaintenanceJuan Linietsky
-=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes