aboutsummaryrefslogtreecommitdiff
path: root/drivers/builtin_openssl2/SCsub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* openssl: Move to a module and split thirdparty libRémi Verschelde2016-10-151-663/+0
| | | | Same rationale as the previous commits.
* scons detects standalone MSVC on Windowsyg2f2016-09-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Under Windows, Scons is now capable of detecting and compiling with standalone MSVC compilers (aka "Visual C++ Build Tools"). http://landinghub.visualstudio.com/visual-cpp-build-tools Tried with version 2015, and native x86 and x64 compilers under Windows 10 pro 64 and Windows 8.1 64, with the default Win8 SDK provided by the "Visual C++ Build Tools" web-installer. Follow the same compiling instructions than for compiling with Visual Studio, except that Visual Studio is no more required. KNOWN ISSUES : - ``methods.detect_visual_c_compiler_version()`` will emit a warning message on computers where the ``VSINSTALLDIR`` environement variable is not present. But it should compile just fine and still automatically detects the 32 or 64 bits according to the compiler you picked. TODO : - eventually, update ``platform/winrt/dectet.py`` with function ``methods.msvc_is_detected()`` and try to compile winrt/UWP with these standalone compilers (if you did not select Win10 SDK when installing the standalone tools, you can run it again). - update doc to make users aware of "Visual C++ Build Tools" aka "stadalone MSVC". - eventually, update ``methods.detect_visual_c_compiler_version()``
* Patch thirdy-party libraries to build for WinRTGeorge Marques2016-09-031-0/+4
| | | | | | - Patch enet code. - Patch OpenSSL code and add shims for unavailable API. - Add extra definition header for Freetype.
* fixAriel Manzur2016-05-211-8/+9
|
* using 1 env for all driversAriel Manzur2016-05-211-9/+8
|
* Remove nocpuid.c from builtin OpenSSLeska2016-05-121-1/+0
| | | | | Since opensslconf.h no longer defines OPENSSL_CPUID_OBJ, OpenSSL defines OPENSSL_cpuid_setup itself (with the same empty definition)
* OpenSSL buildsystem: actually apply the flag on gcc/clangRémi Verschelde2016-05-111-3/+3
| | | | Commit 972b0f7 was bogus.
* Windows: Fix MinGW argument being passed to MSVCRémi Verschelde2016-05-111-3/+5
| | | | Fixes #4620
* Add ignore error flag to OpenSSL driverGeorge Marques2016-05-091-0/+1
|
* cloning env for builtin_openssl _and_ openssl :)Ariel Manzur2016-05-061-11/+9
|
* clonning env for builtin sslAriel Manzur2016-05-061-646/+653
|
* Update OpenSSL to version 1.0.2gmrezai2016-04-151-3/+8
|
* Small Issues & MaintenanceJuan Linietsky2014-08-011-0/+646
-=-=-=-=-=-=-=-=-=-=-=-=-= -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