aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2014-10-31Fixed comments around choice of C runtime.Kenneth Russell
2014-10-30Use D3D11 Debug Annotations when D3D9 is unavailableAustin Kinross
2014-10-28Only use the Windows 8.1 SDK for WinRT configurations.Geoff Lang
2014-10-27Fixed some configuration data not being added to 64-bit builds.Geoff Lang
2014-10-22Change the C runtime from static to dynamic.Geoff Lang
2014-10-21Use windows_sdk_path for the 8.0 SDK path and windows_8_1_sdk_path for 8.1.Geoff Lang
2014-10-20Added IInspectable EGLNativeWindowType and ICoreWindow supportCooper Partin
2014-10-20Revert "Added IInspectable EGLNativeWindowType and ICoreWindow support"Jamie Madill
2014-10-20Added IInspectable EGLNativeWindowType and ICoreWindow supportCooper Partin
2014-10-20Add c++0x flag to cflags on non-win platforms.Jamie Madill
2014-10-17Revert "Added IInspectable EGLNativeWindowType and ICoreWindow support" due t...Shannon Woods
2014-10-17Added IInspectable EGLNativeWindowType and ICoreWindow supportCooper Partin
2014-09-29Remove include of util.gyp from all.gyp.Geoff Lang
2014-09-04Fix MSVC librarian warning about no target machine.Jamie Madill
2014-08-21Add a util project to share between samples and tests.Jamie Madill
2014-08-06Export shader variables from the translator DLL.Jamie Madill
2014-08-04Allow gyp to generate 64 bit project files for VS2012.Geoff Lang
2014-07-24Remove try-catch blocks from entry points.Geoff Lang
2014-06-11Refactor platform related functionality into platform.h and tls.h.Geoff Lang
2014-05-28Fix warnings about unreferenced local variables.Geoff Lang
2014-05-23Automate the DEQP tests by wrapping them in the gtest suite.Geoff Lang
2014-05-01Fixes to the standalone Linux build.Jamie Madill
2014-04-22Re-enable RTTI and fix compilation errors.Geoff Lang
2014-04-17Remove forced windows version macros.Geoff Lang
2014-04-09Add a common include in the project definitions.Geoff Lang
2014-02-25Add in gypi scripts for preprocessor and compiler tests.Jamie Madill
2014-02-20Fix standalone Linux build.Jamie Madill
2014-02-19Don't include symbols in release builds of the public projects.Geoff Lang
2014-01-10Fix remaining discrepencies between master and es3proto project files.Geoff Lang
2013-12-06Roll gyp and regenerate public projects to have the cleaned paths.Jamie Madill
2013-11-28Fix errors in the gyp projects when we build with ninja.Jamie Madill
2013-10-22Regenerate project files.Geoff Lang
2013-10-18Regenerate public project files.Geoff Lang
2013-10-18Updated the gyp build system for the ninja generator to work.Geoff Lang
2013-10-18Added a 64 bit build target to the gyp file.Geoff Lang
2013-10-17Regenerate project files.Geoff Lang
2013-10-17Regenerate project files.Geoff Lang
2013-10-17Merge 7692ca41dbfe20e6acf3319a37aa38b8160f51c6 from master.Geoff Lang
2013-10-17Deleted manually maintained visual studio projects and replaced them with gyp...Geoff Lang
2013-10-17Enabled multiprocessor compilation.Geoff Lang
2013-10-17Added flags to disable or enable generation of samples and test projects.Geoff Lang
2013-10-17Fixed the DEPS folder and added a .gclient file so gclient sync will now work.Geoff Lang
2013-10-17Refactored the tests.gyp file.Geoff Lang
2013-10-17Refactored the samples.gyp file.Geoff Lang
2013-10-17Moved the gyp libGLESv2 and libEGL projects into their own gyp files. Renamed...Geoff Lang
2013-07-19Add expression complexity and call stack depth limits.Jamie Madill
2013-01-25Remove DXSDK_DIR from search paths.shannon.woods@transgaming.com
2013-01-25Roll gyp dependency to 1564.shannon.woods@transgaming.com
2012-07-25Add angle_code var to common.gypi and build_angle.gyp. Add GCC and clang warn...maxvujovic@gmail.com
2012-07-24Revert r1230.apatrick@chromium.org