a901827 Cherry-pick commits containing Mir and Wayland bug fixes.
42906b1 Fix cross-compiling builds using X11 shared libraries.
8bf5499 For CI - attempt to fix broken multiarch support in older CMake. This should be a non-issue when we have migrated to CMake 3.2.3 (now under development in refactor-buildsystem branch).
05b669a Fix cross-compiling builds using readline shared library.
bc7faa3 Reduce direct exposure to SDL headers as much as possible.
0202a35 Mark the SDL source code changes to comply with its license.
1c7c765 Fix memory leak in SDL library.
bcfa945 Quick fix to suppress confusing output msgs from SDL's CMakeLists.txt. [ci skip]
e674a2d Attempt to fix SDL OpenGLES auto-detection for Emscripten on Windows.
70d7782 Misc. bug fixes and refactoring in configuring SDL library build. - Fix the regex to get the shared library soname correctly. - Use the GCC_ATOMIC and CLOCK_GETTIME whenever they are available. - Reorganize the if-else block in the SDL CMakeLists.txt to prevent Unix-like platforms (e.g. Android) from entering the block meant for genuine Unix/Linux. - and more.
39b0d93 Disable the in_title_click data & focus_click_pending tests for SDL windows mouse warp, as it seems to lead into issues when regaining focus. Closes#1258.
9e4599a Applied patch to fix undefined reference error when compiling for Wayland on Linux.
8bb4927 Fix all the cross-compiling builds due to bugs in SDL CMakeLists.txt. Fix SDL library build on iOS platform.
8111296 Fix all the cross-compiling builds due to bugs in SDL CMakeLists.txt. Fix SDL library build on Web platform.
c0843ff Fix all the cross-compiling builds due to bugs in SDL CMakeLists.txt. Fix SDL library build on Windows platform.
97b13a3 Set CMake minimum version to 3.2.3 for Windows platform. This is in preparation to use optional components feature of find_package() command for FindDirectX.cmake module (was FindDirect3D).
c2b276b Refactor the CPU instruction extensions detection mechanism. Fix SDL build on the latest Raspbian Jessie release.
c6e37b0 Fix all the cross-compiling builds due to bugs in SDL CMakeLists.txt. Fix SDL library build on Linux, Android, and RPI platforms.
ad600cb Integrate SDL's original CMakeLists.txt into Urho3D build system. Close#1046. Close#1123. Close#1172.
6f8be44 Utilize new SDLActivity's get arguments feature.
git-subtree-dir: Source/ThirdParty/SDL
git-subtree-split: a9018279076a85c41db22a2cc52c27694c6b67cc
[ci package]
Commit: e8559b316a
Message: Add events for node/component being cloned. These are sent by their owning scene after the cloning process (along with all attributes set) is complete.