summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Updated link to documentationEgor Yusov2018-01-041-1/+1
* Updated copyright noticeEgor Yusov2018-01-041112-1366/+1366
* Updated link to API referenceEgor Yusov2018-01-041-1/+1
* Updated readme & documentationEgor Yusov2018-01-04704-1172/+1132
* Updated readmeEgor Yusov2018-01-041-9/+12
* Added documentationEgor Yusov2018-01-041287-15/+123646
* Another update to readmeEgor Yusov2017-12-291-15/+15
* Updated readmeEgor Yusov2017-12-292-28/+5
* Implemented File2String utility on LinuxEgor2017-12-293-1/+9
* Reworked File2Include to use standard io functionsEgor Yusov2017-12-2912-248/+25
* Fixed CMakeLists.txt versionEgor Yusov2017-12-291-1/+1
* Reworked the way File2String utility is usedEgor Yusov2017-12-299-41/+34
* travis script: added debug/release buildEgor Yusov2017-12-291-1/+5
* Reworked dependencies between projectsEgor Yusov2017-12-2840-1075/+1206
* Updated debug macrosEgor Yusov2017-12-281-16/+11
* Fixed release build issueEgor Yusov2017-12-281-5/+5
* Fixed linux build errorsEgor Yusov2017-12-281-3/+3
* Reworked Common and Platform modules to break interdependenices;Egor Yusov2017-12-28190-759/+827
* Removed legacy visual studio project and solution filesEgor Yusov2017-12-2681-6364/+7
* Update README.mdDiligentGraphics2017-12-251-0/+5
* Added description of Engine initialization on LinuxDiligentGraphics2017-12-251-0/+7
* Finalized GL context initialization on Linux + some updates to Win32 debug GL...Egor2017-12-254-209/+110
* Half implemented OpenGL context initialization in LinuxEgor2017-12-2410-38/+381
* Updated glew include pathsEgor Yusov2017-12-212-6/+4
* Added StandardFile; Implemented Linux file systemEgor Yusov2017-12-217-232/+191
* Merge branch 'master' of https://github.com/DiligentGraphics/DiligentCoreEgor Yusov2017-12-211-1/+9
|\
| * Added build status badgesDiligentGraphics2017-12-211-1/+9
* | Updated appveyor.ymlEgor Yusov2017-12-211-1/+1
|/
* Added .travis.ymlEgor Yusov2017-12-211-0/+42
* Fixed appveyor.ymlEgor Yusov2017-12-211-3/+3
* Added appveyor.yml scriptEgor Yusov2017-12-211-0/+49
* Udated PlatformDebug; implemented LinuxDebugEgor Yusov2017-12-217-43/+74
* Enabling linux build (in progress)Egor Yusov2017-12-2027-44/+637
* Fixed file paths ('\' -> '/') to fix Android build on linuxEgor Yusov2017-12-1910-10/+10
* Removed jni/Visual GDB Android build from legacy project filesEgor Yusov2017-12-1857-4461/+4
* CMake: changed output of GraphicsEngineOpenGL-shared to GraphicsEngineOpenGL ...Egor Yusov2017-12-171-6/+12
* CMake: minor update to fix Android link errorEgor Yusov2017-12-161-1/+1
* CMake: using CXX_STANDARD flag to set c++11 on Android and avoid errors compi...Egor Yusov2017-12-165-18/+19
* Minor updates to CMake filesEgor Yusov2017-12-162-2/+5
* CMake: enabling Android buildEgor Yusov2017-12-1624-55/+1034
* Updated CMakeListsEgor Yusov2017-12-153-30/+6
* Minor update to cmake (replaced set_property(SOURCE ..) with set_source_files...Egor Yusov2017-12-151-6/+8
* Added File2String executableEgor Yusov2017-12-151-0/+0
* CMake: updated File2String; removed set_header_file_only_propertyEgor Yusov2017-12-153-10/+11
* CMake: replaced FXC command line with VS_SHADER_* propertiesEgor Yusov2017-12-148-46/+16
* Disabled incremental link on UWP to fix linker warningEgor Yusov2017-12-141-0/+7
* Optimized CMake files with set_common_target_properties()Egor Yusov2017-12-1412-121/+39
* Enabling universal windows platform in cmakeEgor Yusov2017-12-1415-22/+113
* Added option to create shader from bytecode for D3D11 and D3D12Egor Yusov2017-12-132-62/+91
* Few more updates to cmake listsEgor Yusov2017-12-138-22/+21