summaryrefslogtreecommitdiffstats
path: root/Platforms (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Updated copyright noticeEgor Yusov2019-01-067-7/+7
* Updated copyright noticeEgor Yusov2019-01-0222-22/+22
* Fixed multiple unused variable warnings in clang release buildEgor Yusov2018-12-241-1/+1
* Fixed issue with WindowsFileSystem::CreateDirectory and WindowsFileSystem::De...Egor Yusov2018-12-201-6/+5
* Added missing checks to install Android,Apple,Linux,UWP platform librariesEgor Yusov2018-12-174-4/+12
* Made engine core installation optional that is on by default on Win32 and Lin...Egor Yusov2018-12-172-6/+11
* Fixed iOS/Mac/Android buildEgor Yusov2018-12-172-2/+2
* Added install steps; updated header structure for platformsEgor Yusov2018-12-1739-125/+75
* Few more changes to support MinGW buildEgor Yusov2018-12-132-0/+3
* Fixed few linux build issuesEgor2018-11-031-3/+4
* Fixed linux/mac build errorsEgor Yusov2018-09-231-1/+1
* Reworked message formattingEgor Yusov2018-09-236-12/+9
* Fixed 32-bit windows buildEgor Yusov2018-09-181-1/+34
* Updated platform bit utilitiesEgor Yusov2018-09-177-45/+129
* Fixed initialization of DebugMessageCallback to work in Release modeEgor Yusov2018-07-295-58/+13
* Fix build errorEgor Yusov2018-07-231-11/+11
* Updated debug utilities to translate DEV_CHECK_ERR to VERIFY in debug buildEgor Yusov2018-07-231-10/+25
* Reworked debug message handling to allow user-specified callbacksEgor Yusov2018-03-2714-175/+175
* Added support for build with Win8.1 SDKEgor Yusov2018-03-041-24/+5
* Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/7Egor Yusov2018-03-041-3/+16
* Fixed interface headers to use relative paths in #includeEgor Yusov2018-02-2325-55/+55
* Fixed few HLSL->GLSL conversion issues on MacOSEgor Yusov2018-02-171-1/+3
* Minor updateEgor Yusov2018-02-151-2/+2
* Fixed formatting of cmake files + couple of minor updatesEgor Yusov2018-02-136-76/+76
* Replaced #ifdef PLATFORM_XXX with #if PLATFORM_XXXEgor2018-02-106-30/+30
* Fixed library search in iOS buildEgor Yusov2018-02-041-11/+6
* Fixed few iOS issues with file system & number of texture unitsEgor Yusov2018-02-042-3/+3
* Enabled IOS buildEgor Yusov2018-02-0114-89/+114
* Fixed forward/backward slash issue when opening files on MacOSEgor Yusov2018-01-251-4/+11
* Updated build rules for File2String to avoid issues with clean build commandEgor Yusov2018-01-251-3/+2
* Added comments re object ownership in Core Foundation libEgor Yusov2018-01-251-0/+7
* Updated MacOSDebug to use NSLogEgor Yusov2018-01-242-2/+8
* Implemented opening files in MacOS bundleEgor Yusov2018-01-244-15/+111
* Fixed MacOS issuesEgor Yusov2018-01-211-1/+1
* Minor update to CMakeListsEgor Yusov2018-01-201-1/+1
* Enabled MacOS buildEgor Yusov2018-01-1912-6/+375
* Updated copyright noticeEgor Yusov2018-01-0438-38/+38
* Reworked dependencies between projectsEgor Yusov2017-12-284-5/+5
* Updated debug macrosEgor Yusov2017-12-281-16/+11
* Fixed release build issueEgor Yusov2017-12-281-5/+5
* Reworked Common and Platform modules to break interdependenices;Egor Yusov2017-12-2838-109/+298
* Removed legacy visual studio project and solution filesEgor Yusov2017-12-2616-990/+0
* Half implemented OpenGL context initialization in LinuxEgor2017-12-243-5/+8
* Added StandardFile; Implemented Linux file systemEgor Yusov2017-12-217-232/+191
* Udated PlatformDebug; implemented LinuxDebugEgor Yusov2017-12-217-43/+74
* Enabling linux build (in progress)Egor Yusov2017-12-2012-5/+503
* Fixed file paths ('\' -> '/') to fix Android build on linuxEgor Yusov2017-12-198-8/+8
* Removed jni/Visual GDB Android build from legacy project filesEgor Yusov2017-12-1812-533/+1
* CMake: using CXX_STANDARD flag to set c++11 on Android and avoid errors compi...Egor Yusov2017-12-161-1/+1
* CMake: enabling Android buildEgor Yusov2017-12-164-6/+49