1. bfdea66 Remove try-catch blocks from entry points. by Geoff Lang · 10 years ago
  2. 44fa759 Refactor platform related functionality into platform.h and tls.h. by Geoff Lang · 10 years ago
  3. 9cd1915 Fix warnings about unreferenced local variables. by Geoff Lang · 10 years ago
  4. 5df9f52 Automate the DEQP tests by wrapping them in the gtest suite. by Geoff Lang · 10 years ago
  5. 37f77d2 Fixes to the standalone Linux build. by Jamie Madill · 10 years ago
  6. 6cec850 Re-enable RTTI and fix compilation errors. by Geoff Lang · 10 years ago
  7. 3b5c4be Remove forced windows version macros. by Geoff Lang · 10 years ago
  8. d095bda Add a common include in the project definitions. by Geoff Lang · 10 years ago
  9. 236be22 Add in gypi scripts for preprocessor and compiler tests. by Jamie Madill · 10 years ago
  10. e78603b Fix standalone Linux build. by Jamie Madill · 10 years ago
  11. 16851c8 Don't include symbols in release builds of the public projects. by Geoff Lang · 10 years ago
  12. 3cd50f7 Fix remaining discrepencies between master and es3proto project files. by Geoff Lang · 11 years ago
  13. 39173f1 Roll gyp and regenerate public projects to have the cleaned paths. by Jamie Madill · 11 years ago
  14. a895c6f Fix errors in the gyp projects when we build with ninja. by Jamie Madill · 11 years ago
  15. 512a7b7 Regenerate project files. by Geoff Lang · 11 years ago
  16. f02ec39 Regenerate public project files. by Geoff Lang · 11 years ago
  17. b236212 Updated the gyp build system for the ninja generator to work. by Geoff Lang · 11 years ago
  18. 7805990 Added a 64 bit build target to the gyp file. by Geoff Lang · 11 years ago
  19. e26b15a Regenerate project files. by Geoff Lang · 11 years ago
  20. 216644b Regenerate project files. by Geoff Lang · 11 years ago
  21. 5e5f990 Merge 7692ca41dbfe20e6acf3319a37aa38b8160f51c6 from master. by Geoff Lang · 11 years ago
  22. 7c69720 Deleted manually maintained visual studio projects and replaced them with gyp generated ones. by Geoff Lang · 11 years ago
  23. 179b004 Enabled multiprocessor compilation. by Geoff Lang · 11 years ago
  24. ce1d3c4 Added flags to disable or enable generation of samples and test projects. by Geoff Lang · 11 years ago
  25. 0049e43 Fixed the DEPS folder and added a .gclient file so gclient sync will now work. by Geoff Lang · 11 years ago
  26. c359752 Refactored the tests.gyp file. by Geoff Lang · 11 years ago
  27. 0e43546 Refactored the samples.gyp file. by Geoff Lang · 11 years ago
  28. 39d5166 Moved the gyp libGLESv2 and libEGL projects into their own gyp files. Renamed build_angle.gpy* to angle.gyp* but kept build_angle.gyp for chrome compatability. by Geoff Lang · 11 years ago
  29. eb1a010 Add expression complexity and call stack depth limits. by Jamie Madill · 11 years ago
  30. 2001a0c Remove DXSDK_DIR from search paths. by shannon.woods@transgaming.com · 12 years ago
  31. 14fcb33 Roll gyp dependency to 1564. by shannon.woods@transgaming.com · 12 years ago
  32. 28a6b5f Add angle_code var to common.gypi and build_angle.gyp. Add GCC and clang warning flags from WebKit to ANGLE Mac and Linux builds. by maxvujovic@gmail.com · 12 years ago
  33. 728f279 Revert r1230. by apatrick@chromium.org · 12 years ago
  34. d6fddbf Add GCC and clang warning flags from WebKit to ANGLE Mac and Linux builds by maxvujovic@gmail.com · 12 years ago
  35. 416fcd3 Added infrastructure for adding gtest-based tests. I need to use it for the new preprocessor. by alokp@chromium.org · 12 years ago
  36. 9c3a393 Enabled MSVC warning 4389 : signed/unsigned mismatch. by apatrick@chromium.org · 13 years ago
  37. afcd388 Removed _HAS_TR1 macro definition from common.gypi. by apatrick@chromium.org · 13 years ago
  38. e057c5d Fixed more warnings. by apatrick@chromium.org · 13 years ago
  39. a1d8059 Increase MSVC warning level to 4. by apatrick@chromium.org · 13 years ago
  40. 9dc0a24 Enable warnings as errors. by apatrick@chromium.org · 13 years ago
  41. 22eab92 Allowed translator_hlsl and glsl to be built as shared libs on windows. by apatrick@chromium.org · 13 years ago
  42. fe2aff1 Redid gyp changes in last commit to support debugging of samples on by kbr@chromium.org · 13 years ago
  43. c6be226 Added missing depth argument to GYP which causes the top-level by kbr@chromium.org · 13 years ago
  44. 0270ef1 Changed the default character set to be UNICODE, the same as chromium. Changes to fix compile errors and warnings. by alokp@chromium.org · 14 years ago
  45. 403c9e5 Added libGLESv2, libEGL, and all samples to GYP. by alokp@chromium.org · 14 years ago
  46. 29d56fb Added GYP build files. GYP files are needed for integration with chromium and cross-platform build for glsl translator. It would really be nice if we did not have to maintain two build systems. For now I have only moved the GLSL translator to gyp build system. Please note that the gyp files awkwardly have build_ prefix so they do not conflict with the manually-maintained sln files. by alokp@chromium.org · 14 years ago