summaryrefslogtreecommitdiffstats
path: root/Platforms/Basic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright noticeassiduous2021-01-019-9/+9
* Fixed MSVC compiler warnings + treat warnings as errors; made Diligent-BuildS...assiduous2020-05-091-1/+2
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-261-4/+4
* Renamed platform headers .h -> .hppassiduous2020-01-2710-14/+14
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-264-5/+5
* Reworked main headers to be compatible with cassiduous2020-01-252-11/+11
* Added WindowsFileSystem::DeleteDirectory, BasicFileSystem::IsPathAbsolute fun...assiduous2020-01-242-0/+16
* Corrected install directories to use standard cmake variables for consistencyassiduous2020-01-091-1/+1
* Updated coyright noticeassiduous2020-01-019-63/+99
* Minor formatting updatesassiduous2019-12-251-4/+4
* clang-formatted Platforms projectsEgor Yusov2019-11-249-141/+159
* Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_COREEgor Yusov2019-11-211-1/+1
* Updated install fodler structureEgor Yusov2019-11-191-2/+2
* Updated Copyright noticeEgor Yusov2019-09-179-9/+9
* Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov2019-06-091-11/+11
* Minor updates to StandardFileEgor Yusov2019-02-042-15/+15
* Added MemoryFileStreamEgor Yusov2019-01-141-2/+0
* Updated copyright noticeEgor Yusov2019-01-029-9/+9
* Fixed multiple unused variable warnings in clang release buildEgor Yusov2018-12-241-1/+1
* Made engine core installation optional that is on by default on Win32 and Lin...Egor Yusov2018-12-171-5/+8
* Added install steps; updated header structure for platformsEgor Yusov2018-12-171-0/+6
* Fixed few linux build issuesEgor2018-11-031-3/+4
* Reworked message formattingEgor Yusov2018-09-232-8/+5
* Updated platform bit utilitiesEgor Yusov2018-09-171-7/+21
* 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-274-115/+46
* Fixed interface headers to use relative paths in #includeEgor Yusov2018-02-236-6/+6
* Minor updateEgor Yusov2018-02-151-2/+2
* Fixed formatting of cmake files + couple of minor updatesEgor Yusov2018-02-131-14/+14
* Replaced #ifdef PLATFORM_XXX with #if PLATFORM_XXXEgor2018-02-101-1/+1
* Fixed few iOS issues with file system & number of texture unitsEgor Yusov2018-02-042-3/+3
* Implemented opening files in MacOS bundleEgor Yusov2018-01-241-1/+1
* Fixed MacOS issuesEgor Yusov2018-01-211-1/+1
* Minor update to CMakeListsEgor Yusov2018-01-201-1/+1
* Updated copyright noticeEgor Yusov2018-01-0411-11/+11
* 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-2812-58/+199
* Removed legacy visual studio project and solution filesEgor Yusov2017-12-267-427/+0
* Half implemented OpenGL context initialization in LinuxEgor2017-12-241-2/+0
* Added StandardFile; Implemented Linux file systemEgor Yusov2017-12-213-0/+175
* Udated PlatformDebug; implemented LinuxDebugEgor Yusov2017-12-213-0/+45
* Removed jni/Visual GDB Android build from legacy project filesEgor Yusov2017-12-186-238/+1
* CMake: enabling Android buildEgor Yusov2017-12-161-1/+1
* CMake: replaced FXC command line with VS_SHADER_* propertiesEgor Yusov2017-12-141-1/+1
* Optimized CMake files with set_common_target_properties()Egor Yusov2017-12-141-10/+1
* Enabling universal windows platform in cmakeEgor Yusov2017-12-141-1/+1
* Few more updates to cmake listsEgor Yusov2017-12-131-1/+1
* Few more updates to cmakelistsEgor Yusov2017-12-101-1/+1