summaryrefslogtreecommitdiffstats
path: root/Platforms (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed JNI object reference leak in AndroidFileSystemEgor2019-10-031-0/+3
* Fixed some issues on Win32 platformEgor Yusov2019-09-181-18/+18
* Updated Copyright noticeEgor Yusov2019-09-1722-22/+22
* Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov2019-06-097-74/+74
* Reworked Android Platform to not depend on NDKHelper & native_app_glueEgor2019-05-113-68/+224
* Fixed overload of WindowsStoreFile::Read() functionEgor Yusov2019-05-051-9/+13
* Added WindowsFileSystem::OpenFileDialog() functionEgor Yusov2019-05-032-0/+20
* Minor updates to StandardFileEgor Yusov2019-02-042-15/+15
* Improved error message about unknown platformEgor Yusov2019-01-234-5/+5
* Added MemoryFileStreamEgor Yusov2019-01-141-2/+0
* Added cmake options to selectively disable back-endsEgor Yusov2019-01-091-2/+2
* 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